/* ════════════════════════════════════════════════════════════════
   پارکاب — هیات دوچرخه‌سواری استان یزد
   طراحی «یک روز رکاب‌زنی در یزد»: اسکرول = گذر زمان از سپیده تا شب
   ════════════════════════════════════════════════════════════════ */

/* ─── فونت‌ها ─────────────────────────────────────────────────── */
@font-face {
	font-family: 'AzarMehrFD';
	src: url('../fonts/AzarMehr-FD-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'AzarMehrFD';
	src: url('../fonts/AzarMehr-FD-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Estedad';
	src: url('../fonts/estedad-black.woff2') format('woff2');
	font-weight: 900;
	font-display: swap;
}
@font-face {
	font-family: 'Estedad';
	src: url('../fonts/estedad-extrabold.woff2') format('woff2');
	font-weight: 800;
	font-display: swap;
}
@font-face {
	font-family: 'Estedad';
	src: url('../fonts/estedad-bold.woff2') format('woff2');
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: 'Estedad';
	src: url('../fonts/estedad-medium.woff2') format('woff2');
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: 'Vazirmatn';
	src: url('../fonts/vazirmatn-fd-regular.woff2') format('woff2');
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'Vazirmatn';
	src: url('../fonts/vazirmatn-fd-medium.woff2') format('woff2');
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: 'Vazirmatn';
	src: url('../fonts/vazirmatn-fd-semibold.woff2') format('woff2');
	font-weight: 600;
	font-display: swap;
}
@font-face {
	font-family: 'Vazirmatn';
	src: url('../fonts/vazirmatn-fd-bold.woff2') format('woff2');
	font-weight: 700;
	font-display: swap;
}

/* ─── توکن‌ها ─────────────────────────────────────────────────── */
:root {
	/* پالت: گچ، خشت، لاجورد، زعفران، مس، شب */
	--gach: #fbf7ef;
	--gach-2: #f5eee0;
	--khesht: #e9dcc3;
	--khesht-2: #d9c8a6;
	--lajvard: #1d3f9e;
	--lajvard-2: #16307a;
	--lajvard-soft: #e3e9f9;
	--zafaran: #f0a93b;
	--zafaran-2: #e08f1f;
	--mes: #b65c32;
	--shab: #101a33;
	--shab-2: #1a2747;
	--ink: #1b2540;
	--ink-soft: #54608030;
	--muted: #5b6580;

	--font-display: 'AzarMehrFD', 'Estedad', 'Vazirmatn', Tahoma, sans-serif;
	--font-body: 'AzarMehrFD', 'Vazirmatn', Tahoma, sans-serif;

	--container: 1180px;
	--radius: 20px;
	--radius-sm: 13px;
	--shadow-soft: 0 10px 35px -12px rgba(27, 37, 64, 0.18);
	--shadow-lift: 0 24px 50px -20px rgba(27, 37, 64, 0.3);
	--header-h: 78px;
}

/* ─── ریست ───────────────────────────────────────────────────── */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body.pk-site [id] {
	scroll-margin-top: calc(var(--header-h) + 20px);
}

body.pk-site {
	margin: 0;
	font-family: var(--font-body);
	font-weight: 500;
	font-size: 16.5px;
	line-height: 1.95;
	color: var(--ink);
	background: var(--gach);
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
}

:where(body.pk-site) img {
	max-width: 100%;
	height: auto;
	display: block;
}

:where(body.pk-site) h1,
:where(body.pk-site) h2,
:where(body.pk-site) h3,
:where(body.pk-site) h4 {
	font-family: var(--font-display);
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
	color: var(--ink);
}

:where(body.pk-site) a {
	color: var(--lajvard);
	text-decoration: none;
}

:where(body.pk-site) a,
:where(body.pk-site) button,
:where(body.pk-site) input,
:where(body.pk-site) textarea {
	touch-action: manipulation;
}

body.pk-site :focus-visible {
	outline: 3px solid var(--zafaran);
	outline-offset: 3px;
	border-radius: 4px;
}

.pk-skip {
	position: fixed;
	top: -60px;
	right: 16px;
	z-index: 200;
	background: var(--shab);
	color: #fff;
	padding: 10px 20px;
	border-radius: 0 0 12px 12px;
	transition: top 0.2s;
}

.pk-skip:focus {
	top: 0;
	color: #fff;
}

/* ─── آسمان زنده ─────────────────────────────────────────────── */
.pk-sky {
	position: fixed;
	inset: 0;
	z-index: -2;
	pointer-events: none;
}

.pk-sky__layer {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1.1s ease;
	will-change: opacity;
}

.pk-sky__layer--dawn {
	opacity: 1;
	background:
		radial-gradient(120% 75% at 50% 108%, #ffd9ac 0%, #fce4cd 30%, transparent 62%),
		linear-gradient(180deg, #dfe7f4 0%, #f6e7d8 55%, #fbf0df 100%);
}

.pk-sky__layer--noon {
	background:
		radial-gradient(130% 80% at 50% 115%, #f8efdb 0%, transparent 58%),
		linear-gradient(180deg, #cfe4f4 0%, #e8eff2 50%, #f8f3e7 100%);
}

.pk-sky__layer--sunset {
	background:
		radial-gradient(120% 70% at 50% 108%, #ffc97e 0%, #fadbb4 38%, transparent 66%),
		linear-gradient(180deg, #c7d4ec 0%, #f0d9c0 55%, #f7e3c8 100%);
}

.pk-sky__layer--dusk {
	background:
		radial-gradient(120% 80% at 50% 112%, #3b4a7a 0%, transparent 60%),
		linear-gradient(180deg, #2a3a66 0%, #1b2849 55%, #131e3c 100%);
}

/* ─── بوم ذرات ───────────────────────────────────────────────── */
.pk-dust {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

/* محتوای صفحه بالای بوم ذرات */
.pk-header,
.pk-main,
.pk-footer,
.pk-wheel {
	position: relative;
	z-index: 1;
}

/* ─── چرخ پیشرفت اسکرول ─────────────────────────────────────── */
.pk-wheel {
	position: fixed;
	bottom: 26px;
	right: 26px;
	left: auto;
	z-index: 90;
	width: 56px;
	height: 56px;
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 0.4s, transform 0.4s;
}

body.pk-scrolled .pk-wheel {
	opacity: 1;
	transform: none;
}

.pk-wheel__ring {
	stroke: var(--zafaran);
	stroke-dasharray: 157;
	stroke-dashoffset: 157;
	transform: rotate(-90deg);
	transform-origin: center;
}

.pk-wheel__spokes {
	stroke: var(--ink);
	transform-origin: center;
}

.pk-wheel circle[r='3.2'] {
	fill: var(--ink);
}

body.pk-night .pk-wheel__spokes {
	stroke: #e8ecf8;
}

body.pk-night .pk-wheel circle[r='3.2'] {
	fill: #e8ecf8;
}

/* ─── هدر ────────────────────────────────────────────────────── */
.pk-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	transition: background 0.35s, box-shadow 0.35s, backdrop-filter 0.35s;
}

body.pk-scrolled .pk-header {
	background: rgba(251, 247, 239, 0.82);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 1px 0 rgba(27, 37, 64, 0.08);
}

.pk-header__inner {
	max-width: var(--container);
	margin-inline: auto;
	padding: 0 22px;
	height: var(--header-h);
	display: flex;
	align-items: center;
	gap: 26px;
}

.pk-logo {
	display: flex;
	align-items: center;
	gap: 11px;
	color: var(--ink);
}

.pk-logo__mark {
	color: var(--lajvard);
	display: grid;
	place-items: center;
}

.pk-logo__img {
	display: block;
	max-height: 60px;
	width: auto;
	object-fit: contain;
}

.pk-logo__text {
	font-family: var(--font-display);
	font-weight: 900;
	font-size: 24px;
	line-height: 1.1;
	display: flex;
	flex-direction: column;
}

.pk-logo__text small {
	font-family: var(--font-body);
	font-weight: 500;
	font-size: 10.5px;
	color: var(--muted);
	letter-spacing: 0.02em;
}

.pk-nav {
	margin-inline-start: auto;
}

.pk-nav ul {
	display: flex;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pk-nav > ul > li {
	position: relative;
}

.pk-nav a {
	display: block;
	padding: 9px 15px;
	border-radius: 999px;
	color: var(--ink);
	font-weight: 600;
	font-size: 15px;
	transition: background 0.2s, color 0.2s;
}

.pk-nav a:hover {
	background: rgba(29, 63, 158, 0.09);
	color: var(--lajvard);
}

.pk-nav__has-sub > a::after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-inline-start: 8px;
	border-inline-end: 2px solid currentColor;
	border-block-end: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
}

.pk-nav__sub {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 120;
	display: grid !important;
	min-width: 172px;
	gap: 5px !important;
	padding: 9px !important;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(217, 200, 166, 0.86);
	border-radius: 15px;
	box-shadow: 0 18px 40px -22px rgba(27, 37, 64, 0.45);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.pk-nav__has-sub:hover .pk-nav__sub,
.pk-nav__has-sub:focus-within .pk-nav__sub {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.pk-nav__sub a {
	white-space: nowrap;
	border-radius: 11px;
	padding: 9px 12px;
	font-size: 14px;
}

.pk-header__cta {
	flex-shrink: 0;
	background: var(--lajvard);
	color: #fff;
	font-weight: 700;
	font-size: 14.5px;
	padding: 11px 22px;
	border-radius: 999px;
	box-shadow: 0 8px 22px -8px rgba(29, 63, 158, 0.55);
	transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.pk-header__cta:hover {
	background: var(--lajvard-2);
	color: #fff;
	transform: translateY(-2px);
}

.pk-burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 46px;
	height: 46px;
	padding: 10px;
	border: 0;
	border-radius: 12px;
	background: rgba(29, 63, 158, 0.08);
	cursor: pointer;
}

.pk-burger span {
	display: block;
	height: 2.4px;
	border-radius: 2px;
	background: var(--ink);
	transition: transform 0.3s, opacity 0.3s;
}

.pk-burger[aria-expanded='true'] span:nth-child(1) {
	transform: translateY(7.4px) rotate(45deg);
}

.pk-burger[aria-expanded='true'] span:nth-child(2) {
	opacity: 0;
}

.pk-burger[aria-expanded='true'] span:nth-child(3) {
	transform: translateY(-7.4px) rotate(-45deg);
}

/* ─── اجزای مشترک ───────────────────────────────────────────── */
.pk-container {
	max-width: var(--container);
	margin-inline: auto;
	padding-inline: 22px;
}

.pk-section {
	position: relative;
	padding: 110px 0;
}

/* چیپ زمان روز — روایت «یک روز رکاب‌زنی» */
.pk-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid var(--khesht);
	border-radius: 999px;
	padding: 7px 16px;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--mes);
	margin-bottom: 20px;
}

.pk-eyebrow::before {
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--zafaran);
	box-shadow: 0 0 0 4px rgba(240, 169, 59, 0.25);
}

.pk-title {
	font-size: clamp(30px, 4.6vw, 50px);
	font-weight: 900;
	margin-bottom: 14px;
}

.pk-title em {
	font-style: normal;
	color: var(--lajvard);
}

/* خط مسیر زیر تیترها: جادهٔ نقطه‌چین با چرخ کوچک */
.pk-route {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 4px 0 18px;
	color: var(--zafaran-2);
}

.pk-route::before {
	content: '';
	width: 86px;
	height: 0;
	border-top: 3px dashed currentColor;
	opacity: 0.7;
}

.pk-route::after {
	content: '';
	width: 13px;
	height: 13px;
	border: 3px solid currentColor;
	border-radius: 50%;
	margin-inline-start: 4px;
}

.pk-lead {
	font-size: 17.5px;
	color: var(--muted);
	max-width: 640px;
}

.pk-btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	border: 0;
	cursor: pointer;
	border-radius: 14px;
	padding: 15px 30px;
	font: 700 16px var(--font-body);
	background: var(--lajvard);
	color: #fff;
	box-shadow: 0 14px 30px -12px rgba(29, 63, 158, 0.55);
	transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.pk-btn:hover {
	background: var(--lajvard-2);
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 20px 36px -14px rgba(29, 63, 158, 0.6);
}

.pk-btn--ghost {
	background: rgba(255, 255, 255, 0.7);
	color: var(--ink);
	border: 1.5px solid var(--khesht-2);
	box-shadow: none;
}

.pk-btn--ghost:hover {
	background: #fff;
	color: var(--lajvard);
	border-color: var(--lajvard);
	box-shadow: var(--shadow-soft);
}

.pk-btn--sun {
	background: var(--zafaran);
	color: var(--shab);
	box-shadow: 0 14px 30px -12px rgba(240, 169, 59, 0.65);
}

.pk-btn--sun:hover {
	background: var(--zafaran-2);
	color: var(--shab);
}

/* ─── هرو: سپیده‌دم ──────────────────────────────────────────── */
.pk-hero {
	position: relative;
	min-height: 100svh;
	display: flex;
	align-items: center;
	padding: calc(var(--header-h) + 40px) 0 80px;
	overflow: hidden;
}

/* ویدئوی سینمایی پس‌زمینه + تینت سحر */
.pk-hero__video {
	position: absolute;
	inset: -7% 0;
	z-index: 0;
	width: 100%;
	height: 114%;
	object-fit: cover;
	object-position: center 62%;
	will-change: transform;
}

.pk-hero__tint {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(270deg, rgba(251, 247, 239, 0.97) 16%, rgba(251, 247, 239, 0.78) 40%, rgba(251, 247, 239, 0.2) 68%, rgba(251, 247, 239, 0.02) 88%),
		linear-gradient(180deg, rgba(252, 232, 220, 0.9) 0%, rgba(252, 232, 220, 0.3) 32%, transparent 58%, rgba(182, 92, 50, 0.16) 100%);
}

/* خطوط باد کویر — دش‌های زعفرانی درخشان در حرکت */
.pk-hero__wind {
	position: absolute;
	z-index: 2;
	inset: 15% 42% 26% 0;
	pointer-events: none;
}

.pk-hero__wind svg {
	width: 100%;
	height: 100%;
	overflow: visible;
}

.pk-hero__wind path {
	fill: none;
	stroke: var(--zafaran);
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-dasharray: 14 22;
	opacity: 0.55;
	filter: drop-shadow(0 0 7px rgba(240, 169, 59, 0.8));
}

.pk-hero__inner {
	position: relative;
	z-index: 4;
	max-width: var(--container);
	margin-inline: auto;
	padding-inline: 22px;
	width: 100%;
}

.pk-hero__content {
	max-width: 640px;
}

.pk-hero h1 {
	font-size: clamp(36px, 5.8vw, 68px);
	font-weight: 900;
	line-height: 1.22;
	margin: 0 0 18px;
}

.pk-hero h1 .pk-line {
	display: block;
	overflow: hidden;
}

.pk-hero h1 .pk-line > span {
	display: inline-block;
}

.pk-hero h1 em {
	font-style: normal;
	color: var(--lajvard);
	position: relative;
}

.pk-hero__sub {
	font-size: clamp(17px, 2vw, 21px);
	font-weight: 500;
	color: var(--muted);
	max-width: 520px;
	margin: 0 0 34px;
}

.pk-hero__sub strong {
	color: var(--mes);
	font-weight: 700;
}

.pk-hero__actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.pk-hero__scroll {
	position: absolute;
	z-index: 5;
	bottom: 26px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	color: var(--ink);
	font-size: 12.5px;
	font-weight: 600;
	opacity: 0.85;
}

.pk-hero__scroll svg {
	animation: pk-bounce 2.1s ease-in-out infinite;
}

@keyframes pk-bounce {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(7px); }
}

/* ─── نوار متحرک ─────────────────────────────────────────────── */
.pk-marquee {
	position: relative;
	background: var(--lajvard);
	color: var(--gach);
	overflow: hidden;
	direction: ltr;
	padding: 17px 0;
	transform: rotate(-1.2deg) scale(1.02);
	box-shadow: var(--shadow-soft);
}

.pk-marquee__track {
	display: flex;
	width: max-content;
	direction: ltr;
	animation: pk-marquee 48s linear infinite;
	will-change: transform;
}

.pk-marquee__group {
	display: flex;
	flex: none;
	min-width: 100vw;
	direction: rtl;
}

.pk-marquee:hover .pk-marquee__track {
	animation-play-state: paused;
}

.pk-marquee span {
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 21px;
	white-space: nowrap;
	padding-inline: 18px;
	display: inline-flex;
	align-items: center;
	gap: 18px;
}

.pk-marquee span::after {
	content: '✦';
	color: var(--zafaran);
	font-size: 15px;
}

@keyframes pk-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

/* ─── درباره پارکاب ─────────────────────────────────────────── */
.pk-about__grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: clamp(34px, 6vw, 86px);
	align-items: center;
}

.pk-about__media {
	position: relative;
	padding-bottom: 34px;
}

.pk-about__photo {
	border-radius: 200px 200px var(--radius) var(--radius); /* قاب طاقی */
	overflow: hidden;
	box-shadow: var(--shadow-lift);
	border: 6px solid #fff;
}

.pk-about__photo img {
	width: 100%;
	height: 520px;
	object-fit: cover;
}

.pk-about__panorama {
	position: absolute;
	bottom: 0;
	right: -26px;
	width: 64%;
	border-radius: var(--radius-sm);
	overflow: hidden;
	border: 5px solid #fff;
	box-shadow: var(--shadow-lift);
}

.pk-about__badge {
	position: absolute;
	top: 26px;
	left: -8px;
	background: var(--zafaran);
	color: var(--shab);
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 15px;
	padding: 12px 20px;
	border-radius: 999px;
	box-shadow: var(--shadow-soft);
	transform: rotate(6deg);
}

.pk-about__text p {
	color: var(--muted);
	margin: 0 0 16px;
}

.pk-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
	margin: 30px 0 32px;
	padding: 0;
	list-style: none;
}

.pk-stats li {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 158px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(209, 157, 113, 0.48);
	border-radius: 8px;
	padding: 22px 12px 18px;
	text-align: center;
	box-shadow: 0 10px 28px rgba(30, 48, 82, 0.08);
}

.pk-stats li::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: var(--zafaran);
}

.pk-stats strong {
	display: flex;
	min-height: 42px;
	align-items: baseline;
	justify-content: center;
	gap: 2px;
	direction: ltr;
	font-family: var(--font-display);
	font-weight: 900;
	font-size: 32px;
	color: var(--lajvard);
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

.pk-stats .pk-stat__value {
	font: inherit;
	color: inherit;
	line-height: inherit;
}

.pk-stats .pk-stat__suffix {
	font-size: 20px;
	color: var(--zafaran-2);
	line-height: 1;
}

.pk-stats li > span {
	display: flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	font-size: 15.5px;
	line-height: 1.8;
	color: var(--muted);
	font-weight: 700;
}

/* ─── خدمات ──────────────────────────────────────────────────── */
.pk-services__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 44px;
}

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

.pk-service {
	position: relative;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid var(--khesht);
	border-radius: var(--radius);
	padding: 28px 22px 24px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	overflow: hidden;
}

.pk-service:hover {
	transform: translateY(-7px);
	box-shadow: var(--shadow-lift);
	border-color: var(--zafaran);
}

.pk-service__icon {
	width: 56px;
	height: 56px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	background: var(--lajvard-soft);
	color: var(--lajvard);
	margin-bottom: 18px;
	transition: background 0.25s, color 0.25s, transform 0.25s;
}

.pk-service:hover .pk-service__icon {
	background: var(--zafaran);
	color: var(--shab);
	transform: rotate(-7deg) scale(1.06);
}

.pk-service h3 {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 8px;
}

.pk-service p {
	font-size: 14px;
	color: var(--muted);
	margin: 0;
	line-height: 1.85;
}

/* ─── معرفی رشته‌های دوچرخه‌سواری ───────────────────────────── */
.pk-disciplines__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.pk-discipline {
	position: relative;
	display: block;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--khesht);
	border-radius: var(--radius);
	box-shadow: 0 18px 42px -26px rgba(3, 12, 38, 0.5);
	text-align: center;
	color: inherit;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pk-discipline:hover {
	transform: translateY(-8px);
	border-color: var(--zafaran);
	box-shadow: var(--shadow-lift);
}

.pk-discipline__media {
	position: relative;
	height: 150px;
	overflow: hidden;
	background: linear-gradient(150deg, var(--lajvard), var(--mes));
}

.pk-discipline__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.pk-discipline:hover .pk-discipline__media img {
	transform: scale(1.07);
}

.pk-discipline__body {
	padding: 22px 18px 22px;
}

.pk-discipline h3 {
	margin-bottom: 6px;
	font-size: 16.5px;
	font-weight: 800;
}

.pk-discipline p {
	margin: 0 0 12px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.85;
}

.pk-discipline__more {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 12.5px;
	font-weight: 700;
	color: var(--zafaran-2);
}

.pk-discipline__more::after {
	content: '←';
	transition: transform 0.2s;
}

.pk-discipline:hover .pk-discipline__more::after {
	transform: translateX(-5px);
}

@media (max-width: 1080px) {
	.pk-disciplines__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

/* ─── بپیوندید: فرم‌های ثبت‌نام ──────────────────────────────── */
.pk-join__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.pk-join__card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 30px 16px 26px;
	overflow: hidden;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(251, 247, 239, 0.82));
	border: 1px solid var(--khesht);
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	color: inherit;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pk-join__card::before {
	content: '';
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--zafaran), var(--mes));
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.3s ease;
}

.pk-join__card::after {
	content: '';
	position: absolute;
	inset-inline-end: -34px;
	inset-block-start: -34px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(245, 166, 35, 0.16), transparent 70%);
	pointer-events: none;
}

.pk-join__card:hover {
	transform: translateY(-10px);
	border-color: var(--zafaran);
	box-shadow: var(--shadow-lift);
}

.pk-join__card:hover::before {
	transform: scaleX(1);
}

.pk-join__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	margin-bottom: 16px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--lajvard), var(--shab-2));
	box-shadow: 0 16px 32px -14px rgba(29, 63, 158, 0.65);
	color: #fff;
	transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.pk-join__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pk-join__card:hover .pk-join__icon {
	background: linear-gradient(135deg, var(--zafaran), var(--zafaran-2));
	color: var(--shab);
	transform: rotate(-6deg) scale(1.06);
}

