:root {
	--pm-ink: #171a21;
	--pm-navy: #1c2c4d;
	--pm-navy-deep: #121c33;
	--pm-seal: #b5432c;
	--pm-amber: #e2a133;
	--pm-paper: #ece9df;
	--pm-paper-2: #e2ded0;
	--pm-line: rgba(23, 26, 33, 0.14);
	--pm-line-on-navy: rgba(237, 234, 224, 0.22);
}

.pm-site {
	margin: 0;
	background: var(--pm-paper);
	color: var(--pm-ink);
	font-family: 'IBM Plex Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.pm-site *,
.pm-site *::before,
.pm-site *::after {
	box-sizing: border-box;
}

.pm-site a {
	color: inherit;
}

.pm-site h1,
.pm-site h2,
.pm-site h3,
.pm-site h4,
.pm-site p {
	margin-top: 0;
}

.pm-home h1,
.pm-home h2,
.pm-home h3,
.pm-home h4 {
	margin-bottom: 0;
	padding: 0;
}

.pm-home p {
	padding: 0;
}

.pm-site h1,
.pm-site h2,
.pm-site h3 {
	font-family: 'Source Serif 4', serif;
	font-weight: 600;
	line-height: 1.08;
}

.pm-site p {
	line-height: 1.6;
}

.pm-wrap {
	max-width: 1180px;
	margin: 0 auto;
	padding-right: 32px;
	padding-left: 32px;
}

.pm-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12.5px;
	letter-spacing: 0.12em;
	line-height: 1.35;
	text-transform: uppercase;
	color: var(--pm-seal);
}

.pm-eyebrow::before {
	width: 16px;
	height: 1px;
	content: '';
	background: currentColor;
}

.pm-header {
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid var(--pm-line);
	background: rgba(236, 233, 223, 0.92);
	backdrop-filter: blur(6px);
}

.admin-bar .pm-header {
	top: 32px;
}

.pm-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 73px;
	gap: 24px;
}

.pm-wordmark {
	display: inline-flex;
	align-items: baseline;
	gap: 8px;
	font-family: 'Source Serif 4', serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.pm-wordmark span {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: var(--pm-seal);
}

.pm-primary-nav {
	margin-left: auto;
}

.pm-primary-nav .pm-nav-links,
.pm-primary-nav .menu,
.pm-primary-nav .menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pm-primary-nav .pm-nav-links,
.pm-primary-nav .menu > ul {
	display: flex;
	gap: 30px;
	align-items: center;
}

.pm-primary-nav li {
	margin: 0;
}

.pm-primary-nav .menu-item-has-children {
	position: relative;
}

.pm-primary-nav a {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12.5px;
	letter-spacing: 0.03em;
	line-height: 1.3;
	text-decoration: none;
	color: var(--pm-ink);
	opacity: 0.72;
	transition: opacity 0.15s ease, border-color 0.15s ease;
}

.pm-primary-nav a:hover,
.pm-primary-nav a:focus-visible,
.pm-primary-nav .current-menu-item > a {
	border-color: var(--pm-seal);
	opacity: 1;
	outline: none;
}

.pm-primary-nav .menu-item-has-children > a::after {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 3px 7px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	content: '';
	transform: rotate(45deg);
}

.pm-primary-nav .menu-item-has-children > a > .icon-angle-down {
	display: none;
}

.pm-primary-nav .sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: -18px;
	min-width: 182px;
	margin: 0;
	padding: 9px 0;
	border: 1px solid var(--pm-line);
	background: var(--pm-paper);
	box-shadow: 0 14px 28px rgba(23, 26, 33, 0.12);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-4px);
	transition: opacity 0.15s ease, transform 0.15s ease, visibility 0s linear 0.15s;
}

.pm-primary-nav .sub-menu::before {
	position: absolute;
	top: -11px;
	right: 0;
	left: 0;
	height: 11px;
	content: '';
}

.pm-primary-nav .menu-item-has-children:hover > .sub-menu,
.pm-primary-nav .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
	transition-delay: 0s;
}

.pm-primary-nav .sub-menu a {
	display: block;
	padding: 9px 18px;
	border: 0;
	white-space: nowrap;
	opacity: 1;
}

.pm-primary-nav .sub-menu a:hover,
.pm-primary-nav .sub-menu a:focus-visible,
.pm-primary-nav .sub-menu .current-menu-item > a {
	border: 0;
	background: var(--pm-paper-2);
	color: var(--pm-seal);
}

