.pgj-journey {
	--pgj-ink: #1c1a19;
	--pgj-muted: #7a7d84;
	--pgj-border: rgba(28, 26, 25, 0.16);
	--pgj-surface: #f5f5f2;
	--pgj-surface-strong: #ffffff;
	--pgj-accent: #dee22b;
	--pgj-accent-deep: #ff6a13;
	--pgj-dark: #232120;
	--pgj-content-gutter: 2rem;
	--pgj-content-shell: 1320px;
	--pgj-content-width: calc(var(--pgj-content-shell) * 0.66);
	background: #ffffff url("../images/journey-bg.svg") center top / cover no-repeat;
	min-height: 100vh;
	min-height: 100dvh;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 0;
	width: 100vw;
}

.pgj-journey__shell {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: 0 auto;
	max-width: none;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 0 0 3rem;
	position: relative;
}

.pgj-journey__shell::before {
	content: none;
}

.pgj-journey__intro {
	display: none;
}

.pgj-journey__app {
	padding-top: 0;
}

body.pgj-journey-page footer,
body.pgj-journey-page .site-footer,
body.pgj-journey-page #colophon {
	display: none !important;
}

body.pgj-journey-page .pg-header,
body.pgj-journey-page [data-site-header],
body.pgj-journey-page header.site-header,
body.pgj-journey-page .site-header,
body.pgj-journey-page #masthead,
body.pgj-journey-page .main-header {
	display: none !important;
}

body.pgj-journey-page .pg-content__header,
body.pgj-journey-page .pg-content > .content > h1:first-child,
body.pgj-journey-page .pg-content > .content > .wp-block-heading:first-child {
	display: none !important;
}

body.pgj-journey-page .pg-section {
	background: #ffffff !important;
	padding: 0 !important;
}

html:has(body.pgj-journey-page),
body.pgj-journey-page,
body.pgj-journey-page #page,
body.pgj-journey-page #app,
body.pgj-journey-page .site,
body.pgj-journey-page .site-main,
body.pgj-journey-page main {
	background: #ffffff !important;
}

