:root {
	--pg-ink: #101316;
	--pg-charcoal: #1B2024;
	--pg-warm-white: #F7F7F4;
	--pg-white: #FFFFFF;
	--pg-platinum: #B8BEC4;
	--pg-steel: #626B73;
	--pg-gold: #E5A128;
	--pg-gold-dark: #C58A12;
	--pg-gold-soft: #F6E2B5;
	--pg-utility-blue: #27667B;
	--pg-blue-dark: #1C4F60;
	--pg-blue-soft: #E5F0F2;
	--pg-safety-red: #B42318;
	--pg-safety-soft: #FFF0ED;
	--pg-success: #2E6C57;
	--pg-platinum-soft: #E5E8EA;
	--pg-border: #D4D7D9;
	--pg-focus: #1463FF;
	--pg-content-width: 1200px;
	--pg-reading-width: 760px;
	--pg-header-height: 76px;
	--pg-radius-sm: 4px;
	--pg-radius-md: 6px;
	--pg-space-1: 4px;
	--pg-space-2: 8px;
	--pg-space-3: 12px;
	--pg-space-4: 16px;
	--pg-space-5: 20px;
	--pg-space-6: 24px;
	--pg-space-8: 32px;
	--pg-space-10: 40px;
	--pg-space-12: 48px;
	--pg-space-16: 64px;
	--pg-space-24: 96px;
}

/* Quote flow: native WPForms steps, scoped to the Platinum Gas shell. */
.pg-site .pg-quote-form__form {
	background: var(--pg-white);
	border: 1px solid var(--pg-border);
	border-radius: var(--pg-radius-sm);
	padding: clamp(var(--pg-space-6), 4vw, var(--pg-space-10));
}

.pg-site .wpforms-page-indicator {
	color: var(--pg-steel);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 var(--pg-space-8);
}

.pg-site .wpforms-page-indicator .wpforms-page-indicator-page-title {
	color: var(--pg-ink);
	font-size: 18px;
}

.pg-site .wpforms-page-indicator .wpforms-page-indicator-page-title-sep,
.pg-site .wpforms-page-indicator .wpforms-page-indicator-steps {
	color: var(--pg-steel);
}

.pg-site .wpforms-page-indicator .wpforms-page-indicator-page-progress-wrap {
	background: var(--pg-warm-white);
	border: 1px solid var(--pg-border);
	border-radius: 999px;
	height: 8px;
	margin-top: var(--pg-space-3);
	overflow: hidden;
}

.pg-site .wpforms-page-indicator .wpforms-page-indicator-page-progress {
	background: var(--pg-utility-blue) !important;
	border-radius: inherit;
	height: 100%;
	transition: width 220ms ease;
}

.pg-site .wpforms-page {
	display: grid;
	gap: 0 var(--pg-space-5);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pg-site .wpforms-page[style*="display: block"] {
	display: grid !important;
}

.pg-site .wpforms-page[style*="display: none"] {
	display: none !important;
}

.pg-site .wpforms-page.pg-quote-step--details {
	grid-template-columns: minmax(0, 1fr);
}

.pg-site .wpforms-page.pg-quote-step--contact [data-field-id="11"],
.pg-site .wpforms-page .wpforms-field-pagebreak,
.pg-site .wpforms-page .wpforms-field-file-upload,
.pg-site .wpforms-page .wpforms-field-textarea {
	grid-column: 1 / -1;
}

.pg-site .wpforms-pagebreak-buttons {
	align-items: center;
	display: flex;
	gap: var(--pg-space-3);
	margin-top: var(--pg-space-3);
	width: 100%;
}

.pg-site .wpforms-pagebreak-buttons.wpforms-pagebreak-buttons-split {
	justify-content: space-between;
}

.pg-site .wpforms-pagebreak-split {
	align-items: center;
	display: flex;
	gap: var(--pg-space-3);
	justify-content: space-between;
	width: 100%;
}

.pg-site div.wpforms-container-full .wpforms-form .wpforms-pagebreak-split .wpforms-page-prev,
.pg-site div.wpforms-container-full .wpforms-form .wpforms-pagebreak-split .wpforms-page-next {
	float: none;
	margin: 0;
}

.pg-site .wpforms-page-button,
.pg-site div.wpforms-container-full .wpforms-form .wpforms-page-button {
	border-radius: var(--pg-radius-sm);
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	min-height: 48px;
	padding: var(--pg-space-3) var(--pg-space-6);
}

.pg-site .wpforms-page-button.wpforms-page-next,
.pg-site div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-next {
	background: var(--pg-gold);
	border: 1px solid var(--pg-gold);
	color: var(--pg-ink);
	margin-left: auto;
}

.pg-site .wpforms-page-button.wpforms-page-next:hover,
.pg-site .wpforms-page-button.wpforms-page-next:focus-visible,
.pg-site div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-next:hover,
.pg-site div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-next:focus-visible {
	background: var(--pg-gold-dark);
	border-color: var(--pg-gold-dark);
	color: var(--pg-ink);
}

.pg-site .wpforms-page-button.wpforms-page-prev,
.pg-site div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-prev {
	background: transparent;
	border: 1px solid var(--pg-steel);
	color: var(--pg-ink);
}

.pg-site .wpforms-page-button.wpforms-page-prev:hover,
.pg-site .wpforms-page-button.wpforms-page-prev:focus-visible,
.pg-site div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-prev:hover,
.pg-site div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-prev:focus-visible {
	background: var(--pg-warm-white);
	border-color: var(--pg-ink);
}

.pg-site .wpforms-page-button:focus-visible,
.pg-site div.wpforms-container-full .wpforms-form .wpforms-page-button:focus-visible {
	box-shadow: 0 0 0 3px rgb(39 102 123 / 22%);
	outline: 2px solid var(--pg-focus);
	outline-offset: 2px;
}

.pg-site .wpforms-field-file-upload .wpforms-uploader,
.pg-site .wpforms-field-file-upload .dz-message {
	background: var(--pg-warm-white);
	border: 1px dashed var(--pg-steel);
	border-radius: var(--pg-radius-sm);
}

.pg-site .wpforms-field-file-upload .wpforms-uploader {
	min-height: 132px;
	padding: var(--pg-space-5);
}

.pg-site .wpforms-field-file-upload .dz-message {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 88px;
	padding: var(--pg-space-4);
	text-align: center;
}

.pg-site .wpforms-field-gdpr-checkbox ul,
.pg-site .wpforms-field-gdpr-checkbox li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pg-site .wpforms-field-gdpr-checkbox label {
	align-items: flex-start;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	gap: var(--pg-space-3);
}

.pg-site .wpforms-submit-container {
	margin-top: var(--pg-space-4);
}

@media (max-width: 767px) {
	.pg-site .pg-quote-form__form {
		padding: var(--pg-space-5);
	}

	.pg-site .wpforms-page {
		grid-template-columns: minmax(0, 1fr);
	}

	.pg-site .wpforms-page-button {
		padding-inline: var(--pg-space-4);
	}

	.pg-site .wpforms-pagebreak-buttons {
		align-items: stretch;
	}

	.pg-site .wpforms-page-button.wpforms-page-next,
	.pg-site .wpforms-page-button.wpforms-page-prev {
		flex: 1 1 0;
	}
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--pg-header-height) + var(--pg-space-4));
}

body.pg-site {
	background: var(--pg-warm-white);
	color: var(--pg-ink);
	font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.65;
	padding-top: var(--pg-header-height);
}

.pg-site *,
.pg-site *::before,
.pg-site *::after {
	box-sizing: border-box;
}

.pg-site :where(h1, h2, h3, h4, p, ul, ol, blockquote) {
	letter-spacing: 0;
}

.pg-site :where(h1, h2, h3, h4) {
	color: inherit;
	font-family: inherit;
	font-weight: 700;
	margin-top: 0;
}

.pg-site h1 {
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: var(--pg-space-6);
}

.pg-site h2 {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: var(--pg-space-6);
}

.pg-site h3 {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: var(--pg-space-3);
}

.pg-site p,
.pg-site li {
	font-size: inherit;
	line-height: 1.65;
}

.pg-site p:last-child,
.pg-site ul:last-child,
.pg-site ol:last-child {
	margin-bottom: 0;
}

.pg-site a {
	color: var(--pg-utility-blue);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.pg-site :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 3px solid var(--pg-focus);
	outline-offset: 3px;
}

.pg-site :target {
	scroll-margin-top: calc(var(--pg-header-height) + var(--pg-space-4));
}

.pg-skip-link {
	background: var(--pg-white);
	border: 2px solid var(--pg-ink);
	color: var(--pg-ink);
	font-size: 16px;
	font-weight: 700;
	left: var(--pg-space-4);
	padding: var(--pg-space-3) var(--pg-space-4);
	position: fixed;
	top: var(--pg-space-4);
	transform: translateY(-180%);
	z-index: 100000;
}

.pg-skip-link:focus {
	transform: translateY(0);
}

/* Header and navigation */
.pg-site-header,
.pg-site .et-l--header,
.pg-site #main-header {
	background: var(--pg-white);
	color: var(--pg-ink);
	min-height: var(--pg-header-height);
}

.pg-site-header,
.pg-site .et-l--header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9990;
}

/* Divi's mobile #main-header rule is more specific than the class selector. */
.pg-site #main-header.pg-site-header {
	position: fixed;
	top: 0;
	width: 100%;
}

.pg-site-header.is-sticky,
.pg-site .et-l--header.is-sticky,
.pg-site #main-header.et-fixed-header {
	box-shadow: 0 4px 18px rgb(16 19 22 / 12%);
}

body.admin-bar .pg-site-header,
body.admin-bar.pg-site .et-l--header,
body.admin-bar.pg-site #main-header.pg-site-header {
	top: 32px;
}

.pg-site-header__inner,
.pg-site .et-l--header .et_pb_row,
.pg-site #main-header .container {
	align-items: center;
	display: flex;
	margin-inline: auto;
	max-width: var(--pg-content-width);
	min-height: var(--pg-header-height);
	padding-inline: var(--pg-space-6);
	width: 100%;
}