.pm-nav-cta,
.pm-button {
	display: inline-block;
	border: 1px solid var(--pm-ink);
	font-family: 'IBM Plex Mono', monospace;
	font-size: 13px;
	letter-spacing: 0.02em;
	line-height: 1.25;
	text-decoration: none;
	transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.pm-nav-cta,
.pm-primary-nav .pm-nav-contact > a {
	padding: 9px 16px;
	border-color: var(--pm-navy);
	background: var(--pm-navy);
	color: var(--pm-paper) !important;
	font-size: 12.5px;
	opacity: 1;
}

.pm-nav-cta:hover,
.pm-nav-cta:focus-visible,
.pm-primary-nav .pm-nav-contact > a:hover,
.pm-primary-nav .pm-nav-contact > a:focus-visible {
	border-color: var(--pm-seal);
	background: var(--pm-seal);
	color: var(--pm-paper) !important;
	outline: none;
}

.pm-hero {
	position: relative;
	overflow: hidden;
	padding: 88px 0 76px;
}

.pm-hero-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 56px;
	align-items: start;
}

.pm-hero h1 {
	max-width: 15ch;
	margin: 22px 0 0;
	font-size: clamp(34px, 4.4vw, 54px);
}

.pm-highlight {
	background-image: linear-gradient(var(--pm-amber), var(--pm-amber));
	background-repeat: no-repeat;
	background-position: 0 88%;
	background-size: 0 38%;
	transition: background-size 1.1s cubic-bezier(.2, .7, .2, 1);
}

.pm-hero.pm-in-view .pm-highlight {
	background-size: 100% 38%;
}

.pm-hero-summary {
	max-width: 46ch;
	margin: 22px 0 0;
	font-size: 17px;
	color: rgba(23, 26, 33, 0.78);
}

p.pm-hero-summary {
	margin-top: 22px;
}

.pm-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.pm-button {
	padding: 13px 22px;
}

.pm-button:hover,
.pm-button:focus-visible {
	transform: translateY(-2px);
	outline: none;
}

.pm-button-primary {
	border-color: var(--pm-navy);
	background: var(--pm-navy);
	color: var(--pm-paper) !important;
}

.pm-button-primary:hover,
.pm-button-primary:focus-visible {
	border-color: var(--pm-navy-deep);
	background: var(--pm-navy-deep);
	color: var(--pm-paper) !important;
}

.pm-button-ghost {
	background: transparent;
	color: var(--pm-ink);
}

.pm-button-ghost:hover,
.pm-button-ghost:focus-visible {
	background: var(--pm-ink);
	color: var(--pm-paper);
}

.pm-seal-wrap {
	display: flex;
	justify-content: center;
	padding-top: 8px;
}

.pm-seal {
	width: 230px;
	height: 230px;
	animation: pm-rotate 46s linear infinite;
}

@keyframes pm-rotate {
	to {
		transform: rotate(360deg);
	}
}

.pm-stat-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 56px;
	border-top: 1px solid var(--pm-line);
	border-bottom: 1px solid var(--pm-line);
}

.pm-stat {
	min-width: 0;
	padding: 20px 22px;
	border-right: 1px solid var(--pm-line);
}

.pm-stat:last-child {
	border-right: 0;
}

.pm-stat-number {
	font-family: 'Source Serif 4', serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.1;
}

.pm-stat-label {
	margin-top: 4px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 1.45;
	text-transform: uppercase;
	color: rgba(23, 26, 33, 0.6);
}

.pm-section {
	padding: 88px 0;
}

.pm-section-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 44px;
}

.pm-section-head h2,
.pm-contact h2 {
	max-width: 30ch;
	margin: 14px 0 0;
	font-size: clamp(26px, 3vw, 36px);
	color: var(--pm-ink) !important;
}

p.pm-section-summary {
	max-width: 36ch;
	margin: 1em 0;
	font-size: 15px;
	color: rgba(23, 26, 33, 0.7);
}

.pm-services-list,
.pm-publication-list {
	border-top: 1px solid var(--pm-line);
}

.pm-service-row {
	display: grid;
	grid-template-columns: 70px 1fr 1.3fr;
	gap: 28px;
	align-items: baseline;
	padding: 30px 0;
	border-bottom: 1px solid var(--pm-line);
}

.pm-index,
.pm-focus-number {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 14px;
	color: var(--pm-seal);
}

