/*
Theme Name: Pełna Kultura
Theme URI: https://www.facebook.com/restauracjapelnakultura
Author: Grupa ABS
Description: Motyw inspirowany układami luksusowych restauracji (jasna paleta, duże zdjęcia, pas „Menu”). Dla Pełnej Kultury — Starachowice.
Version: 1.3.2
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pelna-kultura
Tags: restaurant, food, one-column, custom-logo, featured-images, full-width-template, translation-ready
*/

/* ==========================================================================
   CSS variables & reset
   ========================================================================== */

:root {
	--pk-bg: #faf7f0;
	--pk-bg-elevated: #f3ece2;
	--pk-surface: #fffefb;
	--pk-accent: #6d2a32;
	--pk-accent-bright: #8f3844;
	--pk-accent-soft: rgba(109, 42, 50, 0.12);
	--pk-gold: #9a7349;
	--pk-gold-soft: rgba(154, 115, 73, 0.22);
	--pk-warm-sheen: rgba(212, 165, 116, 0.12);
	--pk-text: #2a2622;
	--pk-text-muted: #6b6358;
	--pk-border: rgba(42, 38, 34, 0.1);
	--pk-footer-bg: #1f1c1a;
	--pk-footer-text: #f8f4ec;
	--pk-footer-muted: rgba(248, 244, 236, 0.62);
	--pk-radius: 14px;
	--pk-radius-lg: 20px;
	--pk-font-display: "Playfair Display", Georgia, "Times New Roman", serif;
	--pk-font-body: "PT Sans", system-ui, sans-serif;
	--pk-max: 1180px;
	--pk-header-h: 88px;
	--pk-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: var(--pk-font-body);
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.72;
	letter-spacing: 0.014em;
	color: var(--pk-text);
	background-color: var(--pk-bg);
	background-image:
		radial-gradient(ellipse 85% 55% at 10% 20%, var(--pk-warm-sheen), transparent 52%),
		radial-gradient(ellipse 70% 45% at 92% 75%, rgba(109, 42, 50, 0.045), transparent 48%),
		linear-gradient(165deg, #fffdfa 0%, var(--pk-bg) 42%, #f4ece3 100%);
	-webkit-font-smoothing: antialiased;
}

/* Pełna szerokość treści — niektóre instalacje / wtyczki ograniczają main (stąd „skrzynka” w hero). */
main.site-main,
#main.site-main {
	display: block;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--pk-accent);
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
	color: var(--pk-accent-bright);
}

h1, h2, h3, h4 {
	font-family: var(--pk-font-display);
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 0.5em;
	font-feature-settings: "kern" 1, "liga" 1;
}

p {
	margin: 0 0 1rem;
}

/* ==========================================================================
   Layout utilities
   ========================================================================== */

.pk-wrap {
	width: min(100% - 2.5rem, var(--pk-max));
	margin-inline: auto;
}

.pk-section {
	padding: clamp(4rem, 9vw, 7rem) 0;
}

.pk-section__head {
	margin-bottom: clamp(2.25rem, 5vw, 3.5rem);
	max-width: 40rem;
}

.pk-section__head .pk-label {
	position: relative;
	padding-bottom: 0.7rem;
	margin-bottom: 0.5rem;
}

.pk-section__head .pk-label::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2.75rem;
	height: 2px;
	background: linear-gradient(90deg, var(--pk-accent), var(--pk-gold));
	border-radius: 2px;
	opacity: 0.92;
}

.pk-section__head--center .pk-label::after {
	left: 50%;
	transform: translateX(-50%);
}

.pk-section__head h2 {
	font-size: clamp(2rem, 4.5vw, 2.85rem);
	font-weight: 500;
	letter-spacing: -0.02em;
	color: var(--pk-text);
}

.pk-section--gallery {
	background:
		radial-gradient(ellipse 80% 50% at 50% 0%, rgba(109, 42, 50, 0.05) 0%, transparent 55%),
		var(--pk-bg);
	border-block: 1px solid var(--pk-border);
}

.pk-section--ordering {
	background: var(--pk-bg-elevated);
	border-block: 1px solid var(--pk-border);
}

.pk-section--ordering .pk-section__head {
	max-width: none;
}

.pk-online-menu {
	color: var(--pk-text);
	font-size: 1rem;
	line-height: 1.65;
}

.pk-online-menu > * {
	max-width: 100%;
}

.pk-label {
	display: inline-block;
	font-size: 0.6875rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--pk-accent);
	margin-bottom: 0.85rem;
	font-weight: 600;
}

.pk-hero--has-photo .pk-label {
	color: rgba(253, 252, 250, 0.88);
}

.pk-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.88rem 1.75rem;
	font-family: var(--pk-font-body);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	background: var(--pk-accent);
	color: #fdfcfa;
	text-decoration: none;
	transition:
		transform 0.3s var(--pk-ease-out),
		box-shadow 0.3s var(--pk-ease-out),
		background 0.25s ease,
		color 0.25s ease,
		border-color 0.25s ease;
	box-shadow: 0 4px 20px rgba(109, 42, 50, 0.22);
}

.pk-btn:hover {
	color: #fdfcfa;
	background: var(--pk-accent-bright);
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(109, 42, 50, 0.28);
}

/* Kontakt — link do Facebooka: najpierw ciemny tekst, po najechaniu krem na bordowym tle */
.pk-btn--facebook-outline {
	background: transparent;
	color: var(--pk-text);
	border: 2px solid var(--pk-text);
	box-shadow: none;
}

.pk-btn--facebook-outline:hover,
.pk-btn--facebook-outline:focus-visible {
	background: var(--pk-accent);
	color: #fdfcfa;
	border-color: var(--pk-accent);
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(109, 42, 50, 0.28);
}

.pk-btn--ghost {
	background: transparent;
	color: var(--pk-text);
	border: 1px solid var(--pk-border);
	box-shadow: none;
}

.pk-btn--ghost:hover {
	border-color: var(--pk-accent);
	color: var(--pk-accent);
	box-shadow: none;
	transform: translateY(-2px);
}

.pk-btn--light {
	background: #fdfcfa;
	color: var(--pk-accent);
	box-shadow: none;
	border: 1px solid rgba(253, 252, 250, 0.35);
}

