/* Contact Us page — bespoke, one-off */

/* ---------- Hero ---------- */
.pg-contact-hero {
	background: radial-gradient(130% 120% at 84% -10%, #16294C 0%, #0E1B3A 42%, #0A1430 100%);
	border-bottom: 1px solid #0A1430;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.pg-contact-hero-grid {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: radial-gradient(120% 100% at 50% 0%, #000 40%, transparent 78%);
	-webkit-mask-image: radial-gradient(120% 100% at 50% 0%, #000 40%, transparent 78%);
	pointer-events: none;
}

.pg-contact-hero-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 80px 64px 84px;
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.12fr 0.88fr;
	gap: 60px;
	align-items: center;
}

/* Matches .pg-home-hero-kicker's styling exactly (home-page.css), but white instead of that
   kicker's #FF6477 accent — a plain label, no pill/background/border/padding. */
.pg-contact-eyebrow-pill {
	font: 700 12.5px/1.5 'Hanken Grotesk', sans-serif;
	letter-spacing: .16em;
	color: #fff;
	margin-bottom: 24px;
}

@keyframes pgContactLivePulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: .6; transform: scale(.85); }
}

.pg-contact-h1 {
	font: 700 58px/1.04 'Bricolage Grotesque', sans-serif !important;
	letter-spacing: -0.028em;
	margin: 0 0 22px !important;
	color: #fff !important;
}