.pm-service-row h3 {
	margin: 0;
	font-size: 21px;
}

.pm-service-description {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(23, 26, 33, 0.72);
}

.pm-focus-band {
	background: var(--pm-navy);
	color: var(--pm-paper);
}

.pm-focus-band .pm-eyebrow,
.pm-focus-band .pm-focus-number {
	color: var(--pm-amber);
}

.pm-focus-band h2 {
	color: var(--pm-paper) !important;
}

.pm-focus-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 44px;
	border: 1px solid var(--pm-line-on-navy);
	background: var(--pm-line-on-navy);
}

.pm-focus-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 180px;
	padding: 32px 26px;
	background: var(--pm-navy);
	transition: background 0.2s ease;
}

.pm-focus-card:hover {
	background: var(--pm-navy-deep);
}

.pm-focus-card p {
	margin: 20px 0 0;
	font-family: 'Source Serif 4', serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.3;
}

.pm-publication-row {
	display: grid;
	grid-template-columns: 120px 1fr 130px;
	gap: 20px;
	align-items: baseline;
	padding: 26px 0;
	border-bottom: 1px solid var(--pm-line);
	color: var(--pm-ink);
	text-decoration: none;
}

.pm-publication-row:hover .pm-publication-title,
.pm-publication-row:focus-visible .pm-publication-title {
	color: var(--pm-seal);
}

.pm-publication-row:hover .pm-arrow,
.pm-publication-row:focus-visible .pm-arrow,
.pm-press-card:hover .pm-arrow,
.pm-press-card:focus-visible .pm-arrow {
	transform: translateX(4px);
}

.pm-publication-tag,
.pm-publication-meta,
.pm-press-outlet,
.pm-press-meta,
p.pm-gallery-summary {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	letter-spacing: 0.04em;
	color: rgba(23, 26, 33, 0.55);
}

.pm-publication-tag {
	font-size: 11px;
	text-transform: uppercase;
}

.pm-publication-title {
	font-size: 17.5px;
	line-height: 1.45;
	transition: color 0.15s ease;
}

.pm-publication-meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	text-align: right;
}

.pm-arrow {
	display: inline-block;
	transition: transform 0.15s ease;
}

.pm-empty {
	margin: 0;
	padding: 30px 0;
	color: rgba(23, 26, 33, 0.65);
}

.pm-partners,
.pm-gallery {
	border-top: 1px solid var(--pm-line);
	background: var(--pm-paper-2);
}

.pm-partner-strip {
	display: flex;
	flex-wrap: wrap;
	margin-top: 36px;
	border-top: 1px solid var(--pm-line);
	border-left: 1px solid var(--pm-line);
}

.pm-partner {
	flex: 1 1 auto;
	padding: 18px 20px;
	border-right: 1px solid var(--pm-line);
	border-bottom: 1px solid var(--pm-line);
	font-family: 'IBM Plex Mono', monospace;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(23, 26, 33, 0.72);
}

.pm-press {
	border-top: 1px solid var(--pm-line);
}

.pm-press-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 44px;
	border: 1px solid var(--pm-line);
	background: var(--pm-line);
}

.pm-press-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 180px;
	padding: 30px 26px;
	background: var(--pm-paper);
	color: var(--pm-ink);
	text-decoration: none;
	transition: background 0.15s ease;
}

.pm-press-card:hover,
.pm-press-card:focus-visible {
	background: var(--pm-paper-2);
	outline: none;
}

.pm-press-card:hover .pm-press-headline,
.pm-press-card:focus-visible .pm-press-headline {
	color: var(--pm-seal);
}

.pm-press-outlet {
	font-size: 11.5px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pm-press-headline {
	margin-top: 16px;
	font-family: 'Source Serif 4', serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.32;
	transition: color 0.15s ease;
}

.pm-press-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 22px;
	color: rgba(23, 26, 33, 0.5);
}

.pm-press-empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 30px 26px;
	background: var(--pm-paper);
}

.pm-gallery-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	grid-template-rows: 220px 220px;
	gap: 14px;
	margin-top: 44px;
}

.pm-gallery-item {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border: 1px dashed rgba(23, 26, 33, 0.35);
	background: repeating-linear-gradient(135deg, rgba(23, 26, 33, 0.05) 0 2px, transparent 2px 14px), var(--pm-paper);
}

.pm-gallery-featured {
	grid-row: 1 / span 2;
}

