/* PenaGrafica final layout layer.
   Loaded after the old template CSS to keep the site stable and consistent. */

:root {
	--pg-blue: #1f3f8f;
	--pg-blue-dark: #12265f;
	--pg-gold: #c7a24a;
	--pg-coral: #c9574d;
	--pg-green: #47786d;
	--pg-ink: #172033;
	--pg-muted: #667085;
	--pg-paper: #f5f1e8;
	--pg-card: #ffffff;
	--pg-line: rgba(31, 63, 143, 0.13);
	--pg-shadow: 0 20px 55px rgba(18, 38, 95, 0.12);
	--pg-header-height: 92px;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--pg-paper);
	color: var(--pg-ink);
	font-family: "Montserrat", Arial, sans-serif;
	letter-spacing: 0;
}

body.landing #page-wrapper,
body.is-mobile.landing #page-wrapper {
	min-height: 100vh;
	overflow: visible !important;
	background:
		radial-gradient(circle at 8% 8%, rgba(199, 162, 74, 0.18), transparent 26rem),
		radial-gradient(circle at 92% 16%, rgba(31, 63, 143, 0.13), transparent 28rem),
		radial-gradient(circle at 18% 82%, rgba(71, 120, 109, 0.14), transparent 28rem),
		linear-gradient(180deg, #fff 0, #faf7ef 34rem, #edf4f1 100%) !important;
	background-attachment: scroll !important;
	background-size: auto !important;
}

body.landing #page-wrapper:before,
#page-wrapper:before {
	display: none !important;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

/* Header */
#header,
#header.alt {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	height: var(--pg-header-height);
	line-height: var(--pg-header-height);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 clamp(18px, 4vw, 54px);
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid rgba(31, 63, 143, 0.1);
	box-shadow: 0 12px 34px rgba(18, 38, 95, 0.09);
	backdrop-filter: blur(16px);
}

#header h1 {
	position: static;
	height: auto;
	line-height: 1;
	margin: 0;
	opacity: 1 !important;
	pointer-events: auto !important;
}

#header h1 a {
	display: flex;
	align-items: center;
	height: auto;
	border: 0;
}

.imaglogo {
	display: block;
	width: 190px;
	height: auto;
	max-width: 190px;
	max-height: 70px;
	position: static;
}

#header nav {
	position: static;
	height: auto;
	line-height: 1;
}

#header nav > ul {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header nav > ul > li {
	display: inline-flex;
	align-items: center;
	padding: 0;
}

#header nav > ul > li > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 0.9rem;
	border: 0;
	color: var(--pg-ink);
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
	transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

#header nav > ul > li > a:hover {
	color: var(--pg-coral);
}

#header nav > ul > li > a.nav-cta {
	min-height: 46px;
	margin-left: 0.45rem;
	padding: 0 1.15rem;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--pg-blue), var(--pg-green));
	color: #fff !important;
	box-shadow: 0 12px 28px rgba(31, 63, 143, 0.24);
}

#header nav > ul > li > a.nav-cta:hover {
	transform: translateY(-1px);
	background: linear-gradient(135deg, var(--pg-coral), var(--pg-gold));
	color: #fff !important;
}

#header nav > ul > li.special {
	display: none;
}

#menu {
	z-index: 10002;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: -24px 0 60px rgba(18, 38, 95, 0.18);
}

#menu a {
	color: var(--pg-blue) !important;
}

/* Shared layout */
.pg-hero,
.pg-page-hero,
.pg-section,
.pg-footer {
	position: relative;
	z-index: 1;
	width: min(1160px, calc(100% - 32px));
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

.pg-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
	min-height: auto;
	padding: calc(var(--pg-header-height) + 50px) 0 clamp(3rem, 6vw, 5rem);
}

.pg-page-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
	min-height: auto;
	padding: calc(var(--pg-header-height) + 48px) 0 clamp(2rem, 5vw, 4rem);
}

.pg-section {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	padding: clamp(2.25rem, 5vw, 4.5rem);
	border: 1px solid rgba(31, 63, 143, 0.08);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.62);
	box-shadow: 0 18px 45px rgba(18, 38, 95, 0.06);
}

.pg-section-tight {
	padding-top: clamp(1.5rem, 3vw, 2.25rem);
	padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.pg-section__intro {
	max-width: 800px;
	margin: 0 0 clamp(1.6rem, 4vw, 3rem);
}

.pg-kicker {
	display: block;
	margin: 0 0 0.75rem !important;
	color: var(--pg-green) !important;
	font-size: 0.78rem !important;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0.12em !important;
	text-transform: uppercase;
}

.pg-kicker:after {
	content: "";
	display: block;
	width: 42px;
	height: 2px;
	margin-top: 0.55rem;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--pg-coral), var(--pg-gold));
	transform: none;
}

.pg-hero h1,
.pg-page-hero h1,
.pg-section h2,
.pg-featured h2,
.pg-project-card h2,
.pg-contact-panel h2 {
	margin: 0;
	color: var(--pg-blue) !important;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: none;
}

.pg-hero h1,
.pg-page-hero h1 {
	max-width: 820px;
	font-size: clamp(2.4rem, 5vw, 4.7rem);
	line-height: 1.02;
}

.pg-section h2,
.pg-featured h2,
.pg-contact-panel h2 {
	font-size: clamp(1.8rem, 3.4vw, 3.15rem);
	line-height: 1.12;
}

.pg-lead,
.pg-hero p,
.pg-page-hero p,
.pg-section p,
.pg-footer p {
	margin: 0;
	color: #344054 !important;
	font-size: 1rem;
	line-height: 1.72;
	letter-spacing: 0;
	text-align: left;
}

.pg-lead {
	max-width: 720px;
	margin-top: 1.2rem;
	font-size: clamp(1.06rem, 1.9vw, 1.28rem) !important;
}

/* Hero */
.pg-hero__logo {
	display: block;
	width: min(390px, 80vw);
	height: auto;
	margin: 0 0 1.5rem;
	animation: none !important;
	filter: drop-shadow(0 18px 34px rgba(18, 38, 95, 0.12));
}

.pg-hero__media,
.pg-page-hero > img,
.pg-split__image {
	overflow: hidden;
	border: 1px solid rgba(31, 63, 143, 0.1);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--pg-shadow);
}

.pg-hero__media {
	height: clamp(360px, 46vw, 560px);
}

.pg-page-hero > img {
	width: 100%;
	height: clamp(300px, 34vw, 430px);
	object-fit: cover;
}

.pg-hero__media img,
.pg-split__image img,
.pg-project-card img,
.pg-service-list img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.04) contrast(1.02);
}

.pg-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 2rem;
}

.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 1.25rem;
	border: 0;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: inset 0 0 0 1px rgba(31, 63, 143, 0.18);
	color: var(--pg-blue) !important;
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover,
input[type="submit"]:hover,
button:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(18, 38, 95, 0.14);
}

.button.primary,
input[type="submit"]#submit {
	background: linear-gradient(135deg, var(--pg-blue), var(--pg-green)) !important;
	box-shadow: 0 14px 30px rgba(31, 63, 143, 0.24);
	color: #fff !important;
}

/* Cards and grids */
.pg-stats,
.pg-service-grid,
.pg-process,
.pg-project-grid,
.pg-chip-grid,
.pg-filter-row {
	display: grid;
	gap: 1rem;
}

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

.pg-stats > div,
.pg-service-card,
.pg-process > div,
.pg-project-card,
.pg-service-list article,
.pg-contact-panel,
.pg-form-panel {
	min-width: 0;
	border: 1px solid var(--pg-line);
	border-radius: 8px;
	background: var(--pg-card);
	box-shadow: 0 16px 38px rgba(18, 38, 95, 0.08);
}

.pg-stats > div {
	padding: clamp(1.25rem, 3vw, 2rem);
}

.pg-stats strong {
	display: block;
	color: var(--pg-blue);
	font-size: clamp(2rem, 4.5vw, 3.7rem);
	font-weight: 900;
	line-height: 1;
}

.pg-stats span {
	display: block;
	margin-top: 0.6rem;
	color: var(--pg-muted);
	line-height: 1.45;
}

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

.pg-service-card {
	display: block;
	height: 100%;
	padding: 1.35rem;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.pg-service-card:hover,
.pg-project-card:hover,
.pg-process > div:hover,
.pg-service-list article:hover {
	transform: translateY(-4px);
	border-color: rgba(199, 162, 74, 0.45);
	box-shadow: var(--pg-shadow);
}

.pg-service-card img {
	width: 74px;
	height: 74px;
	margin: 0 0 1.1rem;
	object-fit: contain;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(18, 38, 95, 0.08);
}

.pg-service-card h3,
.pg-process h3,
.pg-project-card h3 {
	margin: 0 0 0.75rem;
	color: var(--pg-blue);
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
	text-transform: none;
}

.pg-service-card p,
.pg-process p,
.pg-project-card p {
	font-size: 0.94rem !important;
}

.pg-split {
	display: grid;
	grid-template-columns: 0.9fr 1fr;
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
}

.pg-split__image {
	height: clamp(340px, 42vw, 520px);
}

.pg-split__content {
	padding: clamp(0.5rem, 2vw, 1rem);
}

.pg-split__content p:not(.pg-kicker) {
	margin-top: 1.25rem;
	margin-bottom: 1.6rem;
}

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

.pg-process > div {
	padding: 1.4rem;
}

.pg-process span,
.pg-service-list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	margin-bottom: 1rem;
	border-radius: 999px;
	background: rgba(201, 87, 77, 0.12);
	color: var(--pg-coral);
	font-size: 0.78rem;
	font-weight: 900;
}

.pg-featured {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	background:
		linear-gradient(135deg, rgba(31, 63, 143, 0.97), rgba(18, 38, 95, 0.98)),
		linear-gradient(45deg, rgba(199, 162, 74, 0.22), transparent);
	color: #fff;
}

.pg-featured h2,
.pg-featured p {
	color: #fff !important;
}

.pg-featured .pg-kicker {
	color: #f5d47a !important;
}

.pg-featured .button.primary {
	flex: 0 0 auto;
	background: #fff !important;
	color: var(--pg-blue) !important;
}

/* Projects */
.pg-filter-row,
.pg-chip-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-bottom: 2rem;
}

.pg-filter-row span,
.pg-chip-grid span {
	display: inline-flex;
	align-items: center;
	min-height: 2.35rem;
	padding: 0.45rem 0.9rem;
	border: 1px solid var(--pg-line);
	border-radius: 999px;
	background: #fff;
	color: var(--pg-ink);
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1;
}

.pg-filter-row span:first-child {
	background: var(--pg-blue);
	color: #fff;
}