.pk-hero--has-photo .pk-btn--ghost {
	color: #fdfcfa;
	border-color: rgba(253, 252, 250, 0.45);
}

.pk-hero--has-photo .pk-btn--ghost:hover {
	color: #fdfcfa;
	border-color: #fdfcfa;
	background: rgba(253, 252, 250, 0.08);
}

/* ==========================================================================
   Header
   ========================================================================== */

.pk-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: var(--pk-header-h);
	background: rgba(250, 247, 240, 0.92);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(154, 115, 73, 0.12);
	box-shadow:
		0 8px 32px rgba(42, 38, 34, 0.05),
		0 1px 0 rgba(255, 255, 255, 0.55) inset;
	transition:
		background 0.35s var(--pk-ease-out),
		border-color 0.35s var(--pk-ease-out),
		box-shadow 0.35s var(--pk-ease-out);
}

/* Jak Grand Kasprowy: jasny nagłówek nad sliderem, po przewinięciu „przyklejony” jasny pasek. */
.pk-header--over-hero:not(.pk-header--solid) {
	background: transparent;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	border-bottom-color: transparent;
	box-shadow: none;
}

.pk-header--over-hero:not(.pk-header--solid) .pk-nav a {
	color: rgba(253, 252, 250, 0.92);
}

.pk-header--over-hero:not(.pk-header--solid) .pk-nav a:hover,
.pk-header--over-hero:not(.pk-header--solid) .pk-nav .current-menu-item > a {
	color: #fdfcfa;
}

.pk-header--over-hero:not(.pk-header--solid) .pk-nav-toggle {
	color: #fdfcfa;
	border-color: rgba(253, 252, 250, 0.45);
}

.pk-header--solid {
	background: rgba(250, 247, 240, 0.96);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(154, 115, 73, 0.14);
	box-shadow:
		0 8px 28px rgba(42, 38, 34, 0.06),
		0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.pk-header--solid .pk-nav a {
	color: var(--pk-text-muted);
}

.pk-header--solid .pk-nav a:hover,
.pk-header--solid .pk-nav .current-menu-item > a {
	color: var(--pk-accent);
}

.pk-header--solid .pk-nav-toggle {
	color: var(--pk-text);
	border-color: var(--pk-border);
}

.pk-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	gap: 1rem;
}

.pk-logo {
	font-family: var(--pk-font-display);
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 600;
	color: var(--pk-text);
	letter-spacing: 0.02em;
}

.pk-logo:hover {
	color: var(--pk-text);
}

.pk-logo span {
	color: var(--pk-accent);
}

.pk-logo img {
	max-height: 72px;
	width: auto;
}

.pk-logo-wrap .custom-logo-link {
	display: flex;
	align-items: center;
}

.pk-logo-wrap .custom-logo {
	max-height: 72px;
	width: auto;
	height: auto;
	aspect-ratio: 500 / 189;
	object-fit: contain;
	transition: filter 0.35s var(--pk-ease-out);
}

/*
 * Logo: jasne nad zdjęciem (bez filtra); na jasnym pasku — ciemna sylwetka.
 * #pk-header zwiększa specyfikację (Customizer / wtyczki często styują .custom-logo).
 */
#pk-header:not(.pk-header--over-hero) .pk-logo-wrap img.custom-logo,
#pk-header.pk-header--solid .pk-logo-wrap img.custom-logo {
	filter: brightness(0) saturate(100%);
	-webkit-filter: brightness(0) saturate(100%);
	opacity: 0.92;
}

#pk-header:not(.pk-header--over-hero) .pk-logo-wrap img.custom-logo:hover,
#pk-header.pk-header--solid .pk-logo-wrap img.custom-logo:hover {
	opacity: 1;
}

#pk-header.pk-header--over-hero:not(.pk-header--solid) .pk-logo-wrap img.custom-logo {
	filter: none;
	-webkit-filter: none;
	opacity: 1;
}

.pk-nav {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 3vw, 2rem);
}

.pk-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: clamp(1rem, 2.5vw, 1.75rem);
	flex-wrap: wrap;
}

.pk-nav a {
	color: var(--pk-text-muted);
	font-size: 0.9375rem;
	font-weight: 500;
}

.pk-nav a:hover,
.pk-nav .current-menu-item > a {
	color: var(--pk-accent);
}

.pk-nav-toggle {
	display: none;
	background: transparent;
	border: 1px solid var(--pk-border);
	color: var(--pk-text);
	width: 44px;
	height: 44px;
	border-radius: 8px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.pk-nav-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	background: currentColor;
	position: relative;
}

.pk-nav-toggle span::before,
.pk-nav-toggle span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: currentColor;
}

.pk-nav-toggle span::before {
	top: -6px;
}

.pk-nav-toggle span::after {
	top: 6px;
}

@media (max-width: 900px) {
	.pk-nav-toggle {
		display: flex;
	}

	.pk-nav {
		position: fixed;
		top: var(--pk-header-h);
		left: 0;
		right: 0;
		background: rgba(252, 251, 250, 0.97);
		border-bottom: 1px solid var(--pk-border);
		padding: 1.25rem;
		flex-direction: column;
		align-items: stretch;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		pointer-events: none;
		transition: max-height 0.35s ease, opacity 0.25s ease;
	}

	.pk-nav.is-open {
		max-height: 320px;
		opacity: 1;
		pointer-events: auto;
	}

	.pk-nav ul {
		flex-direction: column;
		gap: 0.75rem;
	}
}

/* ==========================================================================
   Hero
   ========================================================================== */

.pk-hero {
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding-top: var(--pk-header-h);
	position: relative;
	overflow: hidden;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	box-sizing: border-box;
}

.pk-hero__bg {
	position: absolute;
	inset: 0;
	background-color: var(--pk-bg);
	z-index: 0;
}