.pm-gallery-item img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pm-gallery-item figcaption {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 10px 12px;
	border-top: 1px solid var(--pm-line);
	background: rgba(236, 233, 223, 0.85);
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11.5px;
	letter-spacing: 0.04em;
	line-height: 1.4;
	text-transform: uppercase;
	color: rgba(23, 26, 33, 0.55);
}

p.pm-gallery-summary {
	max-width: 34ch;
	margin: 1em 0;
	line-height: 1.6;
}

.pm-contact {
	padding: 100px 0 110px;
	text-align: center;
}

.pm-contact .pm-eyebrow,
.pm-contact .pm-actions {
	justify-content: center;
}

.pm-contact h2 {
	max-width: 30ch;
	margin-right: auto;
	margin-left: auto;
	font-size: clamp(28px, 4vw, 44px);
}

.pm-footer {
	padding: 60px 0 30px;
	background: var(--pm-ink);
	color: var(--pm-paper);
}

.pm-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(237, 234, 224, 0.16);
}

.pm-footer .pm-wordmark {
	color: var(--pm-paper);
}

.pm-footer p {
	max-width: 32ch;
	margin: 14px 0 0;
	font-size: 14px;
	color: rgba(237, 234, 224, 0.65);
}

.pm-footer h3 {
	margin: 0 0 16px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pm-amber);
}

.pm-footer a,
.pm-footer-menu a {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
	color: rgba(237, 234, 224, 0.78);
	transition: color 0.15s ease;
}

.pm-footer a:hover,
.pm-footer a:focus-visible,
.pm-footer-menu a:hover,
.pm-footer-menu a:focus-visible {
	color: var(--pm-paper);
	outline: none;
}

.pm-footer-menu,
.pm-footer-menu ul,
.pm-footer .menu,
.pm-footer .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pm-footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	padding-top: 26px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11.5px;
	letter-spacing: 0.01em;
	color: rgba(237, 234, 224, 0.5);
}

.pm-inner-content {
	min-height: 60vh;
	padding: 72px 0 96px;
	background: var(--pm-paper);
}
.wrap{max-width: min(100%, 1240px);}
.pm-inner-content .content-area,
.pm-inner-content .site-main {
	width: min(100% - 64px, 1140px);
	margin: 0 auto;
}

.pm-inner-content article {
	padding: 0;
	border: 0;
}

.pm-inner-content .entry-header {
	margin-bottom: 30px;
}

.pm-inner-content .entry-title,
.pm-inner-content .page-title {
	margin: 0;
	font-family: 'Source Serif 4', serif;
	font-size: clamp(34px, 5vw, 56px);
	font-weight: 600;
	line-height: 1.08;
	color: var(--pm-navy);
}

.pm-inner-content .entry-content,
.pm-inner-content .entry-summary,
.pm-inner-content .page-content {
	font-size: 17px;
	line-height: 1.75;
	color: rgba(23, 26, 33, 0.82);
}

.pm-inner-content .entry-content h2,
.pm-inner-content .entry-content h3,
.pm-inner-content .entry-content h4 {
	margin-top: 2em;
	font-family: 'Source Serif 4', serif;
	color: var(--pm-navy);
}

.pm-inner-content .entry-content a,
.pm-inner-content .entry-meta a,
.pm-inner-content .entry-footer a {
	color: var(--pm-seal);
}

.pm-inner-content .entry-meta,
.pm-inner-content .entry-footer {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	color: rgba(23, 26, 33, 0.55);
}

.pm-inner-content .post:not(:last-child) {
	margin-bottom: 52px;
	padding-bottom: 52px;
	border-bottom: 1px solid var(--pm-line);
}

.pm-inner-content .post-thumbnail {
	margin: 0 0 24px;
}

.pm-inner-content .post-thumbnail img,
.pm-inner-content .wp-post-image {
	width: 100%;
	height: auto;
}

.pm-inner-content .entry-title a {
	text-decoration: none;
	color: var(--pm-navy);
}

.pm-inner-content .entry-title a:hover {
	color: var(--pm-seal);
}

.pm-team-page {
	background: var(--pm-paper);
}

.pm-team-intro {
	padding: 88px 0 76px;
	background: var(--pm-navy);
	color: var(--pm-paper);
}

.pm-team-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: 80px;
	align-items: end;
}

.pm-team-intro .pm-eyebrow,
.pm-team-contact .pm-eyebrow {
	color: var(--pm-amber);
}

