/* Awards & Recognition page — bespoke, one-off */

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

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

.pg-awards-hero-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 74px 64px 70px;
	position: relative;
}

.pg-awards-hero-2col {
	display: grid;
	grid-template-columns: 1.12fr 0.88fr;
	gap: 52px;
	align-items: center;
}

.pg-awards-breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	font: 500 12.5px/1 'Hanken Grotesk', sans-serif;
	color: #8FA0BE;
}

.pg-awards-breadcrumb a { color: #8FA0BE; text-decoration: none; }
.pg-awards-breadcrumb .sep { opacity: .5; }
.pg-awards-breadcrumb .current { color: #fff; }

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

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

.pg-awards-h1 {
	font: 700 56px/1.05 'Bricolage Grotesque', sans-serif !important;
	letter-spacing: -0.028em;
	margin: 0 0 22px !important;
	max-width: 900px;
	color: #fff !important;
}

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

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

.pg-awards-hero-sub a {
	color: #FFFFFF;
	text-decoration: underline;
	text-decoration-color: rgba(255,100,119,.6);
	text-underline-offset: 3px;
}

.pg-awards-hero-img {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.12);
	box-shadow: 0 30px 70px rgba(0,0,0,.4);
}

.pg-awards-hero-img img {
	display: block;
	width: 100%;
	height: auto;
}

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

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

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

/* ---------- Section 1: The Case (Recognition intro) ---------- */
.pg-awards-case-header {
	max-width: 1240px;
	margin: 0 auto;
	padding: 24px 64px 40px;
}

.pg-awards-h2 {
	font: 700 44px/1.09 'Bricolage Grotesque', sans-serif !important;
	letter-spacing: -0.024em;
	margin: 0 0 22px !important;
	max-width: 880px;
	color: #14161E !important;
}

.pg-awards-h2 .accent { color: #CB0E2A; }

.pg-awards-case-sub {
	font: 400 18.5px/1.62 'Hanken Grotesk', sans-serif !important;
	color: #4D5260 !important;
	max-width: 840px;
	margin: 0 !important;
}

.pg-awards-case-sub a,
.pg-awards-card .d a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: rgba(203,14,42,.45);
	text-underline-offset: 3px;
}

/* ---------- Reasons/stats grid ---------- */
.pg-awards-grid-section {
	max-width: 1240px;
	margin: 0 auto;
	padding: 34px 64px 96px;
}

.pg-awards-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.pg-awards-card {
	background: #fff;
	border: 1px solid #ECEEF2;
	border-radius: 3px;
	padding: 30px 28px;
}

.pg-awards-card .icon {
	width: 40px;
	height: 40px;
	border-radius: 11px;
	background: #FCE9EB;
	color: #CB0E2A;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.pg-awards-card .eyebrow {
	font: 600 12px/1 'Hanken Grotesk', sans-serif;
	letter-spacing: .08em;
	color: #CB0E2A;
	margin-bottom: 10px;
}

.pg-awards-card .t {
	font: 700 18px/1.22 'Bricolage Grotesque', sans-serif;
	letter-spacing: -0.01em;
	margin-bottom: 8px;
}

.pg-awards-card .d {
	font: 400 14px/1.6 'Hanken Grotesk', sans-serif;
	color: #5A5F6E;
}

/* ---------- White-adjacency fix: collapse double top+bottom padding
   between two consecutive plain-white sections with no separator ---------- */
.pg-awards-section-white-wrap + .pg-awards-section-white-wrap { padding-top: 40px !important; }
.pg-awards-section-white-wrap:has(+ .pg-awards-section-white-wrap) { padding-bottom: 40px !important; }

/* ---------- On the Record (text + photo grid) ---------- */
.pg-awards-record-section {
	max-width: 1240px;
	margin: 0 auto;
	padding: 72px 64px 56px;
}

.pg-awards-h2-sm {
	font: 700 40px/1.08 'Bricolage Grotesque', sans-serif !important;
	letter-spacing: -0.022em;
	margin: 0 0 14px !important;
	max-width: 820px;
	color: #14161E !important;
}

.pg-awards-record-sub {
	font: 400 17px/1.6 'Hanken Grotesk', sans-serif !important;
	color: #5A6175 !important;
	max-width: 760px;
	margin: 0 0 34px !important;
}

.pg-awards-record-sub a {
	color: #5A6175;
	text-decoration: underline;
	text-decoration-color: rgba(203,14,42,.45);
	text-underline-offset: 3px;
}

.pg-awards-photo-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
	margin: 0 0 16px;
}

.pg-awards-photo-grid a {
	display: block;
	overflow: hidden;
	height: 190px;
	box-shadow: 0 8px 22px rgba(20,22,30,.1);
	transition: transform .22s ease, box-shadow .22s ease;
}

.pg-awards-photo-grid a:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(20,22,30,.2);
}

.pg-awards-photo-grid img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Cells are a fixed 190px tall, so once the grid drops to 2 or 1 column the cell gets much
	   wider than it is tall and cover() crops vertically — a centred crop sliced the tops of
	   heads off. Anchoring to the top keeps them in frame. Photos whose subjects sit low in the
	   original frame would be cropped OUT by a top anchor, so those carry a per-image
	   object-position inline on the <img> (photos 3, 4, 9 — and 7, which is also off-centre
	   horizontally). At 5 columns the cell is near-square and the full height shows, so this
	   has no effect on desktop. */
	object-position: 50% 0%;
}