.pk-hero--plain .pk-hero__bg {
	background-image:
		radial-gradient(ellipse 90% 65% at 50% -10%, rgba(109, 42, 50, 0.08) 0%, transparent 58%),
		radial-gradient(ellipse 60% 45% at 100% 80%, rgba(109, 42, 50, 0.04) 0%, transparent 50%),
		linear-gradient(180deg, #faf8f4 0%, var(--pk-bg) 55%);
	background-size: 100% 100%, 100% 100%, 100% 100%;
	background-position: center, center, center;
	background-repeat: no-repeat;
}

.pk-hero__bg--photo {
	background-image:
		radial-gradient(ellipse 75% 50% at 65% 15%, rgba(253, 252, 250, 0.06) 0%, transparent 50%),
		radial-gradient(ellipse 120% 90% at 50% 50%, transparent 32%, rgba(25, 22, 20, 0.82) 100%),
		linear-gradient(100deg, rgba(20, 18, 16, 0.75) 0%, rgba(20, 18, 16, 0.35) 45%, rgba(25, 22, 20, 0.65) 100%),
		var(--pk-hero-image);
	background-size: 100% 100%, 100% 100%, 100% 100%, cover;
	background-position: center, center, center, center center;
	background-repeat: no-repeat;
}

/* Statyczne tło strony głównej (jasne zdjęcie zewnętrzne) — czytelniejszy tekst po lewej */
.pk-hero--static-tlo.pk-hero--has-photo .pk-hero__bg--photo {
	background-image:
		radial-gradient(ellipse 85% 55% at 18% 22%, rgba(255, 255, 255, 0.14) 0%, transparent 52%),
		radial-gradient(ellipse 115% 88% at 58% 52%, transparent 28%, rgba(20, 18, 17, 0.55) 100%),
		linear-gradient(100deg, rgba(18, 16, 15, 0.85) 0%, rgba(18, 16, 15, 0.48) 36%, rgba(30, 26, 24, 0.32) 100%),
		var(--pk-hero-image);
}

.pk-hero--static-tlo.pk-hero--has-photo::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: min(30vh, 240px);
	pointer-events: none;
	z-index: 1;
	background: linear-gradient(
		to top,
		var(--pk-bg) 0%,
		rgba(250, 247, 240, 0.75) 38%,
		transparent 100%
	);
}

.pk-hero__grain {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	opacity: 0.14;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	mix-blend-mode: multiply;
}

.pk-hero--has-photo .pk-hero__grain {
	opacity: 0.22;
	mix-blend-mode: overlay;
}

.pk-hero__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236d2a32' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	opacity: 0.85;
	pointer-events: none;
}

.pk-hero--has-photo .pk-hero__bg::after {
	opacity: 0.35;
}

.pk-hero__content {
	position: relative;
	z-index: 2;
	max-width: 40rem;
}

.pk-hero--has-photo .pk-hero__content {
	text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
}

.pk-hero h1 {
	font-size: clamp(2.75rem, 7vw, 4.25rem);
	font-weight: 500;
	letter-spacing: -0.02em;
	margin-bottom: 0.35rem;
	line-height: 1.08;
}

.pk-hero--plain .pk-hero h1 {
	color: var(--pk-text);
	text-shadow: none;
}

.pk-hero--has-photo .pk-hero h1 {
	color: #fdfcfa;
	text-shadow: 0 2px 36px rgba(0, 0, 0, 0.45);
}

.pk-hero__tagline {
	font-family: var(--pk-font-body);
	font-size: clamp(0.78rem, 1.6vw, 0.92rem);
	font-weight: 400;
	letter-spacing: 0.38em;
	text-transform: lowercase;
	margin: 0 0 1.35rem;
}

.pk-hero--plain .pk-hero__tagline {
	color: var(--pk-text-muted);
}

.pk-hero--has-photo .pk-hero__tagline {
	color: rgba(253, 252, 250, 0.78);
}

.pk-hero__lead {
	font-size: clamp(1.02rem, 2.1vw, 1.2rem);
	font-weight: 400;
	margin-bottom: 2.1rem;
	max-width: 28rem;
	line-height: 1.78;
}

.pk-hero--plain .pk-hero__lead {
	color: var(--pk-text-muted);
}

.pk-hero--has-photo .pk-hero__lead {
	color: rgba(253, 252, 250, 0.88);
}

/* Pierwsza sekcja — jednolity kremowy tekst (Pełna Kultura, tagline, lead, etykieta) */
#section-hero.pk-hero--has-photo .pk-hero__content .pk-label,
#section-hero.pk-hero--has-photo .pk-hero__content h1,
#section-hero.pk-hero--has-photo .pk-hero__content .pk-hero__tagline,
#section-hero.pk-hero--has-photo .pk-hero__content .pk-hero__lead {
	color: #fdfcfa;
}

#section-hero.pk-hero--has-photo .pk-hero__content .pk-hero__tagline,
#section-hero.pk-hero--has-photo .pk-hero__content .pk-hero__lead {
	color: rgba(253, 252, 250, 0.96);
}

#section-hero.pk-hero--has-photo .pk-hero__actions .pk-btn {
	color: #fdfcfa;
}

#section-hero.pk-hero--has-photo .pk-hero__actions .pk-btn--ghost {
	color: #fdfcfa;
	border-color: rgba(253, 252, 250, 0.55);
}

#section-hero.pk-hero--has-photo .pk-hero__actions .pk-btn--ghost:hover,
#section-hero.pk-hero--has-photo .pk-hero__actions .pk-btn--ghost:focus-visible {
	color: #fdfcfa;
	border-color: #fdfcfa;
	background: rgba(253, 252, 250, 0.12);
}

.pk-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

/* ==========================================================================
   Slider hero (dual Swiper — styl zbliżony do układu edytorskiego)
   ========================================================================== */

.pk-slider-section {
	--pk-slider-pad-x: clamp(1.25rem, 4vw, 2.5rem);
	position: relative;
	min-height: 100svh;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	padding-top: var(--pk-header-h);
	box-sizing: border-box;
}

.pk-slider-bkg-swiper {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.pk-slider-bkg-swiper .swiper-wrapper,
.pk-slider-bkg-swiper .swiper-slide {
	height: 100%;
}

.pk-slider-bkg__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pk-slider-scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(100deg, rgba(18, 16, 14, 0.88) 0%, rgba(18, 16, 14, 0.42) 40%, rgba(28, 24, 22, 0.55) 100%),
		radial-gradient(ellipse 90% 70% at 70% 20%, transparent 0%, rgba(10, 9, 8, 0.25) 100%);
}