.pg-site-header img,
.pg-site .et-l--header .et_pb_menu__logo img,
.pg-site #logo {
	display: block;
	height: auto;
	max-height: 64px;
	max-width: 168px;
	object-fit: contain;
	width: auto;
}

.pg-site-header__brand,
.pg-site-header__brand .custom-logo-link {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: var(--pg-space-2);
	text-decoration: none;
}

.pg-site-header__brand-name {
	color: var(--pg-ink);
	font-size: 22px;
	font-weight: 800;
}

.pg-desktop-nav {
	margin-left: auto;
}

.pg-primary-menu,
.pg-primary-menu ul,
.pg-mobile-menu__list,
.pg-mobile-menu__list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pg-primary-menu {
	align-items: center;
	display: flex;
}

.pg-primary-menu > li {
	position: relative;
}

.pg-primary-menu .sub-menu {
	background: var(--pg-white);
	border: 1px solid var(--pg-border);
	box-shadow: 0 14px 34px rgb(16 19 22 / 14%);
	display: none;
	left: 0;
	min-width: 260px;
	padding: var(--pg-space-2);
	position: absolute;
	top: calc(100% - 2px);
	z-index: 9995;
}

.pg-primary-menu li:hover > .sub-menu,
.pg-primary-menu li:focus-within > .sub-menu {
	display: block;
}

.pg-primary-menu .sub-menu a {
	font-size: 15px;
	min-height: 40px;
	padding: var(--pg-space-2) var(--pg-space-3);
	width: 100%;
}

.pg-site-header__actions {
	align-items: center;
	display: flex;
	gap: var(--pg-space-3);
	margin-left: var(--pg-space-4);
}

.pg-site-header__actions .pg-button {
	min-height: 44px;
	padding: var(--pg-space-3) var(--pg-space-4);
}

.pg-site .pg-header-call {
	align-items: center;
	background: var(--pg-white);
	border: 1px solid var(--pg-border);
	border-radius: 50%;
	color: var(--pg-ink);
	display: none;
	flex: 0 0 44px;
	height: 44px;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
	position: relative;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
	width: 44px;
}

.pg-site .pg-header-call:is(:hover, :focus-visible) {
	background: var(--pg-blue-soft);
	border-color: var(--pg-utility-blue);
	color: var(--pg-blue-dark);
}

.pg-site .pg-header-call::after {
	background: var(--pg-ink);
	border-radius: var(--pg-radius-sm);
	color: var(--pg-white);
	content: attr(data-pg-tooltip);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	opacity: 0;
	padding: var(--pg-space-2) var(--pg-space-3);
	pointer-events: none;
	position: absolute;
	right: 0;
	top: calc(100% + var(--pg-space-2));
	transform: translateY(-4px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
	visibility: hidden;
	white-space: nowrap;
	z-index: 9996;
}

.pg-site .pg-header-call:is(:hover, :focus-visible)::after {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.pg-icon--phone {
	display: block;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
}

@media (min-width: 1200px) {
	.pg-site .pg-header-call {
		display: inline-flex;
	}
}

.pg-emergency-content .pg-site-header__actions,
.pg-emergency-content .pg-mobile-menu__actions {
	display: none !important;
}

.pg-site .pg-menu-toggle,
.pg-mobile-menu {
	display: none;
}

.pg-site-header nav a,
.pg-site .et-l--header .et-menu a,
.pg-site #top-menu a {
	align-items: center;
	color: var(--pg-ink);
	display: inline-flex;
	font-size: 16px;
	font-weight: 650;
	min-height: 44px;
	padding: var(--pg-space-3) var(--pg-space-4);
	text-decoration: none;
}

.pg-site-header nav a:hover,
.pg-site-header nav a[aria-current="page"],
.pg-site .et-l--header .et-menu a:hover,
.pg-site #top-menu a:hover {
	color: var(--pg-utility-blue);
}

.pg-site [data-pg-menu-toggle] {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--pg-ink);
	cursor: pointer;
	display: none;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
	padding: 10px;
}

.pg-site [data-pg-menu-toggle]:focus:not(:focus-visible) {
	outline: 0;
}

.pg-site [data-pg-menu-toggle]:focus-visible {
	outline: 2px solid var(--pg-gold);
	outline-offset: 2px;
}

.pg-menu-icon {
	border-bottom: 2px solid currentColor;
	border-top: 2px solid currentColor;
	height: 18px;
	position: relative;
	transition: border-color 160ms ease;
	width: 24px;
}

.pg-menu-icon::before,
.pg-menu-icon::after {
	background: currentColor;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	top: 6px;
	transition: opacity 160ms ease, transform 160ms ease;
	width: 24px;
}

.pg-menu-icon::after {
	opacity: 0;
}

[data-pg-menu-toggle][aria-expanded="true"] .pg-menu-icon {
	border-color: transparent;
}

[data-pg-menu-toggle][aria-expanded="true"] .pg-menu-icon::before {
	transform: rotate(45deg);
}

[data-pg-menu-toggle][aria-expanded="true"] .pg-menu-icon::after {
	opacity: 1;
	transform: rotate(-45deg);
}

.pg-site [data-pg-menu-panel][hidden] {
	display: none !important;
}

.pg-mobile-menu .sub-menu[hidden] {
	display: none !important;
}

.pg-site [data-pg-menu-panel] {
	background: var(--pg-white);
	border: 1px solid var(--pg-border);
	box-shadow: 0 12px 32px rgb(16 19 22 / 16%);
	color: var(--pg-ink);
}

body.pg-menu-open {
	overflow: hidden;
}

/* Buttons and actions */
.pg-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: var(--pg-space-3);
	margin-top: var(--pg-space-8);
}

.pg-button {
	align-items: center;
	border: 2px solid transparent;
	border-radius: var(--pg-radius-sm);
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: var(--pg-space-3) var(--pg-space-6);
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pg-button--primary,
.pg-site a.pg-button--primary,
.pg-site .wpforms-form button[type="submit"] {
	background: var(--pg-gold);
	border-color: var(--pg-gold);
	color: var(--pg-ink);
}

.pg-button--primary:hover,
.pg-site .wpforms-form button[type="submit"]:hover {
	background: var(--pg-gold-dark);
	border-color: var(--pg-gold-dark);
	color: var(--pg-ink);
	transform: translateY(-1px);
}

.pg-button--secondary {
	background: transparent;
	border-color: currentColor;
	color: inherit;
}

.pg-site a.pg-button--secondary {
	color: inherit;
}

.pg-button--secondary:hover {
	background: rgb(255 255 255 / 10%);
	color: inherit;
}

/* Divi content widths and full-width bands */
.pg-site .pg-row,
.pg-site .pg-hero__row,
.pg-site .pg-proof__row,
.pg-site .pg-content-band__row,
.pg-site .pg-service-index__row,
.pg-site .pg-service-lens__row,
.pg-site .pg-area-route__row,
.pg-site .pg-featured-guides__row,
.pg-site .pg-service-chooser__row,
.pg-site .pg-faq__row,
.pg-site .pg-related__row,
.pg-site .pg-quote-form__row {
	margin-inline: auto;
	max-width: var(--pg-content-width);
	padding-inline: var(--pg-space-6);
	width: 100%;
}

.pg-site :where(
	.pg-hero__row,
		.pg-proof__row,
		.pg-content-band__row,
		.pg-service-index__row,
		.pg-service-lens__row,
		.pg-area-route__row,
		.pg-featured-guides__row,
		.pg-service-chooser__row,
	.pg-faq__row,
	.pg-related__row,
	.pg-quote-form__row
) > .et_pb_column {
	float: none;
	margin: 0;
	width: 100% !important;
}

.pg-site :where(.pg-service-index__row,.pg-service-lens__row,.pg-area-route__row,.pg-featured-guides__row) {
	padding-block: 0;
}

body.pg-site #main-content :is(.pg-content-band__row,.pg-service-chooser__row,.pg-faq__row,.pg-related__row,.pg-quote-form__row) {
	padding-block: 0;
}

.pg-site .pg-row--reading,
.pg-site .pg-faq__row {
	max-width: calc(var(--pg-reading-width) + (2 * var(--pg-space-6)));
}

.pg-band--ink {
	background: var(--pg-ink);
	color: var(--pg-white);
}

.pg-band--charcoal {
	background: var(--pg-charcoal);
	color: var(--pg-white);
}

.pg-band--warm {
	background: var(--pg-warm-white);
	color: var(--pg-ink);
}

.pg-band--white {
	background: var(--pg-white);
	color: var(--pg-ink);
}

.pg-band--blue {
	background: var(--pg-utility-blue);
	color: var(--pg-white);
}

.pg-band--platinum {
	background: var(--pg-platinum-soft);
	color: var(--pg-ink);
}

.pg-band--gold {
	background: var(--pg-gold-soft);
	color: var(--pg-ink);
}

.pg-band--safety {
	background: var(--pg-safety-soft);
	color: var(--pg-ink);
}

/* Divi can retain a per-page black background from the legacy template. */
body.pg-site #main-content {
	background-color: var(--pg-white);
}

.pg-site .et_pb_section.pg-band--ink {
	background-color: var(--pg-ink) !important;
}

.pg-site .et_pb_section.pg-band--charcoal {
	background-color: var(--pg-charcoal) !important;
}

.pg-site .et_pb_section.pg-band--warm {
	background-color: var(--pg-warm-white) !important;
}

.pg-site .et_pb_section.pg-band--white {
	background-color: var(--pg-white) !important;
}

.pg-site .et_pb_section.pg-band--blue {
	background-color: var(--pg-utility-blue) !important;
}

.pg-site .et_pb_section.pg-band--platinum {
	background-color: var(--pg-platinum-soft) !important;
}

.pg-site .et_pb_section.pg-band--gold {
	background-color: var(--pg-gold-soft) !important;
}

.pg-site .et_pb_section.pg-band--safety {
	background-color: var(--pg-safety-soft) !important;
}

.pg-band--ink a,
.pg-band--charcoal a,
.pg-band--blue a {
	color: var(--pg-white);
}

