:root {
	--jr-ink: #171216;
	--jr-muted: #6e6168;
	--jr-pink: #fff5f8;
	--jr-pink-strong: #ffdce8;
	--jr-accent: #d81b60;
	--jr-accent-dark: #a90f48;
	--jr-line: #eadde2;
	--jr-white: #ffffff;
	--jr-serif: Charter, "Bitstream Charter", "Sitka Text", Cambria, Georgia, serif;
	--jr-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.jr-weekly,
.jr-weekly * {
	box-sizing: border-box;
}

.jr-weekly {
	background: var(--jr-pink);
	color: var(--jr-ink);
	font-family: var(--jr-sans);
	font-size: 17px;
	line-height: 1.65;
}

.jr-test-mode-banner {
	display: flex;
	position: sticky;
	top: 0;
	z-index: 100;
	min-height: 42px;
	padding: 8px 20px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: #3f2b00;
	background: #fff2c7;
	border-bottom: 1px solid #e1bd49;
	font-size: 13px;
	line-height: 1.35;
	text-align: center;
}

.jr-test-mode-banner strong,
.jr-inline-test-badge strong {
	letter-spacing: .08em;
}

.jr-inline-test-badge {
	margin: 0 0 22px;
	padding: 10px 13px;
	color: #3f2b00;
	background: #fff7dd;
	border: 1px solid #e1bd49;
	border-radius: 3px;
	font-size: 13px;
}

.jr-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.jr-article-shell {
	width: min(780px, calc(100% - 40px));
	margin: 0 auto;
}

.jr-eyebrow {
	display: block;
	margin-bottom: 16px;
	color: var(--jr-accent);
	font-family: var(--jr-sans);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.jr-archive-hero {
	position: relative;
	overflow: hidden;
	padding: 118px 0 105px;
	background:
		radial-gradient(circle at 78% 18%, rgba(216, 27, 96, .14), transparent 30%),
		linear-gradient(135deg, #fff9fb 0%, #ffedf3 52%, #fff7fa 100%);
	border-bottom: 1px solid var(--jr-line);
}

.jr-archive-hero::after {
	position: absolute;
	right: -110px;
	bottom: -210px;
	width: 480px;
	height: 480px;
	border: 1px solid rgba(216, 27, 96, .16);
	border-radius: 50%;
	box-shadow: 0 0 0 55px rgba(216, 27, 96, .03), 0 0 0 110px rgba(216, 27, 96, .025);
	content: "";
}

.jr-archive-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 900px;
}

.jr-archive-hero h1,
.jr-article-header h1 {
	margin: 0;
	font-family: var(--jr-serif);
	font-size: clamp(54px, 8vw, 104px);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: .98;
}

.jr-archive-hero p {
	max-width: 650px;
	margin: 30px 0 38px;
	color: #4b4146;
	font-family: var(--jr-serif);
	font-size: clamp(21px, 2.3vw, 29px);
	line-height: 1.4;
}

.jr-archive-hero p.jr-release-schedule {
	margin: 20px 0 0;
	color: var(--jr-accent-dark);
	font-family: var(--jr-sans);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .11em;
	line-height: 1.4;
	text-transform: uppercase;
}

.jr-scroll-link,
.jr-read-link,
.jr-back-link,
.jr-reset-link {
	color: var(--jr-ink);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.jr-scroll-link span,
.jr-read-link span,
.jr-back-link span {
	display: inline-block;
	margin-left: 7px;
	transition: transform .2s ease;
}

.jr-scroll-link:hover span { transform: translateY(3px); }
.jr-read-link:hover span { transform: translateX(4px); }
.jr-back-link:hover span { transform: translateX(-4px); }

.jr-archive-content {
	padding: 100px 0 110px;
}

.jr-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
	gap: 60px;
	align-items: end;
	margin-bottom: 48px;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--jr-line);
}

.jr-section-heading h2,
.jr-subscribe h2,
.jr-pricing h3,
.jr-empty-state h3 {
	margin: 0;
	font-family: var(--jr-serif);
	font-size: clamp(34px, 4.5vw, 58px);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.jr-section-heading p {
	margin: 0;
	color: var(--jr-muted);
	font-size: 15px;
}

.jr-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.jr-article-card {
	overflow: hidden;
	background: rgba(255, 255, 255, .78);
	border: 1px solid var(--jr-line);
	border-radius: 3px;
	box-shadow: 0 18px 50px rgba(67, 24, 41, .05);
	transition: transform .25s ease, box-shadow .25s ease;
}

.jr-article-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 60px rgba(67, 24, 41, .1);
}

.jr-article-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(145deg, #3a1728, #9e315c 52%, #f6afc6);
	text-decoration: none;
}

.jr-article-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

.jr-article-card:hover .jr-article-card__image img {
	transform: scale(1.025);
}

.jr-article-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: rgba(255, 255, 255, .9);
	font-family: var(--jr-serif);
	font-size: 68px;
	font-style: italic;
}

