h3 {font-size: 1.75rem; color: #000;}
h4 {font-size: 1.75rem; color: #000;}

.wxpn-pew-page {
	--wxpn-pew-accent: #d96e1b;
	background: #fff;
	color: #111;
}

body.wxpn-pew-page-request #content.site-content .ast-container,
body.wxpn-pew-page-request #content.site-content .site-content .ast-container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

body.wxpn-pew-page-request.ast-separate-container #primary,
body.wxpn-pew-page-request.ast-separate-container.ast-right-sidebar #primary,
body.wxpn-pew-page-request.ast-separate-container.ast-left-sidebar #primary,
body.wxpn-pew-page-request.ast-separate-container #primary[class] {
	margin: unset !important;
	padding: unset !important;
}

@media (min-width: 993px) {
	body.wxpn-pew-page-request.ast-separate-container #primary,
	body.wxpn-pew-page-request.ast-separate-container.ast-left-sidebar #primary,
	body.wxpn-pew-page-request.ast-separate-container.ast-right-sidebar #primary {
		margin: unset !important;
		padding: unset !important;
	}

	body.wxpn-pew-page-request.ast-right-sidebar #primary,
	body.wxpn-pew-page-request.ast-left-sidebar #primary {
		padding-left: unset !important;
		padding-right: unset !important;
	}
}

.wxpn-pew-page .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.wxpn-pew-page__hero-cover {
	display: flex;
	align-items: flex-end;
	min-height: 610px;
	padding: 0 24px;
	background-position: bottom center, center 58%;
	background-repeat: no-repeat;
	background-size: 100% 43%, cover;
}

.wxpn-pew-page__hero-wrap,
.wxpn-pew-page__intro-wrap,
.wxpn-pew-page__featured-wrap,
.wxpn-pew-page__html-wrap,
.wxpn-pew-page__body-wrap {
	width: min(100%, 1200px);
	margin: 0 auto;
}

.wxpn-pew-page__hero-wrap {
	width: min(100%, 1200px);
}

.wxpn-pew-page__logo {
	margin-top: 0;
	margin-bottom: 7rem;
}

.wxpn-pew-page__logo img {
	display: inline-block;
	max-width: 100%;
	max-height: 333px;
	height: auto;
	width: auto;
	vertical-align: middle;
}

.wxpn-pew-page__hero-title-row {
	display: flex;
	justify-content: space-between;
	margin: 1rem 0 3rem;
}

.wxpn-pew-page__hero-title {
	margin: 0;
	font-family: var(--font-figtree), sans-serif;
	font-size: 48px;
	line-height: 1.05;
	font-weight: 700;
	color: #fff;
}

.wxpn-pew-page__hero-title.is-ghost {
	opacity: 0;
	pointer-events: none;
	user-select: none;
}

.wxpn-pew-page__hero-share-spacer {
	width: 20%;
	flex: 0 0 20%;
}

.wxpn-pew-page__intro {
	padding: 34px 24px;
}

.wxpn-pew-page__intro-wrap {
	color: var(--wxpn-pew-accent);
	font-family: var(--font-figtree), sans-serif;
	font-size: 18px;
	line-height: 1.333;
	margin-bottom: 1rem;
	width: 43%;
}

.wxpn-pew-page__intro-wrap > :first-child {
	margin-top: 0;
}

.wxpn-pew-page__intro-wrap > :last-child {
	margin-bottom: 0;
}

.wxpn-pew-page__featured {
	padding: 3rem 24px 0;
}

.wxpn-pew-page__featured-wrap {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 28px;
	row-gap: 0;
}

.wxpn-pew-page__featured-wrap.is-home-layout {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
	column-gap: 0;
	align-items: start;
}

.wxpn-pew-page__featured.is-alt .wxpn-pew-page__featured-wrap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	height: auto;
}

.wxpn-pew-page__featured-main {
	padding-right: 30px;
	border-right: 1px solid #111;
}

.wxpn-pew-page__featured-side {
	display: grid;
	gap: 0;
	padding-left: 30px;
}

.wxpn-pew-page__featured-item {
	display: flex;
	flex-direction: column;
	margin: 0 0 2rem;
}

.wxpn-pew-page__featured.is-alt .wxpn-pew-page__featured-item {
	width: auto;
	margin: 0;
}