.pk-join__card h3 {
	position: relative;
	margin: 0;
	color: var(--lajvard);
	font-size: 15.5px;
	font-weight: 800;
	line-height: 1.5;
}

@media (max-width: 980px) {
	.pk-join__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.pk-join__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

	.pk-join__card {
		padding: 26px 20px 22px;
	}
}

/* ─── راهنمای خرید دوچرخه ────────────────────────────────────── */
.pk-buying-guide__panel {
	max-width: 860px;
	margin: 0 auto;
	padding: 44px clamp(24px, 5vw, 56px);
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(251, 247, 239, 0.8));
	border: 1px solid var(--khesht);
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	text-align: center;
}

.pk-buying-guide__icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--lajvard), var(--shab-2));
	box-shadow: 0 14px 28px -14px rgba(29, 63, 158, 0.65);
	color: #fff;
}

.pk-buying-guide__icon svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pk-buying-guide__panel p {
	max-width: 640px;
	margin: 14px auto 26px;
	color: var(--muted);
	font-size: 16px;
	line-height: 2;
}

/* ─── معرفی قهرمانان یزد: اسکرول افقی پین‌شده ─────────────────── */
.pk-ride {
	position: relative;
	overflow: hidden;
}

.pk-ride__head {
	padding: 110px 0 0;
	text-align: center;
}