.pg-band--blue .pg-eyebrow {
	color: var(--pg-gold-soft);
}

.pg-band--gold .pg-eyebrow,
.pg-band--safety .pg-eyebrow {
	color: var(--pg-ink);
}

.pg-band--safety .pg-content-band__row {
	border-left: 5px solid var(--pg-safety-red);
	padding-left: var(--pg-space-8);
}

.pg-eyebrow {
	color: var(--pg-steel);
	font-size: 14px !important;
	font-weight: 700;
	line-height: 1.5 !important;
	margin-bottom: var(--pg-space-3);
}

.pg-band--ink .pg-eyebrow,
.pg-band--charcoal .pg-eyebrow,
.pg-hero .pg-eyebrow {
	color: var(--pg-gold);
}

/* Hero */
.pg-hero {
	background: var(--pg-ink);
	color: var(--pg-white);
	overflow: hidden;
	padding-block: var(--pg-space-16);
}

.pg-hero__row {
	align-items: center;
	display: grid;
	gap: var(--pg-space-12);
	grid-template-columns: minmax(0, 3fr) minmax(320px, 2fr);
	min-height: 520px;
}

.pg-hero__copy {
	max-width: 680px;
}

.pg-hero__lead {
	color: var(--pg-platinum);
	font-size: 20px !important;
	line-height: 1.6 !important;
	max-width: 640px;
}

.pg-hero__visual,
.pg-hero__image,
.pg-hero__image .et_pb_image_wrap {
	height: 100%;
	min-height: 420px;
	width: 100%;
}

.pg-hero__visual {
	position: relative;
}

.pg-hero__image img {
	border-radius: var(--pg-radius-md);
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* Hero archetypes keep different intents from collapsing into one template. */
.pg-hero--immersive {
	min-height: 680px;
	padding-block: 0;
	position: relative;
}

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

.pg-hero--immersive .pg-hero__row {
	display: block;
	max-width: none;
	min-height: 680px;
	padding: 0;
	position: relative;
}

.pg-hero--immersive .pg-hero__content {
	align-items: center;
	display: flex;
	min-height: 680px;
	padding: 104px max(var(--pg-space-6), calc((100vw - var(--pg-content-width)) / 2 + var(--pg-space-6)));
	position: relative;
	z-index: 2;
}

.pg-hero--immersive .pg-hero__copy {
	max-width: 720px;
}

.pg-hero--immersive .pg-hero__visual,
.pg-hero--immersive .pg-hero__image,
.pg-hero--immersive .pg-hero__image .et_pb_image_wrap {
	inset: 0;
	min-height: 0;
	position: absolute;
}

.pg-hero--immersive .pg-hero__image img {
	border-radius: 0;
	object-position: center 58%;
}

.pg-hero--diagnostic {
	background: var(--pg-white);
	color: var(--pg-ink);
}

.pg-hero--diagnostic .pg-hero__row {
	min-height: 440px;
}

.pg-hero--diagnostic .pg-hero__lead {
	color: var(--pg-steel);
}

.pg-hero--diagnostic .pg-eyebrow {
	color: var(--pg-utility-blue);
}

.pg-hero--diagnostic .pg-hero__visual,
.pg-hero--diagnostic .pg-hero__image,
.pg-hero--diagnostic .pg-hero__image .et_pb_image_wrap {
	min-height: 360px;
}

.pg-hero--planning {
	background: var(--pg-platinum-soft);
	border-bottom: 8px solid var(--pg-utility-blue);
	color: var(--pg-ink);
}

.pg-hero--planning .pg-hero__lead {
	color: var(--pg-steel);
}

.pg-hero--planning .pg-eyebrow {
	color: var(--pg-utility-blue);
}

.pg-hero--safety {
	background: var(--pg-safety-soft);
	border-top: 8px solid var(--pg-safety-red);
	color: var(--pg-ink);
}

.pg-hero--safety .pg-hero__row {
	min-height: 420px;
}

.pg-hero--safety .pg-hero__lead {
	color: var(--pg-ink);
}

.pg-hero--safety .pg-eyebrow {
	color: var(--pg-safety-red);
}

.pg-hero--safety .pg-hero__visual,
.pg-hero--safety .pg-hero__image,
.pg-hero--safety .pg-hero__image .et_pb_image_wrap {
	min-height: 340px;
}

.pg-hero--compact,
.pg-hero--success {
	padding-block: var(--pg-space-12);
}

.pg-hero--compact .pg-hero__row,
.pg-hero--success .pg-hero__row {
	grid-template-columns: minmax(0, 1fr);
	min-height: 280px;
}

.pg-hero--compact .pg-hero__visual,
.pg-hero--success .pg-hero__visual {
	display: none;
}

.pg-hero--success {
	background: var(--pg-success);
}

.pg-hero--editorial .pg-hero__row,
.pg-hero--gallery .pg-hero__row,
.pg-hero--territory .pg-hero__row {
	grid-template-columns: minmax(0, 2fr) minmax(380px, 3fr);
}

.pg-hero--gallery .pg-hero__image img {
	aspect-ratio: 16 / 10;
}

/* Proof rail */
.pg-proof {
	border-top: 1px solid rgb(184 190 196 / 35%);
	padding-block: var(--pg-space-8);
}

.pg-proof__row {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pg-proof__column {
	border-left: 1px solid rgb(184 190 196 / 35%);
	padding: var(--pg-space-2) var(--pg-space-8);
}

.pg-proof__column:first-child {
	border-left: 0;
	padding-left: 0;
}

.pg-proof__label {
	color: var(--pg-gold);
	font-size: 16px !important;
	font-weight: 700;
	margin-bottom: var(--pg-space-2);
}

.pg-proof__item p:last-child {
	color: var(--pg-platinum);
	font-size: 15px;
}

/* Narrative and split-media bands */
.pg-content-band,
.pg-service-chooser,
.pg-faq,
.pg-related,
.pg-quote-form {
	padding-block: var(--pg-space-24);
}

.pg-content-band__row {
	align-items: center;
	display: grid;
	gap: var(--pg-space-16);
	grid-template-columns: minmax(0, 1fr);
}

.pg-content-band--split .pg-content-band__row {
	grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr);
}

.pg-content-band--spotlight {
	padding-block: 112px;
}

.pg-content-band--spotlight .pg-content-band__row {
	gap: 72px;
	grid-template-columns: minmax(320px, 1fr) minmax(0, 1.25fr);
}

.pg-content-band--spotlight .pg-content-band__copy {
	max-width: 680px;
}

.pg-content-band--spotlight .pg-content-band__image img {
	aspect-ratio: 5 / 4;
}

.pg-content-band--process .pg-content-band__copy,
.pg-content-band--columns .pg-content-band__copy,
.pg-content-band--gallery .pg-content-band__copy {
	max-width: none;
}

.pg-content-band--process .pg-content-band__copy > :where(p, h2),
.pg-content-band--columns .pg-content-band__copy > :where(p, h2),
.pg-content-band--gallery .pg-content-band__copy > :where(p, h2) {
	max-width: var(--pg-reading-width);
}

.pg-content-band--callout,
.pg-content-band--compact {
	padding-block: var(--pg-space-16);
}

.pg-content-band--callout .pg-content-band__copy {
	max-width: 980px;
}

.pg-content-band--callout h2 {
	font-size: 40px;
	max-width: 780px;
}

.pg-content-band--statement {
	padding-block: 112px;
}

.pg-content-band--statement .pg-content-band__copy {
	max-width: 980px;
}

.pg-content-band--statement h2 {
	font-size: 44px;
	max-width: 860px;
}

.pg-content-band--statement .pg-content-band__copy > p:not(.pg-eyebrow) {
	font-size: 21px;
	line-height: 1.65;
	max-width: 860px;
}

.pg-content-band--legal {
	padding-block: var(--pg-space-16);
}

.pg-content-band--legal h2 {
	font-size: 30px;
}

.pg-content-band__copy {
	max-width: var(--pg-reading-width);
}

.pg-content-band__visual,
.pg-content-band__image,
.pg-content-band__image .et_pb_image_wrap {
	width: 100%;
}

.pg-content-band__image img {
	aspect-ratio: 4 / 3;
	border-radius: var(--pg-radius-md);
	display: block;
	object-fit: cover;
	width: 100%;
}

.pg-media-caption {
	color: var(--pg-steel);
	font-size: 13px;
	line-height: 1.45;
	margin-top: var(--pg-space-2);
}

.pg-media-caption p {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.pg-band--ink .pg-media-caption,
.pg-band--charcoal .pg-media-caption,
.pg-band--blue .pg-media-caption,
.pg-media-caption--hero {
	color: rgb(255 255 255 / 78%);
}

.pg-media-caption--hero {
	bottom: var(--pg-space-3);
	left: var(--pg-space-3);
	margin: 0;
	position: absolute;
	right: var(--pg-space-3);
	z-index: 3;
}

.pg-feature-list,
.pg-link-list,
.pg-related__links,
.pg-service-rows,
.pg-process-list,
.pg-resource-rows {
	list-style: none;
	margin: var(--pg-space-8) 0 0;
	padding: 0;
}

body.pg-site #main-content :is(.pg-feature-list,.pg-link-list,.pg-related__links,.pg-service-rows,.pg-process-list,.pg-resource-rows) {
	list-style: none;
	padding: 0;
}

body.pg-site #main-content :is(.pg-service-index__grid,.pg-service-index__links) {
	padding: 0;
}

.pg-feature-list > li,
.pg-process-list > li,
.pg-resource-rows > li {
	border-top: 1px solid var(--pg-border);
	display: grid;
	gap: var(--pg-space-2);
	padding-block: var(--pg-space-4);
}

.pg-feature-list > li:last-child,
.pg-process-list > li:last-child,
.pg-resource-rows > li:last-child {
	border-bottom: 1px solid var(--pg-border);
}

.pg-feature-list strong,
.pg-feature-list span {
	display: block;
}

.pg-feature-list strong {
	font-size: 18px;
}

.pg-feature-list span {
	color: var(--pg-steel);
	margin-top: var(--pg-space-1);
}

