:root {
	--pr-ink: #f4f6f8;
	--pr-paper: #0b1118;
	--pr-panel: #131c25;
	--pr-muted: #a7b0bc;
	--pr-line: #334150;
	--pr-pink: #ff557d;
	--pr-gold: #e3a93e;
	--pr-onlyfans: #00aff0;
	--pr-fansly: #168af5;
	--pr-radius: 19px;
}

html {
	scroll-behavior: smooth;
}

html:not(.pr-age-verified),
html:not(.pr-age-verified) body {
	overflow: hidden;
}

body,
body.home,
#page,
.site-content {
	background: var(--pr-paper);
	color: var(--pr-ink);
}

body {
	color-scheme: dark;
}

body:not(.home) .inside-article,
body:not(.home) .comments-area,
body:not(.home) .page-header,
body:not(.home) .paging-navigation,
body:not(.home) .widget {
	border: 1px solid var(--pr-line);
	background: var(--pr-panel);
	color: var(--pr-ink);
}

body:not(.home) .entry-meta,
body:not(.home) .entry-summary,
body:not(.home) .comment-metadata,
body:not(.home) .widget {
	color: var(--pr-muted);
}

body:not(.home) a {
	color: #79c8f3;
}

body:not(.home) a:hover {
	color: var(--pr-pink);
}

body:not(.home) input,
body:not(.home) textarea,
body:not(.home) select {
	border-color: var(--pr-line);
	background: #0f1720;
	color: var(--pr-ink);
}

body.home .site.grid-container {
	width: 100%;
	max-width: none;
}

body.home .site-content {
	padding: 0;
}

.pr-age-gate,
.pr-age-gate * {
	box-sizing: border-box;
}

.pr-age-gate {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 24px;
	background:
		linear-gradient(135deg, rgba(10, 25, 30, .94), rgba(37, 16, 28, .9)),
		url('../images/hero-placeholder.svg') center / cover;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pr-age-verified .pr-age-gate {
	display: none;
}

.pr-age-gate-card {
	width: min(520px, 100%);
	padding: 42px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 24px;
	background: var(--pr-panel);
	box-shadow: 0 28px 80px rgba(0, 0, 0, .38);
	color: var(--pr-ink);
	text-align: center;
}

.pr-age-gate-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
}

.pr-age-gate-brand strong {
	font: 700 27px/.9 Georgia, "Times New Roman", serif;
	letter-spacing: -1.2px;
}

.pr-age-gate .pr-kicker {
	justify-content: center;
	color: var(--pr-pink);
}

.pr-age-gate h1 {
	margin: 15px 0 14px;
	font: 400 clamp(40px, 7vw, 58px)/.96 Georgia, "Times New Roman", serif;
	letter-spacing: -2.5px;
}

.pr-age-gate-card > p:not(.pr-kicker):not(.pr-age-note) {
	max-width: 410px;
	margin: 0 auto;
	color: var(--pr-muted);
	font-size: 15px;
	line-height: 1.55;
}

.pr-age-gate-actions {
	display: grid;
	gap: 10px;
	margin-top: 28px;
}