.pk-ride__head .pk-route {
	justify-content: center;
}

.pk-ride__stage {
	position: relative;
	height: 100svh;
}

.pk-ride__scene {
	position: absolute;
	inset: 0;
	direction: ltr; /* حرکت افقی صحنه مستقل از RTL */
}

.pk-ride__layer {
	position: absolute;
	bottom: calc(13% - 1px);
	left: 0;
	right: auto;
	height: clamp(190px, 31vh, 300px);
	width: max(900%, 12000px);
	will-change: transform;
	z-index: 1;
	pointer-events: none;
}

.pk-ride__layer--pattern {
	opacity: 0.94;
	mix-blend-mode: multiply;
	background-image: url('../images/yazd-route-pattern.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: auto 100%;
	filter: saturate(1.08) contrast(1.02);
}

.pk-ride__road {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 13%;
	background: linear-gradient(180deg, #c79b66, #b3854f);
	overflow: hidden;
	z-index: 2;
}

.pk-ride__roadline {
	position: absolute;
	top: 46%;
	left: 0;
	width: 18000px;
	border-top: 4px dashed rgba(251, 247, 239, 0.75);
	will-change: transform;
}

/* دوچرخه‌سوار صحنه */
.pk-rider {
	position: absolute;
	bottom: calc(13% - 8px);
	left: 50%;
	transform: translateX(-50%);
	width: clamp(150px, 17vw, 230px);
	color: var(--shab);
	z-index: 4;
}

.pk-rider svg {
	display: block;
	width: 100%;
	height: auto;
}

.pk-rider__spokes {
	will-change: transform;
}

/* قهرمانان در مسیر افقی */
.pk-ride__track {
	position: absolute;
	top: calc(var(--header-h) + clamp(36px, 5vh, 56px));
	left: 0;
	right: auto;
	display: flex;
	align-items: flex-start;
	gap: clamp(24px, 2.4vw, 40px);
	padding-inline: 12vw;
	direction: ltr;
	will-change: transform;
	z-index: 5;
}

/* حالت بدون موشن: ردیف قابل اسکرول ساده */
.pk-ride__stage--static {
	height: auto;
	padding: 30px 0 60px;
}

.pk-ride__stage--static .pk-ride__scene {
	display: none;
}

.pk-ride__stage--static .pk-ride__track {
	position: static;
	overflow-x: auto;
	padding: 10px 22px 26px;
}

/* ─── آخرین مطالب ───────────────────────────────────────────── */
.pk-news .pk-title {
	color: #fff;
}

.pk-news .pk-title em {
	color: var(--zafaran);
}

.pk-news .pk-eyebrow {
	color: #ffd38c;
	background: rgba(17, 29, 59, 0.58);
	border-color: rgba(255, 196, 94, 0.4);
}

.pk-news .pk-eyebrow::before {
	background: var(--zafaran);
	box-shadow: 0 0 0 5px rgba(245, 166, 35, 0.13);
}

.pk-news .pk-btn--ghost {
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.26);
}

.pk-news .pk-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.14);
}

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