.pk-slider-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	min-height: calc(100svh - var(--pk-header-h));
	padding-block: clamp(1.75rem, 6vh, 3.75rem);
	padding-inline: var(--pk-slider-pad-x);
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}

.pk-slider-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}

.pk-slider-copy {
	color: #fdfcfa;
	position: relative;
	padding-right: clamp(0.5rem, 2vw, 2rem);
}

.pk-slider-eyebrow {
	font-family: var(--pk-font-body);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	margin: 0 0 0.85rem;
	color: rgba(253, 252, 250, 0.78);
}

.pk-slider-brand {
	font-family: var(--pk-font-display);
	font-size: clamp(2.5rem, 6.5vw, 4.4rem);
	font-weight: 500;
	line-height: 1.06;
	letter-spacing: -0.025em;
	margin: 0 0 clamp(1.35rem, 3.5vw, 2.25rem);
	color: #fdfcfa;
	text-shadow: 0 2px 36px rgba(0, 0, 0, 0.42);
}

.pk-slider-titles {
	position: relative;
	min-height: clamp(5.25rem, 14vw, 7.5rem);
}

.pk-slider-title-slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition:
		opacity 0.55s var(--pk-ease-out),
		transform 0.55s var(--pk-ease-out),
		visibility 0.55s linear;
	pointer-events: none;
}

.pk-slider-title-slide.is-active {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.pk-slider-line1,
.pk-slider-line2 {
	font-family: var(--pk-font-body);
	font-size: clamp(1.05rem, 2.1vw, 1.35rem);
	line-height: 1.45;
	margin: 0;
	color: rgba(253, 252, 250, 0.92);
	text-shadow: 0 1px 20px rgba(0, 0, 0, 0.35);
}

.pk-slider-line2 {
	margin-top: 0.35rem;
	color: rgba(253, 252, 250, 0.78);
	font-weight: 400;
}

.pk-slider-showcase {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.pk-slider-frame-wrap {
	position: relative;
	width: 100%;
	max-width: 520px;
	margin-inline: auto 0;
}

.pk-slider-frame {
	display: block;
	position: absolute;
	inset: -14px 14px 14px -14px;
	border: 1px solid rgba(253, 252, 250, 0.28);
	pointer-events: none;
	z-index: 0;
}

.pk-slider-fg-swiper {
	width: 100%;
	position: relative;
	z-index: 1;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.38);
}

.pk-slider-fg-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pk-slider-pagination {
	position: static !important;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 1.35rem;
	justify-content: flex-start;
}

.pk-slider-pagination.swiper-pagination-horizontal {
	width: auto;
}

.pk-slider-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 !important;
	border-radius: 999px;
	background: rgba(253, 252, 250, 0.38);
	opacity: 1;
	transition:
		width 0.3s var(--pk-ease-out),
		background 0.25s ease;
}

.pk-slider-pagination .swiper-pagination-bullet-active {
	width: 28px;
	border-radius: 999px;
	background: #fdfcfa;
}

.pk-slider-social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 0.75rem;
}

.pk-slider-social--side {
	position: absolute;
	right: var(--pk-slider-pad-x);
	top: 50%;
	transform: translateY(-50%);
	flex-direction: column;
	z-index: 3;
}

.pk-slider-social__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	color: #fdfcfa;
	border: 1px solid rgba(253, 252, 250, 0.35);
	background: rgba(0, 0, 0, 0.12);
	transition:
		background 0.25s ease,
		border-color 0.25s ease,
		transform 0.25s var(--pk-ease-out);
}

.pk-slider-social__link:hover {
	color: #fdfcfa;
	border-color: rgba(253, 252, 250, 0.65);
	background: rgba(253, 252, 250, 0.12);
	transform: translateY(-2px);
}

@media (max-width: 960px) {
	.pk-slider-inner {
		min-height: auto;
		padding-bottom: 2.5rem;
	}

	.pk-slider-grid {
		grid-template-columns: 1fr;
		gap: clamp(1.75rem, 5vw, 2.75rem);
	}

	.pk-slider-copy {
		padding-right: 0;
		text-align: center;
	}

	.pk-slider-brand {
		margin-inline: auto;
		max-width: 16ch;
	}

	.pk-slider-titles {
		min-height: clamp(5rem, 22vw, 6.5rem);
		margin-inline: auto;
		max-width: 28rem;
	}

	.pk-slider-frame-wrap {
		margin-inline: auto;
		max-width: min(420px, 100%);
	}

	.pk-slider-showcase {
		align-items: center;
	}

	.pk-slider-pagination {
		justify-content: center;
	}

	.pk-slider-social--side {
		position: static;
		transform: none;
		flex-direction: row;
		justify-content: center;
		margin-top: 2rem;
		width: 100%;
	}
}

/* Sekcja wprowadzająca — „kartka” na tle strony */
.pk-intro {
	position: relative;
	padding-top: clamp(4.25rem, 12vw, 7rem);
	padding-bottom: clamp(3.5rem, 9vw, 5.75rem);
	background:
		radial-gradient(ellipse 70% 80% at 50% 0%, rgba(154, 115, 73, 0.07), transparent 55%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, transparent 42%),
		var(--pk-bg);
	border-bottom: 1px solid rgba(154, 115, 73, 0.14);
	overflow: hidden;
}

.pk-intro::before {
	content: "";
	position: absolute;
	top: clamp(2rem, 6vw, 3.5rem);
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: clamp(2.5rem, 7vw, 3.75rem);
	background: linear-gradient(to bottom, transparent, var(--pk-gold-soft), transparent);
	opacity: 0.75;
	pointer-events: none;
}

.pk-intro__inner {
	max-width: 44rem;
	margin-inline: auto;
	text-align: center;
	position: relative;
	z-index: 0;
	padding: clamp(2.25rem, 5.5vw, 3.75rem) clamp(1.75rem, 5vw, 3rem);
	background: var(--pk-surface);
	border-radius: var(--pk-radius-lg);
	border: 1px solid rgba(255, 255, 255, 0.85);
	box-shadow:
		0 4px 6px rgba(42, 38, 34, 0.04),
		0 18px 48px rgba(42, 38, 34, 0.07),
		0 0 0 1px rgba(154, 115, 73, 0.08) inset;
}