.pg-feature-list--columns {
	border-block: 1px solid var(--pg-border);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pg-feature-list--columns > li,
.pg-feature-list--columns > li:last-child {
	border-bottom: 0;
	border-top: 0;
	padding: var(--pg-space-6) var(--pg-space-8) var(--pg-space-6) 0;
}

.pg-feature-list--columns > li:nth-child(even) {
	border-left: 1px solid var(--pg-border);
	padding-left: var(--pg-space-8);
}

.pg-process-list {
	counter-reset: pg-process;
}

.pg-content-band--process .pg-process-list {
	border-block: 1px solid currentColor;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.pg-process-list > li {
	counter-increment: pg-process;
	grid-template-columns: 48px minmax(0, 1fr);
}

.pg-content-band--process .pg-process-list > li,
.pg-content-band--process .pg-process-list > li:last-child {
	align-content: start;
	border-bottom: 0;
	border-top: 0;
	grid-template-columns: minmax(0, 1fr);
	padding: var(--pg-space-6) var(--pg-space-6) var(--pg-space-6) 0;
}

.pg-content-band--process .pg-process-list > li + li {
	border-left: 1px solid currentColor;
	padding-left: var(--pg-space-6);
}

.pg-band--ink .pg-feature-list > li,
.pg-band--charcoal .pg-feature-list > li,
.pg-band--blue .pg-feature-list > li,
.pg-band--ink .pg-process-list,
.pg-band--charcoal .pg-process-list,
.pg-band--blue .pg-process-list {
	border-color: rgb(255 255 255 / 28%);
}

.pg-band--ink .pg-feature-list span,
.pg-band--charcoal .pg-feature-list span,
.pg-band--blue .pg-feature-list span {
	color: rgb(255 255 255 / 78%);
}

.pg-band--ink .pg-process-list > li::before,
.pg-band--charcoal .pg-process-list > li::before,
.pg-band--blue .pg-process-list > li::before {
	color: var(--pg-gold);
}

.pg-process-list > li::before {
	color: var(--pg-gold-dark);
	content: counter(pg-process, decimal-leading-zero);
	font-size: 16px;
	font-weight: 700;
}

.pg-resource-rows > li {
	align-items: start;
	grid-template-columns: minmax(140px, 1fr) minmax(0, 3fr) auto;
}

.pg-link-list li,
.pg-related__links li {
	border-top: 1px solid currentColor;
	padding-block: var(--pg-space-4);
}

.pg-link-list li:last-child,
.pg-related__links li:last-child {
	border-bottom: 1px solid currentColor;
}

.pg-link-list__link,
.pg-related__links a {
	display: inline-flex;
	font-weight: 700;
	min-height: 44px;
	padding-block: var(--pg-space-2);
}

/* Service chooser rows */
.pg-service-rows > li {
	align-items: center;
	border-top: 1px solid var(--pg-border);
	display: grid;
	gap: var(--pg-space-6);
	grid-template-columns: 52px minmax(0, 1fr) auto;
	padding-block: var(--pg-space-6);
}

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

.pg-service-rows h3,
.pg-service-rows p {
	margin-bottom: 0;
}

.pg-service-rows p {
	color: var(--pg-steel);
	margin-top: var(--pg-space-2);
}

.pg-service-row__link {
	color: var(--pg-ink) !important;
	text-decoration: none;
}

.pg-service-row__link:hover {
	color: var(--pg-utility-blue) !important;
	text-decoration: underline;
}

.pg-service-row__arrow {
	color: var(--pg-gold-dark);
	font-size: 28px;
}

/* Project gallery uses one continuous grid rather than boxed panels. */
.pg-project-gallery {
	display: grid;
	gap: var(--pg-space-4);
	grid-template-columns: repeat(12, minmax(0, 1fr));
	margin-top: var(--pg-space-8);
}

.pg-project-gallery > figure {
	grid-column: span 4;
	margin: 0;
}

.pg-project-gallery--1 > figure {
	grid-column: span 8;
}

.pg-project-gallery--2 > figure {
	grid-column: span 6;
}

.pg-project-gallery--3 > figure {
	grid-column: span 4;
}

.pg-project-gallery > figure:nth-child(5n + 1),
.pg-project-gallery > figure:nth-child(5n + 2) {
	grid-column: span 6;
}

.pg-project-gallery img {
	aspect-ratio: 4 / 3;
	border-radius: var(--pg-radius-md);
	display: block;
	object-fit: cover;
	width: 100%;
}

.pg-project-gallery figcaption {
	color: var(--pg-steel);
	font-size: 14px;
	line-height: 1.5;
	padding-top: var(--pg-space-2);
}

.pg-band--ink .pg-project-gallery figcaption,
.pg-band--charcoal .pg-project-gallery figcaption,
.pg-band--blue .pg-project-gallery figcaption {
	color: rgb(255 255 255 / 78%);
}

/* Comparison and service-detail tables */
.pg-table-wrap {
	-webkit-overflow-scrolling: touch;
	border-block: 1px solid var(--pg-border);
	margin-top: var(--pg-space-8);
	overflow-x: auto;
	width: 100%;
}

.pg-table {
	border-collapse: collapse;
	font-size: 16px;
	min-width: 560px;
	width: 100%;
}

.pg-table th,
.pg-table td {
	border-bottom: 1px solid var(--pg-border);
	padding: var(--pg-space-4);
	text-align: left;
	vertical-align: top;
}

.pg-table tr:last-child th,
.pg-table tr:last-child td {
	border-bottom: 0;
}

.pg-table th {
	color: var(--pg-ink);
	font-weight: 700;
	width: 36%;
}

/* FAQ */
.pg-faq__heading {
	margin-bottom: var(--pg-space-8);
}

.pg-faq__accordion .et_pb_toggle,
.pg-faq__item {
	background: transparent;
	border: 0;
	border-top: 1px solid var(--pg-border);
	margin: 0;
	padding: var(--pg-space-6) 0;
}

.pg-faq__accordion .et_pb_toggle:last-child,
.pg-faq__item:last-child {
	border-bottom: 1px solid var(--pg-border);
}

.pg-faq__accordion .et_pb_toggle_title {
	color: var(--pg-ink);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	padding-right: var(--pg-space-8);
}

.pg-faq__accordion .et_pb_toggle_content {
	padding-top: var(--pg-space-4);
}

/* Quote form */
.pg-quote-form__row {
	align-items: start;
	display: grid;
	gap: var(--pg-space-16);
	grid-template-columns: minmax(260px, 2fr) minmax(0, 3fr);
}

.pg-quote-form__intro {
	max-width: 460px;
}

.pg-anchor-target {
	display: block;
	height: 0;
	position: relative;
	top: calc(-1 * (var(--pg-header-height) + var(--pg-space-4)));
	visibility: hidden;
}

.pg-form-note {
	border-left: 4px solid var(--pg-safety-red);
	font-size: 15px !important;
	margin-top: var(--pg-space-8);
	padding-left: var(--pg-space-4);
}

.pg-site .wpforms-container,
.pg-site .wpforms-container-full,
.pg-site .wpforms-form {
	margin: 0;
	max-width: none;
}

.pg-site .wpforms-form .wpforms-field {
	padding-block: 0 var(--pg-space-4);
}

.pg-site .wpforms-form label,
.pg-site .wpforms-form .wpforms-field-label {
	color: var(--pg-ink);
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: var(--pg-space-2);
}

.pg-site .wpforms-form .wpforms-required-label {
	color: var(--pg-safety-red);
}

.pg-site .wpforms-form :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
	background: var(--pg-white);
	border: 1px solid var(--pg-steel);
	border-radius: var(--pg-radius-sm);
	color: var(--pg-ink);
	font: inherit;
	font-size: 16px;
	line-height: 1.4;
	max-width: none;
	padding: var(--pg-space-3) var(--pg-space-4);
	width: 100%;
}

.pg-site .wpforms-form :where(input:not([type="checkbox"]):not([type="radio"]), select) {
	min-height: 48px;
}

.pg-site .wpforms-form textarea {
	min-height: 144px;
	resize: vertical;
}

.pg-site .wpforms-form :where(input, select, textarea):focus {
	border-color: var(--pg-focus);
	box-shadow: 0 0 0 1px var(--pg-focus);
}

.pg-site .wpforms-form :where(input, select, textarea)[aria-invalid="true"],
.pg-site .wpforms-form .wpforms-error {
	border-color: var(--pg-safety-red);
}

.pg-site .wpforms-form label.wpforms-error,
.pg-site .wpforms-form em.wpforms-error,
.pg-site .wpforms-form .wpforms-error-container {
	color: var(--pg-safety-red);
	font-size: 14px;
	font-style: normal;
	line-height: 1.5;
	margin-top: var(--pg-space-2);
}

.pg-site .wpforms-form .wpforms-field-description,
.pg-site .wpforms-form .wpforms-field-sublabel {
	color: var(--pg-steel);
	font-size: 14px;
	line-height: 1.5;
}

.pg-site .wpforms-form :where(input[type="checkbox"], input[type="radio"]) {
	accent-color: var(--pg-utility-blue);
	height: 20px;
	min-width: 20px;
	width: 20px;
}

.pg-site .wpforms-form button[type="submit"] {
	border-radius: var(--pg-radius-sm);
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	min-height: 48px;
	padding: var(--pg-space-3) var(--pg-space-6);
}

.pg-site div.wpforms-container-full .wpforms-form button[type="submit"],
.pg-site div.wpforms-container .wpforms-form button[type="submit"] {
	background: var(--pg-gold) !important;
	border-color: var(--pg-gold) !important;
	color: var(--pg-ink) !important;
}

.pg-site div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.pg-site div.wpforms-container .wpforms-form button[type="submit"]:hover {
	background: var(--pg-gold-dark) !important;
	border-color: var(--pg-gold-dark) !important;
	color: var(--pg-ink) !important;
}

.pg-site .wpforms-confirmation-container-full {
	background: rgb(46 108 87 / 10%);
	border: 1px solid var(--pg-success);
	border-radius: var(--pg-radius-sm);
	color: var(--pg-ink);
	padding: var(--pg-space-6);
}

/* Footer */
.pg-prefooter {
	background: var(--pg-gold);
	color: var(--pg-ink);
}

.pg-prefooter__inner {
	align-items: center;
	display: flex;
	gap: var(--pg-space-8);
	justify-content: space-between;
	margin-inline: auto;
	max-width: var(--pg-content-width);
	padding: var(--pg-space-12) var(--pg-space-6);
}

.pg-prefooter h2 {
	font-size: 32px;
	margin: 0;
}

.pg-prefooter .pg-eyebrow {
	color: var(--pg-ink);
}

.pg-site .pg-prefooter a.pg-button--primary {
	background: var(--pg-ink);
	border-color: var(--pg-ink);
	color: var(--pg-white);
}

.pg-prefooter .pg-button--secondary {
	background: transparent;
	border-color: var(--pg-ink);
	color: var(--pg-ink);
}

.pg-site-footer,
.pg-site .et-l--footer,
.pg-site #main-footer {
	background: var(--pg-ink);
	color: var(--pg-platinum);
}

