/* ==========================================================================
   Palmgro Content Widgets — shared structural CSS for:
   Services Overview, Stats/Why Us, CTA Band, Footer, Founder Story,
   Values List, Team. Colors/typography/spacing come from each widget's
   Style tab per instance; this file only handles structure and responsive
   collapse.
   ========================================================================== */

[class^="pgw-"] {
	box-sizing: border-box;
}
[class^="pgw-"] * {
	box-sizing: border-box;
}

/* ---------- Services Overview ---------- */
.pgw-svc-header {
	position: relative;
	margin-bottom: 40px;
}
.pgw-svc-decoration {
	position: absolute;
	top: -10px;
	right: 0;
	width: 220px;
	height: auto;
	pointer-events: none;
	z-index: 0;
}
.pgw-svc-title-accent {
	display: inline;
}
.pgw-svc-eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.pgw-svc-title {
	margin: 0;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.2;
	max-width: 640px;
}

.pgw-svc-list {
	display: flex;
	flex-direction: column;
}
.pgw-svc-row {
	display: flex;
	align-items: center;
	gap: 24px;
	text-decoration: none;
	color: inherit;
	transition: padding-left 0.2s ease;
}
.pgw-svc-row.has-divider {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.pgw-svc-row:hover {
	padding-left: 8px;
}
.pgw-svc-index {
	font-size: 14px;
	font-weight: 600;
	width: 32px;
	flex-shrink: 0;
}
.pgw-svc-item-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pgw-svc-item-text {
	flex: 1;
}
.pgw-svc-item-title {
	margin: 0 0 4px;
	font-size: 20px;
	font-weight: 700;
	transition: color 0.2s ease;
}
.pgw-svc-item-desc {
	margin: 0;
	font-size: 14px;
}

.pgw-svc-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

/* Bento layout: each card's width comes from its own "Card Width %" field,
   applied as an inline style per card — the most direct, most reliable way
   to guarantee each card's size regardless of any theme/Elementor global
   styles that might otherwise interfere with CSS-only sizing tricks. */
.pgw-svc-bento {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 20px;
}
.pgw-svc-bento .pgw-svc-card {
	min-height: 140px;
	justify-content: center;
	gap: 8px;
	box-sizing: border-box;
}
.pgw-svc-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	text-decoration: none;
	color: inherit;
	border-radius: 16px;
	background: #f7f8f4;
}

/* Icon & Text Alignment (Left is the default above; Center overrides both
   layouts consistently — this also fixes the icon-vs-text mismatch where the
   icon wrapper used to stretch full-width and center itself while the title/
   description stayed left-aligned). */
.pgw-align-center .pgw-svc-card {
	align-items: center;
	text-align: center;
}
.pgw-align-center .pgw-svc-row {
	justify-content: center;
}
.pgw-align-center .pgw-svc-item-text {
	text-align: center;
}

/* ---------- Stats / Why Us ---------- */
.pgw-why-title {
	margin: 0 0 32px;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
}
.pgw-why-row {
	display: flex;
	flex-wrap: wrap;
}
.pgw-why-item {
	flex: 1 1 0;
	min-width: 180px;
	padding: 0 24px;
}
.pgw-why-item.has-divider {
	border-left: 1px solid rgba(0,0,0,0.1);
}
.pgw-why-item:first-child {
	padding-left: 0;
}
.pgw-why-item:first-child.has-divider {
	border-left: none;
}
.pgw-why-value {
	margin: 0 0 6px;
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
}
.pgw-why-label {
	margin: 0;
	font-size: 14px;
}

/* Cards layout */
.pgw-why-row.layout-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.pgw-why-row.layout-cards .pgw-why-item {
	flex: none;
	min-width: 0;
	padding: 28px 24px;
	background: #f7f8f4;
	border-radius: 16px;
}