.pk-intro__eyebrow {
	font-family: var(--pk-font-body);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--pk-accent);
	margin: 0 0 0.85rem;
}

.pk-intro__title {
	font-family: var(--pk-font-display);
	font-size: clamp(1.95rem, 4.4vw, 2.75rem);
	font-weight: 500;
	line-height: 1.18;
	margin: 0 0 1.35rem;
	letter-spacing: -0.025em;
	color: var(--pk-text);
}

.pk-intro__text {
	text-align: left;
	color: var(--pk-text-muted);
	font-size: 1.0625rem;
	line-height: 1.85;
}

.pk-intro__text p {
	margin: 0 0 1.15rem;
}

.pk-intro__text p:last-child {
	margin-bottom: 0;
}

.pk-section__head--center {
	margin-inline: auto;
	text-align: center;
	max-width: 36rem;
}

/* Lista artykułów jak .article-list-item: tekst | obraz (Grand Kasprowy). */
.pk-section--splits {
	padding-top: clamp(3.5rem, 8vw, 5rem);
	padding-bottom: 0;
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.5) 0%, transparent 28%),
		var(--pk-bg);
}

.pk-section--splits .pk-section__head {
	margin-bottom: clamp(2.5rem, 6vw, 3.5rem);
}

.pk-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 0;
	align-items: stretch;
	min-height: min(70vh, 600px);
	border-top: 1px solid var(--pk-border);
}

@media (max-width: 900px) {
	.pk-split {
		grid-template-columns: 1fr;
		min-height: 0;
	}
}

.pk-section--splits > article.pk-split:nth-of-type(2n) .pk-split__body {
	background: linear-gradient(180deg, var(--pk-surface) 0%, var(--pk-bg) 100%);
}

/* Domyślnie (mobile-first): symetryczny padding — zdjęcie nie „klei się” do lewej */
.pk-split__visual {
	position: relative;
	min-height: clamp(220px, 42vw, 400px);
	background: var(--pk-bg);
	padding: clamp(1.15rem, 4vw, 1.85rem);
	display: flex;
	align-items: stretch;
	justify-content: center;
}

@media (min-width: 901px) {
	/* Parzyste wiersze: tekst | zdjęcie (zdjęcie przy prawej krawędzi siatki) */
	.pk-section--splits > article.pk-split:nth-of-type(even) .pk-split__visual {
		padding: clamp(1.35rem, 3.5vw, 2.5rem) clamp(1.35rem, 3.5vw, 2.5rem) clamp(1.35rem, 3.5vw, 2.5rem) 0;
		justify-content: flex-start;
	}

	/* Nieparzyste: zdjęcie | tekst („szachy”) — zdjęcie po lewej */
	.pk-section--splits > article.pk-split:nth-of-type(odd) .pk-split__visual {
		order: 1;
		padding: clamp(1.35rem, 3.5vw, 2.5rem) 0 clamp(1.35rem, 3.5vw, 2.5rem) clamp(1.35rem, 3.5vw, 2.5rem);
		justify-content: flex-end;
	}

	.pk-section--splits > article.pk-split:nth-of-type(odd) .pk-split__body {
		order: 2;
	}
}

.pk-split__visual-inner {
	position: relative;
	flex: 0 1 auto;
	width: 100%;
	max-width: min(40rem, 100%);
	margin-inline: auto;
	overflow: hidden;
	min-height: 220px;
	background: linear-gradient(145deg, #ebe4d8 0%, #ddd4c6 100%);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

@media (min-width: 901px) {
	.pk-split__visual-inner {
		flex: 1;
		max-width: none;
		margin-inline: 0;
		width: auto;
	}
}

.pk-square-border {
	position: absolute;
	inset: 14px;
	border: 1px solid rgba(109, 42, 50, 0.42);
	pointer-events: none;
	z-index: 2;
}

.pk-split__visual-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 1.1s var(--pk-ease-out);
}

.pk-split:hover .pk-split__visual-inner img {
	transform: scale(1.03);
}

.pk-split__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2rem, 5vw, 4rem);
	background: var(--pk-bg);
}

.pk-kicker {
	font-family: var(--pk-font-body);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--pk-accent);
	margin: 0 0 0.85rem;
}

.pk-split__title {
	font-family: var(--pk-font-display);
	font-size: clamp(1.55rem, 3vw, 2.1rem);
	font-weight: 500;
	line-height: 1.22;
	margin: 0 0 1rem;
	color: var(--pk-text);
	letter-spacing: -0.02em;
}

.pk-split__text {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.78;
	color: var(--pk-text-muted);
	max-width: 34rem;
}

.pk-split__actions {
	margin-top: 1.35rem;
}

.pk-link-arrow {
	font-family: var(--pk-font-body);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pk-accent);
	border-bottom: 1px solid rgba(109, 42, 50, 0.35);
	padding-bottom: 0.15rem;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.pk-link-arrow:hover {
	color: var(--pk-accent-bright);
	border-bottom-color: var(--pk-accent-bright);
}

/* Baner „Menu / Sprawdź” + dwa zdjęcia (jak .banner-images-section na Grand Kasprowy). */
.pk-menu-banner {
	padding: clamp(2.5rem, 6vw, 4rem) 0;
	background:
		radial-gradient(ellipse 50% 90% at 0% 50%, rgba(154, 115, 73, 0.06), transparent 60%),
		var(--pk-bg-elevated);
	border-block: 1px solid rgba(154, 115, 73, 0.12);
}

.pk-menu-banner__link {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	gap: clamp(1.5rem, 4vw, 2.75rem);
	align-items: center;
	position: relative;
	text-decoration: none;
	color: inherit;
	padding: clamp(1.25rem, 3vw, 2rem);
	transition: opacity 0.25s ease;
}

.pk-menu-banner__link:hover {
	opacity: 0.92;
	color: inherit;
}

