:root {
	--pke-chrome-ink: #12201c;
	--pke-chrome-ink-deep: #0c1713;
	--pke-chrome-forest: #1d3029;
	--pke-chrome-copper: #c77b3d;
	--pke-chrome-copper-light: #e4ad72;
	--pke-chrome-cream: #f5f1e9;
	--pke-chrome-sand: #e8dfd1;
	--pke-chrome-muted: #aab6b0;
	--pke-chrome-line: rgba(245, 241, 233, 0.12);
	--pke-chrome-shadow: 0 20px 55px rgba(8, 16, 13, 0.18);
	--pke-chrome-font: var(--pke-brand-font, "Estedad FD", Tahoma, Arial, sans-serif);
}

body.pke-site-chrome-active #header {
	display: none !important;
}

body.pke-site-chrome-active .pke-trust-bar,
body.pke-site-chrome-active .pke-site-header,
body.pke-site-chrome-active .pke-mobile-drawer,
body.pke-site-chrome-active .pke-drawer-backdrop,
body.pke-site-chrome-active .pke-site-footer,
body.pke-site-chrome-active .pke-search-panel {
	direction: rtl;
	font-family: var(--pke-chrome-font);
}

.pke-trust-bar *,
.pke-site-header *,
.pke-mobile-drawer *,
.pke-site-footer * {
	box-sizing: border-box;
}

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

.pke-trust-bar a,
.pke-site-header a,
.pke-mobile-drawer a,
.pke-site-footer a {
	text-decoration: none;
}

.pke-trust-bar svg,
.pke-site-header svg:not(.pke-brand-mark__svg),
.pke-mobile-drawer svg:not(.pke-brand-mark__svg),
.pke-site-footer svg:not(.pke-brand-mark__svg) {
	display: block;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: 0 0 auto;
}

.pke-trust-bar a:focus-visible,
.pke-site-header a:focus-visible,
.pke-site-header button:focus-visible,
.pke-mobile-drawer a:focus-visible,
.pke-mobile-drawer button:focus-visible,
.pke-mobile-drawer summary:focus-visible,
.pke-site-footer a:focus-visible,
.pke-site-search input:focus-visible,
.pke-site-search button:focus-visible {
	outline: 3px solid var(--pke-chrome-copper-light);
	outline-offset: 3px;
}

/* Brand system */
.pke-brand {
	display: inline-flex;
	min-width: 0;
	align-items: center;
	gap: 11px;
	color: var(--pke-chrome-cream) !important;
	flex: 0 0 auto;
}

.pke-brand-mark {
	position: relative;
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid rgba(245, 241, 233, 0.16);
	border-radius: 16px;
	background:
		radial-gradient(circle at 27% 20%, rgba(255, 255, 255, 0.24), transparent 31%),
		linear-gradient(145deg, var(--pke-chrome-copper-light), var(--pke-chrome-copper));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 12px 30px rgba(5, 12, 9, 0.22);
	overflow: hidden;
	flex: 0 0 auto;
}

.pke-brand-mark::after {
	position: absolute;
	inset: auto 7px 6px;
	height: 1px;
	background: rgba(245, 241, 233, 0.35);
	content: "";
}

.pke-brand-mark__svg {
	position: relative;
	z-index: 1;
	display: block;
	width: 44px;
	height: 44px;
}

.pke-brand-mark__stone {
	fill: var(--pke-chrome-ink);
}

.pke-brand-mark__layer {
	fill: none;
	stroke: var(--pke-chrome-cream);
	stroke-width: 2.1;
	stroke-linecap: round;
	opacity: 0.92;
}

.pke-brand-mark__pore {
	fill: var(--pke-chrome-copper-light);
	stroke: var(--pke-chrome-cream);
	stroke-width: 1.2;
}

.pke-brand-mark__pore--small {
	fill: var(--pke-chrome-cream);
}

.pke-brand-copy {
	display: grid;
	min-width: 0;
	gap: 1px;
	line-height: 1.2;
}