.pg-project-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.pg-project-card {
	overflow: hidden;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.pg-project-card img {
	height: 230px;
}

.pg-project-card h3,
.pg-project-card h2,
.pg-project-card p,
.pg-project-card .pg-kicker {
	padding-right: 1rem;
	padding-left: 1rem;
}

.pg-project-card h3,
.pg-project-card .pg-kicker {
	padding-top: 1rem;
}

.pg-project-card p {
	padding-bottom: 1.1rem;
}

.pg-project-card h2 {
	margin: 0.25rem 0 0.85rem;
	font-size: clamp(1.45rem, 2.7vw, 2.3rem);
	line-height: 1.12;
}

.pg-project-card-large,
.pg-project-card-wide {
	grid-column: span 2;
	display: grid;
	grid-template-columns: 1fr 0.85fr;
	min-height: 320px;
}

.pg-project-card-wide {
	grid-template-columns: 0.85fr 1fr;
}

.pg-project-card-large img,
.pg-project-card-wide img {
	height: 100%;
}

.pg-project-card-large > div,
.pg-project-card-wide > div {
	align-self: center;
	padding: 1rem 0;
}

/* Services */
.pg-service-list {
	display: grid;
	gap: 1rem;
}

.pg-service-list article {
	display: grid;
	grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
	overflow: hidden;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.pg-service-list img {
	height: 260px;
}

.pg-service-list article > div {
	padding: clamp(1.25rem, 3vw, 2rem);
}

.pg-service-list h2 {
	margin-bottom: 0.9rem;
}

/* Contact */
.pg-contact-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
	gap: 1rem;
	align-items: start;
}

.pg-contact-panel,
.pg-form-panel {
	padding: clamp(1.35rem, 3vw, 2.25rem);
}

.pg-contact-list {
	display: grid;
	gap: 1.1rem;
	margin-top: 1.8rem;
}

.pg-contact-list span,
.pg-form-panel label {
	display: block;
	margin: 0 0 0.45rem;
	color: var(--pg-blue);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pg-contact-list p {
	margin: 0;
}

.pg-contact-list a {
	color: var(--pg-blue);
	border-bottom: 1px solid rgba(31, 63, 143, 0.24);
}

.pg-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.pg-form-panel input,
.pg-form-panel textarea,
.pg-form-panel textarea#mensagem {
	width: 100% !important;
	margin: 0 0 1rem !important;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(31, 63, 143, 0.18);
	border-radius: 8px !important;
	outline: none;
	background: #fff;
	color: var(--pg-ink);
	font-size: 1rem !important;
	line-height: 1.4;
	box-shadow: none;
}

.pg-form-panel textarea#mensagem {
	min-height: 160px;
	resize: vertical;
}

.pg-form-panel input:focus,
.pg-form-panel textarea:focus {
	border-color: var(--pg-green);
	box-shadow: 0 0 0 4px rgba(71, 120, 109, 0.12);
}

.pg-recaptcha {
	display: flex;
	justify-content: flex-end;
	margin: 0.25rem 0 1rem;
	overflow-x: auto;
}

.pg-map-section {
	padding: 0;
	overflow: hidden;
}

.iframe-map {
	display: block;
	width: 100%;
	height: clamp(320px, 42vw, 460px);
	min-height: 0;
	border: 0;
	border-radius: 8px;
}

/* Footer */
.pg-footer {
	display: grid;
	grid-template-columns: 1.2fr 0.7fr 0.7fr;
	gap: 2rem;
	align-items: start;
	margin-top: 3rem;
	padding: clamp(2rem, 5vw, 3.5rem);
	border-radius: 8px 8px 0 0;
	background: linear-gradient(135deg, var(--pg-blue-dark), #162b63);
	color: #fff;
	box-shadow: 0 -18px 45px rgba(18, 38, 95, 0.1);
}

.pg-footer img {
	width: min(230px, 70vw);
}

.pg-footer p {
	max-width: 430px;
	margin-top: 1rem;
	color: rgba(255, 255, 255, 0.78) !important;
}

.pg-footer__nav,
.pg-footer__social {
	display: grid;
	gap: 0.75rem;
}

.pg-footer a {
	color: #fff;
	font-weight: 900;
	letter-spacing: 0;
}

.pg-footer a:hover {
	color: #f5d47a;
}

/* Effects - modest and safe */
.pg-reveal {
	opacity: 0;
	transform: translateY(18px) !important;
	transition: opacity 0.55s ease, transform 0.55s ease;
	transition-delay: var(--pg-delay, 0ms);
	will-change: opacity, transform;
}

.pg-reveal-visible {
	opacity: 1;
	transform: none !important;
}

.pg-hero__content.pg-reveal,
.pg-hero__media.pg-reveal,
.pg-page-hero > div.pg-reveal,
.pg-page-hero > img.pg-reveal {
	transform: translateY(18px) !important;
}

.pg-hero__content.pg-reveal-visible,
.pg-hero__media.pg-reveal-visible,
.pg-page-hero > div.pg-reveal-visible,
.pg-page-hero > img.pg-reveal-visible {
	transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.pg-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@media screen and (max-width: 1080px) {
	.pg-service-grid,
	.pg-process,
	.pg-project-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 980px) {
	:root {
		--pg-header-height: 78px;
	}

	#header,
	#header.alt {
		height: var(--pg-header-height);
		line-height: var(--pg-header-height);
		padding-right: 18px;
		padding-left: 18px;
	}

	.imaglogo {
		width: 158px;
		max-width: 158px;
	}

	#header nav > ul > li.desktop-nav {
		display: none;
	}

	#header nav > ul > li.special {
		display: inline-flex;
	}

	#header nav > ul > li > a.menuToggle {
		min-width: 50px;
		min-height: 50px;
		padding: 0;
	}

	#header nav > ul > li > a.menuToggle:after {
		height: 50px;
		width: 50px;
	}

	.pg-hero,
	.pg-page-hero,
	.pg-split,
	.pg-contact-layout,
	.pg-footer {
		grid-template-columns: 1fr;
	}

	.pg-hero__media {
		order: -1;
		height: clamp(280px, 56vw, 430px);
	}

	.pg-page-hero > img {
		height: clamp(250px, 52vw, 410px);
	}

	.pg-project-card-large,
	.pg-project-card-wide,
	.pg-service-list article {
		grid-column: auto;
		grid-template-columns: 1fr;
	}

	.pg-project-card-large img,
	.pg-project-card-wide img,
	.pg-service-list img {
		height: 250px;
	}

	.pg-featured {
		display: grid;
	}
}

@media screen and (max-width: 736px) {
	:root {
		--pg-header-height: 70px;
	}

	body {
		font-size: 16px;
	}

	#header,
	#header.alt {
		height: var(--pg-header-height);
		line-height: var(--pg-header-height);
		padding-right: 14px;
		padding-left: 14px;
	}

	.imaglogo {
		width: 135px;
		max-width: 135px;
	}

	.pg-hero,
	.pg-page-hero,
	.pg-section,
	.pg-footer {
		width: min(100% - 20px, 680px);
	}

	.pg-hero,
	.pg-page-hero {
		padding-top: calc(var(--pg-header-height) + 28px);
	}

	.pg-hero h1,
	.pg-page-hero h1 {
		font-size: clamp(2rem, 10vw, 3.05rem);
	}

	.pg-section h2,
	.pg-featured h2,
	.pg-contact-panel h2 {
		font-size: clamp(1.55rem, 8vw, 2.35rem);
	}

	.pg-section {
		padding: 1.35rem;
	}

	.pg-service-grid,
	.pg-process,
	.pg-project-grid,
	.pg-stats,
	.pg-form-row {
		grid-template-columns: 1fr;
	}

	.pg-hero__media,
	.pg-page-hero > img,
	.pg-split__image,
	.pg-project-card img,
	.pg-project-card-large img,
	.pg-project-card-wide img,
	.pg-service-list img {
		height: 230px;
	}

	.pg-actions .button,
	.pg-featured .button {
		width: 100%;
	}

	.pg-recaptcha {
		justify-content: flex-start;
	}
}

/* Distinct Home redesign */
.pg-home-hero,
.pg-home-strip,
.pg-home-services,
.pg-home-gallery,
.pg-home-process,
.pg-home-cta {
	position: relative;
	z-index: 1;
	width: min(1160px, calc(100% - 32px));
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

.pg-home-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
	padding: calc(var(--pg-header-height) + 54px) 0 clamp(3rem, 6vw, 5.5rem);
}

.pg-home-hero__copy {
	padding: clamp(1.5rem, 4vw, 3rem);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(18, 38, 95, 0.98), rgba(31, 63, 143, 0.94)),
		linear-gradient(45deg, rgba(199, 162, 74, 0.22), transparent);
	box-shadow: var(--pg-shadow);
	color: #fff;
}

.pg-home-hero__logo {
	display: block;
	width: min(350px, 72vw);
	height: auto;
	margin: 0 0 clamp(1.5rem, 4vw, 2.5rem);
	filter: brightness(0) invert(1);
}

.pg-home-hero h1 {
	margin: 0;
	color: #fff !important;
	font-size: clamp(2.45rem, 5.4vw, 5.2rem);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
	text-transform: none;
}

.pg-home-hero .pg-lead,
.pg-home-hero p {
	color: rgba(255, 255, 255, 0.82) !important;
}

.pg-home-hero .pg-kicker {
	color: #f5d47a !important;
}

.pg-home-hero .button:not(.primary) {
	background: rgba(255, 255, 255, 0.12);
	color: #fff !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.pg-home-hero__visual {
	position: relative;
	min-height: clamp(430px, 50vw, 640px);
}

.pg-home-hero__main {
	display: block;
	width: 100%;
	height: clamp(430px, 50vw, 640px);
	object-fit: cover;
	border-radius: 8px;
	box-shadow: var(--pg-shadow);
}

.pg-home-floating {
	position: absolute;
	width: min(270px, 72vw);
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 18px 42px rgba(18, 38, 95, 0.18);
	backdrop-filter: blur(14px);
}

.pg-home-floating span {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--pg-green);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.pg-home-floating strong {
	color: var(--pg-blue);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.25;
}

.pg-home-floating--top {
	top: 1.25rem;
	left: -1.5rem;
}

.pg-home-floating--bottom {
	right: -1.25rem;
	bottom: 1.5rem;
}

.pg-home-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	margin-bottom: 1.25rem;
	border-radius: 8px;
	background: rgba(31, 63, 143, 0.12);
	box-shadow: 0 16px 38px rgba(18, 38, 95, 0.08);
}

.pg-home-strip > div {
	padding: clamp(1.2rem, 3vw, 2rem);
	background: rgba(255, 255, 255, 0.86);
}

.pg-home-strip strong {
	display: block;
	margin-bottom: 0.45rem;
	color: var(--pg-blue);
	font-size: clamp(1.45rem, 3vw, 2.6rem);
	font-weight: 900;
	line-height: 1;
}

.pg-home-strip span {
	display: block;
	color: var(--pg-muted);
	line-height: 1.45;
}

.pg-home-services,
.pg-home-gallery,
.pg-home-process,
.pg-home-cta {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border-radius: 8px;
}

.pg-home-services {
	padding: clamp(2.25rem, 5vw, 4.5rem);
	background: rgba(255, 255, 255, 0.64);
	border: 1px solid rgba(31, 63, 143, 0.08);
	box-shadow: 0 18px 45px rgba(18, 38, 95, 0.06);
}

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

.pg-home-service-list a {
	display: block;
	min-height: 100%;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--pg-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(18, 38, 95, 0.08);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.pg-home-service-list a:hover {
	transform: translateY(-4px);
	border-color: rgba(199, 162, 74, 0.45);
	box-shadow: var(--pg-shadow);
}

.pg-home-service-list span,
.pg-home-process span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	margin-bottom: 1rem;
	border-radius: 999px;
	background: rgba(201, 87, 77, 0.12);
	color: var(--pg-coral);
	font-size: 0.78rem;
	font-weight: 900;
}