body.pgj-journey-page .pg-shell,
body.pgj-journey-page .pg-content,
body.pgj-journey-page .pg-content > .content {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.pgj-card {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.pgj-card__meta {
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: 180px minmax(0, 1fr) 140px;
}

.pgj-card__brand {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.pgj-card__status {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 500;
	gap: 0.8rem;
	justify-content: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.pgj-card__status span {
	opacity: 0.9;
}

.pgj-card__status span + span::before {
	color: rgba(19, 40, 68, 0.45);
	content: "·";
	margin-right: 0.8rem;
}

.pgj-close {
	background: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	cursor: pointer;
	font-size: 0.82rem;
	justify-self: end;
	padding: 0.5rem 0.85rem;
}

.pgj-close:hover,
.pgj-close:focus-visible {
	color: #ffffff;
	outline: none;
}

.pgj-page-chrome {
	position: relative;
	z-index: 20;
}

.pgj-slim-header {
	align-items: center;
	background: var(--pgj-dark);
	display: flex;
	justify-content: space-between;
	padding: 0.9rem 2rem;
}

.pgj-slim-header__brand {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	gap: 0.75rem;
}

.pgj-slim-header__logo {
	font-family: "DIN 2014", "DIN Alternate", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.pgj-slim-header__divider {
	background: rgba(255, 255, 255, 0.72);
	display: block;
	height: 1.25rem;
	width: 1px;
}

.pgj-slim-header__brand span {
	font-family: "Roboto", sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
}

.pgj-slim-header__exit {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.85);
	color: #ffffff;
	display: inline-flex;
	font-family: "Roboto", sans-serif;
	font-size: 0.82rem;
	justify-content: center;
	min-height: 32px;
	padding: 0.35rem 0.8rem;
	text-decoration: none;
}

.pgj-progress {
	background: rgba(19, 40, 68, 0.08);
	height: 1px;
	margin: 1.1rem 0 3rem;
	overflow: hidden;
	width: 100%;
}

.pgj-progress span {
	background: var(--pgj-dark);
	display: block;
	height: 100%;
	transition: width 180ms ease;
}

.pgj-question-layout {
	align-items: start;
	display: grid;
	gap: 3.5rem;
	grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.6fr);
	margin-bottom: 3rem;
}

.pgj-question-layout--default {
	box-sizing: border-box;
	display: block;
	margin-left: max(var(--pgj-content-gutter), calc((100vw - var(--pgj-content-shell)) / 2 + var(--pgj-content-gutter)));
	margin-right: auto;
	margin-bottom: 2.6rem;
	max-width: none;
	overflow: hidden;
	padding: 5rem 0 0;
	width: min(calc(100vw - (var(--pgj-content-gutter) * 2)), var(--pgj-content-width));
}

.pgj-question-main h2 {
	color: var(--pgj-ink);
	font-family: "DIN 2014", "DIN Alternate", sans-serif;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.04;
	margin: 0;
	word-break: normal;
}

.pgj-question-side {
	padding-top: 4.3rem;
}

.pgj-question-side__label {
	color: rgba(19, 40, 68, 0.52);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}

.pgj-question-side p {
	color: rgba(19, 40, 68, 0.76);
	font-size: 1rem;
	line-height: 1.65;
	margin: 0;
	max-width: 28rem;
}

.pgj-options {
	box-sizing: border-box;
	display: grid;
	gap: 0.75rem;
	margin: 0 0 0 max(var(--pgj-content-gutter), calc((100vw - var(--pgj-content-shell)) / 2 + var(--pgj-content-gutter)));
	max-width: none;
	padding: 0;
	width: min(calc(100vw - (var(--pgj-content-gutter) * 2)), var(--pgj-content-width));
}

.pgj-option {
	align-items: center;
	background: var(--pgj-surface-strong);
	border: 1px solid #c8c8c2;
	border-radius: 0;
	color: var(--pgj-ink);
	cursor: pointer;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 52px minmax(0, 1fr) 78px;
	min-height: 94px;
	padding: 0 0 0 1.75rem;
	text-align: left;
	transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
	width: 100%;
}

.pgj-option:hover,
.pgj-option:focus-visible {
	background: #faf9f6;
	border-color: #b7b7b0;
	outline: none;
	transform: none;
}

.pgj-option__badge {
	align-items: center;
	border: 1.25px solid var(--pgj-ink);
	display: inline-flex;
	font-family: "Roboto", sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.pgj-option__content {
	display: grid;
	gap: 0.3rem;
	padding: 1rem 0;
}

.pgj-option__title {
	color: var(--pgj-ink);
	display: block;
	font-family: "DIN 2014", "DIN Alternate", sans-serif;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 700;
	line-height: 1.1;
}

.pgj-option__description {
	color: var(--pgj-muted);
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 0.9rem;
	line-height: 1.43;
}

.pgj-option__arrow {
	align-items: center;
	border-left: 1px solid #d9f03a;
	color: var(--pgj-ink);
	display: inline-flex;
	font-size: 2.1rem;
	font-weight: 400;
	height: 100%;
	justify-content: center;
	line-height: 1;
	text-align: center;
}

.pgj-card--yes-no .pgj-options {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 920px;
}

.pgj-option--yes-no {
	align-items: start;
	gap: 1rem;
	grid-template-columns: 52px minmax(0, 1fr);
	min-height: 210px;
	padding: 1.4rem;
}

.pgj-option--yes-no .pgj-option__badge {
	font-size: 1.15rem;
	height: 44px;
	width: 44px;
}

.pgj-option--yes-no .pgj-option__content {
	align-content: start;
	gap: 0.45rem;
	min-height: 100%;
}

.pgj-option--yes-no .pgj-option__title {
	font-size: clamp(1.4rem, 2.2vw, 1.85rem);
	line-height: 1;
}

.pgj-option--yes-no .pgj-option__description {
	font-size: 1rem;
	max-width: 24ch;
}

.pgj-option--yes-no .pgj-option__arrow {
	align-self: end;
	grid-column: 2;
	justify-self: end;
}

.pgj-option--default:hover,
.pgj-option--default:focus-visible {
	background: linear-gradient(90deg, #17170f 0%, #2b2b2b 100%);
	border-color: #dee22b;
}

.pgj-option--default:hover .pgj-option__title,
.pgj-option--default:hover .pgj-option__arrow,
.pgj-option--default:focus-visible .pgj-option__title,
.pgj-option--default:focus-visible .pgj-option__arrow {
	color: #f5f5f2;
}

.pgj-option--default:hover .pgj-option__description,
.pgj-option--default:focus-visible .pgj-option__description {
	color: rgba(255, 255, 255, 0.72);
}

.pgj-option--default:hover .pgj-option__badge,
.pgj-option--default:focus-visible .pgj-option__badge {
	background: var(--pgj-accent);
	border-color: var(--pgj-accent);
	color: var(--pgj-ink);
}

.pgj-option--default:hover .pgj-option__arrow,
.pgj-option--default:focus-visible .pgj-option__arrow {
	color: var(--pgj-accent);
}

.pgj-option--default:hover .pgj-option__arrow,
.pgj-option--default:focus-visible .pgj-option__arrow,
.pgj-option.is-selected .pgj-option__arrow {
	background: #2b2b2b;
	border-left-color: var(--pgj-accent);
}

.pgj-option.is-selected {
	background: linear-gradient(90deg, #17170f 0%, #2b2b2b 100%);
	border-color: var(--pgj-accent);
}

.pgj-option.is-selected .pgj-option__title {
	color: #f5f5f2;
}

.pgj-option.is-selected .pgj-option__description {
	color: rgba(255, 255, 255, 0.8);
}

.pgj-option.is-selected .pgj-option__badge {
	background: var(--pgj-accent);
	border-color: var(--pgj-accent);
	color: var(--pgj-ink);
}

.pgj-option.is-selected .pgj-option__arrow {
	color: var(--pgj-accent);
}

.pgj-card--product-filter {
	padding-bottom: 2rem;
}

.pgj-card--product-search {
	padding-bottom: 2rem;
}

.pgj-card--product-filter .pgj-question-layout--default,
.pgj-card--product-filter .pgj-filter-pills,
.pgj-card--product-filter .pgj-filter-grid,
.pgj-card--product-filter .pgj-product-grid,
.pgj-card--product-filter .pgj-actions--default,
.pgj-card--product-search .pgj-question-layout--default,
.pgj-card--product-search .pgj-search-shell,
.pgj-card--product-search .pgj-product-grid,
.pgj-card--product-search .pgj-actions--default {
	width: min(calc(100vw - (var(--pgj-content-gutter) * 2)), var(--pgj-content-shell));
}

.pgj-search-shell {
	box-sizing: border-box;
	margin-left: max(var(--pgj-content-gutter), calc((100vw - var(--pgj-content-shell)) / 2 + var(--pgj-content-gutter)));
	margin-right: auto;
	max-width: none;
	width: min(calc(100vw - (var(--pgj-content-gutter) * 2)), var(--pgj-content-width));
}

.pgj-search-bar {
	align-items: stretch;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(28, 26, 25, 0.16);
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 1.3rem;
	overflow: hidden;
}

.pgj-search-input {
	background: transparent;
	border: 0;
	color: var(--pgj-ink);
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	min-width: 0;
	padding: 1rem 1.1rem;
}

.pgj-search-input:focus {
	outline: none;
}

.pgj-search-button {
	align-items: center;
	background: var(--pgj-dark);
	color: #ffffff;
	display: inline-flex;
	font-family: "Roboto", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.08em;
	min-width: 120px;
	padding: 0 1rem;
	text-transform: uppercase;
}

.pgj-search-results-label {
	color: var(--pgj-ink);
	font-family: "DIN 2014", "DIN Alternate", sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.pgj-filter-pills {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-left: max(var(--pgj-content-gutter), calc((100vw - var(--pgj-content-shell)) / 2 + var(--pgj-content-gutter)));
	margin-right: auto;
	margin-bottom: 2rem;
	max-width: none;
	width: min(calc(100vw - (var(--pgj-content-gutter) * 2)), var(--pgj-content-width));
}

.pgj-filter-pill {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(28, 26, 25, 0.16);
	color: var(--pgj-ink);
	cursor: pointer;
	display: inline-flex;
	gap: 0.65rem;
	padding: 0.7rem 0.95rem;
}

.pgj-filter-pill__label {
	font-family: "DIN 2014", "DIN Alternate", sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
}

.pgj-filter-pill__action {
	color: rgba(28, 26, 25, 0.52);
	font-family: "Roboto", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pgj-filter-grid,
.pgj-product-grid {
	box-sizing: border-box;
	display: grid;
	gap: 1.4rem;
	margin-left: max(var(--pgj-content-gutter), calc((100vw - var(--pgj-content-shell)) / 2 + var(--pgj-content-gutter)));
	margin-right: auto;
	max-width: none;
	width: min(calc(100vw - (var(--pgj-content-gutter) * 2)), var(--pgj-content-width));
}

.pgj-filter-grid--category {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pgj-filter-grid--sector,
.pgj-filter-grid--standard {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pgj-filter-card {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(28, 26, 25, 0.14);
	color: var(--pgj-ink);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.pgj-filter-card:hover,
.pgj-filter-card:focus-visible {
	border-color: #d9f03a;
	box-shadow: 0 18px 40px rgba(18, 18, 18, 0.08);
	outline: none;
	transform: translateY(-2px);
}

.pgj-filter-card__media {
	aspect-ratio: 0.92;
	background: rgba(28, 26, 25, 0.06);
	display: block;
	overflow: hidden;
	position: relative;
}

.pgj-filter-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pgj-filter-card__icon {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(28, 26, 25, 0.12);
	display: inline-flex;
	height: 88px;
	justify-content: center;
	left: 1rem;
	padding: 0.75rem;
	position: absolute;
	top: 1rem;
	width: 88px;
	z-index: 2;
}

.pgj-filter-card__icon img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.pgj-filter-card__body {
	display: grid;
	gap: 0.45rem;
	padding: 1.15rem 1.15rem 1.25rem;
}

.pgj-filter-card__title {
	color: var(--pgj-ink);
	font-family: "DIN 2014", "DIN Alternate", sans-serif;
	font-size: clamp(1.15rem, 1.6vw, 1.55rem);
	font-weight: 700;
	line-height: 1.04;
}

.pgj-filter-card__description {
	color: var(--pgj-muted);
	font-family: "Roboto", sans-serif;
	font-size: 0.92rem;
	line-height: 1.42;
}

.pgj-filter-card--category .pgj-filter-card__body {
	background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 0.68) 100%);
	bottom: 0;
	left: 0;
	min-height: 38%;
	position: absolute;
	right: 0;
}

.pgj-filter-card--category .pgj-filter-card__title,
.pgj-filter-card--category .pgj-filter-card__description {
	color: #ffffff;
}

.pgj-filter-card--sector {
	min-height: 228px;
	justify-content: flex-start;
}

.pgj-filter-card--sector .pgj-filter-card__body,
.pgj-filter-card--standard .pgj-filter-card__body {
	align-content: start;
	display: grid;
	gap: 0.55rem;
	padding: 1rem 0.9rem 0.9rem;
	text-align: center;
}

.pgj-filter-card--sector .pgj-filter-card__icon,
.pgj-filter-card--standard .pgj-filter-card__icon {
	height: 92px;
	left: auto;
	margin: 1.25rem auto 0;
	padding: 0.85rem;
	position: static;
	top: auto;
	transform: none;
	width: 92px;
}

.pgj-filter-card--standard {
	min-height: 228px;
}

.pgj-filter-card--sector .pgj-filter-card__title,
.pgj-filter-card--standard .pgj-filter-card__title {
	font-size: 1.05rem;
	letter-spacing: 0.08em;
	line-height: 1.15;
	text-transform: uppercase;
}

.pgj-filter-card--sector .pgj-filter-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	padding-top: 0.9rem;
}

.pgj-filter-card--sector .pgj-filter-card__title {
	font-size: 1rem;
}

.pgj-filter-card--sector .pgj-filter-card__description {
	display: none;
}

.pgj-filter-card--sector .pgj-filter-card__icon img {
	filter: brightness(0) saturate(100%);
}

.pgj-filter-card--sector .pgj-filter-card__description,
.pgj-filter-card--standard .pgj-filter-card__description {
	font-size: 0.88rem;
	line-height: 1.45;
}

.pgj-filter-card--sector .pgj-filter-card__title,
.pgj-filter-card--sector .pgj-filter-card__description,
.pgj-filter-card--standard .pgj-filter-card__title,
.pgj-filter-card--standard .pgj-filter-card__description {
	margin-left: auto;
	margin-right: auto;
}

.pgj-filter-card--sector .pgj-filter-card__description,
.pgj-filter-card--standard .pgj-filter-card__description {
	color: #3d3d3d;
}

.pgj-filter-card--standard .pgj-filter-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.45rem;
	padding-bottom: 0;
}

.pgj-filter-card--standard .pgj-filter-card__description {
	align-self: stretch;
	background: var(--pgj-accent);
	color: var(--pgj-ink);
	display: block;
	font-size: 0.82rem;
	line-height: 1.2;
	margin: auto -0.9rem 0;
	padding: 0.7rem 0.7rem;
	text-align: center;
	width: auto;
}

.pgj-filter-card--sector:hover,
.pgj-filter-card--sector:focus-visible,
.pgj-filter-card--standard:hover,
.pgj-filter-card--standard:focus-visible {
	border-color: #232120;
	box-shadow: none;
	transform: none;
}

.pgj-filter-empty {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(28, 26, 25, 0.12);
	color: var(--pgj-muted);
	font-family: "Roboto", sans-serif;
	font-size: 0.96rem;
	line-height: 1.5;
	padding: 1.2rem 1.25rem;
}

.pgj-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pgj-product-card {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(28, 26, 25, 0.14);
	color: var(--pgj-ink);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.pgj-product-card:hover,
.pgj-product-card:focus-visible {
	border-color: #d9f03a;
	box-shadow: 0 18px 40px rgba(18, 18, 18, 0.08);
	outline: none;
	transform: translateY(-2px);
}

.pgj-product-card__media {
	aspect-ratio: 1.05;
	background: rgba(28, 26, 25, 0.05);
	display: block;
}

.pgj-product-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pgj-product-card__body {
	display: grid;
	gap: 0.55rem;
	padding: 1rem 1.05rem 1.15rem;
}

.pgj-product-card__title {
	color: var(--pgj-ink);
	font-family: "DIN 2014", "DIN Alternate", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.1;
}

.pgj-product-card__meta {
	color: var(--pgj-muted);
	font-family: "Roboto", sans-serif;
	font-size: 0.84rem;
	line-height: 1.4;
}

.pgj-product-card__link {
	color: rgba(28, 26, 25, 0.62);
	font-family: "Roboto", sans-serif;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pgj-actions {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 2.8rem;
	max-width: 1180px;
}

.pgj-actions--default {
	box-sizing: border-box;
	margin-top: 3.4rem;
	margin-left: max(var(--pgj-content-gutter), calc((100vw - var(--pgj-content-shell)) / 2 + var(--pgj-content-gutter)));
	margin-right: auto;
	max-width: none;
	padding: 0;
	width: min(calc(100vw - (var(--pgj-content-gutter) * 2)), var(--pgj-content-width));
}

.pgj-button {
	background: transparent;
	border: 0;
	color: rgba(28, 26, 25, 0.35);
	display: inline-flex;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	padding: 0;
	text-decoration: none;
}

.pgj-button--secondary {
	color: rgba(28, 26, 25, 0.35);
}

.pgj-button--ghost {
	min-width: 3rem;
}

.pgj-actions__hint {
	align-items: center;
	background: var(--pgj-dark);
	color: #ffffff;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	gap: 1rem;
	padding: 1rem 1.4rem;
}

.pgj-actions__hint::after {
	background: var(--pgj-accent);
	color: var(--pgj-dark);
	content: "Click";
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 0.72rem 0.95rem;
	text-transform: uppercase;
}

.pgj-continue {
	align-items: center;
	background: var(--pgj-ink);
	border: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Roboto", sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	gap: 0.9rem;
	padding: 0.9rem 1.2rem 0.9rem 1.4rem;
}

.pgj-continue__key {
	align-items: center;
	background: var(--pgj-accent);
	color: var(--pgj-ink);
	display: inline-flex;
	font-size: 0.82rem;
	padding: 0.55rem 0.72rem;
}

.pgj-continue.is-disabled,
.pgj-continue:disabled {
	cursor: not-allowed;
	opacity: 0.45;
}

.pgj-summary {
	border-top: 1px solid rgba(19, 40, 68, 0.12);
	margin-top: 1.8rem;
	max-width: 1180px;
	padding-top: 1rem;
}

.pgj-summary ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pgj-summary li {
	color: rgba(19, 40, 68, 0.62);
	font-size: 0.9rem;
}

.pgj-summary strong {
	color: var(--pgj-dark);
}

@media (max-width: 1100px) {
	.pgj-journey__shell {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.pgj-slim-header {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.pgj-question-layout {
		gap: 2rem;
		grid-template-columns: 1fr;
	}

	.pgj-question-layout--default,
	.pgj-options,
	.pgj-search-shell,
	.pgj-filter-pills,
	.pgj-filter-grid,
	.pgj-product-grid,
	.pgj-actions--default {
		max-width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		width: 100%;
	}

	.pgj-question-side {
		padding-top: 0;
	}

	.pgj-option {
		grid-template-columns: 44px minmax(0, 1fr) 62px;
		padding-left: 1rem;
	}

	.pgj-card--yes-no .pgj-options {
		grid-template-columns: 1fr;
		max-width: 720px;
	}

	.pgj-filter-grid--category,
	.pgj-filter-grid--sector,
	.pgj-filter-grid--standard,
	.pgj-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pgj-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.pgj-actions--default {
		align-items: center;
		flex-direction: row;
	}
}

@media (max-width: 767px) {
	.pgj-journey {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		width: 100%;
	}

	.pgj-journey__shell {
		min-height: 100vh;
		min-height: 100dvh;
		padding: 0 0 2rem;
	}

	.pgj-journey__app {
		padding-top: 0;
	}

	.pgj-slim-header {
		align-items: center;
		flex-direction: row;
		gap: 0.75rem;
		padding: 0.85rem 1rem;
	}

	.pgj-slim-header__brand {
		flex: 1 1 auto;
		gap: 0.6rem;
		min-width: 0;
	}

	.pgj-slim-header__logo,
	.pgj-slim-header__brand span {
		font-size: 0.85rem;
	}

	.pgj-slim-header__exit {
		flex: 0 0 auto;
		margin-left: auto;
		min-height: 30px;
		padding: 0.3rem 0.7rem;
	}

	.pgj-card__meta {
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.pgj-card__status {
		display: flex;
		flex-wrap: wrap;
		gap: 0.35rem 0.7rem;
		justify-content: flex-start;
	}

	.pgj-card__status span + span::before {
		margin-right: 0.45rem;
	}

	.pgj-progress {
		margin-bottom: 2rem;
	}

	.pgj-question-main h2 {
		font-size: 32px;
		line-height: 0.98;
		max-width: none;
	}

	.pgj-question-layout--default,
	.pgj-options,
	.pgj-search-shell,
	.pgj-filter-pills,
	.pgj-filter-grid,
	.pgj-product-grid,
	.pgj-actions--default {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
		width: 100%;
	}

	.pgj-question-layout--default {
		margin-bottom: 1.75rem;
		padding-top: 2.5rem;
	}

	.pgj-options {
		max-width: none;
	}

	.pgj-filter-pills {
		gap: 0.55rem;
		margin-bottom: 1.35rem;
	}

	.pgj-search-bar {
		grid-template-columns: 1fr;
	}

	.pgj-search-input {
		font-size: 0.95rem;
		padding: 0.9rem 1rem;
	}

	.pgj-search-button {
		min-height: 44px;
		width: 100%;
	}

	.pgj-search-results-label {
		font-size: 0.95rem;
		margin-bottom: 0.85rem;
	}

	.pgj-filter-pill {
		padding: 0.55rem 0.75rem;
	}

	.pgj-filter-pill__label {
		font-size: 0.82rem;
	}

	.pgj-filter-pill__action {
		font-size: 0.7rem;
	}

	.pgj-filter-grid--category,
	.pgj-filter-grid--sector,
	.pgj-filter-grid--standard,
	.pgj-product-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.pgj-filter-card__media {
		aspect-ratio: 1.18;
	}

	.pgj-filter-card__body {
		padding: 0.95rem;
	}

	.pgj-filter-card__title {
		font-size: 1.05rem;
	}

	.pgj-filter-card__description {
		font-size: 0.84rem;
	}

	.pgj-filter-card--sector,
	.pgj-filter-card--standard {
		min-height: 0;
	}

	.pgj-filter-card--sector .pgj-filter-card__icon,
	.pgj-filter-card--standard .pgj-filter-card__icon {
		height: 78px;
		margin-top: 1rem;
		padding: 0.65rem;
		width: 78px;
	}

	.pgj-filter-card--sector .pgj-filter-card__body,
	.pgj-filter-card--standard .pgj-filter-card__body {
		gap: 0.55rem;
		padding: 1rem 0.9rem 0;
	}

	.pgj-filter-card--sector,
	.pgj-filter-card--standard {
		min-height: 210px;
	}

	.pgj-product-card__body {
		padding: 0.9rem;
	}

	.pgj-product-card__title {
		font-size: 1rem;
	}

	.pgj-option {
		gap: 0.85rem;
		grid-template-columns: 40px minmax(0, 1fr);
		padding: 0.95rem;
	}

	.pgj-option__title {
		font-size: 1.05rem;
	}

	.pgj-option--yes-no {
		grid-template-columns: 40px minmax(0, 1fr);
		min-height: 0;
	}

	.pgj-option__arrow {
		border-left: 0;
		display: none;
	}

	.pgj-option--yes-no .pgj-option__arrow {
		display: inline-flex;
		grid-column: 2;
	}

	.pgj-option__badge {
		font-size: 0.85rem;
		height: 34px;
		width: 34px;
	}

	.pgj-option__description {
		font-size: 0.85rem;
	}

	.pgj-button {
		width: auto;
	}

	.pgj-actions__hint {
		justify-content: space-between;
		width: 100%;
	}

	.pgj-actions--default {
		align-items: stretch;
		flex-direction: column;
	}

	.pgj-continue {
		justify-content: space-between;
		width: 100%;
	}

	.pgj-summary ul {
		display: grid;
	}
}