.pg-site-footer__inner,
.pg-site .et-l--footer .et_pb_row,
.pg-site #footer-widgets {
	display: grid;
	gap: var(--pg-space-8);
	grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(130px, 1fr));
	margin-inline: auto;
	max-width: var(--pg-content-width);
	padding: var(--pg-space-16) var(--pg-space-6);
	width: 100%;
}

.pg-site-footer__brand .custom-logo {
	filter: invert(1);
	height: auto !important;
	margin-bottom: var(--pg-space-5);
	max-height: 64px;
	max-width: 210px;
	object-fit: contain;
	width: auto !important;
}

.pg-site-footer__brand p {
	max-width: 340px;
}

.pg-site-footer__contact-label {
	color: var(--pg-gold);
	font-size: 12px;
	font-weight: 800;
	margin: 0 0 var(--pg-space-2);
	text-transform: uppercase;
}

.pg-site-footer__legal {
	align-items: center;
	border-top: 1px solid rgb(184 190 196 / 25%);
	display: flex;
	font-size: 14px;
	gap: var(--pg-space-4);
	justify-content: space-between;
	margin-inline: auto;
	max-width: var(--pg-content-width);
	padding: var(--pg-space-4) var(--pg-space-6) var(--pg-space-8);
}

.pg-site-footer__legal p {
	margin: 0;
}

.pg-site-footer__legal-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: var(--pg-space-4);
}

.pg-site-footer h2,
.pg-site-footer h3,
.pg-site .et-l--footer h2,
.pg-site .et-l--footer h3,
.pg-site #main-footer h2,
.pg-site #main-footer h3 {
	color: var(--pg-white);
	font-size: 16px;
	margin-bottom: var(--pg-space-4);
}

.pg-site-footer a,
.pg-site .et-l--footer a,
.pg-site #main-footer a {
	color: var(--pg-white);
}

.pg-site-footer ul,
.pg-site .et-l--footer ul,
.pg-site #main-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pg-site-footer li,
.pg-site .et-l--footer li,
.pg-site #main-footer li {
	font-size: 15px;
	margin-bottom: var(--pg-space-2);
}

/* Fixed mobile conversion actions are rendered by the child theme. */
.pg-mobile-actions {
	display: none;
}

@media (max-width: 980px) {
	html,
	body.pg-site {
		overflow-x: clip !important;
	}

	.pg-site #main-header.pg-site-header {
		left: 0;
		position: fixed !important;
		right: 0;
		top: 0;
		width: 100%;
	}

	body.admin-bar.pg-site #main-header.pg-site-header {
		top: 32px;
	}

	.pg-site h1 {
		font-size: 38px;
	}

	.pg-site h2 {
		font-size: 30px;
	}

	.pg-site h3 {
		font-size: 22px;
	}

	.pg-site-header__inner,
	.pg-site .et-l--header .et_pb_row,
	.pg-site #main-header .container {
		padding-inline: var(--pg-space-6);
	}

	.pg-desktop-nav,
	.pg-site-header__actions {
		display: none;
	}

	.pg-menu-toggle {
		display: inline-flex !important;
		margin-left: auto;
	}

	.pg-mobile-menu {
		display: block;
	}

	.pg-mobile-menu__list > li {
		border-bottom: 1px solid var(--pg-border);
	}

	.pg-mobile-menu__list > .menu-item-has-children {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 44px;
	}

	.pg-mobile-menu__list > .menu-item-has-children > a {
		grid-column: 1;
	}

	.pg-submenu-toggle {
		align-items: center;
		align-self: start;
		background: transparent;
		border: 0;
		color: var(--pg-ink);
		cursor: pointer;
		display: inline-flex;
		grid-column: 2;
		grid-row: 1;
		justify-content: center;
		min-height: 44px;
		min-width: 44px;
	}

	.pg-submenu-icon {
		border-bottom: 2px solid currentColor;
		border-right: 2px solid currentColor;
		height: 9px;
		transform: rotate(45deg) translate(-1px, -1px);
		transition: transform 180ms ease;
		width: 9px;
	}

	.menu-item-has-children.is-submenu-open > .pg-submenu-toggle .pg-submenu-icon {
		transform: rotate(225deg) translate(-1px, -1px);
	}

	.pg-mobile-menu__list > .menu-item-has-children > .sub-menu {
		grid-column: 1 / -1;
	}

	.pg-mobile-menu__list a {
		font-size: 18px !important;
		justify-content: space-between;
		width: 100%;
	}

	.pg-mobile-menu :where(a, button):focus-visible {
		outline: 2px solid var(--pg-ink);
		outline-offset: -2px;
	}

	.pg-mobile-menu__list .sub-menu {
		border-left: 3px solid var(--pg-gold);
		margin: 0 0 var(--pg-space-3) var(--pg-space-3);
	}

	.pg-mobile-menu__list .sub-menu a {
		font-size: 15px !important;
		min-height: 44px;
	}

	.pg-mobile-menu__actions {
		display: grid;
		gap: var(--pg-space-3);
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: var(--pg-space-6);
	}

	.pg-mobile-menu__list,
	.pg-mobile-menu__actions {
		margin-inline: auto;
		max-width: 680px;
	}

	.pg-mobile-menu__actions > a {
		font-weight: 700;
		gap: var(--pg-space-2);
		justify-content: center;
		min-height: 52px;
		text-align: center;
	}

	.pg-site [data-pg-menu-panel] {
		border: 0;
		box-shadow: none;
		inset: var(--pg-header-height) 0 0;
		overscroll-behavior: contain;
		overflow-y: auto;
		padding: var(--pg-space-6) var(--pg-space-6) calc(var(--pg-space-6) + env(safe-area-inset-bottom));
		position: fixed;
	}

	body.admin-bar.pg-site [data-pg-menu-panel] {
		inset-block-start: calc(var(--pg-header-height) + 32px);
	}

	.pg-hero,
	.pg-content-band,
	.pg-service-chooser,
	.pg-faq,
	.pg-related,
	.pg-quote-form {
		padding-block: var(--pg-space-16);
	}

	.pg-hero__row,
	.pg-content-band--split .pg-content-band__row,
	.pg-content-band--spotlight .pg-content-band__row,
	.pg-quote-form__row {
		gap: var(--pg-space-8);
		grid-template-columns: minmax(0, 1fr);
	}

	.pg-hero--editorial .pg-hero__row,
	.pg-hero--gallery .pg-hero__row,
	.pg-hero--territory .pg-hero__row {
		grid-template-columns: minmax(0, 1fr);
	}

	.pg-hero__row {
		min-height: 0;
	}

	.pg-hero--immersive,
	.pg-hero--immersive .pg-hero__row,
	.pg-hero--immersive .pg-hero__content {
		min-height: 600px;
	}

	.pg-hero--immersive .pg-hero__content {
		padding-block: 80px;
	}

	.pg-hero__visual,
	.pg-hero__image,
	.pg-hero__image .et_pb_image_wrap {
		min-height: 360px;
	}

	.pg-proof__column {
		padding-inline: var(--pg-space-6);
	}

	.pg-site-footer__inner,
	.pg-site .et-l--footer .et_pb_row,
	.pg-site #footer-widgets {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pg-prefooter__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.pg-content-band--process .pg-process-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pg-feature-list--columns {
		grid-template-columns: minmax(0, 1fr);
	}

	.pg-feature-list--columns > li:nth-child(even) {
		border-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	:root {
		--pg-header-height: 64px;
	}

	html {
		scroll-padding-bottom: calc(76px + env(safe-area-inset-bottom));
	}

	body.pg-site {
		font-size: 17px;
		padding-bottom: calc(76px + env(safe-area-inset-bottom));
	}

	body.admin-bar .pg-site-header,
	body.admin-bar.pg-site .et-l--header,
	body.admin-bar.pg-site #main-header.pg-site-header {
		top: 46px;
	}

	body.admin-bar.pg-site [data-pg-menu-panel] {
		inset-block-start: calc(var(--pg-header-height) + 46px);
	}

	body.pg-thank-you,
	body.pg-keyboard-open {
		padding-bottom: 0;
	}

	.pg-site h1 {
		font-size: 32px;
	}

	.pg-site h2 {
		font-size: 28px;
	}

	.pg-site h3 {
		font-size: 20px;
	}

	.pg-site .pg-row,
	.pg-site .pg-hero__row,
	.pg-site .pg-proof__row,
	.pg-site .pg-content-band__row,
	.pg-site .pg-service-index__row,
	.pg-site .pg-service-lens__row,
	.pg-site .pg-area-route__row,
	.pg-site .pg-featured-guides__row,
	.pg-site .pg-service-chooser__row,
	.pg-site .pg-faq__row,
	.pg-site .pg-related__row,
	.pg-site .pg-quote-form__row {
		padding-inline: var(--pg-space-6);
	}

	.pg-site-header__inner,
	.pg-site .et-l--header .et_pb_row,
	.pg-site #main-header .container {
		padding-inline: 20px;
	}

	.pg-site-header,
	.pg-site .et-l--header,
	.pg-site #main-header,
	.pg-site-header__inner,
	.pg-site .et-l--header .et_pb_row,
	.pg-site #main-header .container {
		min-height: var(--pg-header-height);
	}

	.pg-site-header img,
	.pg-site .et-l--header .et_pb_menu__logo img,
	.pg-site #logo {
		max-height: 48px;
		max-width: 148px;
	}

	.pg-hero,
	.pg-content-band,
	.pg-service-chooser,
	.pg-faq,
	.pg-related,
	.pg-quote-form {
		padding-block: var(--pg-space-12);
	}

	.pg-hero__lead {
		font-size: 18px !important;
	}

	.pg-hero--immersive,
	.pg-hero--immersive .pg-hero__row,
	.pg-hero--immersive .pg-hero__content {
		min-height: 560px;
	}

	.pg-hero--immersive .pg-hero__content {
		align-items: flex-end;
		padding: var(--pg-space-16) var(--pg-space-6);
	}

	.pg-hero--immersive .pg-hero__visual,
	.pg-hero--immersive .pg-hero__image,
	.pg-hero--immersive .pg-hero__image .et_pb_image_wrap {
		min-height: 0;
	}

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

	.pg-button {
		width: 100%;
	}

	.pg-hero:not(.pg-hero--immersive) {
		padding-block: var(--pg-space-6);
	}

	.pg-hero:not(.pg-hero--immersive) .pg-hero__row {
		gap: var(--pg-space-6);
	}

	.pg-hero:not(.pg-hero--immersive) .pg-hero__visual {
		order: -1;
	}

	.pg-hero:not(.pg-hero--immersive) .pg-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: var(--pg-space-6);
	}

	.pg-hero:not(.pg-hero--immersive) .pg-hero__visual,
	.pg-hero:not(.pg-hero--immersive) .pg-hero__image,
	.pg-hero:not(.pg-hero--immersive) .pg-hero__image .et_pb_image_wrap {
		height: auto;
		min-height: 0;
	}

	.pg-hero:not(.pg-hero--immersive) .pg-hero__image img {
		aspect-ratio: 16 / 10;
		height: auto;
		max-height: none;
	}

	.pg-hero__visual,
	.pg-hero__image,
	.pg-hero__image .et_pb_image_wrap {
		min-height: 280px;
	}

	.pg-proof__row {
		grid-template-columns: minmax(0, 1fr);
	}

	.pg-proof__column,
	.pg-proof__column:first-child {
		border-left: 0;
		border-top: 1px solid rgb(184 190 196 / 35%);
		padding: var(--pg-space-4) 0;
	}

	.pg-proof__column:first-child {
		border-top: 0;
	}

	.pg-project-gallery {
		grid-template-columns: minmax(0, 1fr);
	}

	.pg-project-gallery > figure,
	.pg-project-gallery > figure:nth-child(5n + 1),
	.pg-project-gallery > figure:nth-child(5n + 2) {
		grid-column: auto;
	}

	.pg-content-band--spotlight,
	.pg-content-band--statement {
		padding-block: var(--pg-space-16);
	}

	.pg-content-band--callout h2,
	.pg-content-band--statement h2 {
		font-size: 28px;
	}

	.pg-content-band--statement .pg-content-band__copy > p:not(.pg-eyebrow) {
		font-size: 18px;
	}

	.pg-content-band--process .pg-process-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.pg-content-band--process .pg-process-list > li + li {
		border-left: 0;
		border-top: 1px solid currentColor;
		padding-left: 0;
	}

	.pg-band--safety .pg-content-band__row {
		padding-left: var(--pg-space-6);
	}

	.pg-resource-rows > li {
		grid-template-columns: minmax(0, 1fr);
	}

	.pg-table-wrap {
		overflow: visible;
	}

	.pg-table,
	.pg-table tbody,
	.pg-table tr,
	.pg-table th,
	.pg-table td {
		display: block;
		min-width: 0;
		width: 100%;
	}

	.pg-table {
		font-size: 15px;
	}

	.pg-table tr {
		border-bottom: 1px solid var(--pg-border);
		padding-block: 18px;
	}

	.pg-table tr:last-child {
		border-bottom: 0;
	}

	.pg-table th,
	.pg-table td {
		border: 0;
		padding: 0;
	}

	.pg-table td {
		margin-top: 4px;
	}

	.pg-site-footer__inner,
	.pg-site .et-l--footer .et_pb_row,
	.pg-site #footer-widgets {
		grid-template-columns: minmax(0, 1fr);
		padding: var(--pg-space-12) var(--pg-space-6);
	}

	.pg-prefooter__inner {
		padding: var(--pg-space-10) var(--pg-space-6);
	}

	.pg-prefooter h2 {
		font-size: 28px;
	}

	.pg-prefooter .pg-actions {
		width: 100%;
	}

	.pg-mobile-menu__actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pg-mobile-actions {
		align-items: stretch;
		background: var(--pg-white);
		border-top: 1px solid var(--pg-border);
		bottom: 0;
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		left: 0;
		min-height: calc(60px + env(safe-area-inset-bottom));
		opacity: 0;
		padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
		pointer-events: none;
		position: fixed;
		right: 0;
		transform: translateY(110%);
		transition: opacity 180ms ease, transform 180ms ease;
		z-index: 9998;
	}

	.pg-mobile-actions.is-visible {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	body.pg-menu-open .pg-mobile-actions {
		opacity: 0;
		pointer-events: none;
		transform: translateY(110%);
	}

	.pg-mobile-actions a {
		align-items: center;
		border-radius: var(--pg-radius-sm);
		color: var(--pg-ink);
		display: flex;
		font-size: 15px;
		font-weight: 700;
		gap: var(--pg-space-2);
		justify-content: center;
		line-height: 1.2;
		min-height: 52px;
		padding: var(--pg-space-2);
		text-align: center;
		text-decoration: none;
	}

	.pg-mobile-actions__call {
		background: var(--pg-white);
		border: 1px solid var(--pg-ink);
	}

	.pg-mobile-actions__quote {
		background: var(--pg-gold);
		border: 1px solid var(--pg-gold);
	}

	body.pg-thank-you .pg-mobile-actions,
	body.pg-keyboard-open .pg-mobile-actions {
		display: none;
	}

}