.pr-age-confirm,
.pr-age-leave {
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

.pr-age-gate .pr-age-confirm,
.pr-age-gate .pr-age-confirm:hover,
.pr-age-gate .pr-age-confirm:focus {
	border: 0;
	background: var(--pr-pink);
	box-shadow: 0 12px 28px rgba(255, 85, 125, .24);
	color: #fff;
}

.pr-age-leave {
	border: 1px solid var(--pr-line);
	color: var(--pr-ink);
	text-decoration: none;
}

.pr-age-confirm:focus-visible,
.pr-age-leave:focus-visible {
	outline: 3px solid var(--pr-gold);
	outline-offset: 3px;
}

.pr-age-note {
	margin: 18px 0 0;
	color: var(--pr-muted);
	font-size: 11px;
}

.pr-site,
.pr-site * {
	box-sizing: border-box;
}

.pr-site {
	min-height: 100vh;
	background: var(--pr-paper);
	color: var(--pr-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pr-header {
	background: var(--pr-paper);
}

.pr-header a,
.pr-shared-footer a {
	color: inherit;
	text-decoration: none;
}

.pr-site a {
	color: inherit;
	text-decoration: none;
}

.pr-wrap {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.pr-header {
	min-height: 78px;
	display: grid;
	grid-template-areas: "brand nav counts";
	grid-template-columns: auto 1fr auto;
	align-items: center;
	column-gap: clamp(22px, 3vw, 42px);
}

.pr-brand {
	grid-area: brand;
	display: flex;
	align-items: center;
	gap: 11px;
}

.pr-brand > span:last-child {
	display: flex;
	flex-direction: column;
}

.pr-brand strong {
	font: 700 26px/.9 Georgia, "Times New Roman", serif;
	letter-spacing: -1.2px;
}

.pr-brand small {
	margin-top: 5px;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.pr-brand-rainbow {
	position: relative;
	width: 39px;
	height: 31px;
	overflow: hidden;
}

.pr-brand-rainbow i {
	position: absolute;
	left: 0;
	bottom: -19px;
	width: 48px;
	height: 48px;
	border: 4px solid var(--pr-pink);
	border-radius: 50%;
}

.pr-brand-rainbow i:nth-child(2) {
	left: 6px;
	bottom: -17px;
	width: 40px;
	height: 40px;
	border-color: var(--pr-gold);
}

.pr-brand-rainbow i:nth-child(3) {
	left: 12px;
	bottom: -15px;
	width: 32px;
	height: 32px;
	border-color: #48b6cf;
}

.pr-navigation {
	grid-area: nav;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(18px, 2.2vw, 32px);
	font-size: 14px;
	font-weight: 700;
}

.pr-entry-counts {
	grid-area: counts;
	display: grid;
	grid-template-columns: repeat(4, auto);
	margin: 0;
	padding: 0;
	color: var(--pr-muted);
}

.pr-entry-counts > div {
	min-width: 62px;
	padding: 1px 11px;
	border-left: 1px solid var(--pr-line);
	text-align: center;
}

.pr-entry-counts > div:last-child {
	padding-right: 0;
}

.pr-entry-counts dt,
.pr-entry-counts dd {
	margin: 0;
}

.pr-entry-counts dt {
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .65px;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
}

.pr-entry-counts dd {
	margin-top: 4px;
	color: var(--pr-ink);
	font-size: 12px;
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	line-height: 1;
}

.pr-navigation a,
.pr-section-header > a,
.pr-footer a {
	transition: color .18s ease;
}

.pr-navigation a:hover,
.pr-section-header > a:hover,
.pr-footer a:hover {
	color: var(--pr-pink);
}

.pr-hero {
	position: relative;
	min-height: 535px;
	overflow: hidden;
	border-radius: var(--pr-radius);
	background-color: #326b70;
	background-image: linear-gradient(90deg, rgba(8, 26, 34, .76), rgba(8, 26, 34, .22) 65%, rgba(8, 26, 34, .08)), var(--pr-hero-image);
	background-position: center;
	background-size: cover;
	border: 1px solid #475767;
	box-shadow: 0 22px 55px rgba(0, 0, 0, .3), inset 0 0 0 1px rgba(255, 255, 255, .06);
	color: #fff;
}

.pr-hero-content {
	max-width: 730px;
	padding: 78px 48px 70px;
}

.pr-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 2.3px;
	text-transform: uppercase;
}

.pr-kicker::before {
	content: "";
	width: 26px;
	height: 3px;
	border-radius: 999px;
	background: var(--pr-pink);
}

.pr-kicker-light::before {
	background: #fff;
}

.pr-hero h1 {
	max-width: 720px;
	margin: 20px 0;
	font: 400 clamp(54px, 6.5vw, 88px)/.92 Georgia, "Times New Roman", serif;
	letter-spacing: -4.5px;
}

.pr-hero-copy {
	max-width: 520px;
	margin: 0;
	font-size: 16px;
	line-height: 1.45;
}

.pr-hero-actions {
	width: min(350px, 100%);
	display: grid;
	gap: 10px;
	margin-top: 26px;
}

.pr-button {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 22px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 750;
	transition: transform .18s ease, box-shadow .18s ease;
}

.pr-button:hover,
.pr-platform:hover,
.pr-final-button:hover,
.pr-entry-card:hover {
	transform: translateY(-2px);
}

.pr-button-primary {
	background: var(--pr-pink);
	box-shadow: 0 12px 28px rgba(255, 85, 125, .25);
	color: #fff !important;
}

.pr-button-glass {
	border: 2px solid rgba(255, 255, 255, .88);
	background: rgba(16, 31, 36, .2);
	color: #fff !important;
	backdrop-filter: blur(8px);
}

.pr-hero-badge {
	position: absolute;
	top: 44px;
	right: 46px;
	width: 120px;
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--pr-pink);
	box-shadow: 0 15px 35px rgba(44, 16, 23, .2);
	text-align: center;
	transform: rotate(4deg);
}

.pr-hero-badge strong {
	font: 400 38px/.9 Georgia, serif;
}

.pr-hero-badge span {
	max-width: 76px;
	margin-top: 7px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .8px;
	line-height: 1.15;
	text-transform: uppercase;
}

.pr-platforms {
	margin-top: 18px;
	display: grid;
	grid-template-columns: 1.25fr .9fr .9fr auto;
	gap: 12px;
	align-items: stretch;
	padding: 14px;
	border-radius: var(--pr-radius);
	border: 1px solid var(--pr-line);
	background: linear-gradient(110deg, #111a23, #151e28);
}

.pr-platforms-intro {
	padding: 13px 18px;
}

.pr-platforms-intro h2 {
	margin: 7px 0 6px;
	font: 400 39px/.95 Georgia, serif;
	letter-spacing: -1.8px;
}

.pr-platforms-intro > p:last-child {
	margin: 0;
	color: var(--pr-muted);
	font-size: 13px;
}

.pr-platform {
	position: relative;
	min-height: 118px;
	display: grid;
	grid-template-columns: 1fr auto;
	align-content: center;
	gap: 10px;
	overflow: hidden;
	padding: 16px;
	border: 1px solid #344453;
	border-radius: 13px;
	background: #17222c;
	transition: transform .18s ease, box-shadow .18s ease;
}

.pr-platform:hover {
	border-color: #4d6477;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .3);
}

.pr-platform-brand {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 9px;
}

.pr-platform-brand img {
	width: auto;
	height: 44px;
	max-width: 170px;
	object-fit: contain;
	object-position: left center;
}

.pr-platform-onlyfans .pr-platform-brand img {
	width: 43px;
	height: 43px;
	mix-blend-mode: normal;
}

.pr-platform-brand strong {
	color: #1298d0;
	font: 750 27px/1 Inter, ui-sans-serif, system-ui, sans-serif;
	letter-spacing: -.8px;
}

.pr-platform > span:not(.pr-platform-brand) {
	max-width: 155px;
	color: #1177ae;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .8px;
	line-height: 1.25;
	text-transform: uppercase;
}

.pr-platform b {
	width: 33px;
	height: 33px;
	display: grid;
	place-items: center;
	align-self: end;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: var(--pr-onlyfans);
	font-size: 17px;
}

.pr-platform-fansly {
	background: #142330;
}

.pr-platform-fansly .pr-platform-brand img {
	height: 48px;
}

.pr-platform-fansly b {
	color: var(--pr-fansly);
}

.pr-all-profiles {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px;
	color: var(--pr-ink) !important;
	font-size: 12px;
	font-weight: 750;
	white-space: nowrap;
}

.pr-all-profiles span,
.pr-section-header > a span {
	color: var(--pr-pink);
}

.pr-section {
	padding-top: 44px;
}

.pr-section-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 16px;
	padding-inline: 12px;
}

.pr-section-header h2 {
	margin: 5px 0 0;
	font: 400 48px/.95 Georgia, serif;
	letter-spacing: -2px;
}

.pr-section-header > a {
	margin-bottom: 8px;
	color: var(--pr-pink);
	font-size: 13px;
	font-weight: 700;
}

.pr-entry-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.pr-entry-card {
	overflow: hidden;
	border: 1px solid var(--pr-line);
	border-radius: 14px;
	background: var(--pr-panel);
	transition: transform .18s ease, box-shadow .18s ease;
}

.pr-entry-card:hover {
	border-color: #526273;
	box-shadow: 0 18px 34px rgba(0, 0, 0, .3);
}

.pr-entry-image {
	display: block;
	aspect-ratio: 1.9 / 1;
	overflow: hidden;
	background: #1d2a35;
}

.pr-entry-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform .35s ease;
}

.pr-entry-card:hover .pr-entry-image img {
	transform: scale(1.025);
}

.pr-entry-body {
	padding: 16px 18px 18px;
}

.pr-entry-category {
	margin: 0;
	color: var(--pr-pink);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.pr-entry-body h3 {
	min-height: 2.15em;
	margin: 9px 0;
	font: 400 24px/1.06 Georgia, serif;
	letter-spacing: -.6px;
}

.pr-entry-body > p:not(.pr-entry-category) {
	min-height: 3.9em;
	margin: 0;
	color: var(--pr-muted);
	font-size: 13px;
	line-height: 1.35;
}

.pr-entry-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 11px;
}

.pr-entry-meta time {
	color: var(--pr-muted);
	font-size: 12px;
}

.pr-entry-meta a {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border: 1px solid var(--pr-gold);
	border-radius: 50%;
	color: var(--pr-pink);
}

.pr-crown {
	margin-top: 24px;
	min-height: 114px;
	display: grid;
	grid-template-columns: minmax(310px, 1.4fr) 120px minmax(240px, .8fr) auto;
	align-items: center;
	gap: 28px;
	padding: 24px 32px;
	border-radius: var(--pr-radius);
	border: 1px solid var(--pr-line);
	background: linear-gradient(90deg, #121b24, #18222c);
}

.pr-crown h2 {
	margin: 0;
	font: 400 28px/1 Georgia, serif;
	letter-spacing: -.8px;
}

.pr-crown p {
	margin: 8px 0 0;
	color: var(--pr-muted);
	font-size: 13px;
}

.pr-crown svg {
	width: 100px;
	fill: none;
	stroke: #c0c7d0;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}

.pr-crown-progress strong {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	text-align: right;
}

.pr-crown-progress > span {
	height: 9px;
	display: block;
	overflow: hidden;
	border-radius: 999px;
	background: #313c48;
}

.pr-crown-progress i {
	width: 42.857%;
	height: 100%;
	display: block;
	border-radius: inherit;
	background: var(--pr-gold);
}

.pr-button-outline-dark {
	min-height: 42px;
	border: 1px solid #9eabb9;
	color: var(--pr-ink) !important;
	font-size: 12px;
	white-space: nowrap;
}

.pr-about {
	margin-top: 14px;
	display: grid;
	grid-template-columns: .72fr 1fr;
	overflow: hidden;
	border-radius: var(--pr-radius);
	border: 1px solid var(--pr-line);
	background: linear-gradient(110deg, #121b24, #0e161f);
}

.pr-about-photo {
	min-height: 330px;
	overflow: hidden;
}

.pr-about-photo img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center 20%;
}

.pr-about-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 44px 58px;
}

.pr-about-copy h2 {
	max-width: 590px;
	margin: 12px 0 14px;
	font: 400 44px/1 Georgia, serif;
	letter-spacing: -1.8px;
}

.pr-about-text {
	max-width: 650px;
	margin: 0;
	color: var(--pr-muted);
	font-size: 15px;
	line-height: 1.55;
}

.pr-about-links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 24px;
}

.pr-about-link {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 13px;
	border: 1px solid var(--pr-line);
	border-radius: 999px;
	background: #17222c;
	color: var(--pr-ink) !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pr-about-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, .28);
}

.pr-about-link img {
	width: 27px;
	height: 27px;
	object-fit: contain;
}

.pr-about-link-fansly img {
	width: 34px;
}

.pr-about-link b {
	margin-left: 2px;
	font-size: 15px;
}

.pr-about-link-onlyfans {
	border-color: rgba(0, 175, 240, .35);
}

.pr-about-link-onlyfans b {
	color: var(--pr-onlyfans);
}

.pr-about-link-fansly {
	border-color: rgba(22, 138, 245, .35);
	background: #132534;
}

.pr-about-link-fansly b {
	color: var(--pr-fansly);
}

.pr-about-link-all {
	border-color: rgba(255, 85, 125, .35);
	background: #251923;
}

.pr-about-link-all b {
	color: var(--pr-pink);
}

.pr-final-cta {
	position: relative;
	margin-top: 16px;
	min-height: 190px;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 32px;
	overflow: hidden;
	padding: 34px 42px;
	border-radius: var(--pr-radius);
	border: 1px solid #475767;
	background: linear-gradient(90deg, rgba(5, 13, 18, .94), rgba(10, 26, 33, .7)), url('../images/hero-placeholder.svg') center 58% / cover;
	color: #fff;
}

.pr-shared-footer {
	padding-top: 1px;
	background: var(--pr-paper);
}

.site-footer {
	background: var(--pr-paper);
}

.pr-final-cta h2 {
	margin: 10px 0 8px;
	font: 400 clamp(36px, 4vw, 52px)/.96 Georgia, serif;
	letter-spacing: -2px;
}

.pr-final-cta > div:first-child > p:last-child {
	max-width: 600px;
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}

.pr-final-actions {
	display: flex;
	gap: 10px;
}

.pr-final-button {
	min-width: 205px;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 9px 17px;
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(0, 0, 0, .15);
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	transition: transform .18s ease, box-shadow .18s ease;
}

.pr-final-button img {
	width: 34px;
	height: 34px;
	object-fit: contain;
	border-radius: 8px;
	background: #fff;
}

.pr-final-onlyfans {
	background: var(--pr-onlyfans);
}

.pr-final-fansly {
	background: var(--pr-fansly);
}

.pr-footer {
	min-height: 74px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	color: var(--pr-muted);
	font-size: 12px;
}

.pr-site a:focus-visible {
	outline: 3px solid var(--pr-gold);
	outline-offset: 4px;
}

@media (max-width: 1020px) {
	.pr-header {
		column-gap: 18px;
	}

	.pr-navigation {
		gap: 16px;
		font-size: 12px;
	}

	.pr-entry-counts > div {
		min-width: 54px;
		padding-inline: 7px;
	}

	.pr-platforms {
		grid-template-columns: 1fr 1fr;
	}

	.pr-platforms-intro {
		grid-column: 1 / -1;
	}

	.pr-all-profiles {
		min-height: 56px;
	}

	.pr-crown {
		grid-template-columns: 1fr auto;
	}

	.pr-crown svg {
		display: none;
	}

	.pr-final-cta {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.pr-wrap {
		width: min(100% - 28px, 1180px);
	}

	.pr-header {
		min-height: 108px;
		grid-template-areas:
			"brand counts"
			"nav nav";
		grid-template-columns: minmax(0, auto) 1fr;
		align-content: center;
		gap: 13px 12px;
	}

	.pr-navigation {
		width: 100%;
		justify-content: space-between;
		gap: 14px;
		font-size: 12px;
	}

	.pr-entry-counts {
		justify-content: end;
	}

	.pr-entry-counts > div {
		min-width: 0;
		padding-inline: clamp(5px, 1.7vw, 10px);
	}

	.pr-entry-counts dt {
		font-size: 7px;
		letter-spacing: .3px;
	}

	.pr-entry-counts dd {
		font-size: 10px;
	}

	.pr-hero {
		min-height: 640px;
		background-image: linear-gradient(90deg, rgba(8, 26, 34, .78), rgba(8, 26, 34, .2)), var(--pr-hero-image);
		background-position: 62% center;
	}

	.pr-hero-content {
		padding: 54px 26px 160px;
	}

	.pr-hero h1 {
		font-size: clamp(49px, 14vw, 66px);
		letter-spacing: -3px;
	}

	.pr-hero-badge {
		top: auto;
		right: 24px;
		bottom: 24px;
		width: 104px;
		height: 104px;
	}

	.pr-platforms,
	.pr-entry-grid,
	.pr-about {
		grid-template-columns: 1fr;
	}

	.pr-entry-body h3,
	.pr-entry-body > p:not(.pr-entry-category) {
		min-height: 0;
	}

	.pr-crown {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.pr-crown-progress strong {
		text-align: left;
	}

	.pr-button-outline-dark {
		justify-self: start;
	}

	.pr-about-photo {
		min-height: 440px;
	}

	.pr-about-copy {
		padding: 34px 28px;
	}

	.pr-about-copy h2 {
		font-size: 38px;
	}

	.pr-final-cta {
		padding: 34px 26px;
	}

	.pr-final-actions {
		flex-direction: column;
	}

	.pr-final-button {
		width: 100%;
	}
}

@media (max-width: 430px) {
	.pr-age-gate {
		padding: 14px;
	}

	.pr-age-gate-card {
		padding: 32px 22px;
	}

	.pr-brand strong {
		font-size: 20px;
		letter-spacing: -.8px;
	}

	.pr-brand {
		gap: 7px;
	}

	.pr-brand-rainbow {
		width: 31px;
		transform: scale(.8);
		transform-origin: left center;
		margin-right: -6px;
	}

	.pr-brand small {
		display: none;
	}

	.pr-entry-counts > div {
		padding-inline: 4px;
	}

	.pr-entry-counts dt {
		max-width: 34px;
		white-space: normal;
	}

	.pr-hero h1 {
		font-size: 46px;
	}

	.pr-platforms-intro h2 {
		font-size: 34px;
	}

	.pr-section-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.pr-section-header h2 {
		font-size: 42px;
	}

	.pr-about-photo {
		min-height: 360px;
	}
}

@media (max-width: 360px) {
	.pr-header {
		min-height: 122px;
		column-gap: 8px;
	}

	.pr-brand strong {
		font-size: 18px;
	}

	.pr-entry-counts {
		grid-template-columns: repeat(2, auto);
		row-gap: 5px;
	}

	.pr-entry-counts > div {
		min-width: 48px;
	}

	.pr-entry-counts dt {
		max-width: none;
		white-space: nowrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.pr-site *,
	.pr-site *::before,
	.pr-site *::after {
		transition: none !important;
	}
}