/* Split layout (sales panel: left text column + right stat cards) */
.pgw-why-split {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 60px;
	align-items: stretch;
}
.pgw-why-split-left {
	display: flex;
	flex-direction: column;
}
.pgw-why-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: fit-content;
	padding: 5px 14px;
	border-radius: 20px;
	background: #f0f2ea;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 20px;
}
.pgw-why-badge i,
.pgw-why-badge svg {
	font-size: 11px;
	width: 11px;
	height: 11px;
}
.pgw-why-split-title {
	margin: 0 0 16px;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.2;
}
.pgw-why-split-subtitle {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.6;
	max-width: 360px;
}
.pgw-why-split-subtitle strong,
.pgw-why-secondary strong {
	font-weight: 700;
}
.pgw-why-cta {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	width: fit-content;
}
.pgw-why-split-bottom {
	margin-top: auto;
	padding-top: 40px;
}
.pgw-why-secondary {
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.6;
	max-width: 320px;
}
.pgw-why-social-row {
	display: flex;
	align-items: center;
	gap: 10px;
}
.pgw-why-avatar-stack {
	display: flex;
}
.pgw-why-avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
	margin-left: -8px;
	display: inline-block;
}
.pgw-why-avatar:first-child {
	margin-left: 0;
}
.pgw-why-avatar--placeholder {
	background: #ddd;
}
.pgw-why-rating {
	font-size: 13px;
}

.pgw-why-split-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.pgw-why-split-card {
	grid-column: span 2;
	display: flex;
	flex-direction: column;
	background: #f2f2f2;
	border-radius: 24px;
	padding: 28px;
}
.pgw-why-split-cards .pgw-why-split-card:not(:first-child) {
	grid-column: span 1;
}
.pgw-why-split-card-heading {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 40px;
	font-size: 14px;
	font-weight: 600;
}
.pgw-why-split-card-heading i,
.pgw-why-split-card-heading svg {
	font-size: 14px;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}
.pgw-why-split-card-value {
	margin: 0 0 8px;
	font-size: 44px;
	font-weight: 800;
	line-height: 1;
}
.pgw-why-split-card-desc {
	margin: 0;
	font-size: 14px;
}