.pg-contact-h1 .accent { color: #FF6477; }

.pg-contact-hero-sub {
	font: 400 19px/1.6 'Hanken Grotesk', sans-serif !important;
	color: #B8C0D2 !important;
	max-width: 540px;
	margin: 0 0 30px !important;
}

.pg-contact-trust-row {
	display: flex;
	align-items: center;
	gap: 18px;
	font: 600 13px/1.5 'Hanken Grotesk', sans-serif;
	color: #9AA6BD;
	flex-wrap: wrap;
}

.pg-contact-trust-row span:not(.sep) { color: #fff; }

.pg-contact-trust-row .sep {
	width: 4px;
	height: 4px;
	background: #FF6477;
	border-radius: 50%;
}

.pg-contact-quickcard {
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 3px;
	padding: 30px;
}

.pg-contact-quickcard-label {
	font: 500 12px/1 'Hanken Grotesk', sans-serif;
	letter-spacing: .12em;
	color: #8A93A6;
	margin-bottom: 22px;
}

.pg-contact-quickcard-link {
	display: flex;
	align-items: center;
	gap: 13px;
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 3px;
	padding: 16px 18px;
	text-decoration: none;
	margin-bottom: 11px;
	transition: border-color .15s ease;
}

.pg-contact-quickcard-link:hover { border-color: #fff; }
.pg-contact-quickcard-link:last-of-type { margin-bottom: 22px; }

.pg-contact-quickcard-link .icon.teal { color: #46C2A8; }
.pg-contact-quickcard-link .icon.blue { color: #7FB2FF; }

.pg-contact-quickcard-link .t {
	display: block;
	font: 700 15px/1.2 'Hanken Grotesk', sans-serif;
	color: #fff;
}

.pg-contact-quickcard-link .k {
	display: block;
	font: 400 12.5px/1.3 'Hanken Grotesk', sans-serif;
	color: #9AA6BD;
	margin-top: 2px;
}

.pg-contact-quickcard-people {
	display: flex;
	gap: 14px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.1);
	align-items: center;
}

.pg-contact-quickcard-people img {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	object-fit: cover;
}

.pg-contact-quickcard-people img:last-of-type { margin-left: -14px; }

.pg-contact-quickcard-people .t {
	font: 600 13px/1.3 'Hanken Grotesk', sans-serif;
	color: #fff;
}

.pg-contact-quickcard-people .k {
	font: 400 12px/1.3 'Hanken Grotesk', sans-serif;
	color: #9AA6BD;
	margin-top: 2px;
}

/* ---------- Advisory value CTA ---------- */
.pg-contact-value-cta {
	background: #CB0E2A;
	color: #fff;
}

.pg-contact-value-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 74px 64px;
	text-align: center;
}

.pg-contact-value-label {
	font: 600 12px/1 'Hanken Grotesk', sans-serif;
	letter-spacing: .16em;
	color: #FBD5DA;
	margin-bottom: 22px;
}

.pg-contact-value-inner h2 {
	font: 700 40px/1.1 'Bricolage Grotesque', sans-serif !important;
	letter-spacing: -0.024em;
	margin: 0 0 22px !important;
	color: #fff !important;
}

.pg-contact-value-inner p {
	font: 400 19px/1.62 'Hanken Grotesk', sans-serif !important;
	color: #FCE9EB !important;
	max-width: 760px;
	margin: 0 auto !important;
}

.pg-contact-value-inner p strong { color: #fff; }

/* ---------- Shared numbered badge ---------- */
.pg-contact-badge {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.pg-contact-badge .num {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	background: #CB0E2A;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	font: 800 13px/1 'Hanken Grotesk', sans-serif;
}

.pg-contact-badge .label {
	font: 700 11.5px/1.5 'Hanken Grotesk', sans-serif;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #0C1A3A;
}

/* ---------- Form section ---------- */
.pg-contact-form-section {
	max-width: 1240px;
	margin: 0 auto;
	padding: 72px 64px;
}

.pg-contact-form-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	gap: 64px;
	align-items: start;
	/* #cf-form anchor target — clears the (now actually working) sticky
	   header with buffer for the small post-load layout shift that nudges
	   the landing position up (Aug-12 handoff). */
	scroll-margin-top: 120px;
}

.pg-contact-form-h2 {
	font: 700 38px/1.1 'Bricolage Grotesque', sans-serif !important;
	letter-spacing: -0.022em;
	margin: 0 0 22px !important;
	color: #14161E !important;
}

.pg-contact-notice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 28px;
	padding: 13px 15px;
	background: #FBF3F4;
	border: 1px solid #F1D9DD;
	border-radius: 8px;
}

.pg-contact-notice .icon {
	flex-shrink: 0;
	color: #CB0E2A;
	margin-top: 1px;
}

.pg-contact-notice span:last-child {
	font: 500 13px/1.55 'Hanken Grotesk', sans-serif;
	color: #7A4A4F;
}

/* Contact Form 7 field styling to match the source's .cf/.cf-sel inputs */
.pg-contact-form .wpcf7-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.pg-contact-form .wpcf7-form > p {
	margin: 0;
}

.pg-contact-form .wpcf7-form > p:nth-of-type(7) {
	grid-column: 1 / -1;
}

/* Spam-check quiz row (CF7 [quiz] tag, 2026-09-07 demo): full-width row above the footer.
   CF7 renders the question as <label><span class="wpcf7-quiz-label">…</span> <input></label>,
   so the generic label rule already styles the question text; only the wrap gap and the
   answer box width need overriding. */
.pg-contact-form .pg-cf-quiz {
	grid-column: 1 / -1;
}

.pg-contact-form .pg-cf-quiz p {
	margin: 0;
}

.pg-contact-form .pg-cf-quiz .wpcf7-form-control-wrap {
	margin-top: 0;
}

.pg-contact-form .pg-cf-quiz .wpcf7-quiz-label {
	display: block;
	margin-bottom: 8px;
}

.pg-contact-form .pg-cf-quiz input.wpcf7-quiz {
	max-width: 240px;
}

/* Form footer: exactly two columns — note text left (wraps to two rows), submit right.
   The hCaptcha hidden fields are auto-injected next to the [submit] tag inside the action
   column, and CF7 appends its spinner right after the button (so it sits below it). */
.pg-contact-form .pg-cf-foot {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 6px;
	flex-wrap: wrap;
}

.pg-contact-form .pg-cf-foot-note {
	flex: 1;
	min-width: 0;
}

.pg-contact-form .pg-cf-foot-action {
	flex-shrink: 0;
}

/* CF7's autop wraps each column's content in an inner <p> — flatten its margins,
   and stack the action column (hidden captcha fields, button, spinner below it). */
.pg-contact-form .pg-cf-foot p {
	margin: 0;
}

.pg-contact-form .pg-cf-foot-action p {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.pg-contact-form .wpcf7-form label {
	display: block;
	font: 600 12px/1 'Hanken Grotesk', sans-serif;
	color: #5A5F6E;
	margin-bottom: 0;
}

/* The control sits INSIDE the CF7 label (label text + <br> + wrap); the handoff's
   label-to-field gap is 8px, so the gap lives on the wrap and the <br> is suppressed. */
.pg-contact-form .wpcf7-form label br {
	display: none;
}

.pg-contact-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
}

.pg-contact-form input.wpcf7-form-control,
.pg-contact-form select.wpcf7-form-control,
.pg-contact-form textarea.wpcf7-form-control {
	width: 100%;
	font: 400 15px/1.4 'Hanken Grotesk', sans-serif;
	color: #14161E;
	background: #fff;
	border: 1px solid #DCE0E6;
	border-radius: 10px;
	padding: 13px 15px;
	outline: none;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.pg-contact-form input.wpcf7-form-control::placeholder,
.pg-contact-form textarea.wpcf7-form-control::placeholder {
	color: #9AA0AC;
}

.pg-contact-form input.wpcf7-form-control:focus,
.pg-contact-form select.wpcf7-form-control:focus,
.pg-contact-form textarea.wpcf7-form-control:focus {
	border-color: #CB0E2A;
	box-shadow: 0 0 0 3px rgba(203,14,42,.10);
}

.pg-contact-form select.wpcf7-form-control {
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23676F7E' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 38px;
}

.pg-contact-form textarea.wpcf7-form-control {
	resize: vertical;
}

.pg-contact-form .pg-cf-note {
	font: 400 12.5px/1.5 'Hanken Grotesk', sans-serif;
	color: #676F7E;
}

.pg-contact-form input.wpcf7-submit {
	/* the shared input.wpcf7-form-control rule sets width:100% — the submit must size to its label */
	width: auto;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	white-space: nowrap;
	background: #CB0E2A;
	color: #fff;
	border: none;
	padding: 16px 30px;
	border-radius: 4px;
	font: 700 15px/1 'Hanken Grotesk', sans-serif;
	cursor: pointer;
	box-shadow: 0 12px 30px rgba(203,14,42,.3);
	transition: transform .15s ease;
}

.pg-contact-form input.wpcf7-submit:hover {
	transform: translateY(-2px);
}

.pg-contact-form .wpcf7-response-output {
	grid-column: 1 / -1;
	margin: 18px 0 0 !important;
	font: 500 13px/1.5 'Hanken Grotesk', sans-serif;
}

/* ---------- Form aside (testimonial + steps) ---------- */
.pg-contact-aside {
	background: #F7F8FA;
	border: 1px solid #ECEEF2;
	border-radius: 3px;
	padding: 32px 30px;
}

.pg-contact-testimonial-card {
	background: linear-gradient(150deg, #CB0E2A, #A50C22);
	border-radius: 12px;
	padding: 26px 28px;
	box-shadow: 0 16px 40px rgba(203,14,42,.26);
}

.pg-contact-testimonial-mark {
	font: 700 46px/0.9 'Bricolage Grotesque', sans-serif;
	color: rgba(255,255,255,.45);
	height: 26px;
	overflow: hidden;
}

.pg-contact-testimonial-card p {
	font: 400 italic 15.5px/1.58 'Hanken Grotesk', sans-serif !important;
	color: #fff !important;
	margin: 0 0 20px !important;
}

.pg-contact-testimonial-attr {
	display: flex;
	align-items: center;
	gap: 12px;
}

.pg-contact-testimonial-bar {
	width: 24px;
	height: 2px;
	background: rgba(255,255,255,.75);
	flex-shrink: 0;
}

.pg-contact-testimonial-name {
	line-height: 1.1;
	min-width: 0;
	flex: 1;
}

.pg-contact-testimonial-name .who {
	font: 700 12px/1.4 'Hanken Grotesk', sans-serif;
	letter-spacing: .06em;
	color: #fff;
}

.pg-contact-testimonial-name .role {
	font: 400 12.5px/1.4 'Hanken Grotesk', sans-serif;
	color: #FBD5DA;
	display: block;
	max-width: 130px;
}

.pg-contact-testimonial-logo {
	flex-shrink: 0;
	background: #fff;
	border-radius: 6px;
	padding: 7px 12px;
	display: flex;
	align-items: center;
}

/* Smaller screens: the client logo moves from the attribution row to the top
   of the card, centered. It lives inside .pg-contact-testimonial-attr in the
   markup, so it's lifted out visually via absolute positioning; the card's
   extra top padding reserves the row it occupies (logo chip is ~30px tall). */
@media (max-width: 700px) {
	.pg-contact-testimonial-card {
		position: relative;
		padding-top: 78px;
	}
	.pg-contact-testimonial-logo {
		position: absolute;
		top: 26px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.pg-contact-steps-label {
	font: 600 12px/1 'Hanken Grotesk', sans-serif;
	letter-spacing: .12em;
	color: #CB0E2A;
	margin: 30px 0 20px;
	padding-top: 26px;
	border-top: 1px solid #E2E6EC;
}

.pg-contact-steps {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.pg-contact-step {
	display: flex;
	gap: 14px;
}

.pg-contact-step .n {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	border-radius: 9px;
	background: #fff;
	border: 1px solid #E2E4EA;
	display: flex;
	align-items: center;
	justify-content: center;
	font: 700 13px/1 'Hanken Grotesk', sans-serif;
	color: #CB0E2A;
}

.pg-contact-step .t {
	font: 700 14.5px/1.3 'Hanken Grotesk', sans-serif;
	margin-bottom: 4px;
}

.pg-contact-step .d {
	font: 400 13.5px/1.55 'Hanken Grotesk', sans-serif;
	color: #5A5F6E;
}

/* ---------- Speak with team ---------- */
.pg-contact-team-section {
	background: #EEF2F8;
	border-top: 1px solid #DEE5F0;
}

.pg-contact-team-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 88px 64px;
}

.pg-contact-team-header {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 48px;
}

.pg-contact-team-header .bar {
	width: 46px;
	height: 3px;
	background: #CB0E2A;
	border-radius: 2px;
	flex-shrink: 0;
}

.pg-contact-team-header h2 {
	font: 700 34px/1.05 'Bricolage Grotesque', sans-serif !important;
	letter-spacing: -0.022em;
	margin: 0 !important;
	color: #14161E !important;
}

.pg-contact-team-grid {
	display: grid;
	grid-template-columns: 0.82fr 1.18fr;
	gap: 56px;
	align-items: stretch;
}

.pg-contact-team-photo {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 22px 54px rgba(20,22,30,.18);
	min-height: 400px;
}

.pg-contact-team-photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% calc(18% + 19px);
}

.pg-contact-team-photo-scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10,12,20,0) 36%, rgba(10,12,20,.6) 64%, rgba(10,12,20,.94) 100%);
}

.pg-contact-team-photo-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 32px 30px 28px;
}

.pg-contact-team-photo-caption p {
	font: 400 italic 15px/1.52 'Hanken Grotesk', sans-serif !important;
	color: #fff !important;
	margin: 0 0 20px !important;
}

.pg-contact-team-photo-caption .name {
	font: 800 21px/1.12 'Bricolage Grotesque', sans-serif;
	color: #fff;
	letter-spacing: -0.012em;
}

.pg-contact-team-photo-caption .role {
	font: 400 12.5px/1.45 'Hanken Grotesk', sans-serif;
	color: #C1C9D8;
	margin-top: 6px;
}

.pg-contact-phone-label {
	font: 700 11.5px/1.5 'Hanken Grotesk', sans-serif;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #14161E;
	margin-bottom: 24px;
}

.pg-contact-phone-table {
	border-top: 2px solid #14161E;
}

.pg-contact-phone-table .head-row {
	display: grid;
	grid-template-columns: 1.25fr 1.35fr 1fr;
	gap: 20px;
	padding: 15px 4px;
	font: 700 10.5px/1.4 'Hanken Grotesk', sans-serif;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #676F7E;
}

.pg-contact-phone-table .row {
	display: grid;
	grid-template-columns: 1.25fr 1.35fr 1fr;
	gap: 20px;
	padding: 22px 4px;
	border-bottom: 1px solid #E6E9EF;
	align-items: center;
}

.pg-contact-phone-table .region {
	font: 700 17px/1.3 'Hanken Grotesk', sans-serif;
	color: #14161E;
}

.pg-contact-phone-table a {
	font: 700 17px/1.3 'Hanken Grotesk', sans-serif;
	color: #CB0E2A;
	text-decoration: none;
}

.pg-contact-phone-table .hours {
	font: 400 15px/1.4 'Hanken Grotesk', sans-serif;
	color: #6E7686;
}

.pg-contact-team-grid > div:last-child > p {
	margin: 22px 0 0;
	font: 400 15px/1.6 'Hanken Grotesk', sans-serif;
	color: #5A6275;
}

.pg-contact-team-grid > div:last-child > p a {
	color: #CB0E2A;
	font-weight: 600;
	text-decoration: none;
}

.pg-contact-offices {
	margin-top: 48px;
}

.pg-contact-offices-label {
	font: 700 11.5px/1.5 'Hanken Grotesk', sans-serif;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #14161E;
	margin-bottom: 18px;
}

.pg-contact-offices-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}

.pg-contact-office-card {
	background: #fff;
	border: 1px solid #E2E6EC;
	border-radius: 12px;
	padding: 28px 30px;
}

.pg-contact-office-card .label {
	font: 700 11px/1.5 'Hanken Grotesk', sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #CB0E2A;
	margin-bottom: 14px;
}

.pg-contact-office-card .addr {
	font: 400 15.5px/1.7 'Hanken Grotesk', sans-serif;
	color: #42475A;
}

.pg-contact-office-card .addr a {
	color: #42475A;
	text-decoration: none;
	font-weight: 600;
}

/* ---------- FAQ ---------- */
.pg-contact-faq-section {
	background: #fff;
	border-top: 1px solid #ECEEF2;
}

.pg-contact-faq-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 92px 64px;
}