.pg-home-service-list h3,
.pg-home-process h3 {
	margin: 0 0 0.75rem;
	color: var(--pg-blue);
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: none;
}

.pg-home-service-list p,
.pg-home-process p {
	margin: 0;
	color: #344054 !important;
	line-height: 1.7;
	letter-spacing: 0;
}

.pg-home-gallery {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
	padding: clamp(1rem, 3vw, 1.5rem);
	background: #fff;
	border: 1px solid rgba(31, 63, 143, 0.08);
	box-shadow: var(--pg-shadow);
}

.pg-home-gallery__text {
	padding: clamp(1rem, 3vw, 2rem);
}

.pg-home-gallery__text h2,
.pg-home-cta h2 {
	margin: 0 0 1.5rem;
	color: var(--pg-blue) !important;
	font-size: clamp(1.9rem, 3.8vw, 3.4rem);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
	text-transform: none;
}

.pg-home-gallery__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.pg-home-gallery__grid img {
	width: 100%;
	height: clamp(170px, 18vw, 240px);
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(18, 38, 95, 0.09);
}

.pg-home-gallery__grid img:nth-child(2),
.pg-home-gallery__grid img:nth-child(3) {
	transform: translateY(1.25rem);
}

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

.pg-home-process > div {
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--pg-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 16px 38px rgba(18, 38, 95, 0.07);
}

.pg-home-cta {
	padding: clamp(2.25rem, 6vw, 5rem);
	background:
		linear-gradient(135deg, rgba(31, 63, 143, 0.96), rgba(18, 38, 95, 0.98)),
		linear-gradient(45deg, rgba(199, 162, 74, 0.22), transparent);
	box-shadow: var(--pg-shadow);
	text-align: center;
}

.pg-home-cta .pg-kicker,
.pg-home-cta .pg-kicker:after {
	margin-right: auto !important;
	margin-left: auto !important;
	color: #f5d47a !important;
}

.pg-home-cta h2 {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: #fff !important;
}

.pg-home-cta .button.primary {
	background: #fff !important;
	color: var(--pg-blue) !important;
}

@media screen and (max-width: 980px) {
	.pg-home-hero,
	.pg-home-gallery {
		grid-template-columns: 1fr;
	}

	.pg-home-hero {
		padding-top: calc(var(--pg-header-height) + 34px);
	}

	.pg-home-hero__copy {
		order: 2;
	}

	.pg-home-hero__visual {
		order: 1;
		min-height: 360px;
	}

	.pg-home-hero__main {
		height: clamp(330px, 58vw, 460px);
	}

	.pg-home-floating--top {
		left: 1rem;
	}

	.pg-home-floating--bottom {
		right: 1rem;
	}

	.pg-home-strip,
	.pg-home-service-list,
	.pg-home-process {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 736px) {
	.pg-home-hero,
	.pg-home-strip,
	.pg-home-services,
	.pg-home-gallery,
	.pg-home-process,
	.pg-home-cta {
		width: min(100% - 20px, 680px);
	}

	.pg-home-hero__copy,
	.pg-home-services,
	.pg-home-gallery__text,
	.pg-home-cta {
		padding: 1.35rem;
	}

	.pg-home-hero h1 {
		font-size: clamp(2.1rem, 11vw, 3.3rem);
	}

	.pg-home-floating {
		position: static;
		width: auto;
		margin-top: 0.75rem;
	}

	.pg-home-hero__visual {
		min-height: 0;
	}

	.pg-home-hero__main {
		height: 280px;
	}

	.pg-home-gallery__grid {
		grid-template-columns: 1fr;
	}

	.pg-home-gallery__grid img,
	.pg-home-gallery__grid img:nth-child(2),
	.pg-home-gallery__grid img:nth-child(3) {
		height: 220px;
		transform: none;
	}
}

/* Home visual refresh */
body.landing #page-wrapper,
body.is-mobile.landing #page-wrapper {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0, rgba(246, 248, 250, 0.96) 42rem, rgba(238, 244, 241, 0.94) 100%) !important;
}

.pg-home-hero {
	width: min(1240px, calc(100% - 40px));
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	gap: clamp(2.4rem, 6vw, 6.5rem);
	padding-top: calc(var(--pg-header-height) + 42px);
	padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.pg-home-hero:before {
	content: "";
	position: absolute;
	right: -7vw;
	top: calc(var(--pg-header-height) + 18px);
	width: min(58vw, 760px);
	height: min(58vw, 700px);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(199, 162, 74, 0.18), transparent 52%),
		linear-gradient(160deg, rgba(71, 120, 109, 0.18), rgba(31, 63, 143, 0.08));
	z-index: -1;
}

.pg-home-hero__copy {
	padding: 0;
	background: transparent;
	box-shadow: none;
	color: var(--pg-ink);
}

.pg-home-hero__logo {
	width: min(320px, 72vw);
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
	filter: none;
}

.pg-home-hero h1 {
	color: var(--pg-blue) !important;
	font-size: clamp(2.7rem, 6vw, 6rem);
	line-height: 0.96;
	max-width: 720px;
}

.pg-home-hero .pg-lead,
.pg-home-hero p {
	color: #344054 !important;
}

.pg-home-hero .pg-kicker {
	color: var(--pg-green) !important;
}

.pg-home-hero .pg-lead {
	max-width: 620px;
}

.pg-home-hero .button:not(.primary) {
	background: #fff;
	color: var(--pg-blue) !important;
	box-shadow:
		inset 0 0 0 1px rgba(31, 63, 143, 0.2),
		0 12px 26px rgba(18, 38, 95, 0.08);
}

.pg-home-hero__visual {
	min-height: clamp(500px, 54vw, 700px);
}

.pg-home-hero__visual:before,
.pg-home-hero__visual:after {
	content: "";
	position: absolute;
	border-radius: 8px;
	z-index: 0;
}

.pg-home-hero__visual:before {
	inset: 2rem -1.4rem -1.4rem 4rem;
	background: var(--pg-blue);
	box-shadow: 0 24px 60px rgba(18, 38, 95, 0.18);
}

.pg-home-hero__visual:after {
	left: -1.1rem;
	bottom: 3.8rem;
	width: 7.5rem;
	height: 7.5rem;
	background: linear-gradient(135deg, var(--pg-coral), var(--pg-gold));
	opacity: 0.92;
}

.pg-home-hero__main {
	position: relative;
	z-index: 1;
	height: clamp(500px, 54vw, 700px);
	border: 10px solid #fff;
	object-position: 50% 50%;
	box-shadow: 0 28px 70px rgba(18, 38, 95, 0.18);
}

.pg-home-floating {
	z-index: 2;
	padding: 1.05rem 1.1rem;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 20px 48px rgba(18, 38, 95, 0.2);
}

.pg-home-floating--top {
	top: 2.25rem;
	left: -2.25rem;
}

.pg-home-floating--bottom {
	right: -1.75rem;
	bottom: 2.8rem;
}

.pg-home-strip {
	width: min(1060px, calc(100% - 40px));
	margin-top: -1rem;
	margin-bottom: clamp(1.5rem, 4vw, 3rem);
	background: #fff;
	border: 1px solid rgba(31, 63, 143, 0.1);
	box-shadow: 0 18px 48px rgba(18, 38, 95, 0.08);
}

.pg-home-strip > div {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

.pg-home-services,
.pg-home-gallery,
.pg-home-process,
.pg-home-cta {
	width: min(1160px, calc(100% - 40px));
}

.pg-home-services {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 250, 0.92));
}

.pg-home-service-list a,
.pg-home-process > div {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(180deg, #fff, #fbfcfd);
}

.pg-home-service-list a:before,
.pg-home-process > div:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--pg-coral), var(--pg-gold), var(--pg-green));
	opacity: 0.8;
}

.pg-home-gallery {
	grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1.22fr);
	padding: clamp(1.1rem, 3vw, 1.8rem);
	background:
		linear-gradient(135deg, #ffffff 0, #ffffff 54%, rgba(71, 120, 109, 0.09) 100%);
}

.pg-home-gallery__grid {
	gap: 0.9rem;
}

.pg-home-gallery__grid img {
	height: clamp(190px, 20vw, 270px);
	filter: saturate(1.08) contrast(1.03);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pg-home-gallery__grid img:hover {
	transform: translateY(-4px) scale(1.015);
	box-shadow: 0 20px 45px rgba(18, 38, 95, 0.16);
}

.pg-home-gallery__grid img:nth-child(2),
.pg-home-gallery__grid img:nth-child(3) {
	transform: translateY(1.5rem);
}

.pg-home-gallery__grid img:nth-child(2):hover,
.pg-home-gallery__grid img:nth-child(3):hover {
	transform: translateY(1.1rem) scale(1.015);
}

.pg-home-process {
	margin-top: clamp(1.5rem, 4vw, 3rem);
}

.pg-home-cta {
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(18, 38, 95, 0.98), rgba(31, 63, 143, 0.94)),
		linear-gradient(90deg, rgba(199, 162, 74, 0.26), transparent);
}

.pg-home-cta:before {
	content: "";
	position: absolute;
	inset: auto -8rem -9rem auto;
	width: 22rem;
	height: 22rem;
	border-radius: 8px;
	background: rgba(199, 162, 74, 0.16);
	transform: rotate(18deg);
}

.pg-home-cta > * {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 980px) {
	.pg-home-hero {
		width: min(100% - 28px, 760px);
		grid-template-columns: 1fr;
		padding-top: calc(var(--pg-header-height) + 30px);
	}

	.pg-home-hero:before {
		top: calc(var(--pg-header-height) + 12px);
		right: -20vw;
		width: 82vw;
		height: 58vw;
	}

	.pg-home-hero__copy {
		order: 1;
	}

	.pg-home-hero__visual {
		order: 2;
		min-height: 0;
	}

	.pg-home-hero__main {
		height: clamp(330px, 70vw, 520px);
	}

	.pg-home-hero__visual:before {
		inset: 1.5rem -0.8rem -0.8rem 2.2rem;
	}

	.pg-home-hero__visual:after {
		width: 5.5rem;
		height: 5.5rem;
		bottom: 2.8rem;
	}

	.pg-home-gallery {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 736px) {
	.pg-home-hero,
	.pg-home-strip,
	.pg-home-services,
	.pg-home-gallery,
	.pg-home-process,
	.pg-home-cta {
		width: min(100% - 20px, 680px);
	}

	.pg-home-hero h1 {
		font-size: clamp(2.25rem, 13vw, 3.65rem);
		line-height: 1;
	}

	.pg-home-hero__logo {
		width: min(250px, 78vw);
	}

	.pg-home-hero__main {
		height: 320px;
		border-width: 7px;
	}

	.pg-home-hero__visual:before {
		inset: 1rem -0.45rem -0.45rem 1.2rem;
	}

	.pg-home-hero__visual:after {
		display: none;
	}

	.pg-home-floating {
		margin-top: 0.7rem;
	}

	.pg-home-strip {
		margin-top: 0;
	}

	.pg-home-gallery__grid {
		grid-template-columns: 1fr 1fr;
	}

	.pg-home-gallery__grid img,
	.pg-home-gallery__grid img:nth-child(2),
	.pg-home-gallery__grid img:nth-child(3),
	.pg-home-gallery__grid img:nth-child(2):hover,
	.pg-home-gallery__grid img:nth-child(3):hover {
		height: 160px;
		transform: none;
	}
}

@media screen and (max-width: 480px) {
	.pg-home-gallery__grid {
		grid-template-columns: 1fr;
	}

	.pg-home-gallery__grid img,
	.pg-home-gallery__grid img:nth-child(2),
	.pg-home-gallery__grid img:nth-child(3) {
		height: 210px;
	}
}

/* Full site remodel */
:root {
	--pg-blue: #163b8f;
	--pg-blue-dark: #071a45;
	--pg-gold: #d4aa3f;
	--pg-coral: #d85f4d;
	--pg-green: #2f7569;
	--pg-ink: #101828;
	--pg-muted: #596579;
	--pg-paper: #f6f7f4;
	--pg-card: #ffffff;
	--pg-line: rgba(16, 24, 40, 0.1);
	--pg-shadow: 0 22px 60px rgba(7, 26, 69, 0.12);
	--pg-shadow-strong: 0 30px 90px rgba(7, 26, 69, 0.2);
}

html {
	background: var(--pg-paper);
}

body {
	background: var(--pg-paper);
	color: var(--pg-ink);
}

body.landing #page-wrapper,
body.is-mobile.landing #page-wrapper {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0, rgba(246, 247, 244, 0.96) 38rem, rgba(238, 244, 241, 0.96) 100%),
		linear-gradient(90deg, rgba(22, 59, 143, 0.045) 1px, transparent 1px),
		linear-gradient(180deg, rgba(22, 59, 143, 0.045) 1px, transparent 1px) !important;
	background-size: auto, 56px 56px, 56px 56px !important;
}