@media (max-width: 360px) {
	.pg-mobile-actions a {
		font-size: 14px;
		gap: var(--pg-space-1);
	}

}

@media (prefers-reduced-motion: reduce) {
	.pg-site *,
	.pg-site *::before,
	.pg-site *::after {
		animation-delay: 0ms !important;
		animation-duration: 1ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-delay: 0ms !important;
		transition-duration: 1ms !important;
	}
}

@media print {
	.pg-skip-link,
	.pg-mobile-actions,
	.pg-actions {
		display: none !important;
	}

	body.pg-site {
		background: var(--pg-white);
		color: var(--pg-ink);
		padding-bottom: 0;
	}
}

/* Self-hosted display face: one compact Latin variable file, preloaded in wp_head. */
@font-face {
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 500 800;
	font-stretch: 100%;
	font-display: swap;
	src: url('../fonts/archivo/archivo-latin-wght-500-800.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.pg-site :where(h1, h2, h3, h4) {
	font-family: 'Archivo', Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Resource editorial system. Kept fully scoped so service and location pages retain their own rhythm. */
.pg-resource-article .entry-content {
	padding-top: 0;
}

.pg-resource-article .pg-article-hero__row,
.pg-resource-article .pg-resource-intro__row,
.pg-resource-article .pg-resource-comparison-band .et_pb_row,
		.pg-resource-article .pg-resource-safety .et_pb_row,
		.pg-resource-article .pg-resource-mid-cta .et_pb_row,
		.pg-resource-article .pg-resource-inline-media__row,
		.pg-resource-article .pg-resource-sources .et_pb_row,
.pg-resource-article .pg-resource-final .et_pb_row {
	margin-inline: auto;
	max-width: calc(var(--pg-content-width) + (2 * var(--pg-space-6)));
	padding-inline: var(--pg-space-6);
	width: 100%;
}

.pg-resource-article .pg-article-hero__row,
.pg-resource-article .pg-resource-intro__row {
	align-items: center;
	display: grid;
	gap: clamp(var(--pg-space-8), 5vw, var(--pg-space-16));
	grid-template-columns: minmax(0, 3fr) minmax(320px, 2fr);
}

.pg-resource-article .pg-resource-intro__row {
	align-items: start;
	grid-template-columns: minmax(0, 2fr) minmax(380px, 3fr);
}

.pg-resource-article :where(.pg-article-hero__row, .pg-resource-intro__row) > .et_pb_column {
	float: none;
	margin: 0;
	width: 100% !important;
}

.pg-resource-article .pg-article-hero {
	border-bottom: 8px solid var(--pg-gold);
	padding-block: clamp(var(--pg-space-12), 7vw, var(--pg-space-24));
}

.pg-resource-article .pg-article-hero h1 {
	font-size: clamp(40px, 5vw, 64px);
	line-height: 1.04;
	max-width: 860px;
}

.pg-resource-article .pg-article__dek {
	color: var(--pg-platinum);
	font-size: 21px;
	line-height: 1.55;
	max-width: 720px;
}

.pg-resource-article .pg-breadcrumbs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: var(--pg-space-2);
	margin-bottom: var(--pg-space-10);
}

.pg-resource-article .pg-breadcrumbs a {
	font-weight: 700;
}

.pg-resource-article .pg-resource-meta {
	border-bottom: 1px solid rgb(184 190 196 / 38%);
	border-top: 1px solid rgb(184 190 196 / 38%);
	display: flex;
	flex-wrap: wrap;
	gap: var(--pg-space-2) var(--pg-space-6);
	list-style: none;
	margin: var(--pg-space-8) 0 0;
	padding: var(--pg-space-4) 0;
}

.pg-resource-article .pg-resource-meta li {
	color: var(--pg-platinum);
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.pg-resource-article .pg-resource-meta li + li::before {
	color: var(--pg-gold);
	content: "/";
	font-weight: 700;
	margin-right: var(--pg-space-6);
}

/* Divi applies generic entry-content list spacing; keep editorial lists deterministic. */
body.pg-site #main-content .pg-resource-article .pg-resource-meta {
	list-style: none;
	margin: var(--pg-space-8) 0 0;
	padding: var(--pg-space-4) 0;
}

body.pg-site #main-content .pg-resource-article .pg-resource-toc ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.pg-site #main-content .pg-resource-article :is(.pg-article__bullets, .pg-resource-checklist) {
	list-style: none;
	margin: var(--pg-space-8) 0 0;
	padding: 0;
}