.pk-menu-banner__border {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(154, 115, 73, 0.28);
	pointer-events: none;
	z-index: 0;
	box-shadow:
		0 12px 40px rgba(42, 38, 34, 0.06),
		0 0 0 1px rgba(255, 255, 255, 0.4) inset;
}

.pk-menu-banner__text {
	position: relative;
	z-index: 1;
	padding-left: clamp(0.25rem, 1.5vw, 1rem);
}

.pk-menu-banner__title {
	font-family: var(--pk-font-display);
	font-size: clamp(2.4rem, 6.5vw, 4.25rem);
	font-weight: 400;
	margin: 0;
	line-height: 1;
	color: var(--pk-text);
}

.pk-menu-banner__cta {
	display: inline-block;
	margin-top: 1.1rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--pk-accent);
	border-bottom: 1px solid rgba(109, 42, 50, 0.35);
	padding-bottom: 0.25rem;
}

.pk-menu-banner__imgs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(0.75rem, 2vw, 1.35rem);
	position: relative;
	z-index: 1;
}

.pk-menu-banner__img-wrap {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4/3;
	background: linear-gradient(145deg, #ebe4d8, #dfd8cc);
}

.pk-menu-banner__img-wrap .pk-square-border {
	z-index: 2;
}

.pk-menu-banner__img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: relative;
	z-index: 0;
	transition: transform 0.85s var(--pk-ease-out);
}

.pk-menu-banner__link:hover .pk-menu-banner__img-wrap img {
	transform: scale(1.04);
}

@media (max-width: 768px) {
	.pk-menu-banner__link {
		grid-template-columns: 1fr;
	}
}

/* Siatka w stylu Instagram / #tag (jak .instagram-section). */
.pk-instagram {
	padding: clamp(2.5rem, 6vw, 4rem) 0;
	background:
		radial-gradient(ellipse 80% 60% at 50% 100%, rgba(109, 42, 50, 0.05), transparent 55%),
		var(--pk-bg);
	border-block: 1px solid rgba(154, 115, 73, 0.1);
}

.pk-instagram__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3px;
}

@media (max-width: 640px) {
	.pk-instagram__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.pk-instagram__cell {
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	background: linear-gradient(145deg, #e5ddd2, #d4cdc0);
}

.pk-instagram__cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.65s var(--pk-ease-out);
}

.pk-instagram__cell:hover img {
	transform: scale(1.06);
}

.pk-instagram__tag {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	background: var(--pk-bg-elevated);
	text-align: center;
	font-family: var(--pk-font-display);
	font-size: clamp(0.95rem, 2.4vw, 1.35rem);
	font-weight: 500;
	color: var(--pk-text);
	text-decoration: none;
	padding: 1rem;
	line-height: 1.3;
	transition: background 0.28s ease, color 0.28s ease;
}

.pk-instagram__tag:hover {
	background: var(--pk-accent);
	color: #fdfcfa;
}

/* ==========================================================================
   Sections (front page)
   ========================================================================== */

.pk-about {
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.35) 0%, transparent 55%),
		var(--pk-bg-elevated);
	border-block: 1px solid rgba(154, 115, 73, 0.12);
}

.pk-about__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}

@media (max-width: 800px) {
	.pk-about__grid {
		grid-template-columns: 1fr;
	}
}

.pk-about__visual {
	margin: 0;
	position: relative;
	aspect-ratio: 4/3;
	border-radius: var(--pk-radius-lg);
	border: 1px solid rgba(109, 42, 50, 0.2);
	overflow: hidden;
	background: var(--pk-surface);
	box-shadow:
		0 20px 48px rgba(31, 28, 25, 0.1),
		inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.pk-about__square-border {
	inset: 16px;
	z-index: 3;
}

.pk-about__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(145deg, transparent 55%, rgba(31, 28, 25, 0.08) 100%);
	pointer-events: none;
}

.pk-about__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	position: relative;
	z-index: 0;
}

.pk-about__text h2 {
	font-size: clamp(1.85rem, 3.5vw, 2.5rem);
	font-weight: 400;
}

.pk-about__fb {
	margin: 0.35rem 0 0;
}

.pk-about__visual--empty {
	background:
		linear-gradient(145deg, var(--pk-surface) 0%, #e5e0d6 100%),
		repeating-linear-gradient(
			-12deg,
			transparent,
			transparent 12px,
			rgba(109, 42, 50, 0.04) 12px,
			rgba(109, 42, 50, 0.04) 24px
		);
	min-height: 220px;
}

.pk-about__visual--empty::after {
	content: "";
	position: absolute;
	inset: 18%;
	border: 1px dashed rgba(109, 42, 50, 0.22);
	border-radius: 8px;
	pointer-events: none;
}

.pk-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(1rem, 3vw, 1.5rem);
}

.pk-gallery:has(> .pk-gallery__item:only-child) {
	grid-template-columns: 1fr;
	max-width: 720px;
	margin-inline: auto;
}

.pk-gallery--luxury {
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
	gap: clamp(0.75rem, 2vw, 1.15rem);
	align-items: stretch;
}

.pk-gallery__cell {
	margin: 0;
	border-radius: var(--pk-radius);
	overflow: hidden;
	border: 1px solid rgba(109, 42, 50, 0.14);
	background: var(--pk-surface);
	position: relative;
	box-shadow: 0 12px 36px rgba(31, 28, 25, 0.09);
	display: flex;
	flex-direction: column;
}

.pk-gallery__cell::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(31, 28, 25, 0.03) 0%, rgba(31, 28, 25, 0.12) 100%);
	z-index: 1;
}

.pk-gallery__cell img {
	position: relative;
	z-index: 0;
	width: 100%;
	flex: 1 1 auto;
	min-height: 200px;
	object-fit: cover;
	display: block;
	transition: transform 0.85s var(--pk-ease-out);
}

.pk-gallery__cell:hover img {
	transform: scale(1.045);
}

@media (min-width: 769px) {
	.pk-gallery--luxury .pk-gallery__cell:first-child {
		grid-column: 1 / -1;
	}

	.pk-gallery--luxury .pk-gallery__cell:first-child img {
		min-height: clamp(240px, 42vw, 420px);
		max-height: 52vh;
	}

	.pk-gallery--luxury .pk-gallery__cell:nth-child(even):not(:first-child) img {
		aspect-ratio: 3/4;
		min-height: 0;
	}

	.pk-gallery--luxury .pk-gallery__cell:nth-child(odd):not(:first-child) img {
		aspect-ratio: 1;
		min-height: 0;
	}
}

