:root {
	--pke-ink: #10251e;
	--pke-green: #0b2f24;
	--pke-green-2: #164b39;
	--pke-mint: #dcece4;
	--pke-cream: #f7f3ea;
	--pke-paper: #fffdf8;
	--pke-accent: #efa45e;
	--pke-accent-2: #d77a36;
	--pke-line: rgba(16, 37, 30, 0.12);
	--pke-muted: #607169;
	--pke-shadow: 0 24px 70px rgba(11, 47, 36, 0.12);
}

.pke-content-experience,
.pke-content-experience button,
.pke-content-experience input,
.pke-content-experience textarea {
	font-family: Estedad, Tahoma, sans-serif;
}

.pke-content-experience .page-wrapper,
.pke-content-experience .blog-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

body.pke-modern-page .page-wrapper > .row,
body.pke-modern-article .blog-wrapper > .row {
	max-width: none !important;
	width: 100%;
	padding: 0;
}

body.pke-modern-page .page-wrapper > .row > .col,
body.pke-modern-article .blog-wrapper > .row > .col,
body.pke-modern-article .post-content,
body.pke-modern-article .large-9 {
	flex-basis: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}

body.pke-modern-article .post-sidebar,
body.pke-modern-article .article-inner > .entry-header,
body.pke-modern-article .article-inner > .entry-image,
body.pke-modern-article .entry-divider,
body.pke-modern-page .page-title {
	display: none !important;
}

body.pke-modern-article .article-inner,
body.pke-modern-article .entry-content,
body.pke-modern-page .entry-content,
body.pke-modern-page .col-inner {
	padding: 0 !important;
	margin: 0 !important;
}

.pke-editorial-shell {
	direction: rtl;
	color: var(--pke-ink);
	background: var(--pke-paper);
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	overflow: clip;
}

.pke-container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.pke-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--pke-accent-2);
}

.pke-eyebrow::before {
	content: "";
	width: 24px;
	height: 2px;
	border-radius: 10px;
	background: currentColor;
}

.pke-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 23px;
	border-radius: 15px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.pke-button:hover {
	transform: translateY(-2px);
}

.pke-button--accent {
	color: #1b2b24 !important;
	background: linear-gradient(135deg, #ffd09a, var(--pke-accent));
	box-shadow: 0 12px 30px rgba(239, 164, 94, 0.24);
}

.pke-button--ghost {
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(8px);
}

.pke-reading-progress {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	z-index: 100000;
	pointer-events: none;
}

.pke-reading-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: linear-gradient(90deg, var(--pke-accent), #ffd7a8);
	box-shadow: 0 0 16px rgba(239, 164, 94, 0.7);
}

.pke-article-hero,
.pke-static-hero,
.pke-archive-hero {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(circle at 15% 30%, rgba(239, 164, 94, 0.18), transparent 31%),
		linear-gradient(132deg, #071e18 0%, #0b3025 56%, #164b39 100%);
	color: #fff;
}

.pke-article-hero {
	min-height: 560px;
	display: grid;
	align-items: center;
	padding: 92px 0 88px;
}

.pke-article-hero__pattern,
.pke-archive-hero__mesh {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.22;
	background-image:
		radial-gradient(circle at 20px 20px, rgba(255,255,255,.28) 1.5px, transparent 1.6px),
		radial-gradient(circle at 60px 60px, rgba(239,164,94,.36) 2px, transparent 2.1px);
	background-size: 80px 80px;
	mask-image: linear-gradient(90deg, #000, transparent 82%);
}

.pke-article-hero__inner,
.pke-static-hero__inner,
.pke-archive-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.55fr);
	align-items: center;
	gap: 70px;
}

.pke-article-hero__content {
	max-width: 820px;
}

.pke-article-hero .pke-eyebrow,
.pke-static-hero .pke-eyebrow,
.pke-archive-hero .pke-eyebrow,
.pke-final-cta .pke-eyebrow {
	color: #ffc58d;
}

.pke-article-hero h1,
.pke-static-hero h1,
.pke-archive-hero h1 {
	color: #fff;
	font-size: clamp(35px, 4.2vw, 62px);
	line-height: 1.38;
	font-weight: 900;
	letter-spacing: -0.04em;
	margin: 18px 0 20px;
}

.pke-article-hero p,
.pke-static-hero p,
.pke-archive-hero p {
	font-size: clamp(16px, 1.6vw, 20px);
	line-height: 2;
	color: rgba(255,255,255,.78);
	margin: 0;
	max-width: 760px;
}

.pke-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.pke-article-meta span {
	padding: 8px 13px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 999px;
	background: rgba(255,255,255,.06);
	color: rgba(255,255,255,.82);
	font-size: 12px;
}

.pke-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.pke-hero-orbit {
	position: relative;
	width: min(310px, 27vw);
	aspect-ratio: 1;
	margin-inline: auto;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 50%;
	box-shadow: inset 0 0 70px rgba(239,164,94,.08);
}

.pke-hero-orbit::before,
.pke-hero-orbit::after {
	content: "";
	position: absolute;
	inset: 14%;
	border: 1px dashed rgba(255,255,255,.18);
	border-radius: 50%;
}

.pke-hero-orbit::after {
	inset: 30%;
	border-style: solid;
	border-color: rgba(239,164,94,.38);
}

.pke-hero-orbit__core {
	position: absolute;
	inset: 37%;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--pke-accent), #ffc88f);
	color: #153027;
	font-weight: 900;
	font-size: 22px;
	box-shadow: 0 12px 35px rgba(239,164,94,.3);
}