#header,
#header.alt {
	height: 82px;
	line-height: 82px;
	background: rgba(255, 255, 255, 0.88);
	border-bottom: 1px solid rgba(16, 24, 40, 0.08);
	box-shadow: 0 10px 30px rgba(7, 26, 69, 0.08);
}

.imaglogo {
	width: 172px;
	max-width: 172px;
}

#header nav > ul {
	gap: 0.15rem;
}

#header nav > ul > li > a {
	min-height: 40px;
	padding: 0 0.78rem;
	color: #182238;
	font-size: 0.84rem;
	letter-spacing: 0.01em;
}

#header nav > ul > li > a.nav-cta {
	min-height: 42px;
	background: var(--pg-ink);
	box-shadow: 0 14px 30px rgba(16, 24, 40, 0.16);
}

#header nav > ul > li > a.nav-cta:hover,
.button.primary:hover,
input[type="submit"]#submit:hover {
	background: var(--pg-coral) !important;
}

.pg-hero,
.pg-page-hero,
.pg-section,
.pg-footer,
.pg-home-hero,
.pg-home-strip,
.pg-home-services,
.pg-home-gallery,
.pg-home-process,
.pg-home-materials,
.pg-home-cta {
	width: min(1180px, calc(100% - 44px));
}

.pg-page-hero {
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
	gap: clamp(2rem, 5vw, 5rem);
	padding-top: calc(var(--pg-header-height) + 58px);
	padding-bottom: clamp(2.5rem, 6vw, 5rem);
}

.pg-page-hero > div {
	padding: clamp(1.1rem, 2.5vw, 1.8rem) 0;
}

.pg-page-hero > img {
	height: clamp(390px, 42vw, 560px);
	border: 10px solid #fff;
	border-radius: 8px;
	box-shadow: var(--pg-shadow-strong);
}

.pg-kicker {
	color: var(--pg-green) !important;
	font-size: 0.74rem !important;
	letter-spacing: 0.16em !important;
}

.pg-kicker:after {
	width: 54px;
	height: 3px;
	background: linear-gradient(90deg, var(--pg-coral), var(--pg-gold));
}

.pg-page-hero h1,
.pg-section h2,
.pg-featured h2,
.pg-contact-panel h2,
.pg-home-gallery__text h2,
.pg-home-cta h2,
.pg-home-materials h2 {
	color: var(--pg-ink) !important;
	letter-spacing: -0.01em;
}

.pg-page-hero h1 {
	font-size: clamp(2.7rem, 5.8vw, 5.6rem);
	line-height: 0.98;
}

.pg-section {
	margin-top: clamp(1.4rem, 3vw, 2.4rem);
	margin-bottom: clamp(1.4rem, 3vw, 2.4rem);
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px solid rgba(16, 24, 40, 0.08);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 18px 48px rgba(7, 26, 69, 0.07);
	backdrop-filter: blur(12px);
}

.pg-section__intro {
	max-width: 900px;
}

.pg-section h2 {
	font-size: clamp(1.95rem, 3.8vw, 3.45rem);
}

.pg-lead,
.pg-page-hero p,
.pg-section p {
	color: #3f4a5f !important;
}

.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	min-height: 48px;
	border-radius: 8px !important;
	font-size: 0.78rem;
	letter-spacing: 0.09em;
}

.button.primary,
input[type="submit"]#submit {
	background: var(--pg-ink) !important;
	box-shadow: 0 16px 34px rgba(16, 24, 40, 0.16);
}

.pg-home-hero {
	width: min(1260px, calc(100% - 44px));
	grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1.14fr);
	padding-top: calc(var(--pg-header-height) + 56px);
}

.pg-home-hero:before {
	background:
		linear-gradient(135deg, rgba(216, 95, 77, 0.14), transparent 50%),
		linear-gradient(160deg, rgba(47, 117, 105, 0.18), rgba(22, 59, 143, 0.09));
}

.pg-home-hero h1 {
	color: var(--pg-ink) !important;
	font-size: clamp(3rem, 6.5vw, 6.7rem);
	letter-spacing: -0.035em;
}

.pg-home-hero .pg-lead {
	font-size: clamp(1.05rem, 1.4vw, 1.22rem) !important;
}

.pg-home-hero__main {
	border-radius: 8px;
	filter: saturate(1.03) contrast(1.03);
}

.pg-home-floating {
	border-color: rgba(16, 24, 40, 0.1);
}

.pg-home-floating strong {
	color: var(--pg-ink);
}

.pg-home-strip {
	border-radius: 8px;
}

.pg-home-strip strong {
	color: var(--pg-ink);
	letter-spacing: -0.03em;
}

.pg-home-services,
.pg-home-gallery,
.pg-home-materials,
.pg-home-cta {
	margin-top: clamp(1.4rem, 3vw, 2.4rem);
	margin-bottom: clamp(1.4rem, 3vw, 2.4rem);
}

.pg-home-service-list a,
.pg-home-process > div,
.pg-project-card,
.pg-service-list article,
.pg-contact-panel,
.pg-form-panel,
.pg-stats > div {
	border-color: rgba(16, 24, 40, 0.08);
	box-shadow: 0 16px 42px rgba(7, 26, 69, 0.08);
}

.pg-home-service-list h3,
.pg-home-process h3,
.pg-service-card h3,
.pg-process h3,
.pg-project-card h3 {
	color: var(--pg-ink);
}

.pg-home-service-list span,
.pg-home-process span,
.pg-process span,
.pg-service-list span {
	background: rgba(22, 59, 143, 0.08);
	color: var(--pg-blue);
}

.pg-home-gallery {
	grid-template-columns: minmax(0, 0.72fr) minmax(500px, 1.28fr);
	background: #fff;
}

.pg-home-gallery__grid {
	grid-template-columns: 1.05fr 0.95fr;
}

.pg-home-materials {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(380px, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	padding: clamp(1.2rem, 3vw, 2rem);
	border: 1px solid rgba(16, 24, 40, 0.08);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 244, 241, 0.94));
	box-shadow: var(--pg-shadow);
}

.pg-home-materials__media {
	display: grid;
	grid-template-columns: 1fr 0.72fr;
	gap: 0.9rem;
	align-items: end;
}

.pg-home-materials__media img {
	display: block;
	width: 100%;
	height: clamp(300px, 38vw, 520px);
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(7, 26, 69, 0.12);
}

.pg-home-materials__media img:nth-child(2) {
	height: clamp(220px, 28vw, 380px);
}

.pg-home-materials__text {
	padding: clamp(0.5rem, 2vw, 1.5rem);
}

.pg-home-materials h2 {
	margin: 0 0 1.1rem;
	font-size: clamp(2rem, 3.8vw, 3.4rem);
	font-weight: 900;
	line-height: 1.05;
	text-transform: none;
}

.pg-home-materials p:not(.pg-kicker) {
	margin: 0;
	color: #3f4a5f !important;
	line-height: 1.75;
}

.pg-mini-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.6rem;
}

.pg-mini-list span {
	display: inline-flex;
	align-items: center;
	min-height: 2.35rem;
	padding: 0.45rem 0.85rem;
	border: 1px solid rgba(16, 24, 40, 0.1);
	border-radius: 999px;
	background: #fff;
	color: var(--pg-ink);
	font-size: 0.78rem;
	font-weight: 900;
}

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

.pg-project-card {
	background: #fff;
}

.pg-project-card-large,
.pg-project-card-wide {
	grid-column: span 2;
}

.pg-project-card img {
	height: 255px;
}

.pg-project-card-large img,
.pg-project-card-wide img {
	min-height: 360px;
}

.pg-filter-row span,
.pg-chip-grid span {
	border-color: rgba(16, 24, 40, 0.1);
	box-shadow: 0 10px 24px rgba(7, 26, 69, 0.05);
}

.pg-filter-row span:first-child {
	background: var(--pg-ink);
}

.pg-service-list {
	gap: 1.25rem;
}

.pg-service-list article {
	grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
	background: #fff;
}

.pg-service-list img {
	height: 310px;
}

.pg-chip-grid {
	margin-bottom: 0;
}

.pg-featured,
.pg-home-cta {
	background:
		linear-gradient(135deg, rgba(7, 26, 69, 0.98), rgba(22, 59, 143, 0.94)),
		linear-gradient(90deg, rgba(212, 170, 63, 0.18), transparent);
	color: #fff;
}

.pg-featured h2,
.pg-featured p,
.pg-home-cta h2,
.pg-home-cta p {
	color: #fff !important;
}

.pg-featured .pg-kicker,
.pg-home-cta .pg-kicker {
	color: #f1cb63 !important;
}

.pg-contact-layout {
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.pg-contact-panel {
	background:
		linear-gradient(180deg, rgba(22, 59, 143, 0.06), transparent 55%),
		#fff;
}

.pg-form-panel {
	background: #fff;
}

.pg-form-panel input,
.pg-form-panel textarea,
.pg-form-panel textarea#mensagem {
	border-color: rgba(16, 24, 40, 0.13);
	background: #f9fafb;
}

.pg-map-section {
	padding: 0;
}

.pg-awards-layout {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 1.1rem;
	align-items: stretch;
}

.pg-awards-thumbs {
	display: grid;
	gap: 0.75rem;
	align-content: start;
}

.pg-awards-thumbs button {
	display: block;
	min-height: 0;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 8px !important;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 10px 24px rgba(7, 26, 69, 0.08);
	cursor: pointer;
}

.pg-awards-thumbs button.is-active {
	border-color: var(--pg-gold);
}

.pg-awards-thumbs img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.pg-awards-slider {
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--pg-shadow);
}