@media (max-width: 640px) {
	.pk-gallery {
		grid-template-columns: 1fr;
	}
}

.pk-gallery__item {
	margin: 0;
	border-radius: var(--pk-radius-lg);
	overflow: hidden;
	border: 1px solid var(--pk-border);
	aspect-ratio: 16/10;
	background: var(--pk-surface);
}

.pk-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pk-section--features {
	background: linear-gradient(180deg, var(--pk-bg) 0%, var(--pk-bg-elevated) 45%, var(--pk-bg) 100%);
}

.pk-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

@media (max-width: 768px) {
	.pk-features {
		grid-template-columns: 1fr;
	}
}

.pk-features--luxury {
	gap: clamp(1.25rem, 3vw, 2rem);
}

.pk-feature {
	padding: 1.75rem;
	background: var(--pk-bg-elevated);
	border-radius: var(--pk-radius);
	border: 1px solid var(--pk-border);
	transition: border-color 0.35s var(--pk-ease-out), transform 0.35s var(--pk-ease-out);
}

.pk-feature:hover {
	border-color: rgba(109, 42, 50, 0.28);
	transform: translateY(-3px);
}

.pk-feature--luxury {
	padding: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: var(--pk-surface);
	border-color: rgba(109, 42, 50, 0.12);
}

.pk-feature__visual {
	position: relative;
	aspect-ratio: 5/4;
	overflow: hidden;
	background: #dcd7cc;
}

.pk-feature__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(31, 28, 25, 0.35) 100%);
	pointer-events: none;
	z-index: 1;
}

.pk-feature__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.85s var(--pk-ease-out);
}

.pk-feature--luxury:hover .pk-feature__visual img {
	transform: scale(1.06);
}