/* ---------- Industry Recognition (tinted, certificate grids) ---------- */
.pg-awards-recognition-section {
	background: #EEF2F8;
	border-top: 1px solid #DEE5F0;
	border-bottom: 1px solid #DEE5F0;
}

.pg-awards-recognition-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 80px 64px;
}

.pg-awards-cert-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 14px;
}

.pg-awards-cert-card {
	background: #fff;
	border: 1px solid #ECEEF2;
	border-radius: 3px;
	padding: 16px 16px 18px;
	display: flex;
	flex-direction: column;
}

.pg-awards-cert-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 118px;
	border-radius: 6px;
	margin-bottom: 12px;
	padding: 12px;
	background: radial-gradient(120% 140% at 50% -20%, #1B335E 0%, #0C1A3A 65%);
	position: relative;
	overflow: hidden;
	text-decoration: none;
	transition: box-shadow .18s ease;
}

.pg-awards-cert-thumb::after {
	content: '';
	position: absolute;
	inset: auto 0 0 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255,100,119,.5), transparent);
}

.pg-awards-cert-thumb:hover {
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
}

.pg-awards-cert-thumb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	background: #fff;
	padding: 8px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,.35), 0 12px 28px rgba(0,0,0,.45), 0 26px 54px rgba(0,0,0,.3);
}

.pg-awards-cert-eyebrow {
	font: 600 10.5px/1.4 'Hanken Grotesk', sans-serif;
	letter-spacing: .06em;
	color: #CB0E2A;
	margin-bottom: 7px;
}

.pg-awards-cert-title {
	font: 700 14px/1.22 'Bricolage Grotesque', sans-serif;
	letter-spacing: -0.01em;
	margin-bottom: 12px;
	color: #14161E;
	flex: 1;
}

.pg-awards-cert-verify {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font: 700 10.5px/1.3 'Hanken Grotesk', sans-serif;
	color: #CB0E2A;
	text-decoration: none;
}

.pg-awards-cert-sub {
	margin-top: 52px;
	padding-top: 36px;
	border-top: 1px solid #DDE4EF;
}

.pg-awards-cert-sub-label {
	font: 700 11.5px/1.5 'Hanken Grotesk', sans-serif;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #8A90A0;
	margin: 0 0 16px;
}

.pg-awards-cert-photos {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
}

.pg-awards-cert-photos a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #E2E6EC;
	background: #fff;
	padding: 12px;
	box-sizing: border-box;
	box-shadow: 0 8px 22px rgba(20,22,30,.1);
	transition: transform .22s ease, box-shadow .22s ease;
}

.pg-awards-cert-photos a:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(20,22,30,.2);
}

.pg-awards-cert-photos img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: contain;
}

/* ---------- Closing CTA ---------- */
.pg-awards-cta-section {
	background: #CB0E2A;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.pg-awards-cta-glow {
	position: absolute;
	bottom: -180px;
	left: -100px;
	width: 480px;
	height: 480px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255,255,255,.16), transparent 64%);
	filter: blur(16px);
	pointer-events: none;
}

.pg-awards-cta-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 88px 64px;
	position: relative;
	text-align: center;
}

.pg-awards-cta-inner h2 {
	font: 700 46px/1.07 'Bricolage Grotesque', sans-serif !important;
	letter-spacing: -0.026em;
	margin: 0 0 20px !important;
	color: #fff !important;
}

.pg-awards-cta-inner h2 a {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: rgba(255,100,119,.6);
	text-underline-offset: 4px;
}

.pg-awards-cta-inner h2 .accent { color: #FFD7DD; }

.pg-awards-cta-inner p {
	font: 400 18px/1.6 'Hanken Grotesk', sans-serif !important;
	color: #FCE3E7 !important;
	max-width: 600px;
	margin: 0 auto 32px !important;
}

.pg-awards-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: #fff;
	color: #CB0E2A;
	padding: 17px 30px;
	border-radius: 4px;
	font: 700 15.5px/1 'Hanken Grotesk', sans-serif;
	text-decoration: none;
	box-shadow: 0 14px 34px rgba(0,0,0,.22);
	transition: transform .16s ease;
}

.pg-awards-cta-btn:hover { transform: translateY(-2px); }

@media (max-width: 900px) {
	.pg-awards-hero-2col,
	.pg-awards-cards,
	.pg-awards-cert-grid {
		grid-template-columns: 1fr;
	}
	.pg-awards-photo-grid,
	.pg-awards-cert-photos {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ---------- Mobile-only section padding ----------
   560px is intentionally narrower than the 900px tablet-collapse tier above, so this never fires on
   tablets or larger. .pg-awards-hero-inner gets the full padding swap to 40px/30px per instruction.
   The other 64px-horizontal-inset wrappers below keep their own tuned vertical rhythm and only get the
   horizontal fix, so every section's left/right edge still lines up with the hero. !important guards
   against inline per-section padding. */
@media (max-width: 560px) {
	/* Phone: the photo grid steps 5 -> 2 (at 900px) -> 1 here, so each shot keeps a usable
	   width instead of two cramped columns. Its sibling .pg-awards-cert-photos stays at 2. */
	.pg-awards-photo-grid {
		grid-template-columns: 1fr;
	}

	.pg-awards-hero-inner { padding: 40px 30px !important; }
	.pg-awards-case-header,
	.pg-awards-grid-section,
	.pg-awards-record-section,
	.pg-awards-recognition-inner,
	.pg-awards-cta-inner {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}