.pg-awards-slider .splide__slide {
	background: #f2f4f7;
}

.pg-awards-slider .splide__slide img {
	display: block;
	width: 100%;
	height: clamp(420px, 58vw, 680px);
	object-fit: contain;
}

.pg-awards-slider .splide__progress {
	background: rgba(16, 24, 40, 0.08);
}

.pg-awards-slider .splide__progress__bar {
	background: var(--pg-gold);
}

.pg-footer {
	grid-template-columns: minmax(0, 1.25fr) 0.65fr 0.65fr;
	margin-top: clamp(2rem, 5vw, 4rem);
	background:
		linear-gradient(135deg, #071a45, #102d72);
}

.pg-footer__contact {
	margin-top: 1.2rem !important;
	font-size: 0.88rem !important;
}

.pg-footer__contact a {
	color: #fff;
}

@media screen and (max-width: 1180px) {
	.pg-project-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 980px) {
	:root {
		--pg-header-height: 76px;
	}

	#header,
	#header.alt {
		height: var(--pg-header-height);
		line-height: var(--pg-header-height);
	}

	.pg-page-hero,
	.pg-home-hero,
	.pg-home-gallery,
	.pg-home-materials,
	.pg-contact-layout,
	.pg-footer {
		grid-template-columns: 1fr;
	}

	.pg-page-hero > img {
		order: -1;
		height: clamp(300px, 58vw, 460px);
	}

	.pg-home-gallery {
		grid-template-columns: 1fr;
	}

	.pg-home-materials__media {
		grid-template-columns: 1fr 1fr;
	}

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

	.pg-project-card-large,
	.pg-project-card-wide {
		grid-column: span 2;
	}

	.pg-service-list article {
		grid-template-columns: 1fr;
	}

	.pg-awards-layout {
		grid-template-columns: 1fr;
	}

	.pg-awards-thumbs {
		grid-template-columns: repeat(7, minmax(66px, 1fr));
		overflow-x: auto;
	}
}

@media screen and (max-width: 736px) {
	:root {
		--pg-header-height: 68px;
	}

	.pg-hero,
	.pg-page-hero,
	.pg-section,
	.pg-footer,
	.pg-home-hero,
	.pg-home-strip,
	.pg-home-services,
	.pg-home-gallery,
	.pg-home-process,
	.pg-home-materials,
	.pg-home-cta {
		width: min(100% - 20px, 680px);
	}

	.pg-page-hero,
	.pg-home-hero {
		padding-top: calc(var(--pg-header-height) + 28px);
		padding-bottom: 2rem;
	}

	.pg-page-hero h1,
	.pg-home-hero h1 {
		font-size: clamp(2.25rem, 12vw, 3.8rem);
		letter-spacing: -0.025em;
	}

	.pg-section,
	.pg-home-services,
	.pg-home-gallery,
	.pg-home-materials,
	.pg-home-cta {
		padding: 1.2rem;
	}

	.pg-home-materials__media,
	.pg-home-gallery__grid,
	.pg-project-grid,
	.pg-service-grid,
	.pg-process,
	.pg-home-process,
	.pg-home-service-list {
		grid-template-columns: 1fr;
	}

	.pg-home-materials__media img,
	.pg-home-materials__media img:nth-child(2) {
		height: 230px;
	}

	.pg-project-card-large,
	.pg-project-card-wide {
		grid-column: auto;
	}

	.pg-project-card img,
	.pg-project-card-large img,
	.pg-project-card-wide img,
	.pg-service-list img {
		height: 230px;
		min-height: 0;
	}

	.pg-awards-thumbs {
		grid-template-columns: repeat(7, 72px);
	}

	.pg-awards-slider .splide__slide img {
		height: 360px;
	}

	.pg-footer {
		gap: 1.5rem;
	}
}

/* Image-rich home update */
.pg-home-workshop {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 44px));
	margin: clamp(1.4rem, 3vw, 2.4rem) auto;
	padding: clamp(1.1rem, 3vw, 1.7rem);
	border: 1px solid rgba(16, 24, 40, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--pg-shadow);
}

.pg-home-workshop__intro {
	display: grid;
	grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
	gap: 1.2rem;
	align-items: end;
	margin-bottom: clamp(1.1rem, 3vw, 1.6rem);
	padding: clamp(0.25rem, 1vw, 0.7rem);
}

.pg-home-workshop__intro h2 {
	margin: 0;
	color: var(--pg-ink) !important;
	font-size: clamp(1.8rem, 3.6vw, 3.2rem);
	font-weight: 900;
	line-height: 1.06;
	letter-spacing: -0.01em;
	text-transform: none;
}

.pg-home-workshop__grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr 1fr;
	grid-auto-rows: clamp(150px, 15vw, 220px);
	gap: 0.85rem;
}

.pg-home-workshop__grid img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(7, 26, 69, 0.08);
	filter: saturate(1.03) contrast(1.03);
}

.pg-home-workshop__grid img:first-child,
.pg-home-workshop__grid img:nth-child(3) {
	grid-row: span 2;
}

.pg-home-workshop__grid img:nth-child(5) {
	grid-column: span 2;
}

.pg-home-hero__main {
	object-position: 50% 50%;
}

.pg-home-gallery__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pg-home-gallery__grid img {
	height: clamp(165px, 16vw, 230px);
}

.pg-home-gallery__grid img:nth-child(2),
.pg-home-gallery__grid img:nth-child(3),
.pg-home-gallery__grid img:nth-child(5) {
	transform: none;
}

.pg-home-gallery__grid img:nth-child(1),
.pg-home-gallery__grid img:nth-child(6) {
	grid-row: span 2;
	height: 100%;
}

@media screen and (max-width: 980px) {
	.pg-home-workshop {
		width: min(100% - 28px, 760px);
	}

	.pg-home-workshop__intro {
		grid-template-columns: 1fr;
	}

	.pg-home-workshop__grid,
	.pg-home-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pg-home-workshop__grid img:first-child,
	.pg-home-workshop__grid img:nth-child(3),
	.pg-home-workshop__grid img:nth-child(5),
	.pg-home-gallery__grid img:nth-child(1),
	.pg-home-gallery__grid img:nth-child(6) {
		grid-row: auto;
		grid-column: auto;
		height: 220px;
	}
}

@media screen and (max-width: 736px) {
	.pg-home-workshop {
		width: min(100% - 20px, 680px);
		padding: 1.2rem;
	}

	.pg-home-workshop__grid,
	.pg-home-gallery__grid {
		grid-template-columns: 1fr;
	}

	.pg-home-workshop__grid img,
	.pg-home-workshop__grid img:first-child,
	.pg-home-workshop__grid img:nth-child(3),
	.pg-home-workshop__grid img:nth-child(5),
	.pg-home-gallery__grid img,
	.pg-home-gallery__grid img:nth-child(1),
	.pg-home-gallery__grid img:nth-child(6) {
		height: 220px;
		transform: none;
	}
}

/* Clean mobile menu drawer */
#menu {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: auto !important;
	width: min(360px, calc(100vw - 28px)) !important;
	max-width: none !important;
	height: 100vh !important;
	padding: 5.25rem 1.35rem 1.35rem !important;
	overflow-y: auto !important;
	border: 0 !important;
	border-left: 1px solid rgba(16, 24, 40, 0.1) !important;
	border-radius: 8px 0 0 8px !important;
	background:
		linear-gradient(180deg, #ffffff 0, #f7f8fb 100%) !important;
	box-shadow: -28px 0 70px rgba(7, 26, 69, 0.24) !important;
	color: var(--pg-ink) !important;
	transform: translateX(110%) !important;
	transition: transform 0.32s ease !important;
	z-index: 10002 !important;
}

body.is-menu-visible #menu {
	width: min(360px, calc(100vw - 28px)) !important;
	transform: translateX(0) !important;
}

body.is-menu-visible #page-wrapper {
	opacity: 1 !important;
}

body.is-menu-visible:before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 10001;
	background: rgba(7, 26, 69, 0.28);
	backdrop-filter: blur(4px);
}

#menu ul {
	display: grid !important;
	gap: 0.55rem !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

#menu ul + ul {
	margin-top: 0 !important;
}

#menu ul > li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

#menu ul > li > a {
	display: flex !important;
	align-items: center !important;
	min-height: 48px !important;
	padding: 0 0.95rem !important;
	border: 1px solid rgba(16, 24, 40, 0.1) !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: var(--pg-ink) !important;
	font-size: 0.82rem !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	box-shadow: 0 10px 24px rgba(7, 26, 69, 0.06) !important;
}

#menu ul > li > a:hover {
	border-color: rgba(212, 170, 63, 0.5) !important;
	color: var(--pg-blue) !important;
}

#menu .close {
	top: 1.1rem !important;
	right: 1.1rem !important;
	width: 44px !important;
	height: 44px !important;
	border: 1px solid rgba(16, 24, 40, 0.1) !important;
	border-radius: 999px !important;
	background-color: #fff !important;
	background-position: center !important;
	background-size: 16px 16px !important;
	box-shadow: 0 12px 28px rgba(7, 26, 69, 0.1) !important;
}

#menu br {
	display: none !important;
}

#menu .languageFrameSelect {
	display: flex !important;
	gap: 0.5rem !important;
	align-items: center !important;
	margin-top: 1.2rem !important;
	padding-top: 1rem !important;
	border-top: 1px solid rgba(16, 24, 40, 0.1) !important;
}

#menu .languageFrameSelect img,
#menu language img {
	width: 38px !important;
	height: 26px !important;
	display: block !important;
	margin: 0 !important;
	padding: 2px !important;
	border: 1px solid rgba(16, 24, 40, 0.12) !important;
	border-radius: 6px !important;
	background: #fff !important;
	object-fit: cover !important;
}

#menu .languageFrameSelect img.selected,
#menu language img.selected {
	border-color: var(--pg-gold) !important;
	box-shadow: 0 0 0 3px rgba(212, 170, 63, 0.18) !important;
}

#header nav > ul > li > a.menuToggle {
	border-radius: 999px !important;
	background: #fff !important;
	box-shadow: inset 0 0 0 1px rgba(16, 24, 40, 0.1) !important;
}

.pg-language-toggle-item {
	display: inline-flex !important;
	align-items: center;
	padding: 0 !important;
}

.pg-language-toggle {
	min-width: 58px !important;
	min-height: 36px !important;
	padding: 0 0.65rem !important;
	border: 1px solid rgba(16, 24, 40, 0.12) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: var(--pg-ink) !important;
	font-size: 0.72rem !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	box-shadow: 0 10px 24px rgba(7, 26, 69, 0.07) !important;
	cursor: pointer;
}

.pg-language-toggle:hover {
	border-color: rgba(212, 170, 63, 0.55) !important;
	color: var(--pg-blue) !important;
	transform: translateY(-1px);
}

.pg-language-toggle[data-current-lang="en"] {
	background: var(--pg-ink) !important;
	color: #fff !important;
}

.pg-language-toggle--menu {
	width: 100% !important;
	margin-top: 1rem !important;
	min-height: 46px !important;
	border-radius: 8px !important;
}

#menu .languageFrameSelect,
#menu language {
	display: none !important;
}

/* Readability pass for section labels */
.pg-kicker {
	font-size: clamp(0.86rem, 0.95vw, 1rem) !important;
	font-weight: 900 !important;
	line-height: 1.35 !important;
	letter-spacing: 0.14em !important;
}