.pk-card {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid var(--khesht);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pk-card:hover {
	transform: translateY(-7px);
	box-shadow: var(--shadow-lift);
}

.pk-card__media {
	position: relative;
	aspect-ratio: 16 / 10.5;
	overflow: hidden;
}

.pk-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

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

.pk-card__cat {
	position: absolute;
	top: 12px;
	right: 12px;
	background: var(--zafaran);
	color: var(--shab);
	font-size: 12px;
	font-weight: 700;
	padding: 5px 13px;
	border-radius: 999px;
}

.pk-card__body {
	padding: 18px 20px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}

.pk-card__date {
	font-size: 12.5px;
	font-weight: 600;
	color: var(--mes);
	display: flex;
	align-items: center;
	gap: 6px;
}

.pk-card__date::before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--zafaran);
}

.pk-card h3 {
	font-size: 16.5px;
	font-weight: 800;
	line-height: 1.7;
	flex: 1;
}

.pk-card h3 a {
	color: var(--ink);
	transition: color 0.2s;
}

.pk-card h3 a:hover {
	color: var(--lajvard);
}

.pk-card__more {
	font-size: 13.5px;
	font-weight: 700;
	color: var(--lajvard);
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.pk-card__more::after {
	content: '←';
	transition: transform 0.2s;
}

.pk-card:hover .pk-card__more::after {
	transform: translateX(-5px);
}

.pk-news__foot {
	text-align: center;
	margin-top: 44px;
}

/* ─── تیم‌ها ─────────────────────────────────────────────────── */
.pk-teams {
	overflow: hidden;
}

.pk-teams .pk-title {
	color: #fff;
}

.pk-teams .pk-title em {
	color: var(--zafaran);
}

.pk-teams .pk-lead {
	color: #cbd5ef;
}

.pk-teams .pk-eyebrow {
	color: #ffd38c;
	background: rgba(17, 29, 59, 0.58);
	border-color: rgba(255, 196, 94, 0.4);
}

.pk-teams .pk-eyebrow::before {
	background: var(--zafaran);
	box-shadow: 0 0 0 5px rgba(245, 166, 35, 0.13);
}

.pk-teams__carousel {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr) 50px;
	grid-template-areas: 'right track left';
	align-items: center;
	gap: 14px;
}

.pk-teams__row {
	grid-area: track;
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding: 16px 5px 32px;
	cursor: grab;
	scrollbar-width: none;
	-ms-overflow-style: none;
	overscroll-behavior-inline: contain;
}

.pk-teams__row::-webkit-scrollbar {
	display: none;
}

.pk-teams__row.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
	scroll-snap-type: none;
	user-select: none;
}

.pk-teams__arrow {
	width: 46px;
	height: 46px;
	display: inline-grid;
	place-items: center;
	border: 1px solid rgba(255, 209, 127, 0.72);
	border-radius: 50%;
	padding: 0;
	color: var(--shab);
	background: var(--zafaran);
	box-shadow: 0 12px 30px -12px rgba(245, 166, 35, 0.9);
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.pk-teams__arrow--right {
	grid-area: right;
}

.pk-teams__arrow--left {
	grid-area: left;
}

.pk-teams__arrow svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pk-teams__arrow:hover:not(:disabled) {
	transform: scale(1.08);
	background: #ffc35d;
	box-shadow: 0 16px 34px -10px rgba(245, 166, 35, 0.95);
}

.pk-teams__arrow:active:not(:disabled) {
	transform: scale(0.95);
}

.pk-teams__arrow:disabled {
	opacity: 0.28;
	cursor: default;
	box-shadow: none;
}

.pk-teams__carousel.is-static {
	grid-template-columns: minmax(0, 1fr);
	grid-template-areas: 'track';
}

.pk-teams__carousel.is-static .pk-teams__arrow {
	display: none;
}

.pk-team {
	scroll-snap-align: start;
	flex: 0 0 clamp(260px, 24vw, 320px);
	min-height: 305px;
	display: flex;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 209, 127, 0.42);
	border-radius: var(--radius);
	padding: 26px 24px 22px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 18px 42px -26px rgba(3, 12, 38, 0.72);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pk-team:hover,
.pk-team:focus-within {
	transform: translateY(-10px);
	border-color: rgba(245, 166, 35, 0.9);
	box-shadow: 0 28px 58px -22px rgba(3, 12, 38, 0.82), 0 0 0 1px rgba(245, 166, 35, 0.18);
}

.pk-team::before {
	content: '';
	position: absolute;
	inset: 0 0 auto 0;
	height: 5px;
	background: linear-gradient(90deg, var(--zafaran), var(--mes));
	z-index: 2;
	transition: height 0.3s ease;
}

.pk-team::after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(135deg, rgba(255, 215, 145, 0.24), transparent 42%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.pk-team:hover::before,
.pk-team:focus-within::before {
	height: 8px;
}

.pk-team:hover::after,
.pk-team:focus-within::after {
	opacity: 1;
}

.pk-team > * {
	position: relative;
	z-index: 1;
}

.pk-team__discipline {
	display: inline-block;
	align-self: flex-start;
	font-size: 12px;
	font-weight: 700;
	color: var(--lajvard);
	background: var(--lajvard-soft);
	border-radius: 999px;
	padding: 4px 13px;
	margin-bottom: 14px;
	transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.pk-team:hover .pk-team__discipline,
.pk-team:focus-within .pk-team__discipline {
	color: #fff;
	background: var(--lajvard);
	transform: translateY(-2px);
}

.pk-team h3 {
	font-size: 20px;
	font-weight: 800;
	min-height: 54px;
	margin-bottom: 8px;
}

.pk-team p {
	font-size: 13.5px;
	color: var(--muted);
	line-height: 1.85;
	min-height: 128px;
	margin: 0 0 18px;
}

.pk-team__meta {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-top: auto;
	min-height: 62px;
	height: 88px;
	font-size: 13px;
	color: var(--ink);
	border-top: 1px dashed var(--khesht-2);
	padding-top: 14px;
}

.pk-team__meta b {
	color: var(--mes);
	font-weight: 700;
}

/* ─── قهرمانان یزد ──────────────────────────────────────────── */
.pk-champion {
	position: relative;
	scroll-snap-align: start;
	flex: 0 0 clamp(230px, 22vw, 290px);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: inherit;
	direction: rtl;
	transition: transform 0.3s ease;
}

.pk-champion:hover {
	transform: translateY(-6px);
}

.pk-champion__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
}

.pk-champion__photo,
.pk-champion__photo--placeholder {
	position: absolute;
	top: 20%;
	left: 21.3%;
	width: 57.4%;
	height: 57.4%;
	border-radius: 50%;
	object-fit: cover;
	z-index: 1;
	transition: transform 0.4s ease;
}

.pk-champion__photo--placeholder {
	background: linear-gradient(150deg, var(--lajvard), var(--shab-2));
}

.pk-champion:hover .pk-champion__photo {
	transform: scale(1.06);
}

.pk-champion__ring {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.pk-champion h3 {
	margin: 6px 0 0;
	color: var(--lajvard);
	font-size: 20px;
	font-weight: 800;
}

/* ─── تجربیات شما ───────────────────────────────────────────── */
.pk-quotes__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 40px;
}

.pk-quote {
	position: relative;
	min-height: 248px;
	display: flex;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid var(--khesht);
	border-radius: var(--radius);
	padding: 30px 26px 24px;
}

.pk-quote::before {
	content: '”';
	position: absolute;
	top: 6px;
	right: 20px;
	font-family: var(--font-display);
	font-size: 70px;
	line-height: 1;
	color: var(--zafaran);
	opacity: 0.55;
}

.pk-quote p {
	position: relative;
	font-size: 15px;
	color: var(--ink);
	min-height: 122px;
	margin: 0 0 18px;
}

.pk-quote footer {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	font-size: 13.5px;
	color: var(--muted);
}

.pk-quote footer::before {
	content: '';
	width: 26px;
	border-top: 2px solid var(--zafaran);
}

.pk-quote footer b {
	color: var(--ink);
}

/* ─── دعوت بزرگ (گرگ‌ومیش) ──────────────────────────────────── */
.pk-cta {
	padding: 130px 0 150px;
}

.pk-cta__box {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	background: var(--shab);
	color: #fff;
	padding: clamp(40px, 7vw, 84px);
	text-align: center;
	box-shadow: var(--shadow-lift);
}

.pk-cta__box::before {
	content: '';
	position: absolute;
	inset: 0;
	background: url('../images/sunset-ride.jpg') center 30% / cover no-repeat;
	opacity: 0.5;
}

.pk-cta__box::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(16, 26, 51, 0.55), rgba(16, 26, 51, 0.88));
}