.pm-team-intro h1,
.pm-team-contact h2 {
	max-width: 11ch;
	margin: 20px 0 0;
	padding: 0;
	font-size: 58px;
	color: var(--pm-paper);
}

.pm-team-intro-copy {
	padding-bottom: 4px;
}

.pm-team-intro-copy > p {
	max-width: 50ch;
	margin: 0;
	font-size: 17px;
	line-height: 1.7;
	color: rgba(236, 233, 223, 0.78);
}

.pm-team-stat-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 38px;
	padding-top: 20px;
	border-top: 1px solid var(--pm-line-on-navy);
}

.pm-team-stat-row strong,
.pm-team-stat-row span {
	display: block;
}

.pm-team-stat-row strong {
	font-family: 'Source Serif 4', serif;
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
	color: var(--pm-paper);
}

.pm-team-stat-row span {
	margin-top: 7px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 10.5px;
	letter-spacing: 0.04em;
	line-height: 1.35;
	text-transform: uppercase;
	color: rgba(236, 233, 223, 0.62);
}

.pm-team-group {
	padding: 88px 0;
	border-bottom: 1px solid var(--pm-line);
}

.pm-team-group-featured {
	background: var(--pm-paper-2);
}

.pm-team-group-heading {
	display: flex;
	justify-content: space-between;
	gap: 28px;
	align-items: end;
	margin-bottom: 42px;
}

.pm-team-group-heading h2 {
	margin: 0;
	padding: 0;
	font-size: 42px;
	color: var(--pm-navy);
}

.pm-team-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px 24px;
}

.pm-team-card {
	min-width: 0;
	border-top: 1px solid var(--pm-ink);
}

.pm-team-portrait {
	aspect-ratio: 1 / 1;
	margin: 0;
	overflow: hidden;
	background: var(--pm-navy-deep);
}

.pm-team-portrait img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	filter: saturate(0.88);
	transition: transform 0.35s ease, filter 0.35s ease;
}

.pm-team-card:hover .pm-team-portrait img {
	transform: scale(1.035);
	filter: saturate(1);
}

.pm-team-card-copy {
	padding: 18px 4px 0;
}

.pm-team-role {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--pm-seal);
}

.pm-team-card h3 {
	margin: 8px 0 10px;
	padding: 0;
	font-size: 28px;
	color: var(--pm-navy);
}

.pm-team-card-copy > p,
.pm-team-profile p {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.65;
	color: rgba(23, 26, 33, 0.76);
}

.pm-team-profile {
	margin-top: 16px;
	border-top: 1px solid var(--pm-line);
}

.pm-team-profile summary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 0 2px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	letter-spacing: 0.06em;
	line-height: 1.4;
	text-transform: uppercase;
	cursor: pointer;
	color: var(--pm-navy);
}

.pm-team-profile summary::after {
	content: '+';
	font-size: 16px;
	line-height: 1;
	color: var(--pm-seal);
}

.pm-team-profile[open] summary::after {
	content: '-';
}

.pm-team-profile summary::-webkit-details-marker {
	display: none;
}

.pm-team-profile p {
	padding: 12px 0 2px;
}

.pm-team-contact {
	padding: 92px 0 100px;
	background: var(--pm-ink);
	text-align: center;
	color: var(--pm-paper);
}

.pm-team-contact .pm-eyebrow {
	justify-content: center;
}

.pm-team-contact h2 {
	max-width: 19ch;
	margin-right: auto;
	margin-left: auto;
	font-size: 46px;
}

.pm-team-contact .pm-button {
	margin-top: 28px;
}

.pm-blog-archive {
	background: var(--pm-paper);
}

.pm-blog-intro {
	padding: 78px 0 62px;
	border-bottom: 1px solid var(--pm-line);
}

.pm-blog-intro h1 {
	max-width: 12ch;
	margin: 18px 0 0;
	padding: 0;
	font-family: 'Source Serif 4', serif;
	font-size: clamp(42px, 5vw, 62px);
	font-weight: 600;
	line-height: 1.04;
	color: var(--pm-ink);
}

.pm-blog-description {
	max-width: 58ch;
	margin: 22px 0 0;
	padding: 0;
	font-size: 17px;
	line-height: 1.6;
	color: rgba(23, 26, 33, 0.74);
}

.pm-blog-description p {
	margin: 0;
}

.pm-blog-listing {
	padding: 56px 0 96px;
}