.pg-kicker:after {
	width: 64px !important;
	height: 3px !important;
	margin-top: 0.65rem !important;
}

.pg-home-hero .pg-kicker,
.pg-page-hero .pg-kicker,
.pg-home-workshop__intro .pg-kicker {
	font-size: clamp(0.9rem, 1vw, 1.05rem) !important;
}

@media screen and (max-width: 480px) {
	#menu {
		width: calc(100vw - 18px) !important;
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	body.is-menu-visible #menu {
		width: calc(100vw - 18px) !important;
	}
}

/* Subtle wavy line background */
body.landing #page-wrapper,
body.is-mobile.landing #page-wrapper {
	position: relative;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0, rgba(247, 248, 246, 0.96) 42rem, rgba(239, 245, 242, 0.96) 100%) !important;
}

body.landing #page-wrapper:after,
body.is-mobile.landing #page-wrapper:after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg width='1600' height='900' viewBox='0 0 1600 900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.56' stroke-linecap='round'%3E%3Cpath d='M-120 250C20 50 180 20 320 190C470 370 610 360 760 180C910 0 1060 -50 1220 120C1390 300 1530 260 1720 80' stroke='%23163B8F' stroke-opacity='0.22'/%3E%3Cpath d='M-100 275C40 75 190 55 330 215C475 382 620 382 775 200C925 25 1068 -18 1228 144C1395 314 1540 288 1720 110' stroke='%23163B8F' stroke-opacity='0.20'/%3E%3Cpath d='M-80 300C60 100 205 88 342 240C485 398 632 405 790 224C940 54 1080 20 1240 170C1405 326 1550 316 1720 140' stroke='%23163B8F' stroke-opacity='0.18'/%3E%3Cpath d='M-60 325C78 130 220 120 355 265C500 420 648 428 808 250C958 86 1098 60 1258 198C1422 340 1562 345 1720 172' stroke='%23163B8F' stroke-opacity='0.16'/%3E%3Cpath d='M-40 350C95 160 235 152 368 292C514 440 668 452 828 280C980 122 1120 100 1280 228C1440 358 1575 375 1720 205' stroke='%23163B8F' stroke-opacity='0.14'/%3E%3Cpath d='M-20 375C112 190 252 185 382 320C532 462 690 478 852 312C1004 160 1145 142 1308 260C1465 380 1590 406 1720 238' stroke='%23163B8F' stroke-opacity='0.12'/%3E%3Cpath d='M980 -80C1100 120 1260 160 1410 25C1510 -65 1608 -82 1740 8' stroke='%23D4AA3F' stroke-opacity='0.18'/%3E%3Cpath d='M1015 -55C1125 135 1275 180 1425 50C1525 -35 1618 -42 1740 35' stroke='%23D4AA3F' stroke-opacity='0.16'/%3E%3Cpath d='M1050 -28C1150 152 1290 202 1440 80C1540 0 1628 0 1740 66' stroke='%23D4AA3F' stroke-opacity='0.14'/%3E%3Cpath d='M1085 0C1176 170 1310 226 1460 112C1560 40 1640 42 1740 98' stroke='%23D4AA3F' stroke-opacity='0.12'/%3E%3Cpath d='M1120 30C1205 190 1330 250 1482 148C1580 82 1655 84 1740 132' stroke='%23D4AA3F' stroke-opacity='0.10'/%3E%3Cpath d='M-180 760C-10 610 120 600 260 735C415 885 570 870 720 700C870 530 1015 545 1160 710C1320 892 1500 865 1730 640' stroke='%232F7569' stroke-opacity='0.10'/%3E%3Cpath d='M-150 795C20 648 142 638 280 765C435 906 590 902 748 732C898 570 1038 588 1188 744C1345 908 1515 902 1730 680' stroke='%232F7569' stroke-opacity='0.09'/%3E%3Cpath d='M-118 830C48 690 165 680 304 800C458 930 618 932 778 768C928 612 1065 630 1220 780C1378 932 1535 938 1730 722' stroke='%232F7569' stroke-opacity='0.08'/%3E%3C/g%3E%3C/svg%3E");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: max(1500px, 120vw) auto;
}

body.landing #page-wrapper:before,
body.is-mobile.landing #page-wrapper:before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 0;
	display: block !important;
	pointer-events: none;
	opacity: 0.92;
	background-image: url("data:image/svg+xml,%3Csvg width='1600' height='1100' viewBox='0 0 1600 1100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-linecap='round'%3E%3Cpath d='M-180 150C-20 -20 120 -26 280 120C450 275 600 250 770 80C945 -96 1110 -40 1260 130C1410 300 1580 265 1780 42' stroke='%23163B8F' stroke-opacity='0.12'/%3E%3Cpath d='M-170 182C-10 15 132 10 292 150C462 300 616 282 790 110C965 -62 1128 -10 1280 160C1430 328 1595 300 1780 78' stroke='%23163B8F' stroke-opacity='0.11'/%3E%3Cpath d='M-160 214C5 52 148 48 308 184C478 330 638 318 812 145C988 -24 1152 26 1306 195C1458 360 1612 338 1780 118' stroke='%23163B8F' stroke-opacity='0.10'/%3E%3Cpath d='M-145 246C22 90 165 86 325 220C500 360 662 352 838 182C1012 14 1178 64 1335 232C1485 395 1630 378 1780 160' stroke='%23163B8F' stroke-opacity='0.09'/%3E%3Cpath d='M-130 278C42 130 185 128 348 258C522 392 690 390 868 222C1040 58 1208 106 1368 270C1518 432 1652 420 1780 205' stroke='%23163B8F' stroke-opacity='0.08'/%3E%3Cpath d='M-115 312C62 172 210 170 372 298C550 426 720 430 902 265C1072 104 1240 152 1405 312C1554 472 1675 465 1780 252' stroke='%23163B8F' stroke-opacity='0.07'/%3E%3Cpath d='M-260 610C-60 470 90 500 250 660C420 830 610 800 760 620C930 415 1100 460 1250 650C1410 852 1605 820 1820 588' stroke='%232F7569' stroke-opacity='0.10'/%3E%3Cpath d='M-245 645C-45 510 105 538 268 690C440 850 628 830 786 655C956 462 1126 498 1280 688C1440 878 1620 858 1820 628' stroke='%232F7569' stroke-opacity='0.09'/%3E%3Cpath d='M-230 680C-28 550 122 576 290 722C462 874 652 862 814 692C986 510 1158 540 1315 728C1475 908 1640 900 1820 672' stroke='%232F7569' stroke-opacity='0.08'/%3E%3Cpath d='M-210 718C-5 592 145 618 316 758C492 902 682 898 848 732C1020 562 1195 585 1355 772C1515 940 1662 945 1820 720' stroke='%232F7569' stroke-opacity='0.07'/%3E%3Cpath d='M900 950C1035 810 1165 820 1310 950C1455 1080 1598 1070 1765 908' stroke='%23D4AA3F' stroke-opacity='0.11'/%3E%3Cpath d='M928 982C1060 850 1188 862 1330 988C1472 1112 1610 1110 1765 948' stroke='%23D4AA3F' stroke-opacity='0.10'/%3E%3Cpath d='M960 1015C1085 892 1210 904 1352 1025C1490 1142 1625 1150 1765 990' stroke='%23D4AA3F' stroke-opacity='0.09'/%3E%3C/g%3E%3C/svg%3E");
	background-position: center 34rem;
	background-repeat: repeat-y;
	background-size: max(1500px, 118vw) auto;
}

#header,
.pg-hero,
.pg-page-hero,
.pg-section,
.pg-footer,
.pg-home-hero,
.pg-home-strip,
.pg-home-workshop,
.pg-home-services,
.pg-home-gallery,
.pg-home-process,
.pg-home-materials,
.pg-home-cta {
	position: relative;
	z-index: 1;
}

/* Home services section refinement */
.pg-home-services {
	overflow: hidden;
	padding: clamp(2rem, 5vw, 4.2rem) !important;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 252, 0.9)) !important;
}

.pg-home-services .pg-section__intro {
	display: grid;
	grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
	gap: clamp(1rem, 4vw, 3rem);
	align-items: end;
	max-width: none;
	margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.pg-home-services .pg-section__intro h2 {
	max-width: 760px;
	margin: 0;
	color: var(--pg-ink) !important;
	font-size: clamp(2rem, 4vw, 3.55rem);
	line-height: 1.05;
	letter-spacing: -0.02em;
}

.pg-home-service-list {
	gap: clamp(0.9rem, 2vw, 1.35rem);
}

.pg-home-service-list a {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-areas:
		"icon number"
		"title title"
		"text text";
	align-content: start;
	gap: 0.2rem 1rem;
	min-height: 260px;
	padding: clamp(1.35rem, 3vw, 2rem) !important;
	border: 1px solid rgba(16, 24, 40, 0.08) !important;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(251, 252, 253, 0.98)) !important;
}

.pg-home-service-list a:before {
	height: 5px;
	background: linear-gradient(90deg, var(--pg-blue), var(--pg-gold), var(--pg-green));
}

.pg-home-service-list a img {
	grid-area: icon;
	width: 56px;
	height: 56px;
	object-fit: contain;
	padding: 0.65rem;
	border-radius: 8px;
	background: rgba(22, 59, 143, 0.06);
	box-shadow: inset 0 0 0 1px rgba(22, 59, 143, 0.08);
}

.pg-home-service-list span {
	grid-area: number;
	justify-self: end;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0.35rem 0.6rem;
	border-radius: 999px;
	background: rgba(212, 170, 63, 0.14) !important;
	color: var(--pg-blue) !important;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
}

.pg-home-service-list h3 {
	grid-area: title;
	margin-top: 1.3rem !important;
	margin-bottom: 0.6rem !important;
	font-size: clamp(1.35rem, 2vw, 1.7rem) !important;
	line-height: 1.12 !important;
}

.pg-home-service-list p {
	grid-area: text;
	max-width: 28ch;
	color: #4b5565 !important;
	font-size: 0.98rem !important;
	line-height: 1.65 !important;
	letter-spacing: 0 !important;
	word-spacing: 0 !important;
}

.pg-home-service-list a:hover img {
	background: rgba(212, 170, 63, 0.16);
}

@media screen and (max-width: 980px) {
	.pg-home-services .pg-section__intro {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 736px) {
	.pg-home-services {
		padding: 1.25rem !important;
	}

	.pg-home-service-list a {
		min-height: 0;
	}
}

/* Branded header refresh */
#header,
#header.alt {
	overflow: visible;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)) !important;
	border-bottom: 1px solid rgba(22, 59, 143, 0.12) !important;
	box-shadow: 0 14px 36px rgba(7, 26, 69, 0.09) !important;
}

#header:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--pg-blue), var(--pg-gold), var(--pg-blue));
}

#header h1 a {
	position: relative;
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

#header h1 a:after {
	display: none;
}

.imaglogo {
	width: 215px !important;
	max-width: 215px !important;
	max-height: 78px !important;
}

#header nav > ul {
	padding: 0.25rem;
	border: 1px solid rgba(22, 59, 143, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 12px 28px rgba(7, 26, 69, 0.06);
}