.wxpn-pew-page__featured.is-alt .wxpn-pew-page__featured-item.is-large {
	width: auto;
	grid-column: 1 / -1;
}

.wxpn-pew-page__featured-item--lead,
.wxpn-pew-page__featured-item--side {
	margin: 0;
}

.wxpn-pew-page__featured-item--side + .wxpn-pew-page__featured-item--side {
	margin-top: 35px;
	padding-top: 20px;
	border-top: 1px solid #111;
}

.wxpn-pew-page__featured-image {
	display: block;
	position: relative;
	margin-bottom: 0.85rem;
	transition: opacity 0.3s ease;
}

.wxpn-pew-page__featured-image:hover {
	opacity: 0.92;
}

.wxpn-pew-page__featured-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.wxpn-pew-page__featured-image--lead img {
	aspect-ratio: 16 / 9;
}

.wxpn-pew-page__featured-image--side img {
	aspect-ratio: 16 / 9;
}

.wxpn-pew-page__featured-image--portrait img {
	aspect-ratio: 16 / 9;
}

.wxpn-pew-page__featured-copy {
	padding-bottom: 0.5rem;
}

.wxpn-pew-page__featured-tag {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	padding: 9px 7px 6.5px;
	background: #ef591c;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none;
}

.wxpn-pew-page__featured-tag:hover,
.wxpn-pew-page__featured-tag:focus-visible,
.wxpn-pew-page__news-tag:hover,
.wxpn-pew-page__news-tag:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: currentcolor;
}

.wxpn-pew-page__news-tag {
	display: inline-block;
	margin-bottom: 0.65rem;
	padding: 0.26rem 0.5rem;
	background: #ef591c;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
}

.wxpn-pew-page__featured-title,
.wxpn-pew-page__news-title {
	margin: 0;
	font-family: var(--font-figtree), sans-serif;
	font-size: 33px;
	line-height: 1.08;
	font-weight: 700;
}

.wxpn-pew-page__featured.is-alt .wxpn-pew-page__featured-item:not(.is-large) .wxpn-pew-page__featured-title {
	font-size: 30px;
	line-height: 1;
}

.wxpn-pew-page__featured-wrap.is-home-layout .wxpn-pew-page__featured-title {
	font-size: 2.25rem;
	line-height: 1.22;
}

.wxpn-pew-page__featured-title--side {
	font-size: 1.125rem !important;
	line-height: 1.67 !important;
	padding-top: 5px;
}

.wxpn-pew-page__featured-title a,
.wxpn-pew-page__news-title a,
.wxpn-pew-page__artist-link {
	color: inherit;
	text-decoration: none;
}

.wxpn-pew-page__featured-title a:hover,
.wxpn-pew-page__news-title a:hover,
.wxpn-pew-page__artist-link:hover .wxpn-pew-page__artist-name {
	text-decoration: underline;
	text-decoration-color: #f29d07;
	text-decoration-thickness: 2px;
}

.wxpn-pew-page__html {
	padding: 0 24px;
}

.wxpn-pew-page__body {
	padding: 1rem 24px 0;
}

.wxpn-pew-page__body-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	gap: 42px;
	align-items: start;
}

.wxpn-pew-page__section-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #111;
}

.wxpn-pew-page__section-title {
	margin: 0;
	font-family: var(--font-figtree), sans-serif;
	font-size: 2rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #000;
}

.wxpn-pew-page__section-link {
	color: var(--wxpn-pew-accent);
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
	text-decoration: none;
}

.wxpn-pew-page__news-items {
	display: flex;
	flex-direction: column;
}

.wxpn-pew-page__news-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 210px;
	gap: 24px;
	padding: 1.25rem 0;
	border-bottom: 1px solid #1a1a1a;
}

.wxpn-pew-page__news-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.wxpn-pew-page__news-title {
	font-size: 24px;
	line-height: 1.18;
}

.wxpn-pew-page__news-meta {
	margin-top: 1.4rem;
	color: #444;
	font-size: 14px;
	line-height: 1.3;
	font-style: italic;
}

.wxpn-pew-page__news-image {
	display: block;
}

.wxpn-pew-page__news-image img {
	display: block;
	width: 100%;
	height: auto;
}

.wxpn-pew-page__artists {
	margin-top: 2.2rem;
}