.jr-article-card__content {
	padding: 28px 28px 30px;
}

.jr-article-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
	color: var(--jr-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.jr-article-card__meta span {
	color: var(--jr-accent);
}

.jr-article-card h3 {
	margin: 0 0 14px;
	font-family: var(--jr-serif);
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -.025em;
	line-height: 1.16;
}

.jr-article-card h3 a {
	color: inherit;
	text-decoration: none;
}

.jr-article-card p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 22px;
	color: var(--jr-muted);
	font-size: 14px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.jr-pagination {
	margin-top: 55px;
	text-align: center;
}

.jr-pagination .page-numbers {
	display: inline-grid;
	min-width: 42px;
	height: 42px;
	margin: 0 3px;
	padding: 0 10px;
	place-items: center;
	color: var(--jr-ink);
	border: 1px solid var(--jr-line);
	border-radius: 999px;
	text-decoration: none;
}

.jr-pagination .current {
	color: #fff;
	background: var(--jr-ink);
	border-color: var(--jr-ink);
}

.jr-empty-state {
	padding: 70px 25px;
	text-align: center;
	background: rgba(255, 255, 255, .55);
	border: 1px solid var(--jr-line);
	border-radius: 3px;
}

.jr-empty-state__mark {
	display: block;
	margin-bottom: 20px;
	color: var(--jr-accent);
	font-size: 34px;
}

.jr-empty-state p {
	max-width: 560px;
	margin: 18px auto 0;
	color: var(--jr-muted);
}

.jr-archive-subscribe {
	padding: 0 0 115px;
}

.jr-subscribe {
	padding: 44px;
	background: #fff;
	border: 1px solid var(--jr-line);
	border-radius: 4px;
	box-shadow: 0 24px 70px rgba(67, 24, 41, .07);
}

.jr-subscribe__intro {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	margin-bottom: 32px;
}

.jr-subscribe__intro img {
	display: block;
	width: 110px;
	height: 110px;
	object-fit: cover;
	object-position: 50% 25%;
	border: 5px solid #ffe3ec;
	border-radius: 50%;
}

.jr-subscribe h2 {
	font-size: clamp(32px, 4vw, 48px);
}

.jr-subscribe__intro p,
.jr-pricing__header p {
	max-width: 650px;
	margin: 10px 0 0;
	color: var(--jr-muted);
	font-size: 15px;
}

.jr-subscribe__intro p.jr-paid-note {
	margin-top: 7px;
	color: var(--jr-accent-dark);
	font-size: 13px;
	font-weight: 750;
}

.jr-subscribe__intro p.jr-funnel-note {
	margin-top: 4px;
	font-size: 12px;
}

.jr-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1.45fr;
	gap: 12px;
}

.jr-subscribe-form label > span:first-child {
	display: block;
	margin-bottom: 7px;
	color: #51464b;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
}