#header nav > ul > li > a:not(.nav-cta):not(.menuToggle) {
	position: relative;
	border-radius: 999px;
	color: var(--pg-blue) !important;
}

#header nav > ul > li > a:not(.nav-cta):not(.menuToggle):after {
	content: "";
	position: absolute;
	left: 0.8rem;
	right: 0.8rem;
	bottom: 0.42rem;
	height: 2px;
	border-radius: 999px;
	background: var(--pg-gold);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.2s ease;
}

#header nav > ul > li > a:not(.nav-cta):not(.menuToggle):hover {
	background: rgba(22, 59, 143, 0.06);
	color: var(--pg-blue-dark) !important;
}

#header nav > ul > li > a:not(.nav-cta):not(.menuToggle):hover:after {
	transform: scaleX(1);
}

#header nav > ul > li > a.nav-cta {
	background: linear-gradient(135deg, var(--pg-blue), var(--pg-blue-dark)) !important;
	border: 1px solid rgba(212, 170, 63, 0.28) !important;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.12),
		0 14px 28px rgba(22, 59, 143, 0.22) !important;
}

#header nav > ul > li > a.nav-cta:hover {
	background: linear-gradient(135deg, var(--pg-gold), #b98d24) !important;
	color: var(--pg-blue-dark) !important;
}

.pg-language-toggle {
	border-color: rgba(212, 170, 63, 0.42) !important;
	background: linear-gradient(180deg, #fff, #fbf7eb) !important;
	color: var(--pg-blue) !important;
}

.pg-language-toggle[data-current-lang="en"] {
	background: linear-gradient(135deg, var(--pg-blue), var(--pg-blue-dark)) !important;
	color: #fff !important;
}

@media screen and (max-width: 980px) {
	#header nav > ul {
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	#header h1 a {
		min-height: 0;
		padding-right: 0;
		padding-left: 0;
	}

	.imaglogo {
		width: 170px !important;
		max-width: 170px !important;
		max-height: 64px !important;
	}
}

@media screen and (max-width: 736px) {
	.imaglogo {
		width: 150px !important;
		max-width: 150px !important;
		max-height: 58px !important;
	}
}

/* Rebuilt home services block */
.pg-home-services {
	display: grid !important;
	grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr) !important;
	gap: clamp(1rem, 3vw, 1.4rem) !important;
	align-items: stretch !important;
	padding: clamp(1rem, 2vw, 1.35rem) !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.pg-home-services__intro {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 420px;
	padding: clamp(1.6rem, 4vw, 2.5rem);
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(7, 26, 69, 0.98), rgba(22, 59, 143, 0.94)),
		linear-gradient(90deg, rgba(212, 170, 63, 0.2), transparent);
	box-shadow: var(--pg-shadow-strong);
	color: #fff;
}

.pg-home-services__intro .pg-kicker {
	color: #f3cc61 !important;
}

.pg-home-services__intro h2 {
	margin: 0;
	color: #fff !important;
	font-size: clamp(2.15rem, 4vw, 4rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.025em;
	text-transform: none;
}

.pg-home-services__intro p:not(.pg-kicker) {
	max-width: 34ch;
	margin: clamp(1.5rem, 4vw, 2.5rem) 0 0;
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 1rem;
	line-height: 1.7;
	letter-spacing: 0;
}

.pg-home-services .pg-home-service-list {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 0.85rem !important;
}

.pg-home-services .pg-home-service-list a {
	display: grid !important;
	grid-template-columns: 78px minmax(0, 1fr) auto !important;
	grid-template-areas:
		"icon title number"
		"icon text number" !important;
	gap: 0.15rem 1.2rem !important;
	align-items: center !important;
	min-height: 0 !important;
	padding: clamp(1.2rem, 3vw, 1.65rem) !important;
	border: 1px solid rgba(16, 24, 40, 0.08) !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.94) !important;
	box-shadow: 0 18px 44px rgba(7, 26, 69, 0.08) !important;
}

.pg-home-services .pg-home-service-list a:before {
	display: none !important;
}

.pg-home-services .pg-home-service-list a:hover {
	transform: translateX(6px) !important;
	border-color: rgba(212, 170, 63, 0.42) !important;
	box-shadow: var(--pg-shadow) !important;
}

.pg-home-services .pg-home-service-list a img {
	grid-area: icon;
	width: 64px;
	height: 64px;
	padding: 0.72rem;
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(22, 59, 143, 0.08), rgba(212, 170, 63, 0.14));
}

.pg-home-services .pg-home-service-list span {
	grid-area: number;
	align-self: start;
	justify-self: end;
	background: transparent !important;
	color: rgba(22, 59, 143, 0.28) !important;
	font-size: clamp(2rem, 4vw, 3.2rem) !important;
	font-weight: 900;
	line-height: 0.9;
	letter-spacing: -0.08em;
}

.pg-home-services .pg-home-service-list h3 {
	grid-area: title;
	margin: 0 !important;
	color: var(--pg-ink) !important;
	font-size: clamp(1.25rem, 2.2vw, 1.75rem) !important;
	line-height: 1.1 !important;
}

.pg-home-services .pg-home-service-list p {
	grid-area: text;
	max-width: 48ch;
	margin: 0.45rem 0 0 !important;
	color: #475467 !important;
	font-size: 0.98rem !important;
	line-height: 1.62 !important;
	letter-spacing: 0 !important;
	word-spacing: 0 !important;
}

@media screen and (max-width: 980px) {
	.pg-home-services {
		grid-template-columns: 1fr !important;
	}

	.pg-home-services__intro {
		min-height: 0;
	}
}

@media screen and (max-width: 736px) {
	.pg-home-services {
		width: min(100% - 20px, 680px) !important;
		padding: 0 !important;
	}

	.pg-home-services .pg-home-service-list a {
		grid-template-columns: 58px minmax(0, 1fr) !important;
		grid-template-areas:
			"icon number"
			"title title"
			"text text" !important;
	}

	.pg-home-services .pg-home-service-list span {
		font-size: 2rem !important;
	}

	.pg-home-services .pg-home-service-list a:hover {
		transform: translateY(-3px) !important;
	}
}

/* Entry animation inspired by the original site */
.pg-entry-loader {
	position: fixed;
	inset: 0;
	z-index: 20000;
	display: grid;
	place-items: center;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 248, 246, 0.96));
	opacity: 1;
	visibility: visible;
	transition: opacity 0.55s ease, visibility 0.55s ease;
}

.pg-entry-loader--skip,
.pg-entry-loader[hidden] {
	display: none !important;
}

.pg-entry-loader--done {
	opacity: 0;
	visibility: hidden;
}

.pg-entry-loader__waves {
	position: absolute;
	inset: -12% -8%;
	background-image: url("data:image/svg+xml,%3Csvg width='1600' height='900' viewBox='0 0 1600 900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-linecap='round'%3E%3Cpath d='M-140 240C30 35 180 25 330 190C480 355 640 350 790 170C940 -10 1090 -20 1245 150C1405 328 1560 290 1740 80' stroke='%23163B8F' stroke-opacity='0.20'/%3E%3Cpath d='M-120 275C45 78 205 68 350 222C505 386 660 388 815 205C970 28 1110 18 1268 184C1425 350 1578 330 1740 120' stroke='%23163B8F' stroke-opacity='0.18'/%3E%3Cpath d='M-100 310C65 120 225 110 375 258C530 418 690 428 846 246C1000 72 1140 60 1300 220C1455 380 1600 370 1740 164' stroke='%23163B8F' stroke-opacity='0.15'/%3E%3Cpath d='M900 -90C1035 120 1190 158 1360 20C1500 -92 1640 -70 1780 55' stroke='%23D4AA3F' stroke-opacity='0.20'/%3E%3Cpath d='M940 -50C1068 142 1218 190 1385 58C1525 -45 1650 -24 1780 98' stroke='%23D4AA3F' stroke-opacity='0.16'/%3E%3Cpath d='M980 -10C1100 165 1250 225 1415 102C1550 5 1668 22 1780 142' stroke='%23D4AA3F' stroke-opacity='0.13'/%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: max(1420px, 116vw) auto;
	animation: pgEntryWaves 1.45s ease both;
}

.pg-entry-loader__content {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 1.25rem;
	padding: 2rem;
	animation: pgEntryContent 1.2s ease both;
}

.pg-entry-loader__content img {
	width: min(330px, 68vw);
	height: auto;
	filter: drop-shadow(0 18px 36px rgba(7, 26, 69, 0.12));
}

.pg-entry-loader__content span {
	display: block;
	width: min(240px, 56vw);
	height: 4px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(22, 59, 143, 0.12);
}

.pg-entry-loader__content span:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--pg-blue), var(--pg-gold));
	transform-origin: left;
	animation: pgEntryBar 1.15s ease both;
}

body.pg-entry-active #page-wrapper {
	animation: pgEntryPageHold 1.45s ease both;
}

@keyframes pgEntryBar {
	0% {
		transform: scaleX(0);
	}
	100% {
		transform: scaleX(1);
	}
}

@keyframes pgEntryContent {
	0% {
		opacity: 0;
		transform: translateY(18px) scale(0.98);
	}
	35%,
	85% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
	100% {
		opacity: 0;
		transform: translateY(-16px) scale(0.98);
	}
}

@keyframes pgEntryWaves {
	0% {
		opacity: 0;
		transform: translateY(18px) scale(1.03);
	}
	35%,
	85% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
	100% {
		opacity: 0;
		transform: translateY(-14px) scale(1.02);
	}
}

@keyframes pgEntryPageHold {
	0%,
	78% {
		opacity: 0;
		transform: translateY(12px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.pg-entry-loader {
		display: none !important;
	}

	body.pg-entry-active #page-wrapper {
		animation: none;
	}
}

/* Progressive content reveal */
.pg-reveal {
	opacity: 0 !important;
	transform: translateY(34px) scale(0.985) !important;
	filter: blur(7px);
	transition:
		opacity 0.95s cubic-bezier(0.2, 0.7, 0.2, 1),
		transform 0.95s cubic-bezier(0.2, 0.7, 0.2, 1),
		filter 0.95s cubic-bezier(0.2, 0.7, 0.2, 1),
		box-shadow 0.25s ease,
		border-color 0.25s ease !important;
	transition-delay: var(--pg-delay, 0ms) !important;
	will-change: opacity, transform, filter;
}

.pg-reveal-visible {
	opacity: 1 !important;
	transform: translateY(0) scale(1) !important;
	filter: blur(0);
}

.pg-home-hero__copy.pg-reveal,
.pg-page-hero > div.pg-reveal {
	transform: translateX(-36px) translateY(12px) scale(0.985) !important;
}

.pg-home-hero__visual.pg-reveal,
.pg-page-hero > img.pg-reveal {
	transform: translateX(36px) translateY(12px) scale(0.985) !important;
}

.pg-home-hero__copy.pg-reveal-visible,
.pg-page-hero > div.pg-reveal-visible,
.pg-home-hero__visual.pg-reveal-visible,
.pg-page-hero > img.pg-reveal-visible {
	transform: translateX(0) translateY(0) scale(1) !important;
}

.pg-home-workshop__grid img.pg-reveal,
.pg-home-gallery__grid img.pg-reveal,
.pg-project-card.pg-reveal,
.pg-home-service-list a.pg-reveal {
	transform: translateY(40px) scale(0.96) !important;
}

.pg-home-workshop__grid img.pg-reveal-visible,
.pg-home-gallery__grid img.pg-reveal-visible,
.pg-project-card.pg-reveal-visible,
.pg-home-service-list a.pg-reveal-visible {
	transform: translateY(0) scale(1) !important;
}

@media (prefers-reduced-motion: reduce) {
	.pg-reveal,
	.pg-home-hero__copy.pg-reveal,
	.pg-page-hero > div.pg-reveal,
	.pg-home-hero__visual.pg-reveal,
	.pg-page-hero > img.pg-reveal {
		opacity: 1 !important;
		transform: none !important;
		filter: none !important;
		transition: none !important;
	}
}

/* Page hero overlap fix */
.pg-page-hero {
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.9fr) !important;
	overflow: hidden;
}