.pke-brand-copy strong {
	color: inherit;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.055em;
	white-space: nowrap;
}

.pke-brand-copy small {
	color: rgba(245, 241, 233, 0.68);
	font-size: 9.5px;
	font-weight: 500;
	letter-spacing: 0;
	white-space: nowrap;
}

/* Slim source and contact bar */
.pke-trust-bar {
	position: relative;
	z-index: 1000;
	height: 32px;
	border-bottom: 1px solid rgba(18, 32, 28, 0.1);
	background: var(--pke-chrome-cream);
	color: var(--pke-chrome-ink);
}

.pke-trust-bar__inner {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	font-size: 10.5px;
	font-weight: 600;
}

.pke-trust-origin,
.pke-trust-links,
.pke-trust-links a {
	display: flex;
	align-items: center;
}

.pke-trust-origin,
.pke-trust-links a {
	gap: 7px;
}

.pke-trust-origin svg,
.pke-trust-links svg {
	width: 14px;
	height: 14px;
	color: var(--pke-chrome-copper);
}

.pke-trust-links {
	gap: 13px;
	color: #53635d;
}

.pke-trust-links > span:last-of-type {
	width: 3px;
	height: 3px;
	border-radius: 999px;
	background: var(--pke-chrome-copper);
}

.pke-trust-links a {
	min-height: 28px;
	color: var(--pke-chrome-ink) !important;
}

.pke-trust-links b {
	font-weight: 700;
	letter-spacing: 0.035em;
}

/* Main header */
.pke-site-header {
	position: sticky;
	top: 0;
	z-index: 9998;
	width: 100%;
	border-bottom: 1px solid rgba(245, 241, 233, 0.1);
	background:
		radial-gradient(circle at 84% -70%, rgba(199, 123, 61, 0.22), transparent 32%),
		linear-gradient(100deg, var(--pke-chrome-ink-deep), var(--pke-chrome-forest));
	color: var(--pke-chrome-cream);
	transition: box-shadow 180ms ease, background-color 180ms ease;
}

body.admin-bar .pke-site-header {
	top: 32px;
}

.pke-site-header.pke-is-scrolled {
	box-shadow: 0 14px 42px rgba(8, 16, 13, 0.24);
}