.pke-hero-orbit i {
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #f8c58f;
	box-shadow: 0 0 0 7px rgba(248,197,143,.11);
}

.pke-hero-orbit i:nth-child(2) { top: 10%; right: 28%; }
.pke-hero-orbit i:nth-child(3) { left: 7%; top: 50%; }
.pke-hero-orbit i:nth-child(4) { bottom: 14%; right: 21%; }

.pke-decision-strip {
	position: relative;
	z-index: 2;
	margin-top: -34px;
}

.pke-decision-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background: #fff;
	border: 1px solid var(--pke-line);
	border-radius: 24px;
	box-shadow: var(--pke-shadow);
	overflow: hidden;
}

.pke-decision-item {
	display: grid;
	grid-template-columns: 42px 1fr;
	column-gap: 12px;
	align-items: center;
	padding: 24px 26px;
	border-inline-start: 1px solid var(--pke-line);
}

.pke-decision-item:first-child { border-inline-start: 0; }

.pke-decision-item > span {
	grid-row: 1 / span 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: var(--pke-cream);
	color: var(--pke-accent-2);
	font-weight: 900;
}

.pke-decision-item strong { font-size: 14px; color: var(--pke-ink); }
.pke-decision-item small { margin-top: 3px; color: var(--pke-muted); font-size: 11px; }

.pke-reading-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 820px);
	justify-content: center;
	align-items: start;
	gap: 52px;
	padding-top: 88px;
	padding-bottom: 105px;
}

.pke-article-rail {
	position: sticky;
	top: 105px;
	display: grid;
	gap: 16px;
}