.pg-page-hero > div {
	min-width: 0;
	position: relative;
	z-index: 2;
}

.pg-page-hero > img {
	position: relative;
	z-index: 1;
	max-width: 100%;
}

.pg-page-hero h1 {
	max-width: 10.5ch;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.pg-awards-hero h1 {
	max-width: 11.5ch;
	font-size: clamp(2.45rem, 5vw, 4.85rem) !important;
	line-height: 0.98 !important;
}

.pg-awards-hero > img {
	height: clamp(360px, 39vw, 520px) !important;
	object-fit: contain;
	background: #fff;
}

@media screen and (max-width: 1180px) {
	.pg-page-hero {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr) !important;
	}

	.pg-page-hero h1 {
		font-size: clamp(2.3rem, 5vw, 4.4rem) !important;
	}
}

@media screen and (max-width: 980px) {
	.pg-page-hero {
		grid-template-columns: 1fr !important;
		overflow: visible;
	}

	.pg-page-hero h1,
	.pg-awards-hero h1 {
		max-width: 13ch;
	}

	.pg-page-hero > img {
		order: -1;
	}
}

@media screen and (max-width: 736px) {
	.pg-page-hero h1,
	.pg-awards-hero h1 {
		max-width: 100%;
		font-size: clamp(2rem, 11vw, 3.2rem) !important;
		line-height: 1.02 !important;
	}
}

/* Awards page polish */
.pg-awards-hero {
	width: min(1220px, calc(100% - 44px));
	grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.92fr) !important;
	padding-bottom: clamp(1.6rem, 4vw, 3rem);
}

.pg-awards-hero:before {
	content: "";
	position: absolute;
	right: -4rem;
	bottom: 1rem;
	width: min(42vw, 520px);
	height: min(42vw, 520px);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(212, 170, 63, 0.18), transparent),
		linear-gradient(160deg, rgba(22, 59, 143, 0.1), rgba(47, 117, 105, 0.12));
	z-index: 0;
}

.pg-awards-hero > div,
.pg-awards-hero > img {
	position: relative;
	z-index: 1;
}

.pg-awards-hero h1 {
	max-width: 12ch;
	color: var(--pg-ink) !important;
}

.pg-awards-hero > img {
	padding: clamp(1rem, 2vw, 1.4rem);
	border: 1px solid rgba(16, 24, 40, 0.08);
	background:
		linear-gradient(180deg, #fff, #f8fafc);
	object-fit: contain;
	box-shadow: var(--pg-shadow-strong);
}

.pg-awards-intro {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	width: min(1040px, calc(100% - 44px));
	margin: 0 auto clamp(1.6rem, 4vw, 3rem);
	border: 1px solid rgba(16, 24, 40, 0.08);
	border-radius: 8px;
	background: rgba(22, 59, 143, 0.1);
	box-shadow: 0 18px 44px rgba(7, 26, 69, 0.08);
}

.pg-awards-intro > div {
	padding: clamp(1.15rem, 3vw, 1.8rem);
	background: rgba(255, 255, 255, 0.92);
}

.pg-awards-intro strong {
	display: block;
	margin-bottom: 0.45rem;
	color: var(--pg-blue);
	font-size: clamp(1.4rem, 3vw, 2.4rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.03em;
}

.pg-awards-intro span {
	display: block;
	color: #667085;
	font-size: 0.92rem;
	line-height: 1.45;
}

.pg-awards-section {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 252, 0.92)) !important;
}

.pg-awards-section .pg-section__intro {
	display: grid;
	grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
	gap: clamp(1rem, 4vw, 3rem);
	align-items: end;
	max-width: none;
}

.pg-awards-section .pg-section__intro h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.55rem);
	line-height: 1.04;
	letter-spacing: -0.02em;
}

.pg-awards-layout {
	grid-template-columns: minmax(90px, 120px) minmax(0, 1fr);
	gap: clamp(1rem, 3vw, 1.5rem);
	align-items: stretch;
}

.pg-awards-thumbs {
	position: relative;
	padding: 0.75rem;
	border: 1px solid rgba(16, 24, 40, 0.08);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.pg-awards-thumbs button {
	opacity: 0.64;
	transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.pg-awards-thumbs button:hover,
.pg-awards-thumbs button.is-active {
	opacity: 1;
	transform: translateX(4px);
}

.pg-awards-thumbs button.is-active {
	border-color: var(--pg-gold) !important;
}

.pg-awards-slider {
	border: 1px solid rgba(16, 24, 40, 0.08);
	background:
		linear-gradient(135deg, #fff, #f7f8fb);
}

.pg-awards-slider .splide__slide {
	display: grid;
	place-items: center;
	padding: clamp(1rem, 3vw, 2rem);
	background:
		radial-gradient(circle at 50% 50%, rgba(212, 170, 63, 0.08), transparent 34rem),
		#f7f8fb;
}

.pg-awards-slider .splide__slide img {
	max-width: 100%;
	max-height: clamp(400px, 56vw, 660px);
	height: auto !important;
	border-radius: 8px;
	box-shadow: 0 24px 58px rgba(7, 26, 69, 0.16);
}

.pg-awards-slider .splide__arrow {
	width: 44px;
	height: 44px;
	background: #fff;
	opacity: 1;
	box-shadow: 0 12px 28px rgba(7, 26, 69, 0.14);
}

@media screen and (max-width: 980px) {
	.pg-awards-hero {
		grid-template-columns: 1fr !important;
	}

	.pg-awards-intro,
	.pg-awards-section .pg-section__intro,
	.pg-awards-layout {
		grid-template-columns: 1fr;
	}

	.pg-awards-thumbs {
		grid-template-columns: repeat(7, minmax(68px, 1fr));
		overflow-x: auto;
	}

	.pg-awards-thumbs button:hover,
	.pg-awards-thumbs button.is-active {
		transform: translateY(-3px);
	}
}

@media screen and (max-width: 736px) {
	.pg-awards-hero,
	.pg-awards-intro {
		width: min(100% - 20px, 680px);
	}

	.pg-awards-intro {
		grid-template-columns: 1fr;
	}

	.pg-awards-slider .splide__slide img {
		max-height: 360px;
	}
}

/* Services page renewal */
.pg-services-overview {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	width: min(1080px, calc(100% - 44px));
	margin: 0 auto clamp(1.6rem, 4vw, 3rem);
	border: 1px solid rgba(16, 24, 40, 0.08);
	border-radius: 8px;
	background: rgba(22, 59, 143, 0.12);
	box-shadow: 0 18px 44px rgba(7, 26, 69, 0.08);
}

.pg-services-overview > div {
	padding: clamp(1.2rem, 3vw, 1.9rem);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.94));
}

.pg-services-overview span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 1rem;
	border-radius: 999px;
	background: rgba(212, 170, 63, 0.16);
	color: var(--pg-blue);
	font-size: 0.78rem;
	font-weight: 900;
}

.pg-services-overview strong {
	display: block;
	margin-bottom: 0.55rem;
	color: var(--pg-ink);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 900;
	line-height: 1.1;
}

.pg-services-overview p {
	margin: 0;
	color: #5b6678 !important;
	font-size: 0.95rem;
	line-height: 1.6;
}

.pg-services-main {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 252, 0.9)) !important;
}

.pg-services-main .pg-section__intro,
.pg-finishes-section .pg-section__intro {
	display: grid;
	grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
	gap: clamp(1rem, 4vw, 3rem);
	align-items: end;
	max-width: none;
}

.pg-services-main .pg-section__intro h2,
.pg-finishes-section .pg-section__intro h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.55rem);
	line-height: 1.04;
	letter-spacing: -0.02em;
}

.pg-services-main .pg-service-list {
	gap: 1rem;
}

.pg-services-main .pg-service-list article {
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
	min-height: 330px;
	border: 0;
	background: #fff;
	box-shadow: var(--pg-shadow);
}

.pg-services-main .pg-service-list article:nth-child(even) {
	grid-template-columns: minmax(0, 0.58fr) minmax(260px, 0.42fr);
}

.pg-services-main .pg-service-list article:nth-child(even) img {
	order: 2;
}

.pg-services-main .pg-service-list img {
	width: 100%;
	height: 100%;
	min-height: 330px;
	object-fit: cover;
}

.pg-services-main .pg-service-list article > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1.6rem, 4vw, 3rem);
}

.pg-services-main .pg-service-list span {
	width: fit-content;
	height: auto;
	margin-bottom: 1.1rem;
	padding: 0.42rem 0.68rem;
	border-radius: 999px;
	background: rgba(22, 59, 143, 0.08);
	color: var(--pg-blue);
	letter-spacing: 0.08em;
}

.pg-services-main .pg-service-list h2 {
	margin: 0 0 0.95rem;
	color: var(--pg-ink) !important;
	font-size: clamp(1.8rem, 3vw, 2.65rem);
	line-height: 1.05;
	letter-spacing: -0.02em;
	text-transform: none;
}

.pg-services-main .pg-service-list p {
	max-width: 62ch;
	color: #475467 !important;
	font-size: 1rem;
	line-height: 1.72;
	letter-spacing: 0;
}

.pg-finishes-section {
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(7, 26, 69, 0.97), rgba(22, 59, 143, 0.94)) !important;
	color: #fff;
}

.pg-finishes-section h2,
.pg-finishes-section p {
	color: #fff !important;
}

.pg-finishes-section .pg-kicker {
	color: #f3cc61 !important;
}

.pg-finishes-section .pg-chip-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}

.pg-finishes-section .pg-chip-grid span {
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	box-shadow: none;
	backdrop-filter: blur(8px);
}

.pg-finishes-section .pg-chip-grid span:hover {
	background: rgba(212, 170, 63, 0.22);
	border-color: rgba(212, 170, 63, 0.45);
}

@media screen and (max-width: 980px) {
	.pg-services-overview,
	.pg-services-main .pg-section__intro,
	.pg-finishes-section .pg-section__intro,
	.pg-services-main .pg-service-list article,
	.pg-services-main .pg-service-list article:nth-child(even) {
		grid-template-columns: 1fr;
	}

	.pg-services-main .pg-service-list article:nth-child(even) img {
		order: 0;
	}

	.pg-services-main .pg-service-list img {
		height: 280px;
		min-height: 0;
	}
}

@media screen and (max-width: 736px) {
	.pg-services-overview {
		width: min(100% - 20px, 680px);
		grid-template-columns: 1fr;
	}

	.pg-services-main .pg-service-list img {
		height: 230px;
	}
}