.pke-site-header__inner {
	display: flex;
	height: 76px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.pke-site-header .pke-brand {
	width: 214px;
}

.pke-desktop-nav {
	min-width: 0;
	align-self: stretch;
	flex: 1 1 auto;
}

.pke-desktop-nav > ul,
.pke-mega-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.pke-desktop-nav > ul {
	display: flex;
	height: 100%;
	align-items: stretch;
	justify-content: center;
	gap: clamp(10px, 1.2vw, 23px);
}

.pke-desktop-nav > ul > li {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
}

.pke-desktop-nav > ul > li > a,
.pke-nav-parent__control > a {
	position: relative;
	display: inline-flex;
	height: 100%;
	align-items: center;
	color: rgba(245, 241, 233, 0.86) !important;
	font-size: 12.5px;
	font-weight: 600;
	white-space: nowrap;
	transition: color 160ms ease;
}

.pke-desktop-nav > ul > li > a::after,
.pke-nav-parent__control > a::after {
	position: absolute;
	right: 50%;
	bottom: 0;
	left: 50%;
	height: 3px;
	border-radius: 4px 4px 0 0;
	background: var(--pke-chrome-copper-light);
	content: "";
	transition: right 160ms ease, left 160ms ease;
}

.pke-desktop-nav a:hover,
.pke-desktop-nav a[aria-current="page"],
.pke-nav-parent.is-current > .pke-nav-parent__control > a,
.pke-nav-parent:focus-within > .pke-nav-parent__control > a,
.pke-nav-parent:hover > .pke-nav-parent__control > a {
	color: var(--pke-chrome-copper-light) !important;
}

.pke-desktop-nav > ul > li > a:hover::after,
.pke-desktop-nav > ul > li > a[aria-current="page"]::after,
.pke-nav-parent.is-current > .pke-nav-parent__control > a::after,
.pke-nav-parent:focus-within > .pke-nav-parent__control > a::after,
.pke-nav-parent:hover > .pke-nav-parent__control > a::after {
	right: 22%;
	left: 22%;
}

.pke-nav-parent__control {
	display: flex;
	height: 100%;
	align-items: center;
	gap: 2px;
}

.pke-submenu-toggle {
	display: grid;
	width: 24px;
	height: 44px;
	padding: 0;
	place-items: center;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: rgba(245, 241, 233, 0.65);
	cursor: pointer;
}

.pke-submenu-toggle svg {
	width: 16px !important;
	height: 16px !important;
	transition: transform 160ms ease;
}

.pke-nav-parent:hover .pke-submenu-toggle svg,
.pke-nav-parent:focus-within .pke-submenu-toggle svg,
.pke-nav-parent.pke-nav-open .pke-submenu-toggle svg {
	transform: rotate(180deg);
}

.pke-mega-menu,
.pke-nav-dropdown {
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	z-index: 20;
	visibility: hidden;
	border: 1px solid rgba(18, 32, 28, 0.1);
	border-radius: 0 0 22px 22px;
	background: #fffdf9;
	box-shadow: 0 24px 70px rgba(8, 16, 13, 0.22);
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.pke-mega-menu {
	display: grid;
	width: min(720px, 76vw);
	grid-template-columns: 220px 1fr;
	overflow: hidden;
}

.pke-nav-dropdown {
	width: 326px;
	padding: 12px;
}

.pke-nav-parent:hover > .pke-mega-menu,
.pke-nav-parent:focus-within > .pke-mega-menu,
.pke-nav-parent.pke-nav-open > .pke-mega-menu,
.pke-nav-parent:hover > .pke-nav-dropdown,
.pke-nav-parent:focus-within > .pke-nav-dropdown,
.pke-nav-parent.pke-nav-open > .pke-nav-dropdown {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.pke-mega-menu__intro {
	display: flex;
	min-height: 250px;
	padding: 26px;
	flex-direction: column;
	align-items: flex-start;
	background:
		radial-gradient(circle at 20% 15%, rgba(228, 173, 114, 0.3), transparent 34%),
		var(--pke-chrome-ink);
	color: var(--pke-chrome-cream);
}

.pke-mega-menu__intro > span {
	margin-bottom: 7px;
	color: var(--pke-chrome-copper-light);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.pke-mega-menu__intro > strong {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
}

.pke-mega-menu__intro p {
	margin: 9px 0 22px;
	color: rgba(245, 241, 233, 0.69);
	font-size: 11px;
	line-height: 1.9;
}

.pke-mega-menu__intro a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	color: var(--pke-chrome-copper-light) !important;
	font-size: 11px;
	font-weight: 700;
}

.pke-mega-menu__intro a svg {
	width: 16px !important;
	height: 16px !important;
}

.pke-mega-menu > ul {
	display: grid;
	padding: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
}

.pke-mega-menu > ul a,
.pke-nav-dropdown > a {
	display: grid;
	min-height: 69px;
	align-content: center;
	padding: 11px 14px;
	border: 1px solid transparent;
	border-radius: 13px;
	color: var(--pke-chrome-ink) !important;
	transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.pke-mega-menu > ul a:hover,
.pke-nav-dropdown > a:hover {
	border-color: rgba(199, 123, 61, 0.2);
	background: #f7f1e8;
	transform: translateY(-1px);
}

.pke-mega-menu strong,
.pke-nav-dropdown strong {
	color: var(--pke-chrome-ink);
	font-size: 12px;
	font-weight: 700;
}

.pke-mega-menu small,
.pke-nav-dropdown small {
	margin-top: 3px;
	color: #6a756f;
	font-size: 9.5px;
	font-weight: 500;
}

.pke-nav-dropdown > a {
	min-height: 60px;
}

.pke-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex: 0 0 auto;
}

.pke-icon-button {
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(245, 241, 233, 0.16);
	border-radius: 13px;
	background: rgba(245, 241, 233, 0.06);
	box-shadow: none;
	color: var(--pke-chrome-cream);
	cursor: pointer;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.pke-icon-button:hover,
.pke-icon-button[aria-expanded="true"] {
	border-color: rgba(228, 173, 114, 0.5);
	background: rgba(228, 173, 114, 0.12);
	color: var(--pke-chrome-copper-light);
}

.pke-header-phone {
	display: flex;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	padding: 0 9px;
	color: rgba(245, 241, 233, 0.88) !important;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.pke-header-phone svg {
	width: 18px !important;
	height: 18px !important;
	color: var(--pke-chrome-copper-light);
}

.pke-header-cta {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 0 17px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 13px;
	background: linear-gradient(135deg, var(--pke-chrome-copper-light), var(--pke-chrome-copper));
	box-shadow: 0 11px 28px rgba(9, 18, 14, 0.2), inset 0 1px rgba(255, 255, 255, 0.28);
	color: var(--pke-chrome-ink) !important;
	font-size: 11.5px;
	font-weight: 700;
	white-space: nowrap;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.pke-header-cta:hover {
	box-shadow: 0 15px 32px rgba(9, 18, 14, 0.28), inset 0 1px rgba(255, 255, 255, 0.3);
	transform: translateY(-1px);
}

.pke-header-cta svg {
	width: 17px !important;
	height: 17px !important;
}

.pke-menu-toggle {
	display: none;
}

/* Search */
.pke-search-panel[hidden] {
	display: none !important;
}

.pke-search-panel {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	border-top: 1px solid rgba(245, 241, 233, 0.1);
	border-bottom: 1px solid rgba(18, 32, 28, 0.1);
	background: rgba(245, 241, 233, 0.98);
	box-shadow: 0 25px 60px rgba(8, 16, 13, 0.2);
	color: var(--pke-chrome-ink);
	backdrop-filter: blur(18px);
}

.pke-search-panel > .pke-chrome-container {
	padding-block: 20px;
}

.pke-site-search {
	margin: 0;
}

.pke-site-search > label {
	display: block;
	margin-bottom: 7px;
	color: #53635d;
	font-size: 10px;
	font-weight: 600;
}

.pke-site-search__field {
	display: grid;
	min-height: 50px;
	align-items: center;
	grid-template-columns: 26px minmax(0, 1fr) auto;
	gap: 7px;
	padding: 5px 6px 5px 13px;
	border: 1px solid rgba(18, 32, 28, 0.15);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(18, 32, 28, 0.07);
}

.pke-site-search__field > svg {
	color: var(--pke-chrome-copper);
}

.pke-site-search input[type="search"] {
	width: 100%;
	height: 40px;
	padding: 0 4px;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--pke-chrome-ink);
	font-family: inherit;
	font-size: 13px;
}

.pke-site-search input[type="search"]::placeholder {
	color: #7e8984;
}

.pke-site-search input[type="search"]:focus {
	outline: 0;
	box-shadow: none;
}

.pke-site-search button {
	min-width: 92px;
	height: 40px;
	padding: 0 18px;
	border: 0;
	border-radius: 11px;
	background: var(--pke-chrome-ink);
	box-shadow: none;
	color: var(--pke-chrome-cream);
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
}

/* Mobile drawer */
.pke-drawer-backdrop {
	position: fixed;
	z-index: 100001;
	inset: 0;
	visibility: hidden;
	background: rgba(5, 12, 9, 0.68);
	opacity: 0;
	backdrop-filter: blur(5px);
	transition: opacity 190ms ease, visibility 190ms ease;
}

.pke-drawer-backdrop.is-active {
	visibility: visible;
	opacity: 1;
}

.pke-mobile-drawer {
	position: fixed;
	z-index: 100002;
	top: 0;
	right: 0;
	bottom: 0;
	display: grid;
	visibility: hidden;
	width: min(89vw, 378px);
	grid-template-rows: auto minmax(0, 1fr) auto;
	background: #fffdf9;
	box-shadow: -28px 0 80px rgba(5, 12, 9, 0.28);
	color: var(--pke-chrome-ink);
	opacity: 0;
	transform: translateX(105%);
	transition: transform 220ms ease, opacity 180ms ease;
}

.pke-mobile-drawer[aria-hidden="false"] {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}

body.pke-drawer-open {
	overflow: hidden !important;
}

.pke-mobile-drawer__head {
	display: flex;
	min-height: 82px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 18px;
	background:
		radial-gradient(circle at 90% -20%, rgba(199, 123, 61, 0.24), transparent 42%),
		var(--pke-chrome-ink);
}

.pke-brand--drawer .pke-brand-mark {
	width: 45px;
	height: 45px;
	border-radius: 14px;
}

.pke-brand--drawer .pke-brand-mark__svg {
	width: 41px;
	height: 41px;
}

.pke-brand--drawer .pke-brand-copy strong {
	font-size: 21px;
}

.pke-drawer-close {
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
}

.pke-mobile-drawer__body {
	padding: 17px 18px 28px;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.pke-mobile-drawer .pke-site-search {
	margin-bottom: 16px;
}

.pke-mobile-drawer .pke-site-search > label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.pke-mobile-drawer .pke-site-search__field {
	grid-template-columns: 23px minmax(0, 1fr) auto;
	min-height: 48px;
}

.pke-mobile-drawer .pke-site-search button {
	min-width: 68px;
	padding-inline: 12px;
}

.pke-mobile-nav {
	display: grid;
}

.pke-mobile-nav > a,
.pke-mobile-nav summary {
	display: flex;
	min-height: 52px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 0 4px;
	border-bottom: 1px solid rgba(18, 32, 28, 0.1);
	color: var(--pke-chrome-ink) !important;
	font-size: 13px;
	font-weight: 650;
	cursor: pointer;
	list-style: none;
}

.pke-mobile-nav summary::-webkit-details-marker {
	display: none;
}

.pke-mobile-nav summary svg {
	width: 17px !important;
	height: 17px !important;
	color: var(--pke-chrome-copper);
	transition: transform 160ms ease;
}

.pke-mobile-nav details[open] summary svg {
	transform: rotate(180deg);
}

.pke-mobile-nav details > div {
	display: grid;
	padding: 8px 11px 11px 0;
	border-bottom: 1px solid rgba(18, 32, 28, 0.1);
	background: linear-gradient(90deg, transparent, rgba(232, 223, 209, 0.34));
}

.pke-mobile-nav details > div a {
	display: flex;
	min-height: 44px;
	align-items: center;
	padding-inline: 11px;
	border-radius: 10px;
	color: #43534d !important;
	font-size: 11.5px;
	font-weight: 550;
}

.pke-mobile-nav details > div a:hover {
	background: rgba(199, 123, 61, 0.1);
	color: var(--pke-chrome-ink) !important;
}

.pke-mobile-drawer__actions {
	display: grid;
	gap: 9px;
	padding: 13px 18px calc(16px + env(safe-area-inset-bottom));
	border-top: 1px solid rgba(18, 32, 28, 0.1);
	background: rgba(245, 241, 233, 0.94);
	box-shadow: 0 -12px 32px rgba(18, 32, 28, 0.07);
	backdrop-filter: blur(14px);
}

.pke-drawer-phone {
	display: flex;
	min-height: 50px;
	align-items: center;
	gap: 11px;
	padding: 7px 12px;
	border: 1px solid rgba(18, 32, 28, 0.13);
	border-radius: 13px;
	background: #fff;
	color: var(--pke-chrome-ink) !important;
}

.pke-drawer-phone svg {
	color: var(--pke-chrome-copper);
}

.pke-drawer-phone span {
	display: grid;
	gap: 1px;
}

.pke-drawer-phone small {
	color: #6b7771;
	font-size: 9px;
}

.pke-drawer-phone b {
	font-size: 12px;
	letter-spacing: 0.04em;
}

.pke-drawer-cta {
	display: flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	background: linear-gradient(135deg, var(--pke-chrome-copper-light), var(--pke-chrome-copper));
	color: var(--pke-chrome-ink) !important;
	font-size: 12px;
	font-weight: 750;
}

/* Footer */
body.pke-site-chrome-active #footer.footer-wrapper {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	color: var(--pke-chrome-cream);
}

.pke-site-footer {
	position: relative;
	width: 100%;
	color: var(--pke-chrome-cream);
	overflow: hidden;
}

.pke-footer-cta {
	position: relative;
	background:
		radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.25) 0 2px, transparent 2.5px) 0 0 / 34px 34px,
		linear-gradient(110deg, var(--pke-chrome-copper-light), var(--pke-chrome-copper));
	color: var(--pke-chrome-ink);
}

.pke-footer-cta__inner {
	display: grid;
	min-height: 174px;
	align-items: center;
	grid-template-columns: minmax(0, 1.45fr) auto;
	gap: 40px;
	padding-block: 34px;
}

.pke-footer-cta__inner > div:first-child > span {
	display: block;
	margin-bottom: 7px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.035em;
}

.pke-footer-cta h2 {
	max-width: 780px;
	margin: 0;
	color: var(--pke-chrome-ink);
	font-size: clamp(19px, 2vw, 28px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.7;
}

.pke-footer-cta__actions {
	display: flex;
	align-items: center;
	gap: 9px;
}

.pke-footer-cta__phone,
.pke-footer-cta__button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 0 18px;
	border-radius: 13px;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.pke-footer-cta__phone {
	border: 1px solid rgba(18, 32, 28, 0.18);
	background: rgba(255, 255, 255, 0.25);
	color: var(--pke-chrome-ink) !important;
}

.pke-footer-cta__button {
	border: 1px solid rgba(245, 241, 233, 0.14);
	background: var(--pke-chrome-ink);
	box-shadow: 0 13px 28px rgba(18, 32, 28, 0.18);
	color: var(--pke-chrome-cream) !important;
}

.pke-footer-cta__actions svg {
	width: 18px !important;
	height: 18px !important;
}

.pke-footer-main {
	position: relative;
	background:
		radial-gradient(circle at 90% 3%, rgba(199, 123, 61, 0.13), transparent 24%),
		radial-gradient(circle at 8% 100%, rgba(228, 173, 114, 0.08), transparent 23%),
		var(--pke-chrome-ink);
}

.pke-footer-main::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: linear-gradient(rgba(245, 241, 233, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 241, 233, 0.025) 1px, transparent 1px);
	background-size: 64px 64px;
	content: "";
	mask-image: linear-gradient(to bottom, transparent, #000 30%, transparent);
}

.pke-footer-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(270px, 1.35fr) repeat(2, minmax(150px, 0.72fr)) minmax(235px, 0.95fr);
	gap: clamp(30px, 4vw, 68px);
	padding-block: 66px 58px;
}

.pke-footer-brand .pke-brand-mark {
	width: 55px;
	height: 55px;
	border-radius: 17px;
}

.pke-footer-brand .pke-brand-mark__svg {
	width: 50px;
	height: 50px;
}

.pke-footer-brand .pke-brand-copy strong {
	font-size: 27px;
}

.pke-footer-brand .pke-brand-copy small {
	font-size: 10px;
}

.pke-footer-brand > p {
	max-width: 355px;
	margin: 22px 0 20px;
	color: rgba(245, 241, 233, 0.68);
	font-size: 11.5px;
	line-height: 2.05;
}

.pke-footer-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.pke-footer-tags span {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	padding: 0 10px;
	border: 1px solid rgba(228, 173, 114, 0.16);
	border-radius: 999px;
	background: rgba(228, 173, 114, 0.07);
	color: rgba(245, 241, 233, 0.72);
	font-size: 8.5px;
	font-weight: 600;
}

.pke-footer-column h2,
.pke-footer-contact h2 {
	position: relative;
	margin: 3px 0 22px;
	padding-bottom: 12px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.pke-footer-column h2::after,
.pke-footer-contact h2::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 34px;
	height: 2px;
	border-radius: 4px;
	background: var(--pke-chrome-copper);
	content: "";
}

.pke-footer-column ul,
.pke-footer-contact ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.pke-footer-column li {
	margin: 0;
}

.pke-footer-column li + li {
	border-top: 1px solid rgba(245, 241, 233, 0.07);
}

.pke-footer-column a {
	display: flex;
	min-height: 43px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: rgba(245, 241, 233, 0.68) !important;
	font-size: 10.5px;
	font-weight: 550;
	transition: color 160ms ease, padding 160ms ease;
}

.pke-footer-column a:hover {
	padding-right: 4px;
	color: var(--pke-chrome-copper-light) !important;
}

.pke-footer-column a svg {
	width: 14px !important;
	height: 14px !important;
	color: var(--pke-chrome-copper);
	opacity: 0.65;
}

.pke-footer-contact > p {
	margin: -7px 0 17px;
	color: rgba(245, 241, 233, 0.6);
	font-size: 10.5px;
	line-height: 1.9;
}

.pke-footer-contact li {
	margin: 0 0 8px;
}

.pke-footer-contact li > a,
.pke-footer-contact li > span {
	display: flex;
	min-height: 56px;
	align-items: center;
	gap: 11px;
	padding: 9px 11px;
	border: 1px solid rgba(245, 241, 233, 0.09);
	border-radius: 13px;
	background: rgba(245, 241, 233, 0.035);
	color: var(--pke-chrome-cream) !important;
}

.pke-footer-contact li > a:hover {
	border-color: rgba(228, 173, 114, 0.3);
	background: rgba(228, 173, 114, 0.07);
}

.pke-footer-contact li svg {
	width: 19px !important;
	height: 19px !important;
	color: var(--pke-chrome-copper-light);
}

.pke-footer-contact li span span,
.pke-footer-contact li a span {
	display: grid;
	gap: 1px;
}

.pke-footer-contact small {
	color: rgba(245, 241, 233, 0.48);
	font-size: 8px;
}

.pke-footer-contact b {
	color: var(--pke-chrome-cream);
	font-size: 10.5px;
	font-weight: 650;
}

.pke-footer-bottom {
	border-top: 1px solid rgba(245, 241, 233, 0.08);
	background: var(--pke-chrome-ink-deep);
}

.pke-footer-bottom > div {
	display: flex;
	min-height: 64px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.pke-footer-bottom p {
	margin: 0;
	color: rgba(245, 241, 233, 0.52);
	font-size: 9.5px;
}

.pke-footer-bottom nav {
	display: flex;
	align-items: center;
	gap: 18px;
}

.pke-footer-bottom nav a {
	color: rgba(245, 241, 233, 0.6) !important;
	font-size: 9.5px;
}

.pke-footer-bottom nav a:hover {
	color: var(--pke-chrome-copper-light) !important;
}

@media (max-width: 1210px) {
	.pke-site-header__inner {
		gap: 16px;
	}

	.pke-site-header .pke-brand {
		width: auto;
	}

	.pke-desktop-nav > ul {
		gap: 10px;
	}

	.pke-desktop-nav > ul > li > a,
	.pke-nav-parent__control > a {
		font-size: 11.5px;
	}

	.pke-header-phone span {
		display: none;
	}

	.pke-header-phone {
		width: 42px;
		padding: 0;
		justify-content: center;
	}

	.pke-footer-grid {
		grid-template-columns: minmax(245px, 1.25fr) repeat(2, minmax(145px, 0.7fr)) minmax(220px, 0.9fr);
		gap: 32px;
	}
}

@media (max-width: 1024px) {
	.pke-chrome-container {
		width: min(calc(100% - 32px), 980px);
	}

	.pke-desktop-nav,
	.pke-search-toggle,
	.pke-header-phone,
	.pke-header-cta {
		display: none;
	}

	.pke-menu-toggle {
		display: grid;
	}

	.pke-site-header__inner {
		height: 68px;
	}

	.pke-site-header .pke-brand {
		width: auto;
	}

	.pke-site-header .pke-brand-mark {
		width: 43px;
		height: 43px;
		border-radius: 14px;
	}

	.pke-site-header .pke-brand-mark__svg {
		width: 40px;
		height: 40px;
	}

	.pke-site-header .pke-brand-copy strong {
		font-size: 21px;
	}

	.pke-site-header .pke-brand-copy small {
		font-size: 8.7px;
	}

	.pke-footer-cta__inner {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.pke-footer-cta__actions {
		justify-content: flex-start;
	}

	.pke-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 44px 55px;
	}

	.pke-footer-brand > p {
		max-width: 520px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .pke-site-header {
		top: 46px;
	}
}

@media (max-width: 640px) {
	.pke-chrome-container {
		width: min(calc(100% - 28px), 590px);
	}

	.pke-trust-bar {
		height: 30px;
	}

	.pke-trust-bar__inner {
		justify-content: center;
		font-size: 9px;
	}

	.pke-trust-links {
		display: none;
	}

	.pke-site-header__inner {
		height: 66px;
	}

	.pke-menu-toggle {
		width: 43px;
		height: 43px;
	}

	.pke-site-header .pke-brand {
		gap: 9px;
	}

	.pke-site-header .pke-brand-mark {
		width: 41px;
		height: 41px;
	}

	.pke-site-header .pke-brand-mark__svg {
		width: 38px;
		height: 38px;
	}

	.pke-site-header .pke-brand-copy strong {
		font-size: 20px;
	}

	.pke-site-header .pke-brand-copy small {
		font-size: 8px;
	}

	.pke-footer-cta__inner {
		min-height: auto;
		padding-block: 38px;
	}

	.pke-footer-cta h2 {
		font-size: 19px;
		line-height: 1.8;
	}

	.pke-footer-cta__actions {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr;
	}

	.pke-footer-cta__phone,
	.pke-footer-cta__button {
		width: 100%;
	}

	.pke-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 38px 20px;
		padding-block: 50px 45px;
	}

	.pke-footer-brand,
	.pke-footer-contact {
		grid-column: 1 / -1;
	}

	.pke-footer-brand > p {
		max-width: none;
	}

	.pke-footer-bottom > div {
		min-height: 91px;
		padding-block: 18px;
		flex-direction: column-reverse;
		align-items: flex-start;
		justify-content: center;
		gap: 11px;
	}

	.pke-footer-bottom nav {
		flex-wrap: wrap;
		gap: 9px 16px;
	}
}

@media (max-width: 370px) {
	.pke-chrome-container {
		width: min(calc(100% - 22px), 350px);
	}

	.pke-site-header .pke-brand-copy small {
		display: none;
	}

	.pke-site-header .pke-brand-copy strong {
		font-size: 19px;
	}

	.pke-mobile-drawer {
		width: 94vw;
	}

	.pke-footer-grid {
		gap-inline: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pke-site-header *,
	.pke-mobile-drawer,
	.pke-drawer-backdrop,
	.pke-site-footer * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.pke-trust-bar,
	.pke-site-header,
	.pke-mobile-drawer,
	.pke-drawer-backdrop,
	.pke-footer-cta,
	.pke-footer-bottom {
		display: none !important;
	}

	body.pke-site-chrome-active #header {
		display: none !important;
	}

	.pke-footer-main {
		background: #fff !important;
		color: #111 !important;
	}
}