.pm-blog-listing-head {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--pm-line);
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	letter-spacing: 0.07em;
	line-height: 1.4;
	text-transform: uppercase;
	color: rgba(23, 26, 33, 0.56);
}

.pm-blog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--pm-line);
	border-top: 0;
	background: var(--pm-line);
}

.pm-blog-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: var(--pm-paper);
	transition: background 0.18s ease;
}

.pm-inner-content .pm-blog-grid .pm-blog-card {
	margin: 0;
	padding: 0;
	border: 0;
}

.pm-blog-card:hover {
	background: var(--pm-paper-2);
}

.pm-blog-card-image {
	display: block;
	aspect-ratio: 1.55 / 1;
	overflow: hidden;
	background: var(--pm-paper-2);
}

.pm-blog-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.pm-blog-card:hover .pm-blog-card-image img {
	transform: scale(1.03);
}

.pm-blog-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 26px 28px;
}

.pm-blog-card-type {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	letter-spacing: 0.06em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--pm-seal);
}

.pm-blog-card h2 {
	margin: 15px 0 0;
	padding: 0;
	font-family: 'Source Serif 4', serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.18;
	color: var(--pm-ink);
}

.pm-blog-card h2 a {
	text-decoration: none;
	color: inherit;
	transition: color 0.15s ease;
}

.pm-blog-card:hover h2 a,
.pm-blog-card h2 a:focus-visible {
	color: var(--pm-seal);
	outline: none;
}

.pm-blog-excerpt {
	margin-top: 16px;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(23, 26, 33, 0.72);
}

.pm-blog-read-link {
	margin-top: auto;
	padding-top: 28px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 1.4;
	text-decoration: none;
	color: var(--pm-ink);
}

.pm-blog-read-link span {
	display: inline-block;
	margin-left: 5px;
	transition: transform 0.15s ease;
}

.pm-blog-read-link:hover,
.pm-blog-read-link:focus-visible {
	color: var(--pm-seal);
	outline: none;
}

.pm-blog-read-link:hover span,
.pm-blog-read-link:focus-visible span {
	transform: translateX(4px);
}

.pm-blog-pagination {
	margin-top: 38px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
}

.pm-blog-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pm-blog-pagination a,
.pm-blog-pagination .current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 38px;
	padding: 8px 10px;
	border: 1px solid var(--pm-ink);
	text-decoration: none;
	color: var(--pm-ink);
}

.pm-blog-pagination .current,
.pm-blog-pagination a:hover,
.pm-blog-pagination a:focus-visible {
	border-color: var(--pm-navy);
	background: var(--pm-navy);
	color: var(--pm-paper);
	outline: none;
}

.pm-category-archive {
	background: var(--pm-paper);
}

.pm-category-intro {
	padding: 78px 0 62px;
	background: var(--pm-navy);
	color: var(--pm-paper);
}

.pm-category-intro .pm-eyebrow {
	color: var(--pm-amber);
}

.pm-category-intro h1 {
	max-width: 14ch;
	margin: 18px 0 0;
	padding: 0;
	font-family: 'Source Serif 4', serif;
	font-size: clamp(42px, 5vw, 62px);
	font-weight: 600;
	line-height: 1.04;
	color: var(--pm-paper);
}

.pm-category-description {
	max-width: 58ch;
	margin-top: 22px;
	font-size: 17px;
	line-height: 1.6;
	color: rgba(236, 233, 223, 0.76);
}

.pm-category-description p {
	margin: 0;
}

.pm-category-listing {
	padding: 44px 0 96px;
}

.pm-category-switcher {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 46px;
}

.pm-category-switcher a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 8px 13px;
	border: 1px solid var(--pm-line);
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-decoration: none;
	color: var(--pm-ink);
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.pm-category-switcher a:hover,
.pm-category-switcher a:focus-visible,
.pm-category-switcher a.is-current {
	border-color: var(--pm-navy);
	background: var(--pm-navy);
	color: var(--pm-paper);
	outline: none;
}

.pm-category-listing-head {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--pm-line);
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	letter-spacing: 0.07em;
	line-height: 1.4;
	text-transform: uppercase;
	color: rgba(23, 26, 33, 0.56);
}

.pm-category-list {
	border-top: 0;
}

.pm-category-item {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr) 64px;
	gap: 28px;
	align-items: start;
	margin: 0;
	padding: 30px 0;
	border: 0;
	border-bottom: 1px solid var(--pm-line);
}