/* ---------- CTA Band ---------- */
.pgw-cta-band {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.pgw-cta-eyebrow {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.pgw-cta-headline {
	margin: 0 0 16px;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.2;
	max-width: 760px;
}
.pgw-cta-subtext {
	margin: 0 0 28px;
	font-size: 16px;
	max-width: 560px;
}
.pgw-cta-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.pgw-cta-button:hover {
	transform: translateY(-2px);
}
.pgw-cta-arrow {
	transition: transform 0.2s ease;
}
.pgw-cta-button:hover .pgw-cta-arrow {
	transform: translateX(4px);
}

/* ---------- Footer ---------- */
.pgw-footer-top {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	gap: 40px;
	padding-bottom: 40px;
}
.pgw-footer-brand {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.pgw-footer-logo-text {
	margin: 0;
	font-size: 24px;
	font-weight: 800;
}
.pgw-footer-logo-img {
	max-height: 40px;
	width: auto;
}
.pgw-footer-tagline {
	margin: 0;
	font-size: 14px;
	max-width: 280px;
}
.pgw-footer-col {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.pgw-footer-col-heading {
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.pgw-footer-col a,
.pgw-footer-col p {
	margin: 0;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.2s ease;
}
.pgw-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.1);
	font-size: 13px;
}

/* Split layout (dark brand card + light newsletter/nav card) */
.pgw-footer--split {
	padding: 24px;
}
.pgw-footer-split {
	display: flex;
	align-items: stretch;
	gap: 24px;
}
.pgw-footer-split-left {
	--pgw-grad-start: #1a3a8f;
	--pgw-grad-end: #5b8def;
	flex: 0 0 320px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 32px;
	border-radius: 28px;
	background-image: linear-gradient(160deg, var(--pgw-grad-start) 0%, var(--pgw-grad-end) 100%);
	color: #ffffff;
	min-height: 340px;
}
.pgw-footer-split-left .pgw-footer-logo-text {
	color: #ffffff;
}
.pgw-footer-split-left .pgw-footer-logo-img {
	filter: brightness(0) invert(1);
}
.pgw-footer-split-left .pgw-footer-tagline {
	color: rgba(255,255,255,0.85);
	margin-top: 10px;
	max-width: 220px;
}
.pgw-footer-stay-in-touch {
	margin: 0 0 12px;
	font-size: 13px;
	font-style: italic;
	opacity: 0.9;
}
.pgw-footer-social {
	display: flex;
	gap: 10px;
}
.pgw-footer-social a {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
}

.pgw-footer-split-right {
	position: relative;
	flex: 1;
	padding: 32px;
	border-radius: 28px;
	background-color: #f0f0f0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.pgw-footer-decoration {
	position: absolute;
	top: -20px;
	right: 24px;
	z-index: 1;
	text-align: center;
}
.pgw-footer-decoration img {
	width: 140px;
	height: auto;
	display: block;
	border-radius: 24px;
	box-shadow: 0 20px 30px rgba(0,0,0,0.15);
}
.pgw-footer-decoration-tooltip {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	font-style: italic;
	opacity: 0.6;
}
.pgw-footer-split-nav {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-bottom: 40px;
	align-items: start;
}
.pgw-footer-col-text {
	display: block;
	font-size: 14px;
	color: rgba(255,255,255,0.75);
}
.pgw-footer-col--newsletter .pgw-footer-email-row {
	max-width: 260px;
}
.pgw-footer-newsletter-row {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
.pgw-footer-bottom-left {
	font-size: 13px;
	color: #8a8a8a;
}
.pgw-footer-newsletter {
	text-align: right;
}
.pgw-footer-newsletter-line1 {
	margin: 0;
	font-size: 15px;
}
.pgw-footer-newsletter-line2 {
	margin: 0 0 14px;
	font-size: 15px;
	font-weight: 700;
}
.pgw-footer-email-row {
	display: flex;
	align-items: stretch;
	border-radius: 8px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.pgw-footer-email-input {
	flex: 1;
	min-width: 180px;
	border: none;
	outline: none;
	padding: 0 16px;
	font-size: 14px;
	font-family: inherit;
	background: transparent;
}
.pgw-footer-subscribe-btn {
	border: none;
	cursor: pointer;
	padding: 14px 24px;
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	background-color: #111111;
	color: #ffffff;
	white-space: nowrap;
}

/* ---------- Founder Story ---------- */
.pgw-story-wrapper {
	display: flex;
	align-items: center;
	gap: 60px;
}
.pgw-story-wrapper.has-photo.photo-left {
	flex-direction: row-reverse;
}
.pgw-story-wrapper.layout-centered {
	display: block;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}
.pgw-story-wrapper.layout-centered .pgw-story-body {
	text-align: left;
}
.pgw-story-wrapper.layout-centered .pgw-story-quote {
	text-align: left;
	display: inline-block;
}
.pgw-story-wrapper.layout-photo-top {
	display: block;
}
.pgw-story-wrapper.layout-photo-top .pgw-story-photo {
	margin-bottom: 40px;
}
.pgw-story-wrapper.layout-photo-top .pgw-story-photo img {
	max-width: 100%;
	width: 100%;
}
.pgw-story-text {
	flex: 1.3;
}
.pgw-story-eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.pgw-story-title {
	margin: 0 0 24px;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.2;
}
.pgw-story-body {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.pgw-story-body p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
}
.pgw-story-quote {
	margin: 28px 0 0;
	padding-left: 20px;
	border-left: 3px solid;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
}
.pgw-story-photo {
	flex: 1;
	text-align: center;
}
.pgw-story-photo img {
	width: 100%;
	max-width: 380px;
	height: auto;
	display: block;
	margin: 0 auto;
	object-fit: cover;
}
.pgw-story-caption {
	margin: 12px 0 0;
	font-size: 13px;
}

/* ---------- Values List ---------- */
.pgw-val-header {
	margin-bottom: 36px;
}
.pgw-val-eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.pgw-val-title {
	margin: 0;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
}
.pgw-val-list {
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.pgw-val-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.pgw-val-grid.layout-cards .pgw-val-item {
	background: #f7f8f4;
	border-radius: 16px;
	padding: 28px 24px;
}
.pgw-val-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.pgw-val-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 12px;
	background: #eafccb;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pgw-val-item-title {
	margin: 0 0 4px;
	font-size: 17px;
	font-weight: 700;
}
.pgw-val-item-desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

/* Icon & Text Alignment: Center stacks the icon above the text, centered —
   works across List, Grid, and Cards layouts. */
.pgw-align-center .pgw-val-item {
	flex-direction: column;
	align-items: center;
	text-align: center;
}

/* Timeline (zigzag process) layout */
.pgw-layout-timeline .pgw-val-header {
	text-align: center;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
.pgw-val-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 5px 14px;
	border-radius: 20px;
	background: #f0f0f0;
	color: #666;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 16px;
}
.pgw-val-badge-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #8bc53f;
	display: inline-block;
}
.pgw-val-subtitle {
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 1.6;
}

.pgw-val-timeline {
	--pgw-line-color: #dddddd;
	position: relative;
	display: flex;
	flex-direction: column;
}
.pgw-val-timeline::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	transform: translateX(-50%);
	background: linear-gradient(to bottom, transparent, var(--pgw-line-color) 8%, var(--pgw-line-color) 92%, transparent);
	z-index: 0;
}
.pgw-val-timeline-step {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 40px 1fr;
	align-items: start;
	column-gap: 24px;
	padding: 22px 0;
	border-radius: 20px;
}
.pgw-val-timeline-step.is-active {
	padding: 24px 28px;
	margin: 0 -28px;
}
.pgw-val-timeline-icon-col {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
	z-index: 1;
}
.pgw-val-timeline-step.icon-left .pgw-val-timeline-icon-col {
	grid-column: 1;
	justify-content: flex-end;
}
.pgw-val-timeline-step.icon-left .pgw-val-timeline-text-col {
	grid-column: 3;
	text-align: left;
}
.pgw-val-timeline-step.icon-right .pgw-val-timeline-icon-col {
	grid-column: 3;
	justify-content: flex-start;
}
.pgw-val-timeline-step.icon-right .pgw-val-timeline-text-col {
	grid-column: 1;
	text-align: right;
}
.pgw-val-timeline-dot {
	grid-column: 2;
	grid-row: 1;
	justify-self: center;
	align-self: start;
	margin-top: 22px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ffffff;
	border: 2px solid #cccccc;
	position: relative;
	z-index: 1;
}
.pgw-val-timeline-step.is-active .pgw-val-timeline-dot {
	width: 14px;
	height: 14px;
	border: none;
	background-color: #6a8dff;
	box-shadow: 0 0 0 7px rgba(106,141,255,0.15);
}
.pgw-val-timeline .pgw-val-icon {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background: #2b2b2b;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pgw-val-timeline .pgw-val-icon i,
.pgw-val-timeline .pgw-val-icon svg {
	color: #ffffff;
	fill: #ffffff;
	font-size: 22px;
}
.pgw-val-timeline-num {
	font-size: 12px;
	font-weight: 600;
	color: #999999;
}

/* ---------- Team ---------- */
.pgw-team-header {
	margin-bottom: 36px;
}
.pgw-team-eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.pgw-team-title {
	margin: 0;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
}
.pgw-team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}
.pgw-team-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	gap: 4px;
}
.pgw-align-center .pgw-team-card {
	align-items: center;
	text-align: center;
}
.pgw-team-photo {
	margin-bottom: 14px;
}
.pgw-team-photo img,
.pgw-team-photo-placeholder {
	width: 120px;
	height: 120px;
	object-fit: cover;
	display: inline-block;
	background: #e4e4e4;
}
.pgw-team-name {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
}
.pgw-team-role {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 600;
}
.pgw-team-intro {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

/* Showcase layout: left text panel + expanding photo gallery */
.pgw-team-showcase {
	display: flex;
	align-items: center;
	gap: 60px;
}
.pgw-team-showcase-left {
	flex: 1;
	max-width: 320px;
}
.pgw-team-showcase-eyebrow {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.pgw-team-showcase-title {
	margin: 0 0 28px;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.15;
}
.pgw-team-showcase-title-line {
	display: block;
}
.pgw-team-showcase-title-accent {
	display: inline;
}
.pgw-team-search {
	display: flex;
	align-items: stretch;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0,0,0,0.06);
	max-width: 320px;
}
.pgw-team-search-input {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 0 18px;
	font-size: 14px;
	background: #ffffff;
}
.pgw-team-search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 24px;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	background: #c6e94c;
	color: #111111;
	white-space: nowrap;
}

.pgw-team-panels {
	flex: 1.6;
	display: flex;
	align-items: stretch;
	height: 420px;
	gap: 16px;
}
.pgw-team-panel {
	position: relative;
	flex: 1;
	min-width: 60px;
	border-radius: 24px;
	background-size: cover;
	background-position: center;
	background-color: #d9d9d9;
	overflow: hidden;
	transition: flex-grow 0.45s ease;
}
.pgw-team-panel.is-expanded {
	flex-grow: 4;
}
.pgw-team-panel:hover {
	flex-grow: 4;
}
.pgw-team-panel-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	padding: 24px;
	background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.05) 45%, rgba(0,0,0,0) 65%);
}
.pgw-team-panel-vertical {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	white-space: nowrap;
	margin: 0 auto;
}
.pgw-team-panel-wide-content {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	gap: 16px;
}
.pgw-team-panel-role {
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	max-width: 60%;
}
.pgw-team-panel-stat {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}
.pgw-team-panel-stat-number {
	font-size: 40px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1;
}
.pgw-team-panel-stat-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 900px) {
	.pgw-footer-split {
		flex-direction: column !important;
	}
	.pgw-footer-split-left {
		flex: none !important;
		min-height: 0;
	}
	.pgw-footer-split-nav {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.pgw-footer-decoration {
		position: relative !important;
		top: 0;
		right: 0;
		margin-bottom: 20px;
		text-align: left;
	}
	.pgw-team-showcase {
		flex-direction: column !important;
		align-items: stretch;
	}
	.pgw-team-showcase-left {
		max-width: 100% !important;
	}
	.pgw-team-panels {
		flex: none !important;
		height: 320px;
	}
	.pgw-why-split {
		grid-template-columns: 1fr !important;
		gap: 32px;
	}
	.pgw-why-split-bottom {
		padding-top: 24px;
	}
	.pgw-svc-bento .pgw-svc-card,
	.pgw-svc-bento .pgw-svc-card:nth-child(1),
	.pgw-svc-bento .pgw-svc-card:nth-child(2) {
		flex-basis: calc(50% - 10px) !important;
		flex-grow: 1 !important;
	}
	.pgw-svc-decoration {
		width: 140px;
	}
	.pgw-footer-top {
		grid-template-columns: 1fr 1fr !important;
	}
	.pgw-story-wrapper,
	.pgw-story-wrapper.has-photo.photo-left {
		flex-direction: column !important;
	}
	.pgw-cta-headline {
		font-size: 32px;
	}
	.pgw-svc-title,
	.pgw-story-title {
		font-size: 28px;
	}
	.pgw-val-title,
	.pgw-team-title,
	.pgw-why-title {
		font-size: 26px;
	}
}

@media (max-width: 600px) {
	.pgw-footer-split-nav {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
		margin-bottom: 24px;
	}
	.pgw-footer-newsletter-row {
		flex-direction: column !important;
		align-items: flex-start !important;
	}
	.pgw-footer-newsletter {
		text-align: left !important;
		width: 100%;
	}
	.pgw-footer-email-row {
		width: 100%;
	}
	.pgw-footer-split-right,
	.pgw-footer-split-left {
		padding: 24px !important;
	}
	.pgw-team-panels {
		flex: none !important;
		height: 300px;
	}
	.pgw-team-panel:hover {
		flex-grow: 4;
	}
	.pgw-team-showcase-title {
		font-size: 32px;
	}
	.pgw-val-timeline::before {
		left: 20px;
	}
	.pgw-val-timeline-step,
	.pgw-val-timeline-step.icon-left,
	.pgw-val-timeline-step.icon-right {
		grid-template-columns: 40px 1fr !important;
		column-gap: 16px;
	}
	.pgw-val-timeline-step.icon-left .pgw-val-timeline-icon-col,
	.pgw-val-timeline-step.icon-right .pgw-val-timeline-icon-col {
		grid-column: 1;
		grid-row: 1 / 3;
		justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}
	.pgw-val-timeline-step.icon-left .pgw-val-timeline-text-col,
	.pgw-val-timeline-step.icon-right .pgw-val-timeline-text-col {
		grid-column: 2;
		text-align: left;
	}
	.pgw-val-timeline-dot {
		display: none;
	}
	.pgw-val-timeline .pgw-val-icon {
		width: 44px;
		height: 44px;
	}
	.pgw-why-split-title {
		font-size: 28px;
	}
	.pgw-svc-bento .pgw-svc-card,
	.pgw-svc-bento .pgw-svc-card:nth-child(1),
	.pgw-svc-bento .pgw-svc-card:nth-child(2) {
		flex-basis: 100% !important;
		flex-grow: 1 !important;
	}
	.pgw-svc-decoration {
		display: none;
	}
	.pgw-footer-top {
		grid-template-columns: 1fr !important;
	}
	.pgw-svc-title,
	.pgw-story-title,
	.pgw-cta-headline {
		font-size: 24px;
	}
	.pgw-val-title,
	.pgw-team-title,
	.pgw-why-title {
		font-size: 22px;
	}
	.pgw-why-row.layout-row {
		flex-direction: column !important;
		gap: 24px;
	}
	.pgw-why-row.layout-row .pgw-why-item {
		padding: 0 !important;
		border: none !important;
	}
	.pgw-footer-bottom {
		flex-direction: column !important;
		align-items: flex-start;
	}
	.pgw-svc-row {
		flex-wrap: wrap;
	}
}