.pk-cta__inner {
	position: relative;
	z-index: 2;
	max-width: 660px;
	margin-inline: auto;
}

.pk-cta h2 {
	color: #fff;
	font-size: clamp(28px, 4.4vw, 46px);
	font-weight: 900;
	margin-bottom: 16px;
}

.pk-cta p {
	color: rgba(255, 255, 255, 0.82);
	margin: 0 0 32px;
}

.pk-cta__actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}

/* ─── فوتر: شب ──────────────────────────────────────────────── */
.pk-footer {
	background: var(--shab);
	color: #cdd6ee;
	margin-top: 120px;
}

.pk-footer__skyline {
	display: block;
	width: 100%;
	height: 120px;
	margin-top: -119px;
	transform: translateY(1px);
}

.pk-footer__skyline path {
	fill: var(--shab);
}

.pk-footer__stars {
	position: absolute;
	inset: -130px 0 auto 0;
	height: 130px;
	pointer-events: none;
}

.pk-footer {
	position: relative;
}

.pk-footer__inner {
	max-width: var(--container);
	margin-inline: auto;
	padding: 40px 22px 50px;
	display: grid;
	grid-template-columns: 1.4fr 0.8fr 1fr;
	gap: clamp(28px, 5vw, 70px);
}

.pk-footer__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	color: var(--zafaran);
}

.pk-footer__brand strong {
	font-family: var(--font-display);
	font-weight: 900;
	font-size: 26px;
	color: #fff;
}

.pk-footer__logo {
	display: block;
	max-height: 64px;
	width: auto;
	object-fit: contain;
}

.pk-footer__about p {
	font-size: 14px;
	color: #aab6d6;
	line-height: 2;
	margin: 0;
}

.pk-footer h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 18px;
}

.pk-footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 11px;
	font-size: 14px;
}

.pk-footer__col a {
	color: #aab6d6;
	transition: color 0.2s;
}

.pk-footer__col a:hover {
	color: var(--zafaran);
}

.pk-footer__contact li {
	color: #aab6d6;
	line-height: 1.9;
}

.pk-footer__social {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.pk-footer__social a {
	border: 1px solid #2c3b66;
	border-radius: 999px;
	padding: 8px 18px;
	font-size: 13px;
	font-weight: 600;
	color: #cdd6ee;
	transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.pk-footer__social a:hover {
	border-color: var(--zafaran);
	color: var(--zafaran);
}

.pk-footer__bar {
	border-top: 1px solid #232f55;
	padding: 18px 22px;
	text-align: center;
}

.pk-footer__bar p {
	margin: 0;
	font-size: 13px;
	color: #8d9bc4;
}

/* ─── صفحات داخلی ───────────────────────────────────────────── */
.pk-pagehero {
	padding: calc(var(--header-h) + 70px) 0 60px;
	text-align: center;
}

.pk-pagehero .pk-eyebrow {
	margin-inline: auto;
}

.pk-pagehero .pk-route {
	justify-content: center;
}

.pk-pagehero .pk-lead {
	margin-inline: auto;
}

/* صفحه‌های محتوایی جدید */
.pk-innerpage__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px;
	gap: 24px;
	align-items: stretch;
	margin-bottom: 28px;
	padding: clamp(26px, 4vw, 42px);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(251, 247, 239, 0.74)),
		radial-gradient(circle at 10% 20%, rgba(240, 169, 59, 0.2), transparent 34%);
	border: 1px solid rgba(217, 200, 166, 0.78);
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
}

.pk-innerpage__intro h2 {
	font-size: clamp(23px, 3.4vw, 36px);
	margin-bottom: 12px;
}

.pk-innerpage__intro p {
	margin: 0;
	color: var(--muted);
}

.pk-innerpage__badge {
	display: grid;
	place-items: center;
	min-height: 150px;
	border-radius: 18px;
	background:
		linear-gradient(145deg, rgba(29, 63, 158, 0.96), rgba(16, 26, 51, 0.96)),
		linear-gradient(45deg, transparent 47%, rgba(240, 169, 59, 0.22) 48%, rgba(240, 169, 59, 0.22) 52%, transparent 53%);
	color: #fff;
	font-family: var(--font-display);
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	box-shadow: var(--shadow-soft);
}

.pk-info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.pk-info-card {
	position: relative;
	min-height: 230px;
	padding: 26px 24px 22px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(217, 200, 166, 0.8);
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pk-info-card::before {
	content: '';
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--zafaran), var(--mes));
}

.pk-info-card:hover {
	transform: translateY(-6px);
	border-color: var(--zafaran);
	box-shadow: var(--shadow-lift);
}

.pk-info-card__tag {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(240, 169, 59, 0.14);
	color: var(--mes);
	font-size: 12.5px;
	font-weight: 700;
}

.pk-info-card h3 {
	font-size: 21px;
	margin-bottom: 10px;
}

.pk-info-card p {
	margin: 0;
	color: var(--muted);
	font-size: 14.5px;
	line-height: 1.95;
}

.pk-info-grid--education,
.pk-info-grid--talent {
	gap: 20px;
	align-items: stretch;
}

.pk-info-grid--talent {
	margin-top: 4px;
}

.pk-info-grid--education .pk-info-card,
.pk-info-grid--talent .pk-info-card {
	min-height: 250px;
	padding: 30px 26px 26px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 241, 229, 0.86)),
		radial-gradient(circle at 20% 0%, rgba(29, 63, 158, 0.12), transparent 34%);
	border-color: rgba(29, 63, 158, 0.16);
}

.pk-info-grid--education .pk-info-card::before,
.pk-info-grid--talent .pk-info-card::before {
	inset: 18px auto auto 22px;
	width: 46px;
	height: 46px;
	border-radius: 15px;
	background:
		linear-gradient(135deg, var(--lajvard), var(--shab-2));
	box-shadow: 0 12px 24px -14px rgba(29, 63, 158, 0.7);
}

.pk-info-grid--education .pk-info-card::after,
.pk-info-grid--talent .pk-info-card::after {
	content: '';
	position: absolute;
	top: 33px;
	left: 37px;
	width: 16px;
	height: 16px;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}

.pk-info-grid--education .pk-info-card h3,
.pk-info-grid--talent .pk-info-card h3 {
	margin-top: 62px;
	font-size: 22px;
	color: var(--lajvard);
}

.pk-info-grid--education .pk-info-card p,
.pk-info-grid--talent .pk-info-card p {
	font-size: 15px;
	line-height: 2;
	color: #46526d;
}

.pk-content-heading {
	max-width: 720px;
	margin: 52px auto 24px;
	text-align: center;
}

.pk-content-heading > span {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--mes);
	font-size: 13px;
	font-weight: 800;
}

.pk-content-heading h2 {
	margin-bottom: 10px;
	font-size: clamp(24px, 3.2vw, 34px);
}

.pk-content-heading p {
	margin: 0;
	color: var(--muted);
}

.pk-education-posts {
	margin-top: 0;
}

.pk-education-posts .pk-card__body > p {
	margin: 0 0 16px;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.9;
}

.pk-info-grid--organizations .pk-empty-state {
	grid-column: 1 / -1;
}

.pk-organization-card {
	display: flex;
	flex-direction: column;
}

.pk-organization-card p {
	flex: 1;
}

.pk-organization-card small {
	display: block;
	margin-top: 18px;
	padding-top: 13px;
	border-top: 1px solid rgba(217, 200, 166, 0.7);
	color: var(--lajvard);
	font-weight: 800;
}

.pk-about-opening {
	margin: 0 0 28px;
	padding: 25px clamp(22px, 4vw, 38px);
	border-inline-start: 4px solid var(--zafaran);
	background: rgba(255, 255, 255, 0.76);
	box-shadow: var(--shadow-soft);
	color: #35415e;
	font-size: 17px;
	font-weight: 600;
	line-height: 2.1;
}

.pk-info-grid--about .pk-info-card {
	min-height: 210px;
	padding-top: 76px;
	border-color: rgba(29, 63, 158, 0.16);
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(241, 245, 252, 0.88));
}

.pk-info-grid--about .pk-info-card::before {
	top: 24px;
	right: 24px;
	left: auto;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--lajvard);
	box-shadow: 0 0 0 8px rgba(29, 63, 158, 0.08);
}

.pk-info-grid--about .pk-info-card::after {
	content: '';
	position: absolute;
	top: 38px;
	right: 35px;
	width: 14px;
	height: 8px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

.pk-info-grid--about .pk-info-card h3 {
	color: var(--lajvard);
	font-size: 22px;
}

.pk-feature-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 28px;
}

.pk-feature-stats > div {
	padding: 22px 18px;
	text-align: center;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(217, 200, 166, 0.72);
	border-radius: 16px;
	box-shadow: var(--shadow-soft);
}