body.pg-site #main-content .pg-resource-article :is(.pg-resource-meta, .pg-resource-toc ol, .pg-article__bullets, .pg-resource-checklist) > li {
	margin: 0;
}

body.pg-site #main-content .pg-resource-article :is(.pg-resource-meta, .pg-resource-toc ol) > li {
	padding: 0;
}

body.pg-site #main-content .pg-resource-article :is(.pg-article__bullets, .pg-resource-checklist) > li {
	padding: var(--pg-space-4) 0;
}

.pg-resource-article .pg-resource-figure {
	margin: 0;
}

.pg-resource-article .pg-resource-figure img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.pg-resource-article .pg-resource-inline-media {
	padding-block: clamp(var(--pg-space-10), 6vw, var(--pg-space-24));
}

.pg-resource-article .pg-resource-inline-media__row {
	margin-inline: auto;
	max-width: calc(var(--pg-content-width) + (2 * var(--pg-space-6)));
	padding-inline: var(--pg-space-6);
	width: 100%;
}

.pg-resource-article .pg-resource-inline-media__row > .et_pb_column {
	float: none;
	margin: 0;
	width: 100% !important;
}

.pg-resource-article .pg-resource-figure--inline img {
	aspect-ratio: 16 / 9;
	max-height: 640px;
}

.pg-resource-figure figcaption {
	border-top: 1px solid rgb(184 190 196 / 38%);
	color: var(--pg-platinum);
	font-size: 13px;
	line-height: 1.45;
	padding-top: var(--pg-space-3);
}

.pg-site .et_pb_section.pg-resource-article--urgent-safety {
	background-color: var(--pg-safety-soft) !important;
	border-bottom-color: var(--pg-safety-red);
	border-top: 8px solid var(--pg-safety-red);
	color: var(--pg-ink);
}

.pg-resource-article--urgent-safety .pg-article__dek,
.pg-resource-article--urgent-safety .pg-resource-meta li,
.pg-resource-article--urgent-safety .pg-resource-figure figcaption {
	color: var(--pg-ink);
}

.pg-resource-article--urgent-safety .pg-eyebrow {
	color: var(--pg-safety-red);
}

.pg-resource-article--urgent-safety a {
	color: var(--pg-blue-dark);
}

.pg-site .et_pb_section.pg-resource-article--checklist {
	background-color: var(--pg-blue-dark) !important;
	border-bottom-color: var(--pg-gold);
}

.pg-site .et_pb_section.pg-resource-article--planning {
	background-color: var(--pg-charcoal) !important;
	border-bottom-color: var(--pg-utility-blue);
}

.pg-resource-article .pg-resource-safety {
	background: var(--pg-white);
	padding-block: var(--pg-space-10);
}

.pg-resource-article .pg-resource-safety__copy aside {
	border-left: 5px solid var(--pg-utility-blue);
	padding: var(--pg-space-2) 0 var(--pg-space-2) var(--pg-space-8);
}

.pg-resource-article .pg-resource-safety__copy h2 {
	font-size: 28px;
	margin-bottom: var(--pg-space-4);
}

.pg-resource-article .pg-resource-safety__copy p:last-child {
	max-width: 900px;
}

.pg-resource-article .pg-resource-emergency {
	background: var(--pg-safety-soft);
	border-left-color: var(--pg-safety-red) !important;
	padding-block: var(--pg-space-6) !important;
}

.pg-resource-article .pg-resource-emergency .pg-eyebrow {
	color: var(--pg-safety-red);
}

.pg-resource-article .pg-resource-intro {
	padding-block: var(--pg-space-16);
}

.pg-resource-article .pg-resource-answer {
	border-top: 6px solid var(--pg-gold);
	padding-top: var(--pg-space-6);
}

.pg-resource-article .pg-resource-answer h2,
.pg-resource-article .pg-resource-toc h2 {
	font-size: 28px;
}

.pg-resource-toc {
	border-left: 1px solid var(--pg-platinum);
	padding-left: var(--pg-space-8);
}