.pg-contact-faq-eyebrow {
	font: 700 11.5px/1.5 'Hanken Grotesk', sans-serif;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #676F7E;
	margin-bottom: 15px;
}

.pg-contact-faq-eyebrow .num { color: #CB0E2A; }

.pg-contact-faq-inner h2 {
	font: 700 42px/1.06 'Bricolage Grotesque', sans-serif !important;
	letter-spacing: -0.026em;
	margin: 0 0 42px !important;
	color: #14161E !important;
}

.pg-contact-faq-list {
	border-top: 1px solid #E6E9EF;
}

.pg-contact-faq-list details {
	border-bottom: 1px solid #E6E9EF;
	padding: 22px 0;
}

.pg-contact-faq-list summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font: 700 17px/1.3 'Bricolage Grotesque', sans-serif;
	color: #14161E;
	list-style: none;
}

.pg-contact-faq-list summary::-webkit-details-marker {
	display: none;
}

.pg-contact-faq-list .faq-plus {
	flex-shrink: 0;
	position: relative;
	width: 18px;
	height: 18px;
	margin-left: 16px;
}

.pg-contact-faq-list .faq-plus::before,
.pg-contact-faq-list .faq-plus::after {
	content: '';
	position: absolute;
	background: #CB0E2A;
	transition: transform .2s ease;
}