.pk-feature-stats strong {
	display: block;
	margin-bottom: 8px;
	color: var(--lajvard);
	font-family: var(--font-display);
	font-size: 31px;
	line-height: 1;
}

.pk-feature-stats span {
	color: var(--muted);
	font-weight: 700;
}

.pk-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
}

.pk-process li {
	position: relative;
	padding: 22px 18px;
	background: rgba(29, 63, 158, 0.08);
	border: 1px dashed rgba(29, 63, 158, 0.28);
	border-radius: 16px;
}

.pk-process span {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin-bottom: 12px;
	border-radius: 50%;
	background: var(--lajvard);
	color: #fff;
	font-family: var(--font-display);
	font-weight: 600;
}

.pk-process p {
	margin: 0;
	color: var(--ink);
	font-weight: 700;
	line-height: 1.85;
}

.pk-talent-layout {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 20px;
	margin-top: 24px;
	align-items: start;
}

.pk-talent-form-wrap {
	max-width: 920px;
	margin: 64px auto 0;
}

#pk-family-form {
	margin-top: 10px;
}

.pk-talent-form-wrap .pk-content-heading {
	margin-top: 0;
}

.pk-talent-form {
	position: relative;
	overflow: hidden;
	border-color: rgba(29, 63, 158, 0.18);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(242, 247, 253, 0.9));
}

.pk-talent-form::before {
	content: '';
	position: absolute;
	inset: 0 0 auto;
	height: 5px;
	background: linear-gradient(90deg, var(--lajvard), var(--zafaran), var(--mes));
}

.pk-requirements,
.pk-form-slot {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(217, 200, 166, 0.78);
	border-radius: var(--radius);
	padding: clamp(24px, 4vw, 36px);
	box-shadow: var(--shadow-soft);
}

.pk-requirements h2,
.pk-form-slot h2 {
	font-size: 24px;
	margin-bottom: 14px;
}

.pk-requirements ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.pk-requirements li {
	position: relative;
	padding-inline-start: 24px;
	color: var(--muted);
	font-weight: 700;
}

.pk-requirements li::before {
	content: '';
	position: absolute;
	top: 13px;
	inset-inline-start: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--zafaran);
}

.pk-form-slot {
	min-height: 310px;
}

.pk-form-slot > span {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(29, 63, 158, 0.09);
	color: var(--lajvard);
	font-weight: 700;
	font-size: 13px;
}

.pk-form-slot p {
	margin: 0;
	color: var(--muted);
}

.pk-people-circles {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 38px 20px;
	margin-top: 24px;
	text-align: center;
}

.pk-person-circle {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.pk-person-circle__photo {
	position: relative;
	display: grid;
	place-items: center;
	width: clamp(110px, 13vw, 150px);
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid #fff;
	background: linear-gradient(150deg, var(--lajvard), var(--shab-2));
	box-shadow: 0 0 0 3px rgba(240, 169, 59, 0.55), 0 18px 36px -18px rgba(16, 26, 51, 0.6);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pk-person-circle:hover .pk-person-circle__photo {
	transform: translateY(-8px) scale(1.04);
	box-shadow: 0 0 0 3px var(--zafaran), 0 26px 46px -16px rgba(16, 26, 51, 0.7);
}

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

.pk-person-circle__photo svg {
	width: 42%;
	height: 42%;
	fill: none;
	stroke: rgba(255, 255, 255, 0.92);
	stroke-width: 2.2;
	stroke-linecap: round;
}

.pk-person-circle h3 {
	margin: 18px 0 0;
	font-size: 20px;
	font-weight: 800;
	color: var(--lajvard);
}

.pk-person-circle__grade {
	margin-top: 4px;
	font-size: 13px;
	font-weight: 600;
	color: var(--muted);
}

.pk-empty-state {
	grid-column: 1 / -1;
	padding: 34px 24px;
	text-align: center;
	background: rgba(255, 255, 255, 0.82);
	border: 1px dashed rgba(29, 63, 158, 0.32);
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
}

.pk-empty-state h3 {
	font-size: 21px;
	margin-bottom: 8px;
}

.pk-empty-state p {
	margin: 0;
	color: var(--muted);
}

.pk-about-links {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 32px;
}

/* بنر خدمات */
.pk-banner {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	color: #fff;
	padding: clamp(36px, 6vw, 70px);
	background: var(--shab);
	margin-bottom: 70px;
}

.pk-banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: url('../images/desert-road.jpg') center / cover no-repeat;
	opacity: 0.45;
}

.pk-banner::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(16, 26, 51, 0.92) 25%, rgba(16, 26, 51, 0.45));
}

.pk-banner__inner {
	position: relative;
	z-index: 2;
	max-width: 600px;
}

.pk-banner h2 {
	color: #fff;
	font-size: clamp(24px, 3.6vw, 38px);
	font-weight: 900;
	margin-bottom: 14px;
}

.pk-banner p {
	color: rgba(255, 255, 255, 0.85);
	font-size: 15px;
	margin: 0;
}

/* فرم‌ها */
.pk-form {
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid var(--khesht);
	border-radius: var(--radius);
	padding: clamp(26px, 4vw, 44px);
	box-shadow: var(--shadow-soft);
}

.pk-form__heading {
	margin: 0 0 24px;
	font-size: clamp(20px, 2.6vw, 26px);
	text-align: center;
}

.pk-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.pk-field {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-bottom: 16px;
}

.pk-field label {
	font-size: 14px;
	font-weight: 700;
	color: var(--ink);
}

.pk-field input,
.pk-field textarea {
	font: 400 15px var(--font-body);
	color: var(--ink);
	background: var(--gach);
	border: 1.5px solid var(--khesht-2);
	border-radius: var(--radius-sm);
	padding: 13px 16px;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.pk-field input:focus,
.pk-field textarea:focus {
	outline: none;
	border-color: var(--lajvard);
	box-shadow: 0 0 0 4px rgba(29, 63, 158, 0.12);
}

.pk-field textarea {
	min-height: 150px;
	resize: vertical;
}

.pk-hp {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.pk-alert {
	border-radius: var(--radius-sm);
	padding: 15px 20px;
	font-weight: 600;
	font-size: 14.5px;
	margin-bottom: 22px;
}

.pk-alert--ok {
	background: #e4f5e9;
	color: #156436;
	border: 1px solid #b5e2c4;
}

.pk-alert--err {
	background: #fdebea;
	color: #8f2520;
	border: 1px solid #f3c2bf;
}

/* تماس */
.pk-contact__grid {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	gap: 22px;
	align-items: start;
}

.pk-contact__info {
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid var(--khesht);
	border-radius: var(--radius);
	padding: 24px;
	box-shadow: var(--shadow-soft);
}

.pk-contact__photo {
	border-radius: var(--radius-sm);
	overflow: hidden;
	margin-bottom: 20px;
}

.pk-contact__info h2 {
	font-size: 20px;
	margin-bottom: 14px;
}

.pk-contact__info ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 14px;
	color: var(--muted);
}

.pk-contact__info b {
	color: var(--ink);
}

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

/* آرشیو و نوشته */
.pk-archive__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.pk-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 50px;
}

.pk-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 44px;
	height: 44px;
	padding-inline: 12px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid var(--khesht);
	color: var(--ink);
	font-weight: 700;
	font-size: 14px;
}

.pk-pagination .page-numbers.current {
	background: var(--lajvard);
	border-color: var(--lajvard);
	color: #fff;
}

.pk-single {
	max-width: 800px;
	margin-inline: auto;
}

.pk-single__meta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	color: var(--muted);
	font-size: 14px;
	font-weight: 600;
}

.pk-single__thumb {
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow-lift);
	margin: 36px 0;
}

.pk-single__facts {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 26px;
	list-style: none;
	margin: 0 0 30px;
	padding: 18px 22px;
	background: var(--lajvard-soft);
	border-radius: var(--radius);
	font-size: 14.5px;
	color: var(--ink);
}

.pk-single__facts b {
	color: var(--lajvard);
	font-weight: 800;
}

.pk-single__content {
	font-size: 17px;
	line-height: 2.15;
	color: #2c3653;
}

.pk-single__content p {
	margin: 0 0 22px;
}

.pk-single__content h2,
.pk-single__content h3 {
	margin: 36px 0 14px;
}

.pk-single__back {
	margin-top: 50px;
	text-align: center;
}

/* محتوای صفحه عمومی */
.pk-pagecontent {
	max-width: 800px;
	margin-inline: auto;
	font-size: 16.5px;
	line-height: 2.1;
}

/* فونت نهایی سایت: تیترها Semibold، متن‌ها Medium */
body.pk-site {
	font-family: var(--font-body);
	font-weight: 500;
}

body.pk-site h1,
body.pk-site h2,
body.pk-site h3,
body.pk-site h4,
body.pk-site .pk-title,
body.pk-site .pk-logo__text {
	font-family: var(--font-display);
	font-weight: 600;
}