.wxpn-pew-page__artists-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.wxpn-pew-page__artist-card img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0.65rem;
}

.wxpn-pew-page__artist-name {
	display: inline-block;
	font-family: var(--font-figtree), sans-serif;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
}

.wxpn-pew-page__sidebar {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wxpn-pew-page__sidebar > * + * {
	margin-top: 2rem;
}

.wxpn-pew-page__prefooter {
	margin-top: 3rem;
	background: var(--wxpn-pew-accent);
}

.wxpn-pew-page__prefooter-wrap {
	width: min(100%, 770px);
	margin: 0 auto;
	padding: 80px 24px;
	font-size: 18px;
	line-height: 1.333;
}

.wxpn-pew-page__prefooter-wrap::after {
	content: "";
	display: block;
	clear: both;
}

.wxpn-pew-page__prefooter-wrap img {
	max-width: 100%;
	height: auto;
}

.wxpn-pew-page__prefooter-wrap .aligncenter,
.wxpn-pew-page__prefooter-wrap .alignleft,
.wxpn-pew-page__prefooter-wrap .alignright {
	display: block;
	padding: 0;
}

.wxpn-pew-page__prefooter-wrap .aligncenter {
	float: none;
	margin: 0.5em auto 1em;
}

.wxpn-pew-page__prefooter-wrap .alignright {
	float: right;
	margin: 0.5em 0 1em 1em;
}

.wxpn-pew-page__prefooter-wrap .alignleft {
	float: left;
	margin: 0.5em 1em 1em 0;
}

@media (max-width: 1200px) {
	.wxpn-pew-page__featured-wrap {
		column-gap: 22px;
	}

	.wxpn-pew-page__featured-title {
		font-size: 29px;
	}
}

@media (max-width: 1024px) {
	.wxpn-pew-page__intro-wrap {
		width: 96%;
	}

	.wxpn-pew-page__body-wrap {
		grid-template-columns: minmax(0, 1fr);
	}

	.wxpn-pew-page__sidebar {
		align-items: stretch;
	}

	.wxpn-pew-page__artists-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 921px) {
	.wxpn-pew-page__hero-cover {
		min-height: 460px;
		background-position: bottom center, center 32%;
	}

	.wxpn-pew-page__featured-wrap,
	.wxpn-pew-page__featured.is-alt .wxpn-pew-page__featured-wrap {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		height: auto;
		gap: 24px;
	}

	.wxpn-pew-page__featured.is-alt .wxpn-pew-page__featured-item,
	.wxpn-pew-page__featured.is-alt .wxpn-pew-page__featured-item.is-large {
		width: auto;
	}

	.wxpn-pew-page__news-item {
		grid-template-columns: minmax(0, 1fr) 180px;
	}
}

@media (max-width: 767px) {
	.wxpn-pew-page__hero-cover {
		min-height: initial;
		padding: 0 25px;
		background-position: bottom center, center 24%;
	}

	.wxpn-pew-page__logo {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.wxpn-pew-page__logo img {
		max-height: 15rem;
	}

	.wxpn-pew-page__hero-title-row {
		flex-direction: column;
		margin: 0 0 2rem;
	}

	.wxpn-pew-page__hero-title {
		font-size: 32px;
	}

	.wxpn-pew-page__hero-share-spacer {
		width: 0;
		flex-basis: 0;
	}

	.wxpn-pew-page__intro-wrap {
		font-size: 22px;
	}

	.wxpn-pew-page__featured,
	.wxpn-pew-page__html,
	.wxpn-pew-page__body {
		padding-left: 20px;
		padding-right: 20px;
	}

	.wxpn-pew-page__featured-wrap,
	.wxpn-pew-page__featured.is-alt .wxpn-pew-page__featured-wrap {
		grid-template-columns: 1fr !important;
		gap: 20px;
	}

	.wxpn-pew-page__featured-title {
		font-size: 24px;
		line-height: 1.2;
	}

	.wxpn-pew-page__section-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.wxpn-pew-page__section-title {
		font-size: 32px;
	}

	.wxpn-pew-page__news-item {
		grid-template-columns: 1fr;
	}

	.wxpn-pew-page__artists-grid {
		grid-template-columns: 1fr;
	}

	.wxpn-pew-page__prefooter-wrap {
		padding: 56px 20px;
	}
}