.jr-subscribe-form input[type="text"],
.jr-subscribe-form input[type="email"] {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	color: var(--jr-ink);
	background: #fffafb;
	border: 1px solid #dacbd1;
	border-radius: 2px;
	font: inherit;
	font-size: 15px;
	outline: none;
}

.jr-subscribe-form input:focus,
.jr-login input:focus {
	border-color: var(--jr-accent);
	box-shadow: 0 0 0 3px rgba(216, 27, 96, .1);
}

.jr-consent {
	display: flex !important;
	gap: 9px;
	align-items: flex-start;
	margin: 18px 0;
	color: var(--jr-muted);
	font-size: 12px;
}

.jr-consent input {
	margin-top: 3px;
	accent-color: var(--jr-accent);
}

.jr-consent span {
	margin: 0 !important;
	font-size: inherit !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
}

.jr-honeypot {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
}

.jr-recaptcha {
	min-height: 78px;
	margin: 0 0 18px;
}

.jr-button {
	display: inline-flex;
	min-height: 48px;
	padding: 0 23px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--jr-accent);
	border: 0;
	border-radius: 999px;
	font-family: var(--jr-sans);
	font-size: 13px;
	font-weight: 750;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.jr-button:hover {
	background: var(--jr-accent-dark);
	transform: translateY(-1px);
}