/* ─── ریسپانسیو ─────────────────────────────────────────────── */
@media (max-width: 1080px) {
	.pk-services__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pk-news__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pk-archive__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pk-about__grid {
		grid-template-columns: 1fr;
	}

	.pk-about__photo img {
		height: 420px;
	}
}

@media (max-width: 880px) {
	:root {
		--header-h: 68px;
	}

	.pk-nav {
		position: fixed;
		inset: var(--header-h) 0 auto 0;
		background: rgba(251, 247, 239, 0.97);
		backdrop-filter: blur(16px);
		border-bottom: 1px solid var(--khesht);
		padding: 12px 22px 26px;
		transform: translateY(-130%);
		transition: transform 0.35s ease;
		box-shadow: var(--shadow-lift);
	}

	body.pk-menu-open .pk-nav {
		transform: none;
	}

	.pk-nav ul {
		flex-direction: column;
		gap: 2px;
	}

	.pk-nav__sub {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		min-width: 0;
		margin: 4px 0 0;
		padding: 6px !important;
		background: rgba(29, 63, 158, 0.05);
		border: 0;
		border-radius: 12px;
		box-shadow: none;
	}

	.pk-nav__sub a {
		font-size: 15px;
		background: rgba(255, 255, 255, 0.7);
	}

	.pk-nav a {
		font-size: 17px;
		padding: 13px 10px;
		border-radius: 12px;
	}

	.pk-header__cta {
		display: inline-flex;
		padding: 10px 14px;
		font-size: 12.5px;
		white-space: nowrap;
	}

	.pk-burger {
		display: flex;
		margin-inline-start: auto;
	}

	.pk-quotes__grid {
		grid-template-columns: 1fr;
	}

	.pk-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.pk-section {
		padding: 76px 0;
	}

	.pk-hero__video {
		object-position: 68% center;
	}

	.pk-hero__tint {
		background:
			linear-gradient(180deg, rgba(252, 232, 220, 0.95) 0%, rgba(251, 247, 239, 0.82) 42%, rgba(251, 247, 239, 0.42) 72%, rgba(182, 92, 50, 0.16) 100%);
	}

	.pk-hero__wind {
		inset: 10% 0 38% 0;
	}

	.pk-hero__wind path {
		opacity: 0.32;
	}

	.pk-form__row {
		grid-template-columns: 1fr;
	}

	.pk-innerpage__intro,
	.pk-talent-layout {
		grid-template-columns: 1fr;
	}

	.pk-innerpage__badge {
		min-height: 110px;
	}

	.pk-info-grid,
	.pk-feature-stats,
	.pk-process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.pk-news__grid,
	.pk-services__grid,
	.pk-archive__grid {
		grid-template-columns: 1fr;
	}

	.pk-ride__head {
		padding: 78px 18px 0;
	}

	.pk-ride__stage {
		height: 92svh;
	}

	.pk-ride__track {
		top: calc(var(--header-h) + 26px);
		padding-inline: 7vw;
	}

	.pk-ride__layer {
		height: clamp(150px, 26vh, 220px);
	}

	.pk-rider {
		width: clamp(130px, 36vw, 175px);
	}

	.pk-teams__carousel {
		position: relative;
		display: block;
	}

	.pk-teams__row {
		padding-inline: 42px;
		scroll-padding-inline: 42px;
	}

	.pk-teams__arrow {
		position: absolute;
		top: 50%;
		width: 38px;
		height: 38px;
		transform: translateY(-50%);
		z-index: 5;
	}

	.pk-teams__arrow:hover:not(:disabled) {
		transform: translateY(-50%) scale(1.06);
	}

	.pk-teams__arrow:active:not(:disabled) {
		transform: translateY(-50%) scale(0.95);
	}

	.pk-teams__arrow--right {
		right: 0;
	}

	.pk-teams__arrow--left {
		left: 0;
	}

	.pk-team {
		flex-basis: min(78vw, 300px);
	}

	.pk-champion {
		flex-basis: min(64vw, 260px);
	}

	.pk-about__panorama {
		right: -10px;
		width: 72%;
	}

	.pk-about__photo img {
		height: 330px;
	}

	.pk-marquee span {
		font-size: 17px;
	}

	.pk-wheel {
		display: none;
	}
}