.pg-resource-toc ol {
	display: grid;
	gap: 0 var(--pg-space-8);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.pg-resource-toc li {
	border-top: 1px solid var(--pg-border);
	margin: 0;
}

.pg-resource-toc li:nth-last-child(-n + 2) {
	border-bottom: 1px solid var(--pg-border);
}

.pg-resource-toc a {
	align-items: baseline;
	color: var(--pg-ink);
	display: grid;
	font-size: 15px;
	font-weight: 700;
	gap: var(--pg-space-3);
	grid-template-columns: 28px minmax(0, 1fr);
	line-height: 1.4;
	min-height: 56px;
	padding-block: var(--pg-space-3);
	text-decoration: none;
}

.pg-resource-toc a:hover {
	color: var(--pg-utility-blue);
	text-decoration: underline;
}

.pg-resource-toc a span {
	color: var(--pg-gold-dark);
	font-variant-numeric: tabular-nums;
}

.pg-resource-article .pg-resource-intro--planning .pg-resource-intro__answer {
	order: 2;
}

.pg-resource-article .pg-resource-intro--planning .pg-resource-intro__toc {
	order: 1;
}

.pg-resource-article .pg-resource-intro--planning .pg-resource-intro__row {
	grid-template-columns: minmax(380px, 3fr) minmax(0, 2fr);
}

.pg-resource-article .pg-resource-intro--urgent-safety {
	background: var(--pg-safety-soft);
}

.pg-resource-article .pg-resource-intro--urgent-safety .pg-resource-answer {
	border-top-color: var(--pg-safety-red);
}

.pg-resource-article .pg-resource-comparison-band {
	padding-block: var(--pg-space-16);
}

.pg-resource-article .pg-resource-comparison-wrap {
	overflow-x: auto;
}

.pg-resource-comparison {
	border-collapse: collapse;
	font-size: 16px;
	margin-top: var(--pg-space-8);
	min-width: 620px;
	width: 100%;
}

.pg-resource-comparison caption {
	color: var(--pg-steel);
	font-size: 14px;
	padding-bottom: var(--pg-space-3);
	text-align: left;
}

.pg-resource-comparison :where(th, td) {
	border-bottom: 1px solid var(--pg-border);
	padding: var(--pg-space-4) var(--pg-space-3);
	text-align: left;
	vertical-align: top;
}

.pg-resource-comparison thead th {
	background: var(--pg-ink);
	color: var(--pg-white);
	font-size: 13px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pg-resource-comparison tbody th {
	color: var(--pg-blue-dark);
	font-weight: 700;
	width: 30%;
}

.pg-resource-article .pg-resource-section {
	padding-block: var(--pg-space-16);
}

.pg-resource-article .pg-resource-section h2 {
	max-width: 700px;
}

.pg-resource-article .pg-resource-section p + p {
	margin-top: var(--pg-space-5);
}

.pg-resource-article .pg-article__bullets {
	border-bottom: 1px solid var(--pg-border);
	list-style: none;
	margin: var(--pg-space-8) 0 0;
	padding: 0;
}

.pg-resource-article .pg-article__bullets li {
	border-top: 1px solid var(--pg-border);
	display: grid;
	gap: var(--pg-space-3);
	grid-template-columns: 10px minmax(0, 1fr);
	padding-block: var(--pg-space-4);
}

.pg-resource-article .pg-article__bullets li::before {
	background: var(--pg-gold);
	content: "";
	height: 8px;
	margin-top: 10px;
	width: 8px;
}

.pg-resource-checklist {
	border-bottom: 1px solid var(--pg-border);
	list-style: none;
	margin: var(--pg-space-8) 0 0;
	padding: 0;
}

.pg-resource-checklist li {
	align-items: start;
	border-top: 1px solid var(--pg-border);
	display: grid;
	gap: var(--pg-space-4);
	grid-template-columns: 28px minmax(0, 1fr);
	padding-block: var(--pg-space-4);
}

.pg-resource-checklist__marker {
	border: 2px solid var(--pg-utility-blue);
	display: block;
	height: 22px;
	margin-top: 3px;
	position: relative;
	width: 22px;
}

.pg-resource-checklist__marker::after {
	border-bottom: 2px solid var(--pg-utility-blue);
	border-right: 2px solid var(--pg-utility-blue);
	content: "";
	height: 10px;
	left: 7px;
	position: absolute;
	top: 2px;
	transform: rotate(40deg);
	width: 5px;
}

.pg-resource-article .pg-resource-step {
	align-items: center;
	color: var(--pg-blue-dark);
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: var(--pg-space-3);
	margin-bottom: var(--pg-space-4);
	text-transform: uppercase;
}

.pg-resource-article .pg-resource-step__number {
	color: var(--pg-utility-blue);
	font-family: 'Archivo', Manrope, sans-serif;
	font-size: 38px;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.pg-resource-article .pg-resource-section--milestone .pg-row--reading {
	border-top: 8px solid var(--pg-utility-blue);
	padding-top: var(--pg-space-8);
}

.pg-resource-article .pg-resource-section--contrast .pg-row--reading {
	background: var(--pg-blue-soft);
	border-left: 5px solid var(--pg-utility-blue);
	max-width: calc(var(--pg-reading-width) + (2 * var(--pg-space-10)));
	padding-block: var(--pg-space-8);
	padding-inline: var(--pg-space-8);
}

.pg-resource-article .pg-resource-section--checkpoint .pg-row--reading {
	border-top: 8px solid var(--pg-gold);
	padding-top: var(--pg-space-8);
}

.pg-resource-article .pg-resource-section--warning .pg-row--reading {
	background: var(--pg-safety-soft);
	border-left: 5px solid var(--pg-safety-red);
	max-width: calc(var(--pg-reading-width) + (2 * var(--pg-space-10)));
	padding-block: var(--pg-space-8);
	padding-inline: var(--pg-space-8);
}

.pg-resource-article .pg-resource-mid-cta {
	border-bottom: 1px solid rgb(184 190 196 / 28%);
	border-top: 1px solid rgb(184 190 196 / 28%);
	padding-block: var(--pg-space-12);
}

.pg-resource-article .pg-resource-mid-cta__copy h2 {
	font-size: 32px;
}

.pg-resource-article .pg-resource-sources {
	padding-block: var(--pg-space-12);
}

.pg-resource-article .pg-source-list {
	border-bottom: 1px solid var(--pg-border);
	list-style: decimal-leading-zero;
	margin-top: var(--pg-space-6);
	padding-left: var(--pg-space-8);
}

.pg-resource-article .pg-source-list li {
	border-top: 1px solid var(--pg-border);
	padding: var(--pg-space-3) 0 var(--pg-space-3) var(--pg-space-2);
}

.pg-resource-article .pg-resource-final {
	border-top: 8px solid var(--pg-gold);
	padding-block: var(--pg-space-16);
}

.pg-resource-author {
	background: var(--pg-gold-soft);
	padding-block: var(--pg-space-16);
}

.pg-resource-author__inner {
	align-items: center;
	display: grid;
	gap: var(--pg-space-10);
	grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
	margin-inline: auto;
	max-width: 980px;
	padding-inline: var(--pg-space-6);
}

.pg-resource-author__image {
	display: block;
	overflow: hidden;
}

.pg-resource-author__image img {
	aspect-ratio: 4 / 3;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pg-resource-author__copy h2 {
	font-size: 34px;
}

.pg-resource-author__link {
	color: var(--pg-blue-dark);
	display: inline-block;
	font-weight: 800;
	margin-top: var(--pg-space-3);
}

@media (max-width: 980px) {
	.pg-resource-article .pg-article-hero__row,
	.pg-resource-article .pg-resource-intro__row,
	.pg-resource-article .pg-resource-intro--planning .pg-resource-intro__row {
		gap: var(--pg-space-8);
		grid-template-columns: minmax(0, 1fr);
	}

	.pg-resource-article .pg-resource-intro--planning .pg-resource-intro__answer,
	.pg-resource-article .pg-resource-intro--planning .pg-resource-intro__toc {
		order: initial;
	}

	.pg-resource-article .pg-resource-figure img {
		aspect-ratio: 16 / 9;
		max-height: 520px;
	}
}

@media (max-width: 767px) {
	.pg-resource-author__inner {
		grid-template-columns: 1fr;
		padding-inline: 24px;
	}

	.pg-resource-author__image img {
		max-height: 320px;
	}

	.pg-resource-article .pg-article-hero__row,
	.pg-resource-article .pg-resource-intro__row,
	.pg-resource-article .pg-resource-section .pg-row--reading,
	.pg-resource-article .pg-resource-comparison-band .et_pb_row,
	.pg-resource-article .pg-resource-safety .et_pb_row,
	.pg-resource-article .pg-resource-mid-cta .et_pb_row,
	.pg-resource-article .pg-resource-inline-media__row,
	.pg-resource-article .pg-resource-sources .et_pb_row,
	.pg-resource-article .pg-resource-final .et_pb_row {
		padding-inline: 24px;
	}

	.pg-resource-article .pg-article-hero__visual {
		order: -1;
	}

	.pg-resource-article .pg-article-hero h1 {
		font-size: 36px;
	}

	.pg-resource-article .pg-article__dek {
		font-size: 18px;
	}

	.pg-resource-article .pg-resource-meta {
		display: grid;
		gap: var(--pg-space-2);
	}

	.pg-resource-article .pg-resource-meta li + li::before {
		content: none;
	}

	.pg-resource-toc {
		border-left: 0;
		border-top: 1px solid var(--pg-platinum);
		padding-left: 0;
		padding-top: var(--pg-space-8);
	}

	.pg-resource-toc ol {
		grid-template-columns: minmax(0, 1fr);
	}

	.pg-resource-toc li:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.pg-resource-toc li:last-child {
		border-bottom: 1px solid var(--pg-border);
	}

	.pg-resource-article .pg-resource-safety__copy aside,
	.pg-resource-article .pg-resource-section--contrast .pg-row--reading,
	.pg-resource-article .pg-resource-section--warning .pg-row--reading {
		padding-left: var(--pg-space-5);
		padding-right: var(--pg-space-4);
	}

	.pg-resource-article .pg-resource-figure img {
		aspect-ratio: 16 / 10;
		height: auto;
		max-height: none;
	}

	.pg-resource-article .pg-resource-step__number {
		font-size: 32px;
	}

	.pg-resource-article .pg-resource-comparison-wrap {
		overflow: visible;
	}

	.pg-resource-comparison,
	.pg-resource-comparison tbody,
	.pg-resource-comparison tr,
	.pg-resource-comparison th,
	.pg-resource-comparison td {
		display: block;
		min-width: 0;
		width: 100%;
	}

	.pg-resource-comparison {
		margin-top: var(--pg-space-6);
	}

	.pg-resource-comparison caption {
		display: block;
		padding: 0 16px var(--pg-space-3);
		width: 100%;
	}

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

	.pg-resource-comparison tbody tr {
		border-top: 1px solid var(--pg-border);
		padding: 18px 16px;
	}

	body.pg-site #main-content .pg-resource-article table.pg-resource-comparison :is(th, td) {
		border: 0;
		padding: 0;
	}

	.pg-resource-comparison td {
		margin-top: 6px;
	}

	body.pg-site #main-content .pg-resource-article table.pg-resource-comparison tbody tr {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.pg-site #main-content .pg-resource-article table.pg-resource-comparison tbody :is(th, td) {
		display: block !important;
		overflow-wrap: normal;
		width: 100% !important;
		word-break: normal;
	}

	body.pg-site #main-content .pg-resource-article table.pg-resource-comparison tbody th {
		font-size: 15px;
		line-height: 1.35;
		margin-bottom: 6px;
	}

	.pg-resource-article .pg-resource-section {
		padding-block: var(--pg-space-12);
	}

	.pg-resource-article .pg-resource-comparison-band .et_pb_row,
	.pg-resource-article .pg-resource-section .pg-row--reading {
		padding-block: 0;
	}
}

@media (max-width: 767px) {
	body.pg-site {
		padding-bottom: 0;
	}

	body.pg-site.pg-mobile-actions-visible {
		padding-bottom: calc(76px + env(safe-area-inset-bottom));
	}

	.pg-site-footer__inner,
	.pg-site .et-l--footer .et_pb_row,
	.pg-site #footer-widgets {
		gap: 30px 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 40px 24px 32px;
	}

	.pg-site-footer__brand {
		align-items: center;
		border-bottom: 1px solid rgb(184 190 196 / 24%);
		display: grid;
		gap: 18px;
		grid-column: 1 / -1;
		grid-template-columns: 112px minmax(0, 1fr);
		order: 1;
		padding-bottom: 28px;
	}

	.pg-site-footer__brand .custom-logo {
		margin: 0;
		max-height: 66px;
		max-width: 112px;
	}

	.pg-site-footer__brand p {
		font-size: 14px;
		line-height: 1.55;
		margin: 0;
	}

	.pg-site-footer__inner > nav {
		min-width: 0;
		order: 3;
	}

	.pg-site-footer__inner > nav h2 {
		border-bottom: 1px solid rgb(184 190 196 / 24%);
		margin: 0 0 5px;
		padding-bottom: 12px;
	}

	.pg-site-footer nav a,
	.pg-site-footer__contact a {
		align-items: center;
		display: flex;
		font-size: 15px;
		line-height: 1.3;
		min-height: 44px;
		overflow-wrap: anywhere;
		text-decoration: none;
	}

	.pg-site-footer li {
		margin: 0;
	}

	.pg-site-footer__contact {
		border-bottom: 1px solid rgb(184 190 196 / 24%);
		grid-column: 1 / -1;
		order: 2;
		padding-bottom: 30px;
	}

	.pg-site-footer__contact h2 {
		font-size: 24px;
		margin: 0 0 12px;
	}

	.pg-site-footer__contact ul {
		display: grid;
		gap: 8px 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pg-site-footer__contact-quote {
		grid-column: 1 / -1;
	}

	.pg-site #main-footer .pg-site-footer__contact-quote a {
		background: var(--pg-gold);
		color: var(--pg-ink);
		font-weight: 800;
		justify-content: center;
		margin-top: 8px;
		min-height: 48px;
		padding: 10px 16px;
	}

	.pg-site-footer__legal {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		padding: 20px 24px calc(28px + env(safe-area-inset-bottom));
	}

	.pg-site-footer__legal p {
		line-height: 1.5;
	}

	.pg-site-footer__legal-links {
		gap: 18px;
	}

	.pg-site-footer__legal-links a,
	.pg-site-footer__legal-links button {
		min-height: 44px;
	}
}

@media (max-width: 359px) {
	.pg-site-footer__brand {
		align-items: start;
		grid-template-columns: minmax(0, 1fr);
	}

	.pg-site-footer__contact ul {
		grid-template-columns: minmax(0, 1fr);
	}

	.pg-site-footer__contact-quote {
		grid-column: 1;
	}
}

@media print {
	.pg-resource-article .pg-article-hero,
	.pg-resource-article .pg-resource-safety,
	.pg-resource-article .pg-resource-intro,
	.pg-resource-article .pg-resource-section,
	.pg-resource-article .pg-resource-sources,
	.pg-resource-article .pg-resource-final {
		background: var(--pg-white) !important;
		color: var(--pg-ink) !important;
	}

	.pg-resource-article .pg-resource-figure,
	.pg-resource-article .pg-resource-mid-cta,
	.pg-resource-article .pg-resource-final {
		display: none;
	}
}