.pke-toc-card,
.pke-rail-call {
	border: 1px solid var(--pke-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 42px rgba(16,37,30,.07);
}

.pke-toc-card { padding: 22px; }
.pke-toc-card > strong { display: block; margin-bottom: 14px; font-size: 14px; }
.pke-toc-card nav { display: grid; gap: 5px; }
.pke-toc-card nav:empty::after { content: "فهرست پس از بارگذاری مطلب ساخته می‌شود."; color: var(--pke-muted); font-size: 11px; line-height: 1.8; }
.pke-toc-card a { position: relative; display: block; padding: 8px 13px 8px 6px; border-radius: 10px; color: var(--pke-muted); font-size: 12px; line-height: 1.7; text-decoration: none; }
.pke-toc-card a::before { content: ""; position: absolute; right: 0; top: 13px; width: 4px; height: 4px; border-radius: 50%; background: #b3c0ba; }
.pke-toc-card a:hover,
.pke-toc-card a.is-active { color: var(--pke-green); background: var(--pke-cream); }
.pke-toc-card a.is-active::before { background: var(--pke-accent-2); }

.pke-rail-call {
	display: grid;
	gap: 4px;
	padding: 18px 20px;
	background: var(--pke-green);
	color: #fff !important;
	text-decoration: none !important;
}
.pke-rail-call small { color: rgba(255,255,255,.68); }
.pke-rail-call strong { font-size: 15px; }

.pke-article-main { min-width: 0; }

.pke-quick-answer {
	position: relative;
	padding: 30px 34px;
	margin-bottom: 42px;
	border: 1px solid rgba(215,122,54,.24);
	border-radius: 24px;
	background: linear-gradient(135deg, #fff8ed, #fffdf9);
	box-shadow: 0 18px 48px rgba(215,122,54,.08);
}

.pke-quick-answer::before {
	content: "";
	position: absolute;
	right: 0;
	top: 25px;
	bottom: 25px;
	width: 4px;
	border-radius: 8px;
	background: var(--pke-accent);
}

.pke-quick-answer span { font-size: 12px; font-weight: 800; color: var(--pke-accent-2); }
.pke-quick-answer p { margin: 9px 0 0; font-size: 17px; line-height: 2; color: var(--pke-ink); }

.pke-article-copy {
	font-size: 17px;
	line-height: 2.15;
	color: #2e4039;
}

.pke-article-copy > *:first-child { margin-top: 0; }

.pke-article-copy h2 {
	position: relative;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.6;
	font-weight: 900;
	letter-spacing: -0.025em;
	color: var(--pke-ink);
	margin: 72px 0 22px;
	padding-right: 22px;
	scroll-margin-top: 110px;
}

.pke-article-copy h2::before {
	content: "";
	position: absolute;
	right: 0;
	top: .55em;
	width: 7px;
	height: 28px;
	border-radius: 8px;
	background: linear-gradient(var(--pke-accent), var(--pke-accent-2));
}

.pke-article-copy h3 {
	font-size: 21px;
	line-height: 1.7;
	font-weight: 800;
	color: var(--pke-green);
	margin: 45px 0 16px;
	scroll-margin-top: 110px;
}

.pke-article-copy p { margin: 0 0 24px; }
.pke-article-copy a { color: #b85f27; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.pke-article-copy strong { color: #193b2f; }

.pke-article-copy .pke-evergreen-price-note {
	position: relative;
	margin: 22px 0 30px;
	padding: 22px 24px 22px 72px;
	border: 1px solid rgba( 184, 95, 39, .22 );
	border-radius: 20px;
	background: linear-gradient( 135deg, #fff9f3 0%, #f7fbf7 100% );
	box-shadow: 0 16px 38px rgba( 25, 59, 47, .08 );
	color: #27483d;
}

.pke-article-copy .pke-evergreen-price-note::before {
	content: "٪";
	position: absolute;
	top: 50%;
	left: 22px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 13px;
	background: #b85f27;
	color: #fff;
	font-weight: 800;
	transform: translateY( -50% );
}

.pke-article-copy .pke-evergreen-price-note a { font-weight: 800; }

.pke-article-copy ul,
.pke-article-copy ol {
	margin: 22px 0 30px;
	padding: 22px 48px 22px 24px;
	border-radius: 18px;
	background: #f4f7f4;
}

.pke-article-copy li { margin-bottom: 10px; padding-right: 4px; }

.pke-article-copy blockquote {
	margin: 35px 0;
	padding: 26px 30px;
	border: 0;
	border-radius: 20px;
	background: var(--pke-green);
	color: #fff;
	font-size: 18px;
	line-height: 2;
}

.pke-article-copy img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 590px;
	object-fit: cover;
	margin: 34px auto;
	border-radius: 22px;
	box-shadow: 0 18px 48px rgba(16,37,30,.13);
}

.pke-article-copy table {
	display: table;
	width: 100%;
	margin: 32px 0;
	border: 1px solid var(--pke-line);
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 18px;
	overflow: hidden;
	font-size: 14px;
}

.pke-article-copy th { background: var(--pke-green); color: #fff; }
.pke-article-copy th,
.pke-article-copy td { padding: 14px 16px; border: 0; border-bottom: 1px solid var(--pke-line); }
.pke-article-copy tr:last-child td { border-bottom: 0; }
.pke-article-copy tr:nth-child(even) td { background: #f8faf8; }

.pke-editorial-note {
	margin-top: 62px;
	padding: 28px 32px;
	border-radius: 22px;
	background: #edf4ef;
	border: 1px solid #d9e7de;
}
.pke-editorial-note strong { color: var(--pke-green); }
.pke-editorial-note p { margin: 8px 0 0; line-height: 2; color: var(--pke-muted); }

.pke-related,
.pke-archive-content,
.pke-static-section {
	padding: 100px 0;
}

.pke-related,
.pke-surface,
.pke-archive-content {
	background: var(--pke-cream);
}

.pke-section-heading { max-width: 760px; margin-bottom: 42px; }
.pke-section-heading h2,
.pke-static-section h2 {
	font-size: clamp(28px, 3.7vw, 44px);
	line-height: 1.55;
	font-weight: 900;
	letter-spacing: -.03em;
	color: var(--pke-ink);
	margin: 13px 0 12px;
}
.pke-section-heading p,
.pke-static-section p { font-size: 16px; line-height: 2.05; color: var(--pke-muted); }
.pke-section-heading--row { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 20px; }

.pke-related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.pke-related-card,
.pke-value-grid article,
.pke-process-grid article {
	padding: 28px;
	border: 1px solid var(--pke-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(16,37,30,.06);
}

.pke-related-card > span { font-size: 11px; color: var(--pke-accent-2); }
.pke-related-card h3 { font-size: 18px; line-height: 1.75; margin: 10px 0; }
.pke-related-card h3 a { color: var(--pke-ink); text-decoration: none; }
.pke-related-card p { font-size: 13px; line-height: 1.9; color: var(--pke-muted); }
.pke-text-link { color: var(--pke-accent-2) !important; font-size: 13px; font-weight: 800; text-decoration: none !important; }

.pke-final-cta {
	padding: 76px 0;
	background:
		radial-gradient(circle at 15% 30%, rgba(239,164,94,.16), transparent 25%),
		var(--pke-green);
	color: #fff;
}

.pke-final-cta__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 48px;
}

.pke-final-cta h2 { color: #fff; font-size: clamp(27px, 3.6vw, 42px); line-height: 1.55; margin: 10px 0; }
.pke-final-cta p { margin: 0; color: rgba(255,255,255,.72); line-height: 2; }
.pke-final-cta__actions { display: flex; gap: 10px; }

.pke-quote-path {
	display: grid;
	grid-template-columns: max-content 1fr max-content 1fr max-content;
	align-items: center;
	gap: 13px;
	margin: 34px 0 18px;
	color: rgba(255,255,255,.78);
	font-size: 12px;
	font-weight: 800;
}
.pke-quote-path span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.pke-quote-path b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 9px; background: rgba(239,164,94,.18); color: #ffc58d; }
.pke-quote-path i { display: block; height: 1px; background: rgba(255,255,255,.16); }

.pke-brief-form {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(185px, .7fr);
	gap: 10px;
	padding: 12px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 22px;
	background: rgba(255,255,255,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.pke-brief-field label { display: grid; gap: 7px; color: rgba(255,255,255,.65); font-size: 10px; font-weight: 800; }
.pke-brief-field input,
.pke-brief-field select {
	width: 100%;
	height: 49px !important;
	margin: 0;
	padding: 0 14px !important;
	border: 1px solid rgba(255,255,255,.1) !important;
	border-radius: 13px !important;
	background: rgba(5,23,17,.55) !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: inherit;
	font-size: 12px;
}
.pke-brief-field input::placeholder { color: rgba(255,255,255,.38); }
.pke-brief-field select option { background: #10251e; color: #fff; }
.pke-brief-submit {
	align-self: end;
	display: grid;
	place-content: center;
	min-height: 49px;
	padding: 7px 16px;
	border: 0;
	border-radius: 13px;
	background: linear-gradient(135deg, #efa45e, #ffc58d);
	color: #153027;
	font-family: inherit;
	font-weight: 900;
	text-decoration: none !important;
	cursor: pointer;
	box-shadow: 0 13px 28px rgba(239,164,94,.2);
	transition: transform .18s ease, box-shadow .18s ease;
}
.pke-brief-submit:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(239,164,94,.3); }
.pke-brief-submit span { color: #153027; }
.pke-brief-submit small { margin-top: 2px; color: rgba(21,48,39,.68); font-size: 9px; }
.pke-brief-privacy { display: flex; align-items: center; gap: 7px; margin-top: 11px !important; font-size: 10px; }
.pke-brief-privacy span { color: #ffc58d; font-weight: 900; }

.pke-static-hero { padding: 110px 0 96px; }
.pke-static-hero__inner { min-height: 380px; }
.pke-static-hero__glow { position: absolute; inset: 0; background: radial-gradient(circle at 75% 50%, rgba(239,164,94,.2), transparent 28%); z-index: -1; }
.pke-static-mark {
	display: grid;
	place-content: center;
	width: min(330px, 28vw);
	aspect-ratio: 1;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 38% 62% 51% 49% / 58% 39% 61% 42%;
	background: rgba(255,255,255,.05);
	box-shadow: inset 0 0 80px rgba(239,164,94,.1);
}
.pke-static-mark span { font-size: 34px; font-weight: 900; }
.pke-static-mark small { margin-top: 6px; color: rgba(255,255,255,.66); }

.pke-story-grid,
.pke-capability-grid,
.pke-contact-form-grid {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	align-items: center;
	gap: 70px;
}

.pke-fact-panel { display: grid; gap: 14px; }
.pke-fact-panel > div { display: grid; gap: 4px; padding: 22px 25px; border: 1px solid var(--pke-line); border-radius: 18px; background: #fff; }
.pke-fact-panel strong { font-size: 18px; color: var(--pke-green); }
.pke-fact-panel span { font-size: 12px; color: var(--pke-muted); }

.pke-value-grid,
.pke-process-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.pke-process-grid { grid-template-columns: repeat(4, 1fr); }
.pke-value-grid article > span,
.pke-process-grid article > span { color: var(--pke-accent-2); font-size: 12px; font-weight: 900; }
.pke-value-grid h3,
.pke-process-grid h3 { color: var(--pke-ink); font-size: 19px; margin: 13px 0 8px; }
.pke-value-grid p,
.pke-process-grid p { margin: 0; font-size: 13px; }

.pke-product-link-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.pke-product-link-grid a { display: grid; gap: 5px; padding: 24px; border: 1px solid var(--pke-line); border-radius: 18px; color: var(--pke-green); font-weight: 900; text-decoration: none; background: #fff; transition: .18s ease; }
.pke-product-link-grid a:hover { transform: translateY(-3px); border-color: rgba(215,122,54,.4); box-shadow: 0 16px 35px rgba(16,37,30,.08); }
.pke-product-link-grid span { color: var(--pke-muted); font-size: 12px; font-weight: 500; }

.pke-check-list { display: grid; gap: 10px; list-style: none; margin: 25px 0 0; padding: 0; }
.pke-check-list li { position: relative; padding-right: 28px; color: #41534c; line-height: 1.9; }
.pke-check-list li::before { content: "✓"; position: absolute; right: 0; top: 1px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 7px; background: #dcece4; color: var(--pke-green); font-size: 11px; font-weight: 900; }

.pke-quote-card {
	padding: 34px;
	border-radius: 26px;
	background: var(--pke-green);
	color: #fff;
	box-shadow: var(--pke-shadow);
}
.pke-quote-card small { color: rgba(255,255,255,.65); }
.pke-quote-card strong { display: block; margin: 13px 0; font-size: 24px; line-height: 1.7; color: #fff; }
.pke-quote-card p { color: rgba(255,255,255,.7); font-size: 14px; }
.pke-quote-card a { display: inline-flex; margin-top: 12px; color: #ffc58d; font-weight: 800; }

.pke-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pke-contact-card { display: grid; gap: 7px; min-height: 180px; padding: 30px; border: 1px solid var(--pke-line); border-radius: 24px; background: #fff; color: var(--pke-ink) !important; text-decoration: none !important; box-shadow: 0 14px 45px rgba(16,37,30,.07); transition: .18s ease; }
.pke-contact-card:hover { transform: translateY(-4px); border-color: rgba(215,122,54,.42); }
.pke-contact-card span { color: var(--pke-accent-2); font-size: 12px; font-weight: 800; }
.pke-contact-card strong { margin-top: auto; font-size: 21px; }
.pke-contact-card small { color: var(--pke-muted); line-height: 1.8; }

.pke-form-card { padding: 32px; border: 1px solid var(--pke-line); border-radius: 25px; background: #fff; box-shadow: var(--pke-shadow); }
.pke-form-card label { display: block; margin-bottom: 13px; font-size: 12px; font-weight: 800; color: var(--pke-green); }
.pke-form-card input,
.pke-form-card textarea,
.pke-form-card select { width: 100%; border: 1px solid var(--pke-line) !important; border-radius: 12px !important; background: #fbfcfa !important; box-shadow: none !important; }
.pke-form-card input { height: 48px !important; }
.pke-form-card select { height: 48px !important; padding: 0 13px; color: var(--pke-ink); }
.pke-form-card textarea { min-height: 120px; }
.pke-form-card .pke-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pke-form-card .wpcf7-spinner { vertical-align: middle; }
.pke-form-card .wpcf7-response-output { margin: 18px 0 0 !important; padding: 13px 16px !important; border-width: 1px !important; border-radius: 12px; font-size: 13px; line-height: 1.8; }
.pke-form-card input[type="submit"] { width: auto; min-width: 150px; padding: 0 25px; border: 0 !important; background: var(--pke-accent) !important; color: var(--pke-ink) !important; font-weight: 900; }

.pke-modern-gallery .gallery { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0 !important; }
.pke-modern-gallery .gallery-item { float: none !important; width: auto !important; margin: 0 !important; }
.pke-modern-gallery .gallery-icon { height: 300px; border-radius: 22px; overflow: hidden; background: var(--pke-cream); }
.pke-modern-gallery .gallery-icon a { display: block; height: 100%; }
.pke-modern-gallery .gallery-icon img { width: 100%; height: 100%; object-fit: cover; border: 0 !important; transition: transform .35s ease; cursor: zoom-in; }
.pke-modern-gallery .gallery-item:hover img { transform: scale(1.045); }
.pke-modern-gallery .gallery-caption { padding: 10px 4px 0; color: var(--pke-muted); font-size: 12px; }

.pke-gallery-dialog { width: min(1000px, calc(100% - 30px)); max-height: 90vh; padding: 0; border: 0; border-radius: 24px; background: transparent; overflow: visible; }
.pke-gallery-dialog::backdrop { background: rgba(4,18,13,.88); backdrop-filter: blur(8px); }
.pke-gallery-dialog img { display: block; width: 100%; max-height: 86vh; object-fit: contain; border-radius: 20px; }
.pke-gallery-dialog button { position: absolute; top: -15px; left: -15px; display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--pke-accent); color: var(--pke-ink); font-size: 22px; cursor: pointer; }

.pke-archive-hero { padding: 105px 0 88px; }
.pke-archive-hero__inner { grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); }
.pke-archive-search { padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: 23px; background: rgba(255,255,255,.07); }
.pke-archive-search label { display: block; margin-bottom: 10px; color: rgba(255,255,255,.75); font-size: 12px; font-weight: 800; }
.pke-archive-search > div { display: flex; gap: 8px; }
.pke-archive-search input { flex: 1; min-width: 0; height: 50px; margin: 0; padding: 0 16px; border: 0 !important; border-radius: 13px !important; background: #fff !important; box-shadow: none !important; }
.pke-archive-search button { min-width: 90px; border: 0; border-radius: 13px; background: var(--pke-accent); color: var(--pke-ink); font-weight: 900; cursor: pointer; }

.pke-topic-nav { position: relative; z-index: 4; margin-top: -27px; }
.pke-topic-nav .pke-container { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; padding: 13px; border: 1px solid var(--pke-line); border-radius: 18px; background: #fff; box-shadow: var(--pke-shadow); }
.pke-topic-nav a { padding: 9px 16px; border-radius: 11px; color: var(--pke-green); background: var(--pke-cream); font-size: 12px; font-weight: 800; text-decoration: none; }

.pke-result-count { padding: 9px 14px; border-radius: 999px; background: #fff; color: var(--pke-muted); font-size: 12px; }
.pke-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pke-archive-card { min-width: 0; border: 1px solid var(--pke-line); border-radius: 24px; background: #fff; overflow: hidden; box-shadow: 0 16px 44px rgba(16,37,30,.07); transition: transform .2s ease, box-shadow .2s ease; }
.pke-archive-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(16,37,30,.12); }
.pke-archive-card__media { display: block; height: 220px; overflow: hidden; background: linear-gradient(135deg, var(--pke-green), var(--pke-green-2)); }
.pke-archive-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.pke-archive-card:hover .pke-archive-card__media img { transform: scale(1.045); }
.pke-archive-card__media > span { display: grid; place-items: center; height: 100%; color: rgba(255,255,255,.3); font-size: 44px; font-weight: 900; }
.pke-archive-card__body { padding: 24px; }
.pke-archive-card__meta { display: flex; gap: 13px; color: var(--pke-accent-2); font-size: 10px; }
.pke-archive-card h2 { min-height: 66px; margin: 10px 0; font-size: 18px; line-height: 1.8; }
.pke-archive-card h2 a { color: var(--pke-ink); text-decoration: none; }
.pke-archive-card p { min-height: 76px; margin: 0 0 15px; color: var(--pke-muted); font-size: 12px; line-height: 1.9; }

.pke-pagination { margin-top: 48px; }
.pke-pagination .nav-links { display: flex; justify-content: center; gap: 7px; }
.pke-pagination .page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--pke-line); border-radius: 11px; background: #fff; color: var(--pke-green); text-decoration: none; }
.pke-pagination .current { background: var(--pke-green); color: #fff; }

.pke-empty-state { padding: 60px; text-align: center; border: 1px dashed var(--pke-line); border-radius: 24px; background: #fff; }

@media (max-width: 1024px) {
	.pke-article-hero__inner,
	.pke-static-hero__inner,
	.pke-archive-hero__inner { grid-template-columns: 1fr; }
	.pke-hero-orbit,
	.pke-static-mark { display: none; }
	.pke-reading-layout { grid-template-columns: 1fr; max-width: 860px; }
	.pke-article-rail { position: static; grid-template-columns: 1fr auto; }
	.pke-toc-card nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pke-related-grid,
	.pke-archive-grid { grid-template-columns: repeat(2, 1fr); }
	.pke-process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
	.pke-container { width: min(100% - 28px, 1180px); }
	.pke-article-hero { min-height: auto; padding: 72px 0 74px; }
	.pke-static-hero,
	.pke-archive-hero { padding: 72px 0 65px; }
	.pke-article-hero h1,
	.pke-static-hero h1,
	.pke-archive-hero h1 { font-size: 33px; line-height: 1.52; }
	.pke-article-hero p,
	.pke-static-hero p,
	.pke-archive-hero p { font-size: 15px; line-height: 2; }
	.pke-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
	.pke-button { min-height: 48px; padding: 0 14px; font-size: 12px; }
	.pke-decision-strip { margin-top: -22px; }
	.pke-decision-grid { grid-template-columns: 1fr; }
	.pke-decision-item { border-inline-start: 0; border-top: 1px solid var(--pke-line); padding: 17px 20px; }
	.pke-decision-item:first-child { border-top: 0; }
	.pke-reading-layout { gap: 30px; padding-top: 55px; padding-bottom: 72px; }
	.pke-article-rail { display: block; }
	.pke-toc-card { margin-bottom: 12px; }
	.pke-toc-card nav { grid-template-columns: 1fr; max-height: 260px; overflow: auto; }
	.pke-rail-call { display: none; }
	.pke-quick-answer { padding: 24px; }
	.pke-quick-answer p { font-size: 15px; }
	.pke-article-copy { font-size: 15px; line-height: 2.1; }
	.pke-article-copy h2 { margin-top: 55px; font-size: 25px; }
	.pke-article-copy h3 { margin-top: 38px; font-size: 19px; }
	.pke-article-copy ul,
	.pke-article-copy ol { padding: 19px 39px 19px 17px; }
	.pke-article-copy table { display: block; overflow-x: auto; white-space: nowrap; }
	.pke-related,
	.pke-archive-content,
	.pke-static-section { padding: 70px 0; }
	.pke-related-grid,
	.pke-archive-grid,
	.pke-value-grid,
	.pke-process-grid,
	.pke-product-link-grid,
	.pke-contact-grid,
	.pke-modern-gallery .gallery { grid-template-columns: 1fr; }
	.pke-story-grid,
	.pke-capability-grid,
	.pke-contact-form-grid { grid-template-columns: 1fr; gap: 38px; }
	.pke-form-card .pke-form-row { grid-template-columns: 1fr; gap: 0; }
	.pke-final-cta__intro { grid-template-columns: 1fr; gap: 28px; }
	.pke-final-cta__actions { display: grid; grid-template-columns: 1fr 1fr; }
	.pke-quote-path { grid-template-columns: 1fr; gap: 8px; }
	.pke-quote-path i { display: none; }
	.pke-quote-path span { white-space: normal; }
	.pke-brief-form { grid-template-columns: 1fr; padding: 14px; }
	.pke-brief-submit { min-height: 54px; margin-top: 2px; }
	.pke-section-heading--row { display: block; }
	.pke-result-count { display: inline-block; margin-top: 10px; }
	.pke-archive-search > div { display: grid; }
	.pke-archive-card__media { height: 235px; }
	.pke-archive-card h2,
	.pke-archive-card p { min-height: 0; }
	.pke-modern-gallery .gallery-icon { height: 270px; }
}

@media (prefers-reduced-motion: reduce) {
	.pke-content-experience *,
	.pke-content-experience *::before,
	.pke-content-experience *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