/* ─── پرداخت نهایی موبایل: همه صفحات پلاگین ─────────────────── */
@media (max-width: 880px) {
	body.pk-site {
		font-size: 15.5px;
		line-height: 1.9;
	}

	.pk-header {
		background: rgba(251, 247, 239, 0.9);
		backdrop-filter: blur(14px);
		-webkit-backdrop-filter: blur(14px);
		box-shadow: 0 1px 0 rgba(27, 37, 64, 0.08);
	}

	.pk-header__inner {
		padding-inline: 16px;
		gap: 12px;
	}

	.pk-logo {
		min-width: 0;
		gap: 8px;
	}

	.pk-logo__mark svg {
		width: 34px;
		height: 34px;
	}

	.pk-logo__img {
		max-height: 34px;
	}

	.pk-logo__text {
		font-size: 21px;
		white-space: nowrap;
	}

	.pk-logo__text small {
		max-width: 178px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.pk-burger {
		width: 42px;
		height: 42px;
		border-radius: 13px;
		background: rgba(29, 63, 158, 0.1);
	}

	.pk-nav {
		inset: calc(var(--header-h) + 8px) 14px auto;
		max-height: calc(100svh - var(--header-h) - 28px);
		overflow-y: auto;
		padding: 12px;
		border: 1px solid rgba(217, 200, 166, 0.85);
		border-radius: 18px;
		box-shadow: 0 24px 50px -24px rgba(27, 37, 64, 0.42);
	}

	.pk-nav ul {
		gap: 5px;
	}

	.pk-nav a {
		padding: 13px 14px;
		text-align: center;
		background: rgba(255, 255, 255, 0.64);
	}

	.pk-container,
	.pk-hero__inner,
	.pk-footer__inner {
		padding-inline: 18px;
	}

	.pk-section {
		padding: 72px 0;
	}

	.pk-pagehero {
		padding: calc(var(--header-h) + 44px) 0 36px;
	}

	.pk-title,
	.pk-pagehero .pk-title {
		font-size: clamp(30px, 8.4vw, 42px);
		line-height: 1.28;
	}

	.pk-lead {
		font-size: 15.5px;
		line-height: 1.95;
	}

	.pk-eyebrow {
		max-width: 100%;
		margin-bottom: 15px;
		padding: 6px 13px;
		font-size: 12.5px;
		line-height: 1.7;
	}

	.pk-route {
		margin-block: 6px 16px;
	}

	.pk-route::before {
		width: 66px;
	}

	.pk-btn {
		min-height: 48px;
		padding: 13px 22px;
		border-radius: 13px;
		justify-content: center;
		text-align: center;
	}

	.pk-services__head {
		align-items: stretch;
		gap: 16px;
		margin-bottom: 28px;
	}

	.pk-services__head > div {
		width: 100%;
	}

	.pk-services__head > .pk-btn {
		align-self: flex-start;
	}

	.pk-hero {
		min-height: 92svh;
		padding: calc(var(--header-h) + 34px) 0 64px;
		align-items: center;
		text-align: center;
	}

	.pk-hero__content {
		max-width: 100%;
		margin-inline: auto;
	}

	.pk-hero h1 {
		font-size: clamp(34px, 10.4vw, 52px);
		line-height: 1.2;
		margin-bottom: 16px;
	}

	.pk-hero__sub {
		max-width: 100%;
		margin: 0 auto 26px;
		font-size: 16px;
		line-height: 2;
	}

	.pk-hero__actions,
	.pk-cta__actions {
		justify-content: center;
	}

	.pk-hero__video {
		object-position: 64% center;
	}

	.pk-marquee {
		padding: 13px 0;
		transform: rotate(-0.7deg) scale(1.01);
	}

	.pk-marquee span {
		gap: 13px;
		padding-inline: 13px;
	}

	.pk-about__grid {
		gap: 30px;
	}

	.pk-about__text {
		order: 1;
	}

	.pk-about__media {
		order: 2;
		max-width: 560px;
		margin-inline: auto;
	}

	.pk-about__text p {
		font-size: 15px;
		line-height: 2;
	}

	.pk-stats {
		gap: 12px;
		margin: 24px 0 28px;
	}

	.pk-stats li {
		min-height: 132px;
		padding: 18px 10px 16px;
	}

	.pk-service,
	.pk-card,
	.pk-quote,
	.pk-contact__info,
	.pk-form {
		border-radius: 16px;
	}

	.pk-service {
		padding: 22px 20px;
	}

	.pk-service__icon {
		width: 50px;
		height: 50px;
		border-radius: 14px;
		margin-bottom: 14px;
	}

	.pk-service h3 {
		font-size: 17.5px;
	}

	.pk-card__body {
		padding: 17px 18px 19px;
	}

	.pk-card h3 {
		font-size: 16px;
		line-height: 1.75;
	}

	.pk-teams__row {
		gap: 14px;
	}

	.pk-team {
		min-height: 292px;
		padding: 24px 22px 20px;
	}

	.pk-team h3 {
		min-height: auto;
		font-size: 19px;
	}

	.pk-team p {
		min-height: 104px;
	}

	.pk-team__meta {
		height: auto;
		min-height: 58px;
	}

	.pk-quote {
		min-height: auto;
		padding: 28px 22px 22px;
	}

	.pk-quote p {
		min-height: auto;
		font-size: 14.5px;
		line-height: 2;
	}

	.pk-cta {
		padding: 80px 0 96px;
	}

	.pk-cta__box,
	.pk-banner {
		border-radius: 20px;
		padding: 30px 22px;
	}

	.pk-cta h2,
	.pk-banner h2 {
		font-size: clamp(25px, 7.2vw, 34px);
		line-height: 1.35;
	}

	.pk-banner {
		margin-bottom: 42px;
	}

	.pk-banner::after {
		background: linear-gradient(180deg, rgba(16, 26, 51, 0.88), rgba(16, 26, 51, 0.58));
	}

	.pk-form {
		padding: 24px 18px;
	}

	.pk-field input,
	.pk-field textarea {
		min-height: 48px;
		font-size: 16px;
		padding: 12px 14px;
	}

	.pk-field textarea {
		min-height: 138px;
	}

	.pk-form .pk-btn,
	.pk-contact__grid .pk-btn {
		width: 100%;
	}

	.pk-contact__grid {
		gap: 18px;
	}

	.pk-contact__info {
		padding: 20px;
	}

	.pk-contact__photo {
		aspect-ratio: 16 / 10;
	}

	.pk-contact__photo img,
	.pk-single__thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.pk-pagination {
		flex-wrap: wrap;
		margin-top: 34px;
	}

	.pk-single__meta {
		gap: 9px;
		font-size: 13px;
	}

	.pk-single__thumb {
		margin: 26px 0;
		border-radius: 16px;
	}

	.pk-single__content,
	.pk-pagecontent {
		font-size: 15.5px;
		line-height: 2.05;
	}

	.pk-single__content h2,
	.pk-single__content h3 {
		margin: 28px 0 12px;
		line-height: 1.45;
	}

	.pk-single__back {
		margin-top: 34px;
	}

	.pk-footer {
		margin-top: 82px;
	}

	.pk-footer__skyline {
		height: 82px;
		margin-top: -81px;
	}

	.pk-footer__inner {
		grid-template-columns: 1fr;
		gap: 30px;
		padding-block: 34px 42px;
	}

	.pk-footer__social {
		flex-wrap: wrap;
	}
}

@media (max-width: 620px) {
	:root {
		--header-h: 64px;
		--radius: 16px;
		--radius-sm: 12px;
	}

	.pk-container,
	.pk-hero__inner,
	.pk-footer__inner {
		padding-inline: 16px;
	}

	.pk-section {
		padding: 62px 0;
	}

	.pk-pagehero {
		padding: calc(var(--header-h) + 34px) 0 30px;
	}

	.pk-pagehero .pk-lead {
		max-width: 32rem;
	}

	.pk-title,
	.pk-pagehero .pk-title {
		font-size: clamp(28px, 9.4vw, 38px);
	}

	.pk-hero {
		min-height: 88svh;
		padding-bottom: 58px;
	}

	.pk-hero__actions .pk-btn,
	.pk-cta__actions .pk-btn,
	.pk-services__head > .pk-btn,
	.pk-single__back .pk-btn {
		width: 100%;
	}

	.pk-about__photo {
		border-width: 4px;
		border-radius: 150px 150px 16px 16px;
	}

	.pk-about__photo img {
		height: min(74vw, 320px);
	}

	.pk-about__panorama {
		width: 78%;
		right: 50%;
		transform: translateX(50%);
		border-width: 4px;
	}

	.pk-about__badge {
		top: 14px;
		left: 4px;
		font-size: 12.5px;
		padding: 9px 14px;
	}

	.pk-stats {
		grid-template-columns: 1fr;
	}

	.pk-stats li {
		min-height: 108px;
		gap: 8px;
	}

	.pk-stats strong {
		font-size: 30px;
	}

	.pk-stats li > span {
		min-height: 0;
		font-size: 15px;
	}

	.pk-services__grid,
	.pk-news__grid,
	.pk-archive__grid,
	.pk-quotes__grid {
		gap: 14px;
	}

	.pk-services__grid,
	.pk-news__grid,
	.pk-archive__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pk-service {
		padding: 17px 14px 16px;
	}

	.pk-service__icon {
		width: 44px;
		height: 44px;
		border-radius: 12px;
		margin-bottom: 11px;
	}

	.pk-service__icon svg {
		width: 24px;
		height: 24px;
	}

	.pk-service h3 {
		font-size: 15px;
		line-height: 1.55;
		margin-bottom: 6px;
	}

	.pk-service p {
		font-size: 12.5px;
		line-height: 1.75;
	}

	.pk-card__media {
		aspect-ratio: 16 / 9.8;
	}

	.pk-card__body {
		padding: 13px 12px 14px;
		gap: 7px;
	}

	.pk-card__date {
		font-size: 11.5px;
	}

	.pk-card h3 {
		font-size: 13.5px;
		line-height: 1.65;
	}

	.pk-card__more {
		font-size: 12px;
	}

	.pk-card__cat {
		top: 8px;
		right: 8px;
		font-size: 10.5px;
		padding: 3px 9px;
	}

	.pk-teams__row {
		padding-inline: 44px;
		scroll-padding-inline: 44px;
	}

	.pk-team {
		flex-basis: min(76vw, 292px);
		min-height: 282px;
	}

	.pk-team p {
		min-height: 96px;
	}

	.pk-champion {
		flex-basis: min(58vw, 245px);
	}

	.pk-contact__info ul,
	.pk-footer__col ul {
		font-size: 13.5px;
	}

	.pk-info-grid,
	.pk-feature-stats,
	.pk-process {
		grid-template-columns: 1fr;
	}

	.pk-info-card {
		min-height: auto;
		padding: 22px 20px;
	}

	.pk-about-links .pk-btn {
		width: 100%;
	}

	.pk-footer__brand strong {
		font-size: 24px;
	}

	.pk-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 22px;
		row-gap: 28px;
	}

	.pk-footer__about {
		grid-column: 1 / -1;
	}

	.pk-footer h3 {
		font-size: 15px;
		margin-bottom: 13px;
	}

	.pk-footer__bar {
		padding-inline: 16px;
	}

	.pk-footer__bar p {
		font-size: 12.5px;
		line-height: 1.9;
	}
}

@media (max-width: 430px) {
	body.pk-site {
		font-size: 15px;
	}

	.pk-logo__text {
		font-size: 19px;
	}

	.pk-logo__text small {
		display: none;
	}

	.pk-burger {
		width: 40px;
		height: 40px;
	}

	.pk-hero h1 {
		font-size: clamp(31px, 11vw, 42px);
	}

	.pk-hero__sub {
		font-size: 15px;
	}

	.pk-eyebrow {
		font-size: 12px;
	}

	.pk-btn {
		padding-inline: 18px;
		font-size: 15px;
	}

	.pk-service,
	.pk-card__body,
	.pk-contact__info,
	.pk-form {
		padding-inline: 16px;
	}

	.pk-service {
		padding: 15px 12px 14px;
	}

	.pk-service__icon {
		width: 40px;
		height: 40px;
		margin-bottom: 10px;
	}

	.pk-service h3 {
		font-size: 14px;
	}

	.pk-service p {
		font-size: 12px;
	}

	.pk-card__body {
		padding: 12px 10px 13px;
	}

	.pk-card h3 {
		font-size: 12.8px;
		line-height: 1.6;
	}

	.pk-card__date,
	.pk-card__more {
		font-size: 11px;
	}

	.pk-footer__inner {
		column-gap: 16px;
	}

	.pk-footer__social {
		gap: 7px;
	}

	.pk-footer__social a {
		padding: 7px 11px;
		font-size: 12px;
	}

	.pk-team {
		flex-basis: min(79vw, 286px);
	}

	.pk-champion {
		flex-basis: min(62vw, 225px);
	}

	.pk-pagination .page-numbers {
		min-width: 40px;
		height: 40px;
		border-radius: 10px;
	}
}

@media (hover: none) and (pointer: coarse) {
	.pk-service:hover,
	.pk-card:hover,
	.pk-team:hover {
		transform: none;
	}

	.pk-card:hover .pk-card__media img,
	.pk-service:hover .pk-service__icon {
		transform: none;
	}
}

/* ─── کاهش حرکت ─────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.pk-dust {
		display: none;
	}
}