.jr-button--dark { background: var(--jr-ink); }
.jr-button--dark:hover { background: #3a2f34; }
.jr-button[disabled] { cursor: wait; opacity: .6; transform: none; }

.jr-form-status {
	min-height: 22px;
	margin: 12px 0 0;
	color: var(--jr-accent-dark);
	font-size: 13px;
}

.jr-notice {
	margin: 28px 0 -35px;
	padding: 15px 18px;
	background: #fff;
	border-left: 4px solid var(--jr-accent);
	box-shadow: 0 8px 30px rgba(0, 0, 0, .05);
}

.jr-notice--success { border-left-color: #16803a; }

/* Single article */
.jr-article-header {
	padding: 75px 0 55px;
	background: linear-gradient(180deg, #fff9fb, var(--jr-pink));
}

.jr-back-link {
	display: inline-block;
	margin-bottom: 72px;
	color: var(--jr-muted);
}

.jr-article-header h1 {
	font-size: clamp(46px, 7vw, 82px);
	line-height: 1.03;
}

.jr-deck {
	margin: 24px 0 0;
	color: #554a50;
	font-family: var(--jr-serif);
	font-size: clamp(20px, 2.6vw, 28px);
	line-height: 1.42;
}

.jr-byline {
	display: flex;
	gap: 13px;
	align-items: center;
	margin-top: 34px;
}

.jr-byline img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	object-position: 50% 25%;
	border-radius: 50%;
}

.jr-byline strong,
.jr-byline span {
	display: block;
}

.jr-byline strong { font-size: 13px; }
.jr-byline span { color: var(--jr-muted); font-size: 12px; }

.jr-featured-image {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.jr-featured-image img {
	display: block;
	width: 100%;
	max-height: 700px;
	object-fit: cover;
}

.jr-reading-column {
	padding: 75px 0 105px;
}

.jr-article-body {
	font-family: var(--jr-serif);
	font-size: clamp(19px, 2.1vw, 22px);
	line-height: 1.78;
}

.jr-article-body > *:first-child { margin-top: 0; }
.jr-article-body p { margin: 0 0 1.45em; }
.jr-article-body h2,
.jr-article-body h3,
.jr-article-body h4 {
	margin: 1.8em 0 .65em;
	font-family: var(--jr-sans);
	font-weight: 720;
	letter-spacing: -.025em;
	line-height: 1.18;
}
.jr-article-body h2 { font-size: 1.65em; }
.jr-article-body h3 { font-size: 1.35em; }
.jr-article-body blockquote {
	margin: 2em 0;
	padding: 0 0 0 26px;
	color: #4f4148;
	border-left: 3px solid var(--jr-accent);
	font-size: 1.22em;
	font-style: italic;
}
.jr-article-body img { max-width: 100%; height: auto; }
.jr-article-body a { color: var(--jr-accent-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }

.jr-article-preview {
	position: relative;
}

.jr-article-preview::after {
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	height: 135px;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(255, 245, 248, 0), var(--jr-pink) 82%);
	content: "";
}

.jr-paywall {
	position: relative;
	z-index: 1;
	margin-top: 22px;
}

.jr-paywall .jr-subscribe {
	padding: 34px;
}

.jr-paywall .jr-subscribe__intro {
	grid-template-columns: 80px minmax(0, 1fr);
	gap: 20px;
}

.jr-paywall .jr-subscribe__intro img {
	width: 80px;
	height: 80px;
}

.jr-paywall .jr-subscribe h2 { font-size: 36px; }
.jr-paywall .jr-form-grid { grid-template-columns: 1fr 1fr; }
.jr-paywall .jr-form-email { grid-column: 1 / -1; }

.jr-pricing {
	margin-top: 18px;
	padding: 38px;
	background: #21181d;
	color: #fff;
	border-radius: 4px;
	transition: opacity .3s ease, transform .3s ease;
}

.jr-pricing--locked {
	display: none;
	opacity: 0;
	transform: translateY(10px);
}

.jr-pricing--unlocked {
	display: block;
	opacity: 1;
	transform: none;
}

.jr-pricing .jr-eyebrow { color: #ff8db5; }
.jr-pricing h3 { color: #fff; font-size: 38px; }
.jr-pricing__header p { color: #cfc0c7; }

.jr-plans {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 28px;
}

.jr-plan {
	position: relative;
	display: flex;
	min-height: 160px;
	padding: 23px;
	flex-direction: column;
	color: #fff;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 3px;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.jr-plan:hover {
	color: #fff;
	background: rgba(255, 255, 255, .11);
	border-color: #ff8db5;
	transform: translateY(-2px);
}

.jr-plan--featured { border-color: #ff8db5; }
.jr-plan__badge {
	position: absolute;
	top: -10px;
	right: 15px;
	padding: 4px 9px;
	color: #24151c;
	background: #ff8db5;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.jr-plan__name {
	font-family: var(--jr-serif);
	font-size: 29px;
}

.jr-plan__meta {
	margin: 4px 0 auto;
	color: #cfc0c7;
	font-size: 12px;
}

.jr-plan strong {
	font-size: 13px;
}

.jr-secure-note {
	margin: 15px 0 0;
	color: #aa9aa2;
	font-size: 11px;
	text-align: center;
}

.jr-manual-verification {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.jr-manual-verification h4 {
	margin: 7px 0 8px;
	color: #fff;
	font-family: var(--jr-serif);
	font-size: 27px;
	font-weight: 500;
}

.jr-manual-verification > p {
	max-width: 650px;
	margin: 0;
	color: #cfc0c7;
	font-size: 13px;
	line-height: 1.65;
}

.jr-manual-access-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-top: 20px;
}

.jr-manual-access-form label > span {
	display: block;
	margin-bottom: 6px;
	color: #eadde3;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .02em;
}

.jr-manual-access-form input[type="email"],
.jr-manual-access-form select {
	width: 100%;
	height: 46px;
	padding: 0 12px;
	color: #21181d;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 2px;
	font: inherit;
}

.jr-manual-access-form .jr-manual-confirm,
.jr-manual-access-form .jr-button,
.jr-manual-access-form .jr-manual-status {
	grid-column: 1 / -1;
}

.jr-manual-access-form .jr-manual-confirm {
	display: flex;
	align-items: flex-start;
	gap: 9px;
}

.jr-manual-access-form .jr-manual-confirm span {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
}

.jr-manual-access-form .jr-button {
	justify-self: start;
	background: #ff8db5;
	color: #21181d;
}

.jr-manual-access-form .jr-button:hover { background: #ffc1d7; }
.jr-manual-status { min-height: 20px; margin: 0; color: #fff; font-size: 12px; }
.jr-manual-verification .jr-manual-note { margin-top: 12px; color: #aa9aa2; font-size: 11px; }

.jr-opening-soon {
	display: grid;
	gap: 4px;
	margin-top: 24px;
	padding: 18px;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 3px;
}

.jr-opening-soon span { color: #cfc0c7; font-size: 13px; }

.jr-login,
.jr-login-note {
	margin-top: 16px;
	padding: 20px 22px;
	background: rgba(255, 255, 255, .5);
	border: 1px solid var(--jr-line);
	border-radius: 3px;
}

.jr-login summary {
	font-size: 13px;
	font-weight: 750;
	cursor: pointer;
}

.jr-login form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 18px;
}

.jr-login p { margin: 0; }
.jr-login label { display: block; color: var(--jr-muted); font-size: 12px; font-weight: 700; }
.jr-login input[type="text"],
.jr-login input[type="password"] {
	width: 100%;
	height: 45px;
	margin-top: 5px;
	padding: 0 12px;
	background: #fff;
	border: 1px solid #dacbd1;
	border-radius: 2px;
	outline: none;
}
.jr-login .login-remember,
.jr-login .login-submit { grid-column: 1 / -1; }
.jr-login input[type="submit"] {
	padding: 11px 20px;
	color: #fff;
	background: var(--jr-ink);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
}
.jr-reset-link { display: inline-block; margin-top: 14px; color: var(--jr-accent-dark); }
.jr-login-note { color: var(--jr-muted); font-size: 13px; }

.jr-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.jr-share-bar {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) auto;
	gap: 16px 24px;
	align-items: center;
	margin-top: 34px;
	padding: 18px 0;
	border-top: 1px solid var(--jr-line);
	border-bottom: 1px solid var(--jr-line);
}

.jr-share-bar--bottom { margin-top: 50px; }

.jr-share-author {
	display: flex;
	gap: 11px;
	align-items: center;
}

.jr-share-author img {
	width: 42px;
	height: 42px;
	object-fit: cover;
	object-position: 50% 25%;
	border-radius: 50%;
}

.jr-share-author strong,
.jr-share-author > div > span { display: block; }
.jr-share-author > div > span > span { display: inline; }
.jr-share-author strong { font-size: 13px; }
.jr-share-author > div > span { color: var(--jr-muted); font-size: 11px; }

.jr-share-actions {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: flex-end;
}

.jr-share-action {
	display: inline-flex;
	min-width: 28px;
	min-height: 36px;
	padding: 0;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: var(--jr-muted);
	background: transparent;
	border: 0;
	font-family: var(--jr-sans);
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: color .18s ease, transform .18s ease;
}

.jr-share-action:hover {
	color: var(--jr-accent-dark);
}

.jr-share-bar button.jr-share-action,
.jr-share-bar button.jr-share-action:hover,
.jr-share-bar button.jr-share-action:focus,
.jr-share-bar button.jr-share-action:active {
	padding: 0 !important;
	color: var(--jr-muted);
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.jr-share-bar button.jr-share-action:hover,
.jr-share-bar button.jr-share-action:focus-visible {
	color: var(--jr-accent-dark);
}

.jr-share-action:focus-visible,
.jr-share-menu-item:focus-visible,
.jr-share-bar .jr-heart:focus-visible {
	outline: 2px solid var(--jr-accent);
	outline-offset: 4px;
}

.jr-share-action svg,
.jr-share-menu-item svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.jr-share-menu {
	position: relative;
}

.jr-share-popover {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 30;
	width: 210px;
	padding: 8px;
	background: #fff;
	border: 1px solid #e5dde1;
	border-radius: 8px;
	box-shadow: 0 14px 35px rgba(36, 30, 36, .14);
}

.jr-share-popover[hidden] {
	display: none;
}

.jr-share-bar--bottom .jr-share-popover {
	top: auto;
	bottom: calc(100% + 10px);
}

.jr-share-menu-item {
	display: flex;
	width: 100%;
	min-height: 40px;
	padding: 8px 10px;
	align-items: center;
	gap: 11px;
	color: var(--jr-ink);
	background: transparent;
	border: 0;
	border-radius: 5px;
	font: 600 13px/1.2 var(--jr-sans);
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

.jr-share-menu-item:hover {
	color: var(--jr-accent-dark);
	background: #faf6f8;
}

.jr-share-menu button.jr-share-menu-item,
.jr-share-menu button.jr-share-menu-item:focus,
.jr-share-menu button.jr-share-menu-item:active {
	color: var(--jr-ink);
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.jr-share-menu button.jr-share-menu-item:hover,
.jr-share-menu button.jr-share-menu-item:focus-visible {
	color: var(--jr-accent-dark);
	background: #faf6f8 !important;
}

.jr-share-network-mark {
	display: inline-flex;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 750;
}

.jr-share-network-mark--wide {
	font-size: 12px;
}

.jr-share-status {
	grid-column: 1 / -1;
	min-height: 1px;
	color: var(--jr-accent-dark);
	font-size: 11px;
	text-align: right;
}

.jr-heart {
	display: inline-flex;
	min-height: 42px;
	margin-top: 22px;
	padding: 0 16px;
	align-items: center;
	gap: 8px;
	color: var(--jr-muted);
	background: transparent;
	border: 1px solid var(--jr-line);
	border-radius: 999px;
	font-family: var(--jr-sans);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.jr-heart:hover,
.jr-heart.is-active {
	color: var(--jr-accent);
	background: #fff;
	border-color: #f0a6c0;
}

.jr-heart:active { transform: scale(.96); }
.jr-heart__icon { font-size: 19px; line-height: 1; }
.jr-heart.is-active .jr-heart__icon { animation: jr-heart-pop .28s ease; }

.jr-share-bar .jr-heart,
.jr-share-bar .jr-heart:hover,
.jr-share-bar .jr-heart.is-active {
	min-height: 36px;
	margin-top: 0;
	padding: 0;
	color: var(--jr-muted);
	background: transparent;
	border: 0;
	border-radius: 0;
}

.jr-share-bar .jr-heart:hover,
.jr-share-bar .jr-heart.is-active {
	color: var(--jr-accent);
}

@keyframes jr-heart-pop {
	50% { transform: scale(1.35); }
}

/* Native WordPress comments */
.jr-comments {
	padding: 90px 0 110px;
	background: #fff;
	border-top: 1px solid var(--jr-line);
}

.jr-section-heading--comments h2 { font-size: 44px; }
.jr-comments .comments-title { margin: 0 0 30px; font-family: var(--jr-serif); font-size: 28px; }
.jr-comments .comment-list { margin: 0; padding: 0; list-style: none; }
.jr-comments .comment-list .children { margin: 22px 0 0 32px; padding-left: 22px; border-left: 1px solid var(--jr-line); list-style: none; }
.jr-comments .comment-body { margin-bottom: 22px; padding: 24px; background: #fff9fb; border: 1px solid var(--jr-line); border-radius: 3px; }
.jr-comments .comment-author { display: flex; align-items: center; }
.jr-comments .comment-author img { display: none; }
.jr-comments .comment-author .fn { font-style: normal; font-weight: 750; }
.jr-comments .comment-metadata { margin: 8px 0 16px; font-size: 11px; }
.jr-comments .comment-metadata a,
.jr-comments .reply a { color: var(--jr-muted); text-decoration: none; }
.jr-comments .comment-content { font-family: var(--jr-serif); font-size: 17px; }
.jr-comments .comment-content p { margin: 0 0 12px; }
.jr-comments .reply a { font-size: 12px; font-weight: 750; }
.jr-comment-heart .jr-heart { min-height: 34px; margin-top: 8px; padding: 0 12px; }
.jr-comment-heart .jr-heart__label { display: none; }

.jr-comments .comment-respond { margin-top: 45px; padding-top: 35px; border-top: 1px solid var(--jr-line); }
.jr-comments .comment-reply-title { font-family: var(--jr-serif); font-size: 32px; }
.jr-comments .comment-notes,
.jr-comments .logged-in-as { display: none; }
.jr-comments .comment-form-author { max-width: 420px; }
.jr-comments label { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 750; }
.jr-comments textarea,
.jr-comments input[type="text"],
.jr-comments input[type="email"],
.jr-comments input[type="url"] {
	width: 100%;
	padding: 13px;
	background: #fff;
	border: 1px solid #dacbd1;
	border-radius: 2px;
	font: inherit;
}
.jr-comments textarea { min-height: 145px; }
.jr-comments .form-submit input {
	padding: 13px 22px;
	color: #fff;
	background: var(--jr-ink);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
}

@media (max-width: 900px) {
	.jr-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.jr-section-heading { grid-template-columns: 1fr; gap: 18px; }
	.jr-form-grid { grid-template-columns: 1fr 1fr; }
	.jr-form-email { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
	.jr-shell,
	.jr-article-shell,
	.jr-featured-image { width: min(100% - 28px, 100%); }
	.jr-archive-hero { padding: 80px 0 72px; }
	.jr-archive-hero h1 { font-size: 54px; }
	.jr-archive-content { padding: 72px 0 80px; }
	.jr-article-grid { grid-template-columns: 1fr; }
	.jr-subscribe { padding: 26px 20px; }
	.jr-subscribe__intro,
	.jr-paywall .jr-subscribe__intro { grid-template-columns: 64px 1fr; gap: 14px; }
	.jr-subscribe__intro img,
	.jr-paywall .jr-subscribe__intro img { width: 64px; height: 64px; border-width: 3px; }
	.jr-subscribe__intro p { grid-column: 1 / -1; }
	.jr-form-grid,
	.jr-paywall .jr-form-grid { grid-template-columns: 1fr; }
	.jr-form-email { grid-column: auto; }
	.jr-article-header { padding: 48px 0 40px; }
	.jr-back-link { margin-bottom: 48px; }
	.jr-reading-column { padding: 55px 0 75px; }
	.jr-article-body { font-size: 19px; line-height: 1.72; }
	.jr-paywall .jr-subscribe { padding: 25px 20px; }
	.jr-paywall .jr-subscribe h2 { font-size: 29px; }
	.jr-pricing { padding: 28px 20px; }
	.jr-pricing h3 { font-size: 31px; }
	.jr-plans { grid-template-columns: 1fr; }
	.jr-manual-access-form { grid-template-columns: 1fr; }
	.jr-manual-access-form .jr-manual-confirm,
	.jr-manual-access-form .jr-button,
	.jr-manual-access-form .jr-manual-status { grid-column: auto; }
	.jr-login form { grid-template-columns: 1fr; }
	.jr-login .login-remember,
	.jr-login .login-submit { grid-column: auto; }
	.jr-share-bar { grid-template-columns: 1fr; }
	.jr-share-actions { justify-content: flex-start; }
	.jr-share-popover { right: auto; left: 0; }
	.jr-share-status { text-align: left; }
	.jr-comments { padding: 70px 0 80px; }
	.jr-comments .comment-list .children { margin-left: 12px; padding-left: 12px; }
	.jr-section-heading--comments { margin-bottom: 30px; }
}

@media (prefers-reduced-motion: reduce) {
	.jr-weekly *,
	.jr-weekly *::before,
	.jr-weekly *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