.pk-feature__body {
	padding: 1.5rem 1.6rem 1.65rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.pk-feature h3 {
	font-size: 1.35rem;
	margin-bottom: 0.5rem;
}

.pk-feature--luxury h3 {
	font-size: 1.45rem;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.pk-feature p {
	color: var(--pk-text-muted);
	font-size: 0.95rem;
	margin: 0;
	line-height: 1.65;
}

@media (max-width: 900px) {
	.pk-features--luxury {
		grid-template-columns: 1fr;
		max-width: 420px;
		margin-inline: auto;
	}
}

/* Delikatne wejście sekcji przy przewijaniu (włączone skryptem — bez JS treść jest od razu widoczna) */
@media (prefers-reduced-motion: no-preference) {
	html.pk-scroll-anim .pk-reveal:not(.is-visible) {
		opacity: 0;
		transform: translateY(22px);
	}

	html.pk-scroll-anim .pk-reveal {
		transition: opacity 0.75s var(--pk-ease-out), transform 0.75s var(--pk-ease-out);
	}

	html.pk-scroll-anim .pk-reveal.is-visible {
		opacity: 1;
		transform: translateY(0);
	}
}

.pk-cta {
	text-align: center;
	padding: clamp(4.5rem, 11vw, 7rem) 0;
	background:
		radial-gradient(ellipse 55% 70% at 50% 100%, rgba(109, 42, 50, 0.06) 0%, transparent 52%),
		radial-gradient(ellipse 40% 50% at 20% 30%, rgba(109, 42, 50, 0.03) 0%, transparent 45%),
		var(--pk-bg);
	border-top: 1px solid var(--pk-border);
	position: relative;
	overflow: hidden;
}

.pk-cta::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 3.5rem;
	background: linear-gradient(180deg, transparent, rgba(109, 42, 50, 0.35));
}

.pk-cta h2 {
	font-size: clamp(2.1rem, 4.2vw, 2.95rem);
	font-weight: 400;
	margin-bottom: 0.85rem;
	letter-spacing: -0.02em;
}

.pk-cta p {
	color: var(--pk-text-muted);
	max-width: 480px;
	margin: 0 auto 1.75rem;
}

.pk-cta--contact {
	text-align: left;
}

.pk-cta--contact h2 {
	text-align: center;
	margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.pk-contact {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	gap: clamp(1.75rem, 4vw, 3rem);
	align-items: start;
}

@media (max-width: 900px) {
	.pk-contact {
		grid-template-columns: 1fr;
	}
}

.pk-contact__details {
	max-width: none;
	margin: 0;
}

.pk-cta--contact .pk-contact__details p {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.pk-contact__reserve {
	font-size: 1.05rem;
	color: var(--pk-text);
	margin-bottom: 0.65rem;
}

.pk-contact__phone {
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 600;
	margin-bottom: 1rem;
}

.pk-contact__phone a {
	color: var(--pk-accent);
	text-decoration: none;
}

.pk-contact__phone a:hover {
	text-decoration: underline;
}

.pk-contact__tagline {
	color: var(--pk-text-muted);
	font-size: 0.95rem;
	margin-bottom: 1.25rem;
}

.pk-contact__address {
	font-style: normal;
	color: var(--pk-text-muted);
	line-height: 1.65;
	margin: 0 0 1.75rem;
	font-size: 0.98rem;
}

.pk-contact__fb-lead {
	margin-bottom: 1.25rem;
	line-height: 1.65;
}

.pk-contact__map {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.pk-contact__map-frame {
	position: relative;
	border-radius: var(--pk-radius-lg);
	overflow: hidden;
	border: 1px solid var(--pk-border);
	box-shadow: 0 16px 40px rgba(31, 28, 25, 0.08);
	aspect-ratio: 4 / 3;
	background: var(--pk-surface);
}

.pk-contact__map-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.pk-contact__map-link {
	align-self: flex-start;
	font-size: 0.875rem;
	color: var(--pk-text-muted);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pk-contact__map-link:hover {
	color: var(--pk-accent);
}

/* ==========================================================================
   Footer
   ========================================================================== */

.pk-footer {
	background: var(--pk-footer-bg);
	padding: 3.25rem 0 2rem;
	border-top: 1px solid rgba(243, 240, 232, 0.12);
	color: var(--pk-footer-text);
}

.pk-footer__tag {
	font-family: var(--pk-font-body);
	font-size: 0.6875rem;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	color: var(--pk-footer-muted);
	margin: 0 0 0.75rem;
}

.pk-footer__grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 2.5rem;
	margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
	.pk-footer__grid {
		grid-template-columns: 1fr;
	}
}

.pk-footer__brand {
	font-family: var(--pk-font-display);
	font-size: 1.5rem;
	color: var(--pk-footer-text);
	margin-bottom: 0.5rem;
}

.pk-footer__brand span {
	color: rgba(243, 240, 232, 0.88);
	font-style: italic;
}

.pk-footer__meta {
	color: var(--pk-footer-muted);
	font-size: 0.9rem;
}

.pk-footer h4 {
	font-size: 0.75rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--pk-footer-muted);
	margin-bottom: 1rem;
	font-family: var(--pk-font-body);
	font-weight: 600;
}

.pk-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pk-footer li {
	margin-bottom: 0.5rem;
}

.pk-footer a {
	color: var(--pk-footer-muted);
}

.pk-footer a:hover {
	color: var(--pk-footer-text);
}

/* Słowa kluczowe: domyślnie przyciemnione, jaśniej na ramce, najjaśniej na frazie */
.pk-footer-keywords-block {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(243, 240, 232, 0.12);
}

.pk-footer-keywords {
	border: 1px solid rgba(243, 240, 232, 0.12);
	border-radius: var(--pk-radius);
	padding: 1.1rem 1.2rem 1.2rem;
	background: rgba(0, 0, 0, 0.22);
	line-height: 1.7;
	transition:
		border-color 0.3s var(--pk-ease-out),
		background-color 0.3s var(--pk-ease-out),
		box-shadow 0.3s var(--pk-ease-out);
}

.pk-footer-keywords:hover {
	border-color: rgba(109, 42, 50, 0.45);
	background: rgba(0, 0, 0, 0.28);
	box-shadow: inset 0 0 0 1px rgba(109, 42, 50, 0.12);
}

.pk-footer-keyword {
	display: inline-block;
	margin: 0.2rem 0.65rem 0.2rem 0;
	color: rgba(243, 240, 232, 0.2);
	transition: color 0.22s ease;
	cursor: default;
}

.pk-footer-keywords:hover .pk-footer-keyword {
	color: rgba(243, 240, 232, 0.45);
}

.pk-footer-keywords:hover .pk-footer-keyword:hover {
	color: rgba(243, 240, 232, 0.95);
}

.pk-footer__bottom {
	padding-top: 2rem;
	border-top: 1px solid rgba(243, 240, 232, 0.12);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	font-size: 0.85rem;
	color: var(--pk-footer-muted);
}

/* ==========================================================================
   Content (posts, pages)
   ========================================================================== */

.pk-main {
	padding-top: calc(var(--pk-header-h) + 2rem);
	padding-bottom: 4rem;
	min-height: 60vh;
}

.pk-page-header {
	margin-bottom: 2.5rem;
}

.pk-page-header h1 {
	font-size: clamp(2rem, 4vw, 2.75rem);
}

.pk-entry {
	max-width: 720px;
}

.pk-entry .entry-content {
	color: var(--pk-text-muted);
}

.pk-entry .entry-content ol,
.pk-entry .entry-content ul {
	margin: 0 0 1.25rem;
	padding-left: 1.35rem;
}

.pk-entry .entry-content ol li,
.pk-entry .entry-content ul li {
	margin-bottom: 0.4rem;
}

.entry-content a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.navigation.pagination {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 2.5rem;
	flex-wrap: wrap;
}

.navigation.pagination a,
.navigation.pagination span {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 0.9rem;
	border-radius: 8px;
	border: 1px solid var(--pk-border);
	color: var(--pk-text-muted);
	font-size: 0.9rem;
}

.navigation.pagination a:hover {
	color: var(--pk-accent);
	border-color: rgba(109, 42, 50, 0.4);
}

.navigation.pagination .current {
	background: var(--pk-accent-soft);
	color: var(--pk-accent);
	border-color: rgba(109, 42, 50, 0.35);
}

.page-links {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--pk-border);
	font-size: 0.9rem;
	color: var(--pk-text-muted);
}

.pk-entry .entry-content h2,
.pk-entry .entry-content h3 {
	color: var(--pk-text);
	margin-top: 1.75rem;
}

.pk-entry .entry-meta {
	font-size: 0.875rem;
	color: var(--pk-text-muted);
	margin-bottom: 1.5rem;
}

.pk-post-list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.pk-post-card {
	padding: 1.5rem;
	background: var(--pk-bg-elevated);
	border-radius: var(--pk-radius);
	border: 1px solid var(--pk-border);
}

.pk-post-card h2 {
	font-size: 1.5rem;
}

.pk-post-card h2 a {
	color: var(--pk-text);
}

.pk-post-card h2 a:hover {
	color: var(--pk-accent);
}

/* ==========================================================================
   404
   ========================================================================== */

.pk-404 {
	text-align: center;
	padding: 4rem 0;
}

.pk-404 h1 {
	font-size: clamp(4rem, 15vw, 8rem);
	line-height: 1;
	color: rgba(109, 42, 50, 0.25);
	margin-bottom: 0.5rem;
}

/* ==========================================================================
   Screen reader
   ========================================================================== */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* ==========================================================================
   Wymuszenie mobile (na końcu pliku — wygrywa z ewentualnymi kolizjami)
   ========================================================================== */

@media (max-width: 900px) {
	.pk-section--splits .pk-split__visual {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		padding-left: clamp(1.15rem, 4vw, 1.85rem);
		padding-right: clamp(1.15rem, 4vw, 1.85rem);
		justify-content: center;
	}

	.pk-section--splits .pk-split__visual-inner {
		box-sizing: border-box;
		max-width: min(40rem, calc(100vw - 2 * clamp(1.15rem, 4vw, 1.85rem)));
		margin-left: auto;
		margin-right: auto;
	}

	.pk-section--splits .pk-split__visual-inner img {
		object-position: center center;
	}
}
