/* Platinum Gas visual engagement layer. Structural styles remain in platinum.css. */

.pg-site .pg-hero h1 {
	font-size: 64px;
	line-height: 0.98;
	max-width: 820px;
}

.pg-site .pg-hero:not(.pg-hero--immersive) {
	border-bottom: 10px solid var(--pg-gold);
}

.pg-site .pg-hero:not(.pg-hero--immersive) .pg-hero__image img {
	transition: transform 500ms ease;
}

.pg-site .pg-band--platinum .pg-eyebrow {
	color: var(--pg-blue-dark);
}

.pg-site .pg-hero:not(.pg-hero--immersive):hover .pg-hero__image img {
	transform: scale(1.018);
}

/* The home message sits over the image, never behind it. */
.pg-site .pg-hero--immersive {
	min-height: 720px;
	padding: 0;
	position: relative;
}

.pg-site .pg-hero--immersive .pg-hero__row {
	min-height: 720px;
	position: relative;
}

.pg-site .pg-hero--immersive .pg-hero__visual {
	inset: 0;
	position: absolute;
	z-index: 0;
}

.pg-site .pg-hero--immersive .pg-hero__visual::after {
	background: rgb(16 19 22 / 62%);
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.pg-site .pg-hero--immersive .pg-hero__content {
	align-self: end;
	max-width: 860px;
	padding-bottom: 104px;
	position: relative;
	z-index: 2;
}

.pg-site .pg-hero--immersive .pg-hero__copy {
	border-left: 8px solid var(--pg-gold);
	max-width: 780px;
	padding-left: 28px;
}

.pg-site .pg-hero--immersive .pg-hero__lead {
	color: var(--pg-white);
	font-size: 22px !important;
	max-width: 620px;
}

.pg-site .pg-hero--immersive .pg-media-caption--hero {
	background: rgb(16 19 22 / 82%);
	bottom: 16px;
	left: auto;
	padding: 8px 10px;
	right: 24px;
	z-index: 3;
}

.pg-site .pg-hero--immersive .pg-media-caption--hero p {
	color: var(--pg-white);
}

/* Proof reads as one confident strip, not three tiny boxes. */
.pg-site .pg-proof {
	border-bottom: 1px solid rgb(229 161 40 / 45%);
}

.pg-site .pg-proof__row {
	gap: 0;
}

.pg-site .pg-proof__item {
	min-height: 150px;
	padding: 36px 40px;
}

.pg-site .pg-proof__item + .pg-proof__item {
	border-left: 1px solid rgb(184 190 196 / 26%);
}

.pg-site .pg-proof__label {
	font-family: 'Archivo', Manrope, sans-serif;
	font-size: 20px !important;
}

/* Compact service navigation reads like a table, then reflows as a list. */
.pg-site .pg-service-index {
	background: var(--pg-white) !important;
	border-top: 4px solid var(--pg-gold);
	padding-block: 68px 76px;
}

.pg-site .pg-service-index__heading {
	align-items: end;
	display: grid;
	gap: 24px 64px;
	grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
	margin-bottom: 36px;
}

.pg-site .pg-service-index__heading h2 {
	font-size: 42px;
	line-height: 1.05;
	margin-bottom: 0;
}

.pg-site .pg-service-index__heading > p {
	font-size: 17px;
	margin: 0;
	max-width: 600px;
}

.pg-site .pg-service-index__grid,
.pg-site .pg-service-index__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pg-site .pg-service-index__grid {
	border: 1px solid var(--pg-border);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pg-site .pg-service-index__item {
	min-width: 0;
	padding: 28px 24px 26px;
}

.pg-site .pg-service-index__item + .pg-service-index__item {
	border-left: 1px solid var(--pg-border);
}

.pg-site .pg-service-index__item:nth-child(4n + 1) {
	border-left: 0;
}

.pg-site .pg-service-index__item:nth-child(n + 5) {
	border-top: 1px solid var(--pg-border);
}

.pg-site .pg-service-index__icon {
	align-items: center;
	background: var(--pg-gold-soft);
	border-radius: 50%;
	color: var(--pg-blue-dark);
	display: inline-flex;
	height: 44px;
	justify-content: center;
	margin-bottom: 22px;
	width: 44px;
}

.pg-site .pg-service-index__icon .pg-lucide-icon {
	height: 24px;
	width: 24px;
}

.pg-site .pg-service-index__item h3 {
	font-size: 18px;
	margin-bottom: 14px;
}

.pg-site .pg-service-index__links li + li {
	border-top: 1px solid var(--pg-border);
}

.pg-site .pg-service-index__link {
	align-items: center;
	color: var(--pg-ink);
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	justify-content: space-between;
	line-height: 1.35;
	min-height: 48px;
	padding-block: 10px;
	text-decoration: none;
}

.pg-site .pg-service-index__link::after {
	color: var(--pg-gold-dark);
	content: '\2192';
	flex: 0 0 auto;
}

.pg-site .pg-service-index__link:hover,
.pg-site .pg-service-index__link:focus-visible {
	color: var(--pg-utility-blue);
	text-decoration: underline;
}

/* Service paths are visible full-width chapters, never hidden behind tabs. */
.pg-site .pg-intent-switchboard {
	padding-block: 0;
}

.pg-site .pg-intent-switchboard__row {
	max-width: none;
	padding: 0;
	width: 100%;
}

.pg-site .pg-intent-switchboard__module,
.pg-site .pg-intent-switchboard__experience {
	width: 100%;
}

.pg-site .pg-intent-switchboard__heading {
	margin-inline: auto;
	max-width: var(--pg-content-width);
	padding: 84px 24px 56px;
}

.pg-site .pg-intent-switchboard__heading {
	display: grid;
	gap: 16px 64px;
	grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
}

.pg-site .pg-intent-switchboard__heading .pg-eyebrow,
.pg-site .pg-intent-switchboard__heading h2 {
	grid-column: 1;
}

.pg-site .pg-intent-switchboard__heading h2 {
	font-size: 52px;
	line-height: 1.02;
}

.pg-site .pg-intent-switchboard__heading > p:last-child {
	align-self: end;
	font-size: 18px;
	grid-column: 2;
	grid-row: 1 / span 2;
}

.pg-site .pg-intent-switchboard__panels {
	counter-reset: pg-intent;
}

.pg-site .pg-intent-switchboard__tabs {
	border-bottom: 2px solid var(--pg-ink);
	display: flex;
	gap: 0;
	list-style: none;
	margin: 0;
	overflow-x: auto;
	padding: 0;
}

.pg-site .pg-intent-switchboard__tabs li {
	margin: 0;
	padding: 0;
}

.pg-site .pg-intent-switchboard__tabs a {
	color: var(--pg-ink);
	display: block;
	font-size: 15px;
	font-weight: 800;
	min-height: 52px;
	padding: 16px 20px;
	text-decoration: none;
	white-space: nowrap;
}

.pg-site .pg-intent-switchboard__tabs a[aria-selected="true"],
.pg-site .pg-intent-switchboard__tabs a:hover,
.pg-site .pg-intent-switchboard__tabs a:focus-visible {
	background: var(--pg-gold);
	color: var(--pg-ink);
}

.pg-site .pg-intent-switchboard__panel {
	counter-increment: pg-intent;
	display: grid;
	grid-template-columns: minmax(340px, .88fr) minmax(0, 1.12fr);
	margin: 0;
	min-height: 560px;
}

.pg-site .pg-intent-switchboard__panel[hidden] {
	display: none;
}

.pg-site .pg-intent-switchboard__copy {
	background: var(--pg-ink);
	color: var(--pg-white);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 80px max(48px, calc((100vw - var(--pg-content-width)) / 2));
	position: relative;
}

.pg-site .pg-intent-switchboard__copy::before {
	color: rgb(229 161 40 / 62%);
	content: counter(pg-intent, decimal-leading-zero);
	font-family: 'Archivo', Manrope, sans-serif;
	font-size: 72px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 28px;
}

.pg-site .pg-intent-switchboard__panel:nth-child(even) .pg-intent-switchboard__copy {
	background: var(--pg-utility-blue);
}

.pg-site .pg-intent-switchboard__panel:nth-child(even) .pg-intent-switchboard__figure {
	grid-column: 1;
	grid-row: 1;
}

.pg-site .pg-intent-switchboard__panel:nth-child(even) .pg-intent-switchboard__copy {
	grid-column: 2;
	grid-row: 1;
}

.pg-site .pg-intent-switchboard__panel:nth-child(3n) .pg-intent-switchboard__copy {
	background: var(--pg-gold-soft);
	color: var(--pg-ink);
}

.pg-site .pg-intent-switchboard__panel:nth-child(3n) .pg-intent-switchboard__copy h3,
.pg-site .pg-intent-switchboard__panel:nth-child(3n) .pg-intent-switchboard__links a {
	color: var(--pg-ink);
}

.pg-site .pg-intent-switchboard__panel:nth-child(3n) .pg-intent-switchboard__question {
	color: var(--pg-blue-dark);
}

.pg-site .pg-intent-switchboard__panel:nth-child(3n) .pg-intent-switchboard__links,
.pg-site .pg-intent-switchboard__panel:nth-child(3n) .pg-intent-switchboard__links li {
	border-color: rgb(16 19 22 / 28%);
}

.pg-site .pg-intent-switchboard__copy h3 {
	color: var(--pg-white);
	font-size: 48px;
	line-height: 1.05;
}

.pg-site .pg-intent-switchboard__question {
	color: var(--pg-gold-soft);
	font-size: 15px;
	font-weight: 800;
}

.pg-site .pg-intent-switchboard__links {
	border-top: 1px solid rgb(255 255 255 / 25%);
	list-style: none;
	margin: 28px 0 0;
	padding: 18px 0 0;
}

.pg-site .pg-intent-switchboard__links li {
	border-bottom: 1px solid rgb(255 255 255 / 22%);
	padding: 12px 0;
}

.pg-site .pg-intent-switchboard__links a {
	color: var(--pg-white);
	font-weight: 750;
}

.pg-site .pg-intent-switchboard__links a::after {
	color: var(--pg-gold);
	content: '  >';
}

.pg-site .pg-intent-switchboard__figure {
	background: var(--pg-charcoal);
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	margin: 0;
}

.pg-site .pg-intent-switchboard__figure img {
	height: 100%;
	min-height: 540px;
	object-fit: cover;
	width: 100%;
}

.pg-site .pg-intent-switchboard__figure figcaption {
	background: var(--pg-charcoal);
	color: var(--pg-white);
	font-size: 12px;
	padding: 10px 14px;
}

/* A service lens changes the first useful interaction by page intent. */
.pg-site .pg-service-lens,
.pg-site .pg-area-route {
	padding-block: 84px;
}

.pg-site .pg-service-lens__inner {
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
}

.pg-site .pg-service-lens__copy h2,
.pg-site .pg-area-route__heading h2 {
	font-size: 44px;
	line-height: 1.04;
}

.pg-site .pg-service-lens__steps,
.pg-site .pg-area-route__steps {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.pg-site .pg-service-lens__steps li {
	border-top: 1px solid rgb(10 13 15 / 22%);
	min-height: 0;
	padding: 24px 24px 8px 0;
	position: relative;
}

.pg-site .pg-service-lens--blue .pg-service-lens__steps li,
.pg-site .pg-service-lens--planning .pg-service-lens__steps li {
	border-top-color: rgb(255 255 255 / 32%);
}

.pg-site .pg-service-lens__steps li::before {
	content: none;
}

.pg-site .pg-area-route__steps {
	counter-reset: pg-lens;
}

.pg-site .pg-area-route__steps li {
	border-left: 1px solid currentColor;
	counter-increment: pg-lens;
	min-height: 250px;
	padding: 80px 24px 24px;
	position: relative;
}

.pg-site .pg-area-route__steps li::before {
	color: var(--pg-gold-dark);
	content: counter(pg-lens, decimal-leading-zero);
	font-family: 'Archivo', Manrope, sans-serif;
	font-size: 46px;
	font-weight: 800;
	left: 22px;
	line-height: 1;
	position: absolute;
	top: 20px;
}

.pg-site .pg-service-lens__steps strong,
.pg-site .pg-area-route__steps strong {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}

.pg-site .pg-service-lens__text > span,
.pg-site .pg-area-route__steps li > span {
	display: block;
	font-size: 14px;
	line-height: 1.55;
}

.pg-site .pg-service-lens--blue,
.pg-site .pg-service-lens--planning {
	color: var(--pg-white);
}

.pg-site .pg-area-route__inner {
	display: grid;
	gap: 44px;
}

.pg-site .pg-area-route__heading {
	display: grid;
	gap: 16px 56px;
	grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
}

.pg-site .pg-area-route__heading .pg-eyebrow {
	grid-column: 1;
}

.pg-site .pg-area-route__heading h2 {
	grid-column: 2;
	grid-row: 1;
}

.pg-site .pg-area-route__steps {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pg-site .pg-area-route__action {
	border-top: 2px solid var(--pg-ink);
	margin: 0;
	padding-top: 22px;
	text-align: right;
}

.pg-site .pg-area-route__link {
	font-weight: 800;
}

/* Give every content archetype a genuinely different composition. */
.pg-site .pg-content-band--split .pg-content-band__row,
.pg-site .pg-content-band--spotlight .pg-content-band__row {
	gap: 72px;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
}

.pg-site .pg-content-band--split .pg-content-band__image img {
	height: 500px;
	object-fit: cover;
}

.pg-site .pg-content-band--spotlight {
	padding-block: 0;
}

.pg-site .pg-content-band--spotlight .pg-content-band__row {
	max-width: none;
	padding: 0;
}

.pg-site .pg-content-band--spotlight .pg-content-band__content {
	padding: 88px max(24px, calc((100vw - var(--pg-content-width)) / 2));
}

.pg-site .pg-content-band--spotlight .pg-content-band__visual,
.pg-site .pg-content-band--spotlight .pg-content-band__image,
.pg-site .pg-content-band--spotlight .pg-content-band__image .et_pb_image_wrap {
	height: 100%;
	min-height: 620px;
}

.pg-site .pg-content-band--spotlight .pg-content-band__image img {
	height: 100%;
	min-height: 620px;
	object-fit: cover;
}

.pg-site .pg-content-band--columns .pg-content-band__copy > h2 {
	font-size: 48px;
	max-width: 760px;
}

.pg-site .pg-feature-list--columns {
	counter-reset: pg-feature;
	gap: 0 52px;
	margin-top: 48px;
}

.pg-site .pg-feature-list--columns > li {
	border-bottom: 1px solid currentColor;
	counter-increment: pg-feature;
	min-height: 150px;
	padding: 28px 0 28px 64px;
	position: relative;
}

.pg-site .pg-feature-list--columns > li::before {
	color: var(--pg-gold-dark);
	content: counter(pg-feature, decimal-leading-zero);
	font-family: 'Archivo', Manrope, sans-serif;
	font-size: 28px;
	font-weight: 800;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 30px;
}

.pg-site .pg-process-list {
	counter-reset: pg-step;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	margin-top: 48px;
}

.pg-site .pg-process-list > li {
	align-content: start;
	border-left: 1px solid currentColor;
	counter-increment: pg-step;
	justify-items: center;
	min-height: 230px;
	padding: 88px 24px 28px;
	position: relative;
	text-align: center;
}

/* Keep process copy clear of the oversized number despite the base theme's
   later process-band padding rule. */
.pg-site .pg-content-band--process .pg-process-list > li {
	padding-top: 88px;
}

.pg-site .pg-process-list > li::before {
	color: var(--pg-gold);
	content: counter(pg-step, decimal-leading-zero);
	font-family: 'Archivo', Manrope, sans-serif;
	font-size: 52px;
	font-weight: 800;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 22px;
	transform: translateX(-50%);
}

.pg-site .pg-process-list > li:nth-child(even) {
	background: rgb(39 102 123 / 10%);
}

.pg-site .pg-content-band--callout {
	border-bottom: 1px solid currentColor;
	border-top: 1px solid currentColor;
}

.pg-site .pg-content-band--callout .pg-content-band__copy {
	display: block;
	max-width: none;
	width: 100%;
}

.pg-site .pg-content-band--callout .pg-content-band__layout {
	display: grid;
	gap: 24px 72px;
	grid-template-columns: minmax(360px, .9fr) minmax(420px, 1.1fr);
}

.pg-site .pg-content-band--callout .pg-content-band__heading {
	grid-column: 1;
}

.pg-site .pg-content-band--callout h2 {
	font-size: 48px;
	line-height: 1.04;
	max-width: 540px;
}

.pg-site .pg-content-band--callout .pg-content-band__body {
	align-self: center;
	grid-column: 2;
	max-width: 680px;
}

.pg-site .pg-content-band--callout .pg-content-band__body > :last-child {
	margin-bottom: 0;
}

.pg-site .pg-content-band--statement {
	border-bottom: 12px solid var(--pg-gold);
	padding-block: clamp(72px, 7vw, 90px);
	text-align: center;
}

.pg-site .pg-content-band--statement .pg-content-band__copy {
	margin-inline: auto;
	max-width: 980px;
}

.pg-site .pg-content-band--statement h2 {
	font-size: 58px;
	line-height: 1.02;
}

.pg-site .pg-content-band--statement .pg-feature-list {
	border-block: 1px solid currentColor;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	margin-top: 38px;
	text-align: left;
}

.pg-site .pg-content-band--statement .pg-feature-list > li,
.pg-site .pg-content-band--statement .pg-feature-list > li:last-child {
	border: 0;
	min-height: 150px;
	padding: 30px 28px;
}

.pg-site .pg-content-band--statement .pg-feature-list > li + li {
	border-left: 1px solid currentColor;
}

.pg-site .pg-content-band--statement .pg-feature-list strong {
	font-size: 20px;
}

.pg-site .pg-content-band--statement .pg-feature-list span {
	color: inherit;
	opacity: .78;
}

.pg-site .pg-content-band--statement .pg-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 30px;
}

.pg-site .pg-content-band--statement .pg-link-list li,
.pg-site .pg-content-band--statement .pg-link-list li:last-child {
	border: 0;
	padding: 0;
}

.pg-site .pg-content-band--statement .pg-link-list__link {
	align-items: center;
	background: var(--pg-ink);
	color: var(--pg-white) !important;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 50px;
	padding: 12px 22px;
	text-decoration: none;
}

.pg-site .pg-content-band--statement.pg-band--blue .pg-link-list__link,
.pg-site .pg-content-band--statement.pg-band--ink .pg-link-list__link,
.pg-site .pg-content-band--statement.pg-band--charcoal .pg-link-list__link {
	background: var(--pg-gold);
	color: var(--pg-ink) !important;
}

.pg-site .pg-content-band--statement .pg-link-list__link:is(:hover, :focus-visible) {
	filter: brightness(.94);
	text-decoration: underline;
}

.pg-site .pg-content-band--compact {
	padding-block: 46px;
}

.pg-site .pg-content-band--compact .pg-content-band__copy {
	display: block;
	max-width: none;
	width: 100%;
}

.pg-site .pg-content-band--compact .pg-content-band__layout {
	align-items: center;
	display: grid;
	gap: 20px 56px;
	grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
}

.pg-site .pg-content-band--compact .pg-content-band__heading h2,
.pg-site .pg-content-band--compact .pg-content-band__body p {
	margin: 0;
}

/* Directory rows act like a useful switchboard. */
.pg-site .pg-service-chooser {
	background: var(--pg-white) !important;
	padding-block: 104px;
}

.pg-site .pg-service-chooser__copy > h2 {
	font-size: 52px;
	max-width: 760px;
}

.pg-site .pg-service-rows {
	border-top: 2px solid var(--pg-ink);
	margin-top: 48px;
}

.pg-site .pg-service-rows > li {
	align-items: center;
	grid-template-columns: 52px minmax(0, 1fr) auto;
	min-height: 108px;
	padding: 24px 8px;
	position: relative;
	transition: background-color 180ms ease, color 180ms ease, padding 180ms ease;
}

.pg-site .pg-service-rows > li:hover,
.pg-site .pg-service-rows > li:focus-within {
	background: var(--pg-gold-soft);
	padding-inline: 22px;
}

.pg-site .pg-service-rows h3 {
	font-size: 27px;
}

.pg-site .pg-service-row__icon {
	align-items: center;
	background: var(--pg-blue-soft);
	border-radius: 50%;
	color: var(--pg-blue-dark);
	display: inline-flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.pg-site .pg-service-row__icon .pg-lucide-icon {
	height: 23px;
	width: 23px;
}

.pg-site .pg-service-row__arrow {
	font-size: 34px;
	transition: transform 180ms ease;
}

.pg-site .pg-service-rows > li:hover > .pg-service-row__arrow,
.pg-site .pg-service-rows > li:focus-within > .pg-service-row__arrow {
	transform: translateX(8px);
}

.pg-site .pg-service-rows > li:focus-within {
	outline: 2px solid var(--pg-blue-dark);
	outline-offset: -2px;
}

.pg-site .pg-service-row__link::after {
	content: "";
	inset: 0;
	position: absolute;
}

/* The repeated page tail is compressed into context plus one conversion tool. */
.pg-site .pg-related {
	padding-block: 44px;
}

.pg-site .pg-related__copy {
	display: block;
	max-width: none;
	width: 100%;
}

.pg-site .pg-related__layout {
	align-items: center;
	display: grid;
	gap: 12px 40px;
	grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
}

.pg-site .pg-related__copy h2 {
	font-size: 28px;
	grid-column: 1;
}

.pg-site .pg-related__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 28px;
	grid-column: 2;
	grid-row: 1 / span 2;
}

.pg-site .pg-related__links li {
	border: 0;
	padding: 0;
}

.pg-site .pg-related__links a::after {
	content: '  >';
	color: var(--pg-gold);
}

.pg-site .pg-quote-form {
	background: var(--pg-platinum-soft) !important;
	padding-block: 0;
}

.pg-site .pg-quote-form__row {
	gap: 0;
	max-width: none;
	padding: 0;
}

.pg-site .pg-quote-form__copy {
	align-items: center;
	background: var(--pg-ink);
	color: var(--pg-white);
	display: flex;
	min-height: 100%;
	padding: 88px max(34px, calc((100vw - var(--pg-content-width)) / 2));
}

.pg-site .pg-quote-form__copy h2 {
	color: var(--pg-white);
	font-size: 46px;
}

.pg-site .pg-quote-form__copy .pg-eyebrow {
	color: var(--pg-gold);
}

.pg-site .pg-quote-form__form {
	border: 0;
	border-radius: 0;
	padding: 72px max(34px, calc((100vw - var(--pg-content-width)) / 2));
}

.pg-site .pg-form-summary {
	align-items: center;
	background: var(--pg-blue-soft);
	border-left: 5px solid var(--pg-utility-blue);
	display: flex;
	gap: 14px;
	margin-bottom: 26px;
	padding: 15px 18px;
}

.pg-site .pg-form-summary[hidden] {
	display: none;
}

.pg-site .pg-form-summary span {
	color: var(--pg-utility-blue);
	font-size: 12px;
	font-weight: 800;
}

.pg-site .pg-form-summary strong {
	color: var(--pg-ink);
	font-size: 14px;
}

/* Planning gallery: editorial hierarchy rather than equal tiles. */
.pg-page-projects .pg-project-gallery {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.pg-page-projects .pg-project-gallery__item {
	grid-column: span 5;
}

.pg-page-projects .pg-project-gallery__item:nth-child(3n + 1) {
	grid-column: span 7;
}

.pg-page-projects .pg-project-gallery__item img {
	aspect-ratio: 16 / 10;
}

.pg-page-projects .pg-project-gallery__item:nth-child(3n + 2) img {
	aspect-ratio: 4 / 5;
}

.pg-article-progress {
	background: rgb(16 19 22 / 12%);
	height: 4px;
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: var(--pg-header-height);
	z-index: 9992;
}

.pg-article-progress > span {
	background: var(--pg-gold);
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
}

/* Page-family accents make browsing feel intentional. */
.pg-page-services .pg-hero,
.pg-page-resources .pg-hero {
	border-bottom-color: var(--pg-utility-blue) !important;
}

.pg-page-contact-us .pg-hero {
	background: var(--pg-gold-soft);
	color: var(--pg-ink);
}

.pg-page-contact-us .pg-hero__row {
	min-height: 390px;
}

.pg-page-contact-us .pg-hero__visual,
.pg-page-contact-us .pg-hero__image,
.pg-page-contact-us .pg-hero__image .et_pb_image_wrap {
	min-height: 300px;
}

.pg-site .pg-faq-question {
	margin: 0;
}

.pg-site .pg-faq-question .et_pb_toggle_title {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: flex;
	font: inherit;
	justify-content: space-between;
	gap: var(--pg-space-4);
	padding: 0 var(--pg-space-8) 0 0;
	text-align: left;
	width: 100%;
}

.pg-site .pg-faq-question button.et_pb_toggle_title::before {
	content: none !important;
	display: none !important;
}

.pg-site .pg-faq-question__text {
	min-width: 0;
}

.pg-site .pg-faq-question__icon {
	flex: 0 0 22px;
	height: 22px;
	position: relative;
	width: 22px;
}

.pg-site .pg-faq-question__icon::before,
.pg-site .pg-faq-question__icon::after {
	background: var(--pg-gold);
	content: "";
	height: 2px;
	left: 3px;
	position: absolute;
	top: 10px;
	transition: opacity 180ms ease, transform 180ms ease;
	width: 16px;
}

.pg-site .pg-faq-question__icon::after {
	transform: rotate(90deg);
}

.pg-site .et_pb_toggle_open .pg-faq-question__icon::after {
	opacity: 0;
	transform: rotate(0);
}

.pg-page-contact-us .pg-hero .pg-hero__lead {
	color: var(--pg-steel);
}

.pg-page-contact-us .pg-hero .pg-button--secondary {
	border-color: var(--pg-ink);
	color: var(--pg-ink);
}

.pg-family-service-areas .pg-hero {
	border-bottom-color: var(--pg-utility-blue) !important;
}

.pg-family-service-areas .pg-hero__visual {
	border-left: 12px solid var(--pg-utility-blue);
}

.pg-family-service-areas .pg-service-rows {
	display: grid;
	gap: 0 48px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pg-family-service-areas .pg-service-rows > li {
	border-bottom: 1px solid var(--pg-border);
}

.pg-page-resources .pg-hero {
	background: var(--pg-utility-blue);
	color: var(--pg-white);
}

.pg-page-resources .pg-hero__lead {
	color: var(--pg-white);
}

.pg-page-about-us .pg-hero {
	border-bottom-color: var(--pg-gold) !important;
}

.pg-page-about-us .pg-hero__visual {
	border-right: 12px solid var(--pg-gold);
}

.pg-family-services.pg-page-gas-fireplace-installation .pg-hero,
.pg-family-services.pg-page-fireplace-inserts-conversions .pg-hero,
.pg-family-services.pg-page-outdoor-fire-features .pg-hero,
.pg-family-services.pg-page-pool-heater-installation .pg-hero {
	border-bottom-color: var(--pg-gold) !important;
}

.pg-family-services.pg-page-gas-line-installation .pg-hero,
.pg-family-services.pg-page-outdoor-kitchen-bbq-gas-lines .pg-hero,
.pg-family-services.pg-page-gas-appliance-installation .pg-hero {
	border-bottom-color: var(--pg-utility-blue) !important;
}

/* Progressive motion: content is fully visible until JS opts in. */
.pg-motion-ready .pg-reveal {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 420ms ease, transform 420ms ease;
}

.pg-motion-ready .pg-reveal:not(.is-in-view) {
	opacity: 0;
	transform: translateY(16px);
	will-change: opacity, transform;
}

.pg-motion-ready .pg-reveal.is-in-view {
	will-change: auto;
}

@media (min-width: 981px) {
	.pg-site .pg-hero--immersive.pg-parallax-ready .pg-hero__image img {
		transform: translate3d(0, var(--pg-parallax-y, 0), 0) scale(1.035);
		transform-origin: center;
		will-change: transform;
	}
}

/* Editorial resource gateway: one lead story, two concise companion rows. */
.pg-site .pg-featured-guides {
	padding-block: 88px;
}

.pg-site .pg-featured-guides__heading {
	display: grid;
	gap: 16px 64px;
	grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
	margin-bottom: 48px;
}

.pg-site .pg-featured-guides__heading .pg-eyebrow,
.pg-site .pg-featured-guides__heading h2 {
	grid-column: 1;
}

.pg-site .pg-featured-guides__heading h2 {
	font-size: 46px;
	line-height: 1.04;
}

.pg-site .pg-featured-guides__heading-copy {
	align-self: end;
	grid-column: 2;
	grid-row: 1 / span 2;
}

.pg-site .pg-featured-guides__heading-copy p {
	font-size: 18px;
	margin-bottom: 12px;
}

.pg-site .pg-featured-guides__all {
	color: var(--pg-blue-dark);
	display: inline-flex;
	font-weight: 800;
	min-height: 44px;
	padding-block: 10px;
}

.pg-site .pg-featured-guides__grid {
	display: grid;
	gap: 0 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pg-site .pg-featured-guides__item {
	border-top: 1px solid var(--pg-border);
	display: grid;
	gap: 24px;
	grid-template-columns: 168px minmax(0, 1fr);
	padding-block: 28px;
}

.pg-site .pg-featured-guides__item--lead {
	align-items: center;
	border-bottom: 1px solid var(--pg-border);
	border-top: 0;
	gap: 48px;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
	padding: 0 0 40px;
}

.pg-site .pg-resource-priority {
	padding-block: 82px;
}

.pg-site .pg-resource-priority__layout {
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
}

.pg-site .pg-resource-priority__heading {
	align-self: start;
	max-width: 470px;
}

.pg-site .pg-resource-priority__heading h2 {
	font-size: 42px;
	line-height: 1.08;
}

.pg-site .pg-resource-priority__heading > p:last-child {
	font-size: 17px;
	line-height: 1.65;
	margin-top: 20px;
}

.pg-site .pg-resource-priority__list {
	border-top: 1px solid var(--pg-border);
	list-style: none;
	margin: 0;
	padding: 0;
}

.pg-site .pg-resource-priority__list > li {
	align-items: center;
	border-bottom: 1px solid var(--pg-border);
	display: grid;
	gap: 20px;
	grid-template-columns: 48px minmax(0, 1fr) 28px;
	padding-block: 24px;
}

.pg-site .pg-resource-priority__icon {
	align-items: center;
	background: var(--pg-utility-blue);
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.pg-site .pg-resource-priority__icon svg {
	height: 22px;
	width: 22px;
}

.pg-site .pg-resource-priority__list .pg-eyebrow {
	margin-bottom: 6px;
}

.pg-site .pg-resource-priority__list h3 {
	font-size: 23px;
	line-height: 1.2;
	margin: 0;
}

.pg-site .pg-resource-priority__list p:last-child {
	font-size: 15px;
	line-height: 1.55;
	margin: 8px 0 0;
}

.pg-site .pg-resource-priority__link {
	color: var(--pg-ink);
}

.pg-site .pg-resource-priority__link:hover,
.pg-site .pg-resource-priority__link:focus-visible {
	color: var(--pg-blue-dark);
}

.pg-site .pg-resource-priority__arrow {
	color: var(--pg-gold-dark);
	font-size: 25px;
	font-weight: 800;
}

@media (max-width: 900px) {
	.pg-site .pg-resource-priority {
		padding-block: 64px;
	}

	.pg-site .pg-resource-priority__layout {
		gap: 36px;
		grid-template-columns: 1fr;
	}

	.pg-site .pg-resource-priority__heading {
		max-width: 680px;
	}
}

@media (max-width: 520px) {
	.pg-site .pg-resource-priority__heading h2 {
		font-size: 34px;
	}

	.pg-site .pg-resource-priority__list > li {
		align-items: start;
		gap: 14px;
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.pg-site .pg-resource-priority__icon {
		height: 40px;
		width: 40px;
	}

	.pg-site .pg-resource-priority__arrow {
		display: none;
	}
}

.pg-site .pg-featured-guides__image {
	display: block;
	grid-column: 1;
	grid-row: 1;
	overflow: hidden;
}

.pg-site .pg-featured-guides__copy {
	align-self: center;
	grid-column: 2;
	grid-row: 1;
}

.pg-site .pg-featured-guides__image img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 240ms ease;
	width: 100%;
}

.pg-site .pg-featured-guides__item--lead .pg-featured-guides__image img {
	aspect-ratio: 16 / 10;
}

.pg-site .pg-featured-guides__image:hover img,
.pg-site .pg-featured-guides__image:focus-visible img {
	transform: scale(1.02);
}

.pg-site .pg-featured-guides__copy h3 {
	font-size: 26px;
	line-height: 1.1;
}

.pg-site .pg-featured-guides__item--lead .pg-featured-guides__copy h3 {
	font-size: 36px;
}

.pg-site .pg-featured-guides__copy h3 a {
	color: var(--pg-ink);
}

.pg-site .pg-featured-guides__read {
	color: var(--pg-blue-dark);
	display: inline-block;
	font-weight: 800;
	margin-top: 12px;
}

.pg-motion-ready .pg-reveal .pg-feature-list > li,
.pg-motion-ready .pg-reveal .pg-process-list > li {
	transition: opacity 360ms ease, transform 360ms ease;
}

.pg-motion-ready .pg-reveal:not(.is-in-view) .pg-feature-list > li,
.pg-motion-ready .pg-reveal:not(.is-in-view) .pg-process-list > li {
	opacity: 0;
	transform: translateY(10px);
}

.pg-reveal.is-in-view .pg-feature-list > li:nth-child(2),
.pg-reveal.is-in-view .pg-process-list > li:nth-child(2) { transition-delay: 60ms; }
.pg-reveal.is-in-view .pg-feature-list > li:nth-child(3),
.pg-reveal.is-in-view .pg-process-list > li:nth-child(3) { transition-delay: 120ms; }
.pg-reveal.is-in-view .pg-feature-list > li:nth-child(4),
.pg-reveal.is-in-view .pg-process-list > li:nth-child(4) { transition-delay: 180ms; }
.pg-reveal.is-in-view .pg-feature-list > li:nth-child(5),
.pg-reveal.is-in-view .pg-process-list > li:nth-child(5) { transition-delay: 240ms; }

@media (max-width: 980px) {
	.pg-site .pg-service-index__heading {
		grid-template-columns: 1fr;
	}

	.pg-site .pg-service-index__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pg-site .pg-service-index__item:nth-child(2n + 1) {
		border-left: 0;
	}

	.pg-site .pg-service-index__item:nth-child(n + 3) {
		border-top: 1px solid var(--pg-border);
	}

	.pg-site .pg-hero h1 { font-size: 50px; }
	.pg-site .pg-hero--immersive,
	.pg-site .pg-hero--immersive .pg-hero__row { min-height: 650px; }
	.pg-site .pg-hero--immersive .pg-hero__content { padding-bottom: 80px; }
	.pg-site .pg-content-band--split .pg-content-band__row,
	.pg-site .pg-content-band--spotlight .pg-content-band__row { gap: 0; grid-template-columns: 1fr; }
	.pg-site .pg-content-band--spotlight .pg-content-band__content { padding: 64px 28px; }
	.pg-site .pg-content-band--spotlight .pg-content-band__visual,
	.pg-site .pg-content-band--spotlight .pg-content-band__image,
	.pg-site .pg-content-band--spotlight .pg-content-band__image .et_pb_image_wrap,
	.pg-site .pg-content-band--spotlight .pg-content-band__image img { min-height: 420px; }
	.pg-site .pg-content-band--callout .pg-content-band__layout,
	.pg-site .pg-content-band--compact .pg-content-band__layout,
	.pg-site .pg-related__layout { grid-template-columns: 1fr; }
	.pg-site .pg-content-band--callout .pg-content-band__layout > *,
	.pg-site .pg-content-band--compact .pg-content-band__layout > *,
	.pg-site .pg-related__layout > *,
	.pg-site .pg-related__links { grid-column: 1; grid-row: auto; }
	.pg-site .pg-quote-form__row { grid-template-columns: 1fr; }
	.pg-site .pg-intent-switchboard__heading,
	.pg-site .pg-service-lens__inner,
	.pg-site .pg-area-route__heading { grid-template-columns: 1fr; }
	.pg-site .pg-intent-switchboard__heading > *,
	.pg-site .pg-area-route__heading > * { grid-column: 1 !important; grid-row: auto !important; }
	.pg-site .pg-intent-switchboard__panel { grid-template-columns: 1fr; }
	.pg-site .pg-intent-switchboard__panel .pg-intent-switchboard__figure { grid-column: 1; grid-row: 1; }
	.pg-site .pg-intent-switchboard__panel .pg-intent-switchboard__copy { grid-column: 1; grid-row: 2; }
	.pg-site .pg-featured-guides__heading { grid-template-columns: 1fr; }
	.pg-site .pg-featured-guides__heading-copy { grid-column: 1; grid-row: auto; }
	.pg-site .pg-featured-guides__grid { grid-template-columns: 1fr; }
	.pg-site .pg-featured-guides__item,
	.pg-site .pg-featured-guides__item--lead { grid-column: 1; grid-row: auto; }
	.pg-site .pg-service-lens__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.pg-site .pg-area-route__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pg-site .pg-quote-form__copy,
	.pg-site .pg-quote-form__form { padding: 64px 28px; }
}

@media (max-width: 680px) {
	.pg-site .pg-service-index {
		padding-block: 54px 60px;
	}

	.pg-site .pg-service-index__heading {
		margin-bottom: 26px;
	}

	.pg-site .pg-service-index__heading h2 {
		font-size: 34px;
	}

	.pg-site .pg-service-index__grid {
		grid-template-columns: 1fr;
	}

	.pg-site .pg-service-index__grid > .pg-service-index__item {
		border-left: 0;
		display: grid;
		gap: 0 16px;
		grid-template-columns: 44px minmax(0, 1fr);
		padding: 20px;
	}

	.pg-site .pg-service-index__grid > .pg-service-index__item + .pg-service-index__item {
		border-left: 0;
		border-top: 1px solid var(--pg-border);
	}

	.pg-site .pg-service-index__grid > .pg-service-index__item:first-child {
		border-left: 0;
		border-top: 0;
	}

	.pg-site .pg-service-index__icon {
		grid-column: 1;
		grid-row: 1 / span 2;
		height: 40px;
		margin: 0;
		width: 40px;
	}

	.pg-site .pg-service-index__item h3,
	.pg-site .pg-service-index__links {
		grid-column: 2;
	}

	.pg-site .pg-service-index__item h3 {
		margin-bottom: 4px;
	}

	.pg-site .pg-service-index__link {
		min-height: 44px;
	}

	.pg-site .pg-hero h1 { font-size: 40px; }
	.pg-site .pg-hero--immersive,
	.pg-site .pg-hero--immersive .pg-hero__row { min-height: 620px; }
	.pg-site .pg-hero--immersive .pg-hero__content { align-self: end; padding-bottom: 72px; }
	.pg-site .pg-hero--immersive .pg-hero__copy { border-left-width: 5px; padding-left: 18px; }
	.pg-site .pg-hero--immersive .pg-hero__lead { font-size: 18px !important; }
	.pg-site .pg-proof__row { display: block; }
	.pg-site .pg-proof__item { min-height: 0; padding: 26px 24px; }
	.pg-site .pg-proof__item + .pg-proof__item { border-left: 0; border-top: 1px solid rgb(184 190 196 / 26%); }
	.pg-site .pg-content-band--columns .pg-content-band__copy > h2,
	.pg-site .pg-service-chooser__copy > h2,
	.pg-site .pg-content-band--callout h2,
	.pg-site .pg-content-band--statement h2,
	.pg-site .pg-quote-form__copy h2 { font-size: 36px; }
	.pg-site .pg-content-band--split .pg-content-band__visual,
	.pg-site .pg-content-band--spotlight .pg-content-band__visual { order: -1; }
	.pg-site .pg-content-band--split .pg-content-band__image,
	.pg-site .pg-content-band--split .pg-content-band__image .et_pb_image_wrap,
	.pg-site .pg-content-band--spotlight .pg-content-band__visual,
	.pg-site .pg-content-band--spotlight .pg-content-band__image,
	.pg-site .pg-content-band--spotlight .pg-content-band__image .et_pb_image_wrap {
		height: auto;
		min-height: 0;
	}
	.pg-site .pg-content-band--split .pg-content-band__image img,
	.pg-site .pg-content-band--spotlight .pg-content-band__image img {
		aspect-ratio: 16 / 10;
		height: auto;
		min-height: 0;
		object-fit: cover;
		width: 100%;
	}
	.pg-site .pg-process-list { grid-template-columns: 1fr; }
	.pg-site .pg-process-list > li { border-bottom: 0; border-left: 0; min-height: 170px; padding: 88px 24px 32px; }
	.pg-site .pg-process-list > li + li { border-left: 0; border-top: 1px solid currentColor; }
	.pg-site .pg-content-band--process .pg-process-list > li { padding: 88px 24px 32px; }
	.pg-site .pg-process-list > li::before { left: 50%; top: 26px; }
	.pg-site .pg-content-band--statement { padding-block: 60px; }
	.pg-site .pg-content-band--statement .pg-feature-list { grid-template-columns: 1fr; margin-top: 30px; }
	.pg-site .pg-content-band--statement .pg-feature-list > li,
	.pg-site .pg-content-band--statement .pg-feature-list > li:last-child { min-height: 0; padding: 24px 0; }
	.pg-site .pg-content-band--statement .pg-feature-list > li + li { border-left: 0; border-top: 1px solid currentColor; }
	.pg-site .pg-content-band--statement .pg-link-list { display: grid; }
	.pg-site .pg-content-band--statement .pg-link-list__link { width: 100%; }
	.pg-site .pg-service-chooser { padding-block: 72px; }
	.pg-site .pg-intent-switchboard { padding-block: 0; }
	.pg-site .pg-intent-switchboard__heading { padding: 72px 24px 52px; }
	.pg-site .pg-intent-switchboard__heading h2,
	.pg-site .pg-intent-switchboard__copy h3,
	.pg-site .pg-service-lens__copy h2,
	.pg-site .pg-area-route__heading h2 { font-size: 34px; }
	.pg-site .pg-intent-switchboard__copy { padding: 48px 24px 56px; }
	.pg-site .pg-intent-switchboard__copy::before { font-size: 54px; margin-bottom: 22px; }
	.pg-site .pg-intent-switchboard__figure img { min-height: 320px; }
	.pg-site .pg-featured-guides { padding-block: 72px; }
	.pg-site .pg-featured-guides__heading h2 { font-size: 36px; }
	.pg-site .pg-featured-guides__item {
		gap: 20px;
		grid-template-columns: 1fr;
		padding-block: 36px;
	}
	.pg-site .pg-featured-guides__image { grid-column: 1; grid-row: 1; }
	.pg-site .pg-featured-guides__copy { grid-column: 1; grid-row: 2; }
	.pg-site .pg-featured-guides__item--lead {
		grid-template-columns: 1fr;
		padding-top: 0;
	}
	.pg-site .pg-featured-guides__image img {
		aspect-ratio: 16 / 10;
		height: auto;
	}
	.pg-site .pg-featured-guides__copy h3,
	.pg-site .pg-featured-guides__item--lead .pg-featured-guides__copy h3 { font-size: 25px; }
	.pg-site .pg-service-lens,
	.pg-site .pg-area-route { padding-block: 64px; }
	.pg-site .pg-service-lens__steps,
	.pg-site .pg-area-route__steps { grid-template-columns: 1fr; }
	.pg-site .pg-service-lens__steps li { min-height: 0; padding: 22px 0 24px; }
	.pg-site .pg-area-route__steps li { min-height: 150px; padding: 32px 20px 28px 88px; }
	.pg-site .pg-area-route__steps li::before { left: 22px; top: 30px; }
	.pg-site .pg-service-rows > li {
		gap: 14px;
		grid-template-columns: 42px minmax(0, 1fr) auto;
		min-height: 92px;
		padding: 18px 10px;
	}
	.pg-site .pg-service-rows > li:is(:hover, :focus-within) {
		padding-inline: 10px;
	}
	.pg-site .pg-service-rows h3 { font-size: 22px; }
	.pg-site .pg-service-rows p { font-size: 14px; line-height: 1.5; }
	.pg-site .pg-service-row__icon { height: 40px; width: 40px; }
	.pg-site .pg-service-row__icon .pg-lucide-icon { height: 20px; width: 20px; }
	.pg-site .pg-service-row__arrow { font-size: 26px; }
	.pg-family-service-areas .pg-service-rows { gap: 0; grid-template-columns: 1fr; }
	.pg-page-contact-us .pg-hero { padding-block: 36px; }
	.pg-page-contact-us .pg-hero__row { min-height: 0; }
	.pg-page-contact-us .pg-hero__visual,
	.pg-page-contact-us .pg-hero__image,
	.pg-page-contact-us .pg-hero__image .et_pb_image_wrap { display: block; min-height: 220px; }
	.pg-page-contact-us .pg-hero__image img { height: 220px; object-fit: cover; width: 100%; }
	.pg-page-projects .pg-project-gallery { grid-template-columns: 1fr; }
	.pg-page-projects .pg-project-gallery__item,
	.pg-page-projects .pg-project-gallery__item:nth-child(3n + 1) { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
	.pg-motion-ready .pg-reveal,
	.pg-motion-ready .pg-reveal .pg-feature-list > li,
	.pg-motion-ready .pg-reveal .pg-process-list > li,
	.pg-site .pg-hero--immersive.pg-parallax-ready .pg-hero__image img {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
		will-change: auto !important;
	}
}

/* Branded recovery route */
.pg-404__band {
	background: var(--pg-warm-white);
	border-top: 6px solid var(--pg-gold);
	min-height: min(720px, 74vh);
	padding: clamp(72px, 10vw, 144px) var(--pg-space-6);
}

.pg-404__inner {
	align-items: end;
	display: grid;
	gap: clamp(48px, 8vw, 120px);
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	margin-inline: auto;
	max-width: var(--pg-content-width);
}

.pg-404__copy h1 {
	font-size: clamp(46px, 6vw, 86px);
	line-height: .98;
	margin: 0 0 var(--pg-space-6);
	max-width: 760px;
}

.pg-404__copy > p:not(.pg-eyebrow) {
	color: var(--pg-steel);
	font-size: 19px;
	line-height: 1.65;
	margin: 0 0 var(--pg-space-8);
	max-width: 620px;
}

.pg-404__routes {
	border-top: 1px solid var(--pg-border);
}

.pg-404__code {
	color: var(--pg-ink);
	font-family: 'Archivo', sans-serif;
	font-size: clamp(78px, 12vw, 164px);
	font-weight: 800;
	line-height: .8;
	margin: 0 0 var(--pg-space-8);
}

.pg-404__routes ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pg-404__routes li {
	border-bottom: 1px solid var(--pg-border);
}

.pg-404__routes a {
	align-items: center;
	color: var(--pg-ink);
	display: flex;
	font-family: 'Archivo', sans-serif;
	font-size: 18px;
	font-weight: 700;
	gap: var(--pg-space-4);
	justify-content: space-between;
	min-height: 58px;
	text-decoration: none;
}

.pg-404__routes a::after {
	content: "\2192";
	font-size: 24px;
}

.pg-404__routes a span {
	color: var(--pg-utility-blue);
	font-size: 13px;
	margin-right: auto;
}

.pg-404__routes a:hover,
.pg-404__routes a:focus-visible {
	color: var(--pg-utility-blue);
}

@media (max-width: 820px) {
	.pg-404__band {
		padding-block: 64px 84px;
	}

	.pg-404__inner {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.pg-404__copy h1 {
		font-size: 48px;
	}

	.pg-404__code {
		font-size: 88px;
	}
}

/* Searchable resource library */
.pg-resource-library-band {
	padding-block: clamp(72px, 9vw, 120px);
}

.pg-site .pg-resource-library__row {
	margin-inline: auto;
	max-width: var(--pg-content-width);
	padding-inline: var(--pg-space-6);
	width: 100%;
}

.pg-site .pg-resource-library__row > .et_pb_column {
	float: none;
	margin: 0;
	width: 100% !important;
}

.pg-resource-library {
	margin-inline: auto;
	max-width: var(--pg-content-width);
	width: 100%;
}

.pg-resource-library__heading {
	align-items: end;
	display: grid;
	gap: var(--pg-space-8);
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: var(--pg-space-10);
}

.pg-resource-library__heading h2 {
	font-size: 56px;
	line-height: 1;
	margin: 0;
	max-width: 820px;
}

.pg-resource-library__heading > p {
	color: var(--pg-steel);
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	margin: 0;
}

.pg-resource-library__filters {
	align-items: end;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(240px, 1fr) minmax(210px, .55fr) auto auto;
	margin: 0;
	padding: 0;
}

.pg-resource-library__finder {
	background: var(--pg-ink);
	border-radius: 6px;
	border-top: 4px solid var(--pg-gold);
	box-shadow: 0 12px 30px rgb(16 19 22 / 16%);
	color: var(--pg-white);
	margin-bottom: clamp(40px, 6vw, 72px);
	padding: 18px 20px 12px;
	position: sticky;
	top: calc(var(--pg-header-height) + 8px);
	z-index: 9970;
}

.pg-resource-library__filters label {
	color: rgb(255 255 255 / 82%);
	display: block;
	font-family: 'Archivo', sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.pg-resource-library__filters input,
.pg-resource-library__filters select {
	background: #fff;
	border: 2px solid transparent;
	border-radius: 4px;
	color: var(--pg-ink);
	font: inherit;
	font-size: 16px;
	min-height: 52px;
	padding: 11px 14px;
	width: 100%;
}

.pg-resource-library__filters select {
	appearance: none;
	cursor: pointer;
	padding-right: 48px;
}

.pg-resource-library__select-wrap {
	position: relative;
}

.pg-resource-library__select-wrap::after {
	border-bottom: 2px solid var(--pg-ink);
	border-right: 2px solid var(--pg-ink);
	content: '';
	height: 10px;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 18px;
	transform: rotate(45deg);
	width: 10px;
}

.pg-resource-library__filters input:focus,
.pg-resource-library__filters select:focus {
	border-color: var(--pg-gold);
	box-shadow: 0 0 0 3px rgb(229 161 40 / 22%);
}

.pg-resource-library__filters input:focus-visible,
.pg-resource-library__filters select:focus-visible {
	outline: 3px solid var(--pg-focus);
	outline-offset: 2px;
}

.pg-resource-library__filters .pg-button {
	min-height: 52px;
	white-space: nowrap;
}

.pg-resource-library__filters .pg-button:disabled {
	cursor: progress;
	opacity: .72;
}

.pg-resource-library__clear {
	align-items: center;
	color: var(--pg-white);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	min-height: 52px;
	text-decoration-color: var(--pg-gold);
	text-underline-offset: 4px;
}

.pg-resource-library__clear[hidden] {
	display: none;
}

.pg-resource-library__activity {
	align-items: center;
	border-top: 1px solid rgb(255 255 255 / 14%);
	color: rgb(255 255 255 / 72%);
	display: flex;
	font-size: 13px;
	gap: 10px;
	justify-content: space-between;
	margin-top: 12px;
	min-height: 24px;
	padding-top: 9px;
}

.pg-resource-library__pulse {
	background: var(--pg-gold);
	border-radius: 50%;
	display: block;
	height: 7px;
	opacity: 0;
	width: 7px;
}

.pg-resource-library.is-searching .pg-resource-library__pulse {
	animation: pg-resource-pulse 800ms ease-in-out infinite alternate;
	opacity: 1;
}

.pg-resource-library__results {
	position: relative;
	scroll-margin-top: calc(var(--pg-header-height) + 176px);
	transition: opacity 160ms ease;
}

.pg-resource-library__results::before {
	background: var(--pg-gold);
	content: '';
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: -3px;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 2;
}

.pg-resource-library__results.is-loading {
	opacity: .48;
	pointer-events: none;
}

.pg-resource-library__results.is-loading::before {
	animation: pg-resource-load 920ms ease-in-out infinite;
}

@keyframes pg-resource-pulse {
	to { opacity: .22; transform: scale(.72); }
}

@keyframes pg-resource-load {
	0% { transform: scaleX(.08); transform-origin: left; }
	50% { transform: scaleX(.65); transform-origin: left; }
	51% { transform-origin: right; }
	100% { transform: scaleX(.08); transform-origin: right; }
}

.pg-resource-library__list {
	border-top: 1px solid var(--pg-border);
}

.pg-resource-library__item {
	align-items: stretch;
	border-bottom: 1px solid var(--pg-border);
	display: grid;
	gap: clamp(24px, 4vw, 54px);
	grid-template-columns: minmax(190px, 28%) minmax(0, 1fr);
	padding-block: clamp(30px, 4vw, 48px);
}

.pg-resource-library__media {
	background: var(--pg-platinum);
	display: block;
	min-height: 190px;
	overflow: hidden;
}

.pg-resource-library__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
	width: 100%;
}

.pg-resource-library__item:hover .pg-resource-library__media img {
	transform: scale(1.025);
}

.pg-resource-library__item--featured {
	background: var(--pg-ink);
	border-bottom: 0;
	color: #fff;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	margin-bottom: var(--pg-space-10);
	padding: 0;
}

.pg-resource-library__item--featured .pg-resource-library__media {
	min-height: 460px;
}

.pg-resource-library__item--featured .pg-resource-library__body {
	align-self: center;
	padding: clamp(38px, 5vw, 70px) clamp(28px, 5vw, 64px) clamp(38px, 5vw, 70px) 0;
}

.pg-resource-library__body h3 {
	font-size: 34px;
	line-height: 1.1;
	margin: 0 0 var(--pg-space-4);
}

.pg-resource-library__item--featured .pg-resource-library__body h3 {
	font-size: 42px;
}

.pg-resource-library__body h3 a {
	color: inherit;
	text-decoration: none;
}

.pg-resource-library__body > p:not(.pg-resource-library__meta) {
	color: var(--pg-steel);
	font-size: 17px;
	line-height: 1.65;
	margin: 0 0 var(--pg-space-5);
}

.pg-resource-library__item--featured .pg-resource-library__body > p:not(.pg-resource-library__meta) {
	color: #c5ccd0;
}

.pg-resource-library__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 var(--pg-space-4);
}

.pg-resource-library__meta span {
	color: var(--pg-gold);
	font-family: 'Archivo', sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pg-resource-library__meta time {
	color: var(--pg-steel);
	font-size: 13px;
}

.pg-resource-library__item--featured .pg-resource-library__meta time {
	color: #c5ccd0;
}

.pg-resource-library__read {
	color: var(--pg-utility-blue);
	font-family: 'Archivo', sans-serif;
	font-weight: 800;
	text-decoration: none;
}

.pg-resource-library__item--featured .pg-resource-library__read {
	color: var(--pg-gold);
}

.pg-resource-library__pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	list-style: none;
	margin: var(--pg-space-12) 0 0;
	padding: 0;
}

.pg-resource-library__pagination a,
.pg-resource-library__pagination .current {
	align-items: center;
	border: 1px solid var(--pg-border);
	color: var(--pg-ink);
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
	padding: 8px 13px;
	text-decoration: none;
}

.pg-resource-library__pagination .current {
	background: var(--pg-ink);
	color: #fff;
}

.pg-resource-library__empty {
	border-bottom: 1px solid var(--pg-border);
	border-top: 1px solid var(--pg-border);
	padding-block: var(--pg-space-12);
}

@media (max-width: 900px) {
	.pg-resource-library__filters {
		grid-template-columns: 1fr 1fr;
	}

	.pg-resource-library__filters .pg-button,
	.pg-resource-library__clear {
		justify-content: center;
	}

	.pg-resource-library__item--featured {
		grid-template-columns: 1fr;
	}

	.pg-resource-library__item--featured .pg-resource-library__media {
		min-height: 340px;
	}

	.pg-resource-library__item--featured .pg-resource-library__body {
		padding: 38px 28px 46px;
	}
}

@media (max-width: 640px) {
	.pg-resource-library__heading,
	.pg-resource-library__item {
		grid-template-columns: 1fr;
	}

	.pg-resource-library__heading {
		align-items: start;
	}

	.pg-resource-library__heading h2 {
		font-size: 38px;
	}

	.pg-resource-library__body h3 {
		font-size: 28px;
	}

	.pg-resource-library__item--featured .pg-resource-library__body h3 {
		font-size: 34px;
	}

	.pg-resource-library__finder {
		border-radius: 4px;
		margin-inline: -8px;
		padding: 12px;
		top: calc(var(--pg-header-height) + 4px);
	}

	.pg-resource-library__filters {
		align-items: center;
		gap: 9px;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.pg-resource-library__search-field {
		grid-column: 1 / -1;
	}

	.pg-resource-library__field:not(.pg-resource-library__search-field) {
		grid-column: 1;
	}

	.pg-resource-library__filters label {
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	.pg-resource-library__filters input,
	.pg-resource-library__filters select,
	.pg-resource-library__filters .pg-button {
		min-height: 46px;
	}

	.pg-resource-library__filters .pg-button {
		grid-column: 2;
		min-width: 104px;
		padding-inline: 14px;
		width: auto;
	}

	.pg-resource-library__clear {
		grid-column: 1 / -1;
		justify-content: flex-start;
		min-height: 30px;
		width: auto;
	}

	.pg-resource-library__activity {
		margin-top: 8px;
		min-height: 20px;
		padding-top: 6px;
	}

	.pg-resource-library__results {
		scroll-margin-top: calc(var(--pg-header-height) + 158px);
	}

	.pg-resource-library__media {
		min-height: 230px;
	}

	.pg-resource-library__item--featured .pg-resource-library__media {
		min-height: 280px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pg-resource-library__media img,
	.pg-resource-library__results {
		transition: none;
	}

	.pg-resource-library.is-searching .pg-resource-library__pulse,
	.pg-resource-library__results.is-loading::before {
		animation: none;
	}
}

/* Connected planning pathways */
.pg-site .pg-service-lens {
	--pg-flow-line: rgb(10 13 15 / 28%);
	--pg-flow-node-bg: var(--pg-ink);
	--pg-flow-node-fg: var(--pg-gold);
}

.pg-site .pg-service-lens--planning,
.pg-site .pg-service-lens--blue {
	--pg-flow-line: rgb(255 255 255 / 42%);
	--pg-flow-node-bg: var(--pg-gold);
	--pg-flow-node-fg: var(--pg-ink);
}

.pg-site .pg-service-lens__inner {
	gap: 52px;
	grid-template-columns: minmax(0, 1fr);
}

.pg-site .pg-service-lens__copy {
	max-width: 980px;
}

.pg-site .pg-service-lens__copy h2 {
	font-size: 52px;
	max-width: 920px;
}

.pg-site .pg-service-lens__copy > p:last-child {
	font-size: 18px;
	line-height: 1.65;
	max-width: 820px;
}

.pg-site .pg-service-lens__steps {
	align-items: start;
	gap: 32px;
	overflow: visible;
}

.pg-site .pg-service-lens__steps li {
	border: 0;
	min-height: 206px;
	padding: 0 18px 12px 0;
	position: relative;
}

.pg-site .pg-service-lens__icon,
.pg-site .pg-system-map__icon {
	align-items: center;
	background: var(--pg-flow-node-bg, var(--pg-gold));
	border-radius: 50%;
	color: var(--pg-flow-node-fg, var(--pg-ink));
	display: inline-flex;
	font-size: inherit;
	height: 56px;
	justify-content: center;
	line-height: 1;
	margin: 0 0 24px;
	position: relative;
	width: 56px;
	z-index: 2;
}

.pg-site .pg-service-lens__icon .pg-lucide-icon,
.pg-site .pg-system-map__icon .pg-lucide-icon {
	height: 25px;
	width: 25px;
}

.pg-site .pg-service-lens__icon {
	display: grid;
	height: 72px;
	line-height: 0;
	padding: 0 !important;
	place-items: center;
	width: 72px;
}

.pg-site .pg-service-lens__icon .pg-lucide-icon {
	display: block;
	height: 34px;
	margin: 0 !important;
	position: static !important;
	transform: none !important;
	width: 34px;
}

.pg-site .pg-service-lens__steps li > .pg-flow-connector {
	left: 72px;
	top: 35px;
}

.pg-site .pg-service-lens__text,
.pg-site .pg-service-lens__text > span {
	display: block;
}

.pg-site .pg-service-lens__text strong {
	font-size: 22px;
	margin-bottom: 10px;
}

.pg-site .pg-service-lens__text > span {
	font-size: 15px;
	line-height: 1.6;
	max-width: 260px;
}

.pg-site .pg-service-lens__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: -12px;
}

.pg-site .pg-service-lens--safety .pg-service-lens__actions .pg-button--primary {
	background: var(--pg-safety-red);
	border-color: var(--pg-safety-red);
	color: var(--pg-white);
}

.pg-site .pg-service-lens--safety .pg-service-lens__actions .pg-button--secondary {
	border-color: var(--pg-safety-red);
	color: var(--pg-safety-red);
}

.pg-site .pg-flow-connector {
	background: var(--pg-flow-line, currentColor);
	display: block;
	font-size: 0;
	height: 2px;
	left: 56px;
	line-height: 0;
	position: absolute;
	right: -32px;
	top: 27px;
	transform: scaleX(1);
	transform-origin: left center;
	transition: transform 540ms cubic-bezier(.2, .7, .2, 1);
	z-index: 1;
}

.pg-site .pg-flow-connector::after {
	border-bottom: 2px solid var(--pg-flow-line, currentColor);
	border-right: 2px solid var(--pg-flow-line, currentColor);
	content: "";
	height: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 8px;
}

.pg-site li:last-child > .pg-flow-connector {
	display: none;
}

.pg-motion-ready .pg-reveal:not(.is-in-view) .pg-flow-connector {
	transform: scaleX(0);
}

.pg-motion-ready .pg-reveal.is-in-view .pg-flow-connector {
	transform: scaleX(1);
}

.pg-site .pg-content-band--system {
	--pg-flow-line: rgb(255 255 255 / 45%);
	--pg-flow-node-bg: var(--pg-gold);
	--pg-flow-node-fg: var(--pg-ink);
	padding-block: 96px;
}

.pg-site .pg-content-band--system .pg-content-band__copy {
	max-width: none;
}

.pg-site .pg-content-band--system h2 {
	font-size: 48px;
	max-width: 760px;
}

.pg-site .pg-content-band--system .pg-content-band__copy > p,
.pg-site .pg-content-band--system .et_pb_text_inner > p {
	max-width: 880px;
}

.pg-site .pg-system-map {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	list-style: none;
	margin: 52px 0 0;
	padding: 0;
}

.pg-site .pg-system-map > li {
	border: 0;
	min-height: 210px;
	padding: 0 24px 30px 0;
	position: relative;
}

.pg-site .pg-system-map > li + li {
	padding-left: 0;
}

.pg-site .pg-system-map > li .pg-flow-connector {
	right: 0;
}

.pg-site .pg-system-map__content,
.pg-site .pg-system-map__content > span {
	display: block;
}

.pg-site .pg-system-map__content strong {
	color: inherit;
	display: block;
	font-family: 'Archivo', Manrope, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 9px;
}

.pg-site .pg-system-map__content > span {
	font-size: 14px;
	line-height: 1.55;
	max-width: 200px;
	opacity: .82;
}

.pg-site .pg-system-map__action {
	align-items: center;
	border-top: 1px solid rgb(255 255 255 / 34%);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0;
	padding-top: 28px;
}

.pg-site .pg-system-map__action p {
	font-size: 17px;
	margin: 0;
	max-width: 560px;
}

.pg-site .pg-system-map__action .pg-button {
	flex: 0 0 auto;
}

/* Generic criteria stay visual without pretending to be a sequence. */
.pg-site .pg-feature-list--columns > li {
	min-height: 132px;
	padding: 28px 0 28px 34px;
}

.pg-site .pg-feature-list--columns > li::before {
	background: transparent;
	border: 3px solid var(--pg-gold);
	border-radius: 50%;
	content: "";
	height: 13px;
	left: 0;
	top: 34px;
	width: 13px;
}

@media (min-width: 981px) {
	.pg-site .pg-feature-list--columns > li:nth-child(odd):last-child {
		grid-column: 1 / -1;
		padding-right: 34px;
	}
}

/* True service sequences use numbered nodes and directional connectors. */
.pg-site .pg-content-band--process {
	--pg-flow-line: rgb(255 255 255 / 40%);
}

.pg-site .pg-content-band--process.pg-band--gold,
.pg-site .pg-content-band--process.pg-band--platinum,
.pg-site .pg-content-band--process.pg-band--white,
.pg-site .pg-content-band--process.pg-band--warm {
	--pg-flow-line: rgb(10 13 15 / 32%);
}

.pg-site .pg-content-band--process .pg-process-list {
	border: 0;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	list-style: none;
	margin-top: 52px;
	overflow: visible;
	padding: 0;
}

.pg-site .pg-content-band--process .pg-process-list > li,
.pg-site .pg-content-band--process .pg-process-list > li:last-child {
	align-content: start;
	background: transparent;
	border: 0;
	justify-items: start;
	min-height: 196px;
	padding: 82px 24px 28px 0;
	position: relative;
	text-align: left;
}

.pg-site .pg-content-band--process .pg-process-list > li + li {
	border: 0;
	padding-left: 0;
}

.pg-site .pg-content-band--process .pg-process-list > li::before {
	align-items: center;
	background: var(--pg-gold);
	border-radius: 50%;
	color: var(--pg-ink);
	display: flex;
	font-size: 18px;
	height: 56px;
	justify-content: center;
	left: 0;
	top: 0;
	transform: none;
	width: 56px;
	z-index: 2;
}

.pg-site .pg-content-band--process .pg-process-list > li .pg-flow-connector {
	right: 0;
}

@media (max-width: 1100px) {
	.pg-site .pg-content-band--process .pg-process-list,
	.pg-site .pg-system-map {
		grid-template-columns: minmax(0, 1fr);
	}

	.pg-site .pg-content-band--process .pg-process-list > li,
	.pg-site .pg-content-band--process .pg-process-list > li:last-child,
	.pg-site .pg-system-map > li {
		min-height: 112px;
		padding: 6px 0 34px 78px;
	}

	.pg-site .pg-content-band--process .pg-process-list > li + li,
	.pg-site .pg-system-map > li + li {
		padding-left: 78px;
	}

	.pg-site .pg-content-band--process .pg-process-list > li::before,
	.pg-site .pg-system-map__icon {
		left: 0;
		margin: 0;
		position: absolute;
		top: 0;
	}

	.pg-site .pg-content-band--process .pg-process-list > li .pg-flow-connector,
	.pg-site .pg-system-map > li .pg-flow-connector {
		bottom: -2px;
		height: auto;
		left: 27px;
		right: auto;
		top: 56px;
		transform: scaleY(1);
		transform-origin: center top;
		width: 2px;
	}

	.pg-site .pg-content-band--process .pg-process-list > li .pg-flow-connector::after,
	.pg-site .pg-system-map > li .pg-flow-connector::after {
		bottom: 0;
		left: 50%;
		right: auto;
		top: auto;
		transform: translateX(-50%) rotate(45deg);
	}

	.pg-motion-ready .pg-reveal:not(.is-in-view) .pg-content-band--process .pg-flow-connector,
	.pg-motion-ready .pg-reveal:not(.is-in-view) .pg-system-map .pg-flow-connector {
		transform: scaleY(0);
	}

	.pg-motion-ready .pg-reveal.is-in-view .pg-content-band--process .pg-flow-connector,
	.pg-motion-ready .pg-reveal.is-in-view .pg-system-map .pg-flow-connector {
		transform: scaleY(1);
	}
}

@media (max-width: 680px) {
	.pg-site .pg-service-lens,
	.pg-site .pg-content-band--system {
		padding-block: 58px;
	}

	.pg-site .pg-service-lens__steps {
		gap: 0;
		grid-template-columns: minmax(0, 1fr);
	}

	.pg-site .pg-service-lens__steps li {
		min-height: 142px;
		padding: 4px 0 34px 94px;
	}

	.pg-site .pg-service-lens__icon {
		left: 0;
		margin: 0;
		position: absolute;
		top: 0;
	}

	.pg-site .pg-service-lens__steps li .pg-flow-connector {
		bottom: -2px;
		height: auto;
		left: 35px;
		right: auto;
		top: 72px;
		transform: scaleY(1);
		transform-origin: center top;
		width: 2px;
	}

	.pg-site .pg-service-lens__steps li .pg-flow-connector::after {
		bottom: 0;
		left: 50%;
		right: auto;
		top: auto;
		transform: translateX(-50%) rotate(45deg);
	}

	.pg-motion-ready .pg-reveal:not(.is-in-view) .pg-service-lens__steps .pg-flow-connector {
		transform: scaleY(0);
	}

	.pg-motion-ready .pg-reveal.is-in-view .pg-service-lens__steps .pg-flow-connector {
		transform: scaleY(1);
	}

	.pg-site .pg-content-band--system h2 {
		font-size: 34px;
	}

	.pg-site .pg-system-map {
		margin-top: 38px;
	}

	.pg-site .pg-system-map__action {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
		padding-top: 22px;
	}

	.pg-site .pg-system-map__action .pg-button {
		justify-content: center;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pg-site .pg-flow-connector,
	.pg-motion-ready .pg-reveal .pg-flow-connector {
		transition: none !important;
		transform: none !important;
	}
}