.pg-contact-faq-list .faq-plus::before {
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	transform: translateY(-50%);
}

.pg-contact-faq-list .faq-plus::after {
	left: 50%;
	top: 0;
	width: 2px;
	height: 100%;
	transform: translateX(-50%);
}

.pg-contact-faq-list details[open] .faq-plus::after {
	transform: translateX(-50%) rotate(90deg);
	opacity: 0;
}

.pg-contact-faq-list .faq-a {
	font: 400 15.5px/1.65 'Hanken Grotesk', sans-serif;
	color: #5A5F6E;
	margin: 14px 0 0;
	max-width: 860px;
}

@media (max-width: 900px) {
	.pg-contact-hero-inner,
	.pg-contact-form-grid,
	.pg-contact-team-grid,
	.pg-contact-offices-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.pg-contact-form .wpcf7-form {
		grid-template-columns: 1fr;
	}
	.pg-contact-form .wpcf7-form > p:nth-of-type(7) {
		grid-column: auto;
	}
	.pg-contact-form .pg-cf-foot {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}
	.pg-contact-form .pg-cf-foot-action p {
		align-items: flex-start;
	}
	.pg-contact-phone-table .head-row,
	.pg-contact-phone-table .row {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}

/* ---------- Mobile-only section padding ----------
   560px is intentionally narrower than the 900px tablet-collapse tier above, so this never fires on
   tablets or larger. .pg-contact-hero-inner gets the full padding swap to 40px/30px per instruction.
   The other 64px-horizontal-inset wrappers below keep their own tuned vertical rhythm and only get the
   horizontal fix, so every section's left/right edge still lines up with the hero. !important guards
   against inline per-section padding. */
@media (max-width: 560px) {
	.pg-contact-hero-inner { padding: 40px 30px !important; }
	.pg-contact-value-inner,
	.pg-contact-form-section,
	.pg-contact-team-inner,
	.pg-contact-faq-inner {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.pg-contact-aside {
		padding: 0;
	}
}

/* ---------- Suppress the global contact FAB ----------
   This page IS the contact surface — a floating "Contact us" button offering
   the same phone/email/booking links duplicates the page's own form and phone
   table. This stylesheet is enqueued only under is_page( 'contact-us' )
   (functions.php), so the rule is scoped to this page by load condition rather
   than by a hardcoded page-id selector.

   display:none (not visibility/opacity) so the button also leaves the tab order
   and the accessibility tree. !important because header-footer.css defines
   .pg-contact-wrap at the same specificity — relying on file order alone would
   put this at the mercy of LiteSpeed's CSS combine step. */
.pg-contact-wrap,
.pg-contact-scrim,
.pg-menu-fab {
	display: none !important;
}