.pm-inner-content .pm-category-list .pm-category-item {
	margin: 0;
	padding: 30px 0;
	border: 0;
	border-bottom: 1px solid var(--pm-line);
}

.pm-category-item-meta {
	display: flex;
	flex-direction: column;
	gap: 7px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-transform: uppercase;
	color: rgba(23, 26, 33, 0.56);
}

.pm-category-item-meta span {
	color: var(--pm-seal);
}

.pm-category-item h2 {
	margin: 0;
	padding: 0;
	font-family: 'Source Serif 4', serif;
	font-size: clamp(23px, 2.2vw, 30px);
	font-weight: 600;
	line-height: 1.16;
	color: var(--pm-ink);
}

.pm-category-item h2 a {
	text-decoration: none;
	color: inherit;
	transition: color 0.15s ease;
}

.pm-category-item:hover h2 a,
.pm-category-item h2 a:focus-visible {
	color: var(--pm-seal);
	outline: none;
}

.pm-category-item p {
	max-width: 68ch;
	margin: 13px 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(23, 26, 33, 0.7);
}

.pm-category-item-link {
	justify-self: end;
	padding-top: 3px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 1.4;
	text-decoration: none;
	color: var(--pm-ink);
	transition: color 0.15s ease;
}

.pm-category-item-link span[aria-hidden="true"] {
	display: inline-block;
	margin-left: 5px;
	transition: transform 0.15s ease;
}

.pm-category-item-link:hover,
.pm-category-item-link:focus-visible {
	color: var(--pm-seal);
	outline: none;
}

.pm-category-item-link:hover span[aria-hidden="true"],
.pm-category-item-link:focus-visible span[aria-hidden="true"] {
	transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
	.pm-site {
		scroll-behavior: auto;
	}

	.pm-site *,
	.pm-site *::before,
	.pm-site *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 900px) {
	.pm-hero-grid {
		grid-template-columns: 1fr;
	}

	.pm-seal-wrap {
		display: none;
	}

	.pm-focus-grid,
	.pm-press-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pm-blog-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 860px) {
	.pm-primary-nav {
		display: none;
	}
}

@media (max-width: 760px) {
	.admin-bar .pm-header {
		top: 46px;
	}

	.pm-wrap {
		padding-right: 22px;
		padding-left: 22px;
	}

	.pm-hero,
	.pm-section {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.pm-stat-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pm-stat:nth-child(2n) {
		border-right: 0;
	}

	.pm-service-row {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 16px;
	}

	.pm-service-description {
		grid-column: 1 / -1;
		margin-top: 6px;
	}

	.pm-publication-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.pm-publication-meta {
		justify-content: flex-start;
		text-align: left;
	}

	.pm-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 600px) {
	.pm-nav {
		min-height: 64px;
		gap: 12px;
	}

	.pm-wordmark {
		font-size: 17px;
	}

	.pm-wordmark span {
		display: none;
	}

	.pm-nav-cta {
		padding: 8px 10px;
		font-size: 11px;
	}

	.pm-focus-grid,
	.pm-press-grid,
	.pm-blog-grid {
		grid-template-columns: 1fr;
	}

	.pm-blog-intro {
		padding-top: 58px;
		padding-bottom: 46px;
	}

	.pm-blog-listing {
		padding-top: 42px;
		padding-bottom: 64px;
	}

	.pm-category-intro {
		padding-top: 58px;
		padding-bottom: 46px;
	}

	.pm-category-listing {
		padding-top: 34px;
		padding-bottom: 64px;
	}

	.pm-category-switcher {
		margin-bottom: 34px;
	}

	.pm-category-item,
	.pm-inner-content .pm-category-list .pm-category-item {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 26px 0;
	}

	.pm-category-item-meta {
		flex-direction: row;
		gap: 12px;
	}

	.pm-category-item-link {
		justify-self: start;
		padding-top: 0;
	}

	.pm-blog-card-body {
		padding: 26px 22px 24px;
	}

	.pm-gallery-grid {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(6, 160px);
	}

	.pm-gallery-featured {
		grid-row: auto;
	}

	.pm-section-head {
		align-items: flex-start;
	}

	.pm-section-head .pm-button {
		width: 100%;
		text-align: center;
	}

	.pm-footer-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.pm-inner-content .content-area,
	.pm-inner-content .site-main {
		width: min(100% - 44px, 900px);
	}
}