/*
 * JETH Signature 2.0.0.0 - Editorial Prestige
 * OJS 3.5.0.5
 */

:root {
	--jeth-rose: #dbb2c4;
	--jeth-gold: #f7bc4a;
	--jeth-ink: #241e22;
	--jeth-muted: #746970;
	--jeth-paper: #fffdf9;
	--jeth-wash: #fbf6f7;
	--jeth-plum: #553343;
	--jeth-plum-deep: #34212b;
	--jeth-line: #e9dde2;
	--jeth-serif: Georgia, "Times New Roman", serif;
	--jeth-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--jeth-shadow: 0 24px 70px rgba(52, 33, 43, 0.12);
}

body.jeth_editorial_prestige {
	background: var(--jeth-paper);
	color: var(--jeth-ink);
	font-family: var(--jeth-sans);
	font-size: 16px;
	line-height: 1.65;
}

.jeth_editorial_prestige * {
	box-sizing: border-box;
}

.jeth_editorial_prestige h1,
.jeth_editorial_prestige h2,
.jeth_editorial_prestige h3,
.jeth_editorial_prestige h4 {
	color: var(--jeth-plum-deep);
	font-family: var(--jeth-serif);
	font-weight: 700;
	letter-spacing: -0.03em;
}

.jeth_editorial_prestige a {
	color: var(--jeth-plum);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.jeth_editorial_prestige a:focus-visible,
.jeth_editorial_prestige button:focus-visible,
.jeth_editorial_prestige input:focus-visible,
.jeth_editorial_prestige select:focus-visible,
.jeth_editorial_prestige textarea:focus-visible {
	outline: 3px solid var(--jeth-gold);
	outline-offset: 3px;
}

.jeth_shell {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	padding-left: clamp(20px, 4vw, 54px);
	padding-right: clamp(20px, 4vw, 54px);
	width: 100%;
}

/* Global editorial header */
.jeth_header.pkp_structure_head {
	background: var(--jeth-paper);
	border: 0;
	box-shadow: none;
	position: relative;
	top: auto;
}

.jeth_header .pkp_head_wrapper {
	max-width: none;
	padding: 0;
}

.jeth_utility {
	background: #171216;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.jeth_utility__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	min-height: 38px;
}

.jeth_utility a,
.jeth_utility a:hover,
.jeth_utility a:focus {
	color: rgba(255, 255, 255, 0.86);
	text-decoration: none;
}

.jeth_utility__meta {
	align-items: center;
	display: flex;
	gap: 22px;
	padding-right: 175px;
}

.jeth_open_access:before {
	background: var(--jeth-gold);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(247, 188, 74, 0.12);
	content: "";
	display: inline-block;
	height: 7px;
	margin-right: 8px;
	width: 7px;
}

.jeth_header .pkp_navigation_user_wrapper {
	right: clamp(20px, 4vw, 54px);
	top: 7px;
}

.jeth_header .pkp_navigation_user > li > a,
.jeth_header .pkp_navigation_user > li > button {
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.72rem;
}

.jeth_site_name_wrapper {
	margin: 0;
	padding: 0;
}

.jeth_editorial_masthead {
	background:
		radial-gradient(circle at 82% 16%, rgba(219, 178, 196, 0.2), transparent 23%),
		linear-gradient(120deg, #1b1418 0%, var(--jeth-plum-deep) 57%, var(--jeth-plum) 100%);
	color: #fff;
	overflow: hidden;
	position: relative;
}

.jeth_editorial_masthead:after {
	background-image:
		linear-gradient(120deg, transparent 70%, rgba(247, 188, 74, 0.16) 70%, rgba(247, 188, 74, 0.16) 71%, transparent 71%),
		linear-gradient(30deg, transparent 75%, rgba(255, 255, 255, 0.06) 75%, rgba(255, 255, 255, 0.06) 76%, transparent 76%);
	background-size: 130px 130px, 190px 190px;
	content: "";
	inset: 0;
	opacity: 0.46;
	pointer-events: none;
	position: absolute;
}

.jeth_editorial_masthead__inner {
	align-items: center;
	display: grid;
	gap: clamp(36px, 6vw, 72px);
	grid-template-columns: minmax(0, 1fr) 220px;
	min-height: 365px;
	padding-bottom: 55px;
	padding-top: 55px;
	position: relative;
	z-index: 1;
}

.jeth_masthead_kicker {
	color: var(--jeth-gold);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.17em;
	margin: 0 0 17px;
	text-transform: uppercase;
}

.jeth_masthead_title {
	font-family: var(--jeth-sans) !important;
	font-size: clamp(2.6rem, 5.6vw, 5.7rem);
	font-weight: 900 !important;
	letter-spacing: -0.065em !important;
	line-height: 0.91;
	margin: 0;
	max-width: 900px;
	text-transform: uppercase;
}

.jeth_masthead_title a,
.jeth_masthead_title a:hover,
.jeth_masthead_title a:focus {
	color: #fff;
	text-decoration: none;
}

.jeth_masthead_title span {
	display: block;
}

.jeth_masthead_title__lead,
.jeth_masthead_title__tail {
	font-size: 0.43em;
	letter-spacing: 0.08em;
	line-height: 1.45;
}

.jeth_masthead_title__accent {
	color: var(--jeth-rose);
}

.jeth_masthead_facts {
	color: rgba(255, 255, 255, 0.72);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.76rem;
	font-weight: 650;
	gap: 10px 0;
	margin-top: 29px;
}

.jeth_masthead_facts span:not(:last-child):after {
	color: rgba(247, 188, 74, 0.64);
	content: "/";
	margin: 0 15px;
}

.jeth_issue_cover {
	aspect-ratio: 0.72;
	background: linear-gradient(155deg, #fff 0 20%, var(--jeth-rose) 20% 22%, #2b1c24 22% 72%, var(--jeth-plum) 72% 88%, var(--jeth-gold) 88%);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
	overflow: hidden;
	padding: 24px 21px;
	position: relative;
	transform: rotate(1.8deg);
}

.jeth_issue_cover:after {
	border: 1px solid rgba(247, 188, 74, 0.42);
	border-radius: 50%;
	box-shadow: 0 0 0 28px rgba(219, 178, 196, 0.08), 0 0 0 56px rgba(247, 188, 74, 0.06);
	content: "";
	height: 165px;
	position: absolute;
	right: -55px;
	top: 92px;
	width: 165px;
}

.jeth_issue_cover__meta {
	color: var(--jeth-plum-deep);
	display: block;
	font-size: 0.56rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.jeth_issue_cover__title {
	color: var(--jeth-rose);
	display: block;
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 0.9;
	margin-top: 80px;
	position: relative;
	z-index: 1;
}

.jeth_issue_cover__line {
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 850;
	letter-spacing: -0.03em;
	line-height: 1.05;
	margin-top: 8px;
	max-width: 150px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.jeth_issue_cover__publisher {
	bottom: 24px;
	color: #fff;
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
}

.jeth_inner_masthead {
	align-items: center;
	display: flex;
	min-height: 112px;
}

.jeth_inner_masthead__brand {
	align-items: center;
	display: flex;
	gap: 17px;
	text-decoration: none;
}

.jeth_inner_masthead__brand > span {
	background: var(--jeth-plum-deep);
	color: var(--jeth-rose);
	font-size: 1.15rem;
	font-weight: 900;
	letter-spacing: -0.04em;
	padding: 11px 10px;
}

.jeth_inner_masthead__brand strong {
	color: var(--jeth-plum-deep);
	font-family: var(--jeth-serif);
	font-size: clamp(1.15rem, 2vw, 1.65rem);
}

.jeth_site_nav {
	background: rgba(255, 253, 249, 0.98);
	border-bottom: 1px solid var(--jeth-line);
	box-shadow: 0 8px 26px rgba(52, 33, 43, 0.05);
}

.jeth_header .pkp_navigation_primary_row {
	background: transparent;
	border: 0;
	padding: 0;
}

.jeth_header .pkp_navigation_primary_wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.jeth_header .pkp_navigation_primary {
	display: flex;
	gap: clamp(12px, 2vw, 28px);
}

.jeth_header .pkp_navigation_primary > li > a,
.jeth_header .pkp_navigation_primary > li > button {
	border-bottom: 3px solid transparent;
	color: var(--jeth-ink);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.09em;
	padding-bottom: 18px;
	padding-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.jeth_header .pkp_navigation_primary > li > a:hover,
.jeth_header .pkp_navigation_primary > li > a:focus,
.jeth_header .pkp_navigation_primary > li > a[aria-current="page"] {
	border-bottom-color: var(--jeth-gold);
	color: var(--jeth-plum);
}

.jeth_header .pkp_navigation_primary ul {
	background: #fff;
	border: 1px solid var(--jeth-line);
	border-radius: 8px;
	box-shadow: var(--jeth-shadow);
	padding: 7px;
}

.jeth_header .pkp_navigation_primary ul a {
	border-radius: 5px;
	color: var(--jeth-ink);
	padding: 9px 12px;
}

.jeth_nav_actions {
	align-items: center;
	display: flex;
	gap: 11px;
	margin-left: 22px;
}

.jeth_search_link {
	border: 1px solid var(--jeth-line);
	border-radius: 999px;
	color: var(--jeth-muted) !important;
	font-size: 0.75rem;
	padding: 8px 13px;
	text-decoration: none;
}

.jeth_submit_link {
	background: var(--jeth-plum);
	border-radius: 7px;
	box-shadow: 0 10px 22px rgba(85, 51, 67, 0.2);
	color: #fff !important;
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.07em;
	padding: 11px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.jeth_submit_link:hover,
.jeth_submit_link:focus {
	background: var(--jeth-plum-deep);
}

/* Content frame */
.jeth_editorial_prestige .pkp_structure_page {
	background: var(--jeth-paper);
	box-shadow: none;
	margin: 0;
	max-width: none;
}

.jeth_editorial_prestige .pkp_structure_content {
	max-width: 1240px;
	padding: clamp(34px, 5vw, 64px) clamp(20px, 4vw, 54px) 92px;
}

.pkp_page_index.jeth_editorial_prestige .pkp_structure_content {
	max-width: 1240px;
}

.pkp_page_index.jeth_editorial_prestige .pkp_structure_main {
	padding: 0;
	width: 100%;
}

.pkp_page_index.jeth_editorial_prestige .pkp_structure_sidebar {
	display: none;
}

.jeth_editorial_prestige .pkp_structure_main:before,
.jeth_editorial_prestige .pkp_structure_main:after {
	display: none;
}

/* Homepage */
.jeth_feature_grid {
	align-items: start;
	display: grid;
	gap: clamp(24px, 3vw, 36px);
	grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.72fr);
}

.jeth_lead_article {
	background: #fff;
	border: 1px solid var(--jeth-line);
	border-radius: 17px;
	box-shadow: var(--jeth-shadow);
	min-height: 490px;
	overflow: hidden;
	padding: clamp(30px, 5vw, 56px);
	position: relative;
}

.jeth_lead_article:before {
	background: linear-gradient(var(--jeth-gold), var(--jeth-rose), var(--jeth-plum));
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 6px;
}

.jeth_lead_article__labels {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.jeth_label {
	background: #f7edf1;
	border: 1px solid var(--jeth-rose);
	border-radius: 4px;
	color: var(--jeth-plum);
	display: inline-flex;
	font-size: 0.66rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	padding: 6px 9px;
	text-transform: uppercase;
}

.jeth_issue_label {
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jeth_lead_article h2 {
	font-size: clamp(2.2rem, 4.6vw, 4.35rem);
	letter-spacing: -0.05em;
	line-height: 1.02;
	margin: 26px 0 14px;
	max-width: 830px;
}

.jeth_lead_article h2 a {
	color: var(--jeth-plum-deep);
	text-decoration: none;
}

.jeth_lead_article__authors {
	color: var(--jeth-plum);
	font-size: 0.9rem;
	font-weight: 700;
	margin: 0;
}

.jeth_lead_article__abstract {
	color: var(--jeth-muted);
	font-family: var(--jeth-serif);
	font-size: 1.02rem;
	margin: 22px 0 0;
	max-width: 820px;
}

.jeth_lead_article__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 32px;
}

.jeth_lead_article__pages {
	color: var(--jeth-muted);
	font-size: 0.76rem;
}

.jeth_button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 7px;
	display: inline-flex;
	font-size: 0.7rem;
	font-weight: 850;
	justify-content: center;
	letter-spacing: 0.07em;
	min-height: 43px;
	padding: 10px 17px;
	text-decoration: none;
	text-transform: uppercase;
}

.jeth_button--gold {
	background: var(--jeth-gold);
	color: var(--jeth-plum-deep) !important;
}

.jeth_button--plum {
	background: var(--jeth-plum);
	color: #fff !important;
}

.jeth_home_rail {
	display: grid;
	gap: 22px;
}

.jeth_rail_panel {
	background: #fff;
	border: 1px solid var(--jeth-line);
	border-radius: 15px;
	padding: 26px;
}

.jeth_rail_panel--call {
	background: linear-gradient(145deg, #fff, #f7edf1);
	border-color: rgba(219, 178, 196, 0.82);
	box-shadow: 0 16px 34px rgba(85, 51, 67, 0.08);
}

.jeth_rail_label {
	color: var(--jeth-plum);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.13em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.jeth_rail_panel h2 {
	font-size: 1.42rem;
	line-height: 1.15;
	margin: 0;
}

.jeth_rail_panel > p:not(.jeth_rail_label) {
	color: var(--jeth-muted);
	font-size: 0.88rem;
	margin: 12px 0 19px;
}

.jeth_metrics {
	background: var(--jeth-line);
	display: grid;
	gap: 1px;
	grid-template-columns: 1fr 1fr;
}

.jeth_metrics div {
	background: #fff;
	padding: 18px 15px;
}

.jeth_metrics strong {
	color: var(--jeth-plum);
	display: block;
	font-size: 1.35rem;
	line-height: 1;
}

.jeth_metrics span {
	color: var(--jeth-muted);
	display: block;
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-top: 7px;
	text-transform: uppercase;
}

.jeth_toc_section,
.jeth_about_policies,
.jeth_indexing,
.jeth_announcements,
.jeth_highlights,
.jeth_additional_content {
	margin-top: clamp(58px, 7vw, 86px);
}

.jeth_section_heading--ruled {
	align-items: end;
	border-bottom: 2px solid var(--jeth-plum-deep);
	display: flex;
	gap: 28px;
	justify-content: space-between;
	padding-bottom: 20px;
}

.jeth_eyebrow {
	color: var(--jeth-plum);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.jeth_section_heading h2,
.jeth_indexing h2 {
	font-size: clamp(2rem, 3.5vw, 3.25rem);
	letter-spacing: -0.045em;
	line-height: 1;
	margin: 0;
}

.jeth_issue_meta {
	color: var(--jeth-muted);
	display: grid;
	font-size: 0.76rem;
	gap: 2px;
	text-align: right;
}

.jeth_issue_meta strong {
	color: var(--jeth-plum-deep);
}

.jeth_toc__section_title {
	color: var(--jeth-plum) !important;
	font-family: var(--jeth-sans) !important;
	font-size: 0.7rem !important;
	font-weight: 850 !important;
	letter-spacing: 0.1em !important;
	margin: 28px 0 0 !important;
	text-transform: uppercase;
}

.jeth_article_list,
.jeth_article_list > li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jeth_article_row {
	align-items: start;
	border: 0;
	border-bottom: 1px solid var(--jeth-line);
	display: grid;
	gap: 24px;
	grid-template-columns: 135px minmax(0, 1fr) auto;
	margin: 0;
	padding: 29px 0;
}

.jeth_article_row--has-cover {
	grid-template-columns: 135px 72px minmax(0, 1fr) auto;
}

.jeth_article_row__meta {
	color: var(--jeth-plum);
	font-size: 0.64rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jeth_article_row__meta small {
	color: var(--jeth-muted);
	display: block;
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 5px;
	text-transform: none;
}

.jeth_article_row__cover img {
	border-radius: 6px;
	box-shadow: 0 8px 20px rgba(52, 33, 43, 0.13);
	width: 66px;
}

.jeth_article_row__content {
	min-width: 0;
}

.jeth_article_row__content .title {
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	line-height: 1.22;
	margin: 0;
}

.jeth_article_row__content .title a {
	color: var(--jeth-plum-deep);
	text-decoration: none;
}

.jeth_article_row__content .title a:hover,
.jeth_article_row__content .title a:focus {
	color: var(--jeth-plum);
	text-decoration: underline;
	text-decoration-color: var(--jeth-gold);
}

.jeth_article_row__content .subtitle {
	display: block;
}

.jeth_article_row__content .authors {
	color: var(--jeth-plum);
	font-size: 0.82rem;
	margin: 9px 0 0;
}

.jeth_article_row__files {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}

.jeth_article_row__files li {
	list-style: none;
}

.jeth_article_row__files .obj_galley_link,
.jeth_article_row__files a {
	background: transparent;
	border: 1px solid rgba(85, 51, 67, 0.3);
	border-radius: 999px;
	color: var(--jeth-plum);
	font-size: 0.64rem;
	font-weight: 850;
	letter-spacing: 0.06em;
	padding: 7px 11px;
	text-transform: uppercase;
}

.jeth_article_row__files a:hover,
.jeth_article_row__files a:focus {
	background: var(--jeth-plum);
	color: #fff;
}

.jeth_all_issues {
	border-bottom: 2px solid var(--jeth-gold);
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin-top: 26px;
	padding-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.jeth_about_policies {
	display: grid;
	gap: clamp(24px, 3vw, 36px);
	grid-template-columns: 1.08fr 0.92fr;
}

.jeth_about_panel,
.jeth_policy_panel {
	border-radius: 17px;
	padding: clamp(28px, 4vw, 46px);
}

.jeth_about_panel {
	background: var(--jeth-plum-deep);
	color: rgba(255, 255, 255, 0.8);
}

.jeth_about_panel .jeth_eyebrow {
	color: var(--jeth-gold);
}

.jeth_about_panel h2,
.jeth_policy_panel h2 {
	font-size: clamp(1.8rem, 3vw, 2.45rem);
	line-height: 1.07;
	margin: 0 0 20px;
}

.jeth_about_panel h2 {
	color: #fff;
}

.jeth_about_panel__text {
	font-family: var(--jeth-serif);
	font-size: 1rem;
}

.jeth_about_panel__text > :first-child {
	margin-top: 0;
}

.jeth_about_panel__text > :last-child {
	margin-bottom: 0;
}

.jeth_policy_panel {
	background: #fff2cf;
	border: 1px solid rgba(247, 188, 74, 0.6);
}

.jeth_policy_panel ul {
	display: grid;
	gap: 0 24px;
	grid-template-columns: 1fr 1fr;
	margin: 0;
	padding: 0;
}

.jeth_policy_panel li {
	list-style: none;
}

.jeth_policy_panel a {
	border-bottom: 1px solid rgba(85, 51, 67, 0.16);
	color: var(--jeth-plum);
	display: block;
	font-size: 0.82rem;
	font-weight: 750;
	padding: 10px 0;
	text-decoration: none;
}

.jeth_policy_panel a:after {
	content: " \2192";
}

.jeth_indexing {
	background: #fff;
	border-bottom: 1px solid var(--jeth-line);
	border-top: 1px solid var(--jeth-line);
	padding: 34px 0;
}

.jeth_indexing h2 {
	font-size: 1.8rem;
}

.jeth_indexing ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0 0;
	padding: 0;
}

.jeth_indexing li {
	list-style: none;
}

.jeth_indexing a {
	border: 1px solid var(--jeth-line);
	border-radius: 999px;
	display: block;
	font-size: 0.76rem;
	font-weight: 750;
	padding: 8px 14px;
	text-decoration: none;
}

.jeth_announcements .cmp_announcements {
	background: var(--jeth-wash);
	border: 1px solid var(--jeth-line);
	border-radius: 17px;
	padding: clamp(26px, 4vw, 46px);
}

/* Other OJS pages retain the editorial system */
.jeth_editorial_prestige .pkp_structure_sidebar {
	border-left: 0;
	padding-left: clamp(24px, 3vw, 42px);
}

.jeth_editorial_prestige .pkp_block {
	background: #fff;
	border: 1px solid var(--jeth-line);
	border-radius: 13px;
	box-shadow: 0 12px 34px rgba(58, 29, 46, 0.055);
	margin-bottom: 22px;
	padding: 22px;
}

.jeth_editorial_prestige .pkp_block .title {
	border-bottom: 2px solid var(--jeth-gold);
	color: var(--jeth-plum-deep);
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	padding-bottom: 7px;
	text-transform: uppercase;
}

.jeth_editorial_prestige .obj_article_details .abstract {
	background: var(--jeth-wash);
	border-left: 5px solid var(--jeth-gold);
	border-radius: 0 12px 12px 0;
	padding: clamp(22px, 4vw, 38px);
}

.jeth_editorial_prestige .page_issue_archive .issues_archive > li {
	border: 1px solid var(--jeth-line);
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(58, 29, 46, 0.06);
	margin-bottom: 24px;
	padding: clamp(22px, 3vw, 36px);
}

.jeth_editorial_prestige input[type="text"],
.jeth_editorial_prestige input[type="email"],
.jeth_editorial_prestige input[type="password"],
.jeth_editorial_prestige input[type="search"],
.jeth_editorial_prestige select,
.jeth_editorial_prestige textarea {
	background: #fff;
	border: 1px solid #ddcdd4;
	border-radius: 7px;
	color: var(--jeth-ink);
	min-height: 44px;
	padding: 9px 12px;
}

.jeth_editorial_prestige .pkp_structure_footer_wrapper {
	background: #171216;
	border-top: 6px solid var(--jeth-gold);
}

.jeth_editorial_prestige .pkp_footer_content,
.jeth_editorial_prestige .pkp_footer_content p,
.jeth_editorial_prestige .pkp_footer_content li {
	color: rgba(255, 255, 255, 0.76);
}

.jeth_editorial_prestige .pkp_footer_content a {
	color: var(--jeth-gold);
}

@media (max-width: 991px) {
	.jeth_utility__meta {
		padding-right: 0;
	}

	.jeth_header .pkp_navigation_user_wrapper {
		position: static;
	}

	.jeth_editorial_masthead__inner {
		grid-template-columns: minmax(0, 1fr) 170px;
		min-height: 320px;
	}

	.jeth_header .pkp_site_nav_toggle {
		background: var(--jeth-plum-deep);
		color: #fff;
		display: block;
		position: absolute;
		right: 20px;
		top: 50px;
		z-index: 5;
	}

	.jeth_header .pkp_site_nav_menu {
		background: var(--jeth-paper);
	}

	.jeth_header .pkp_navigation_primary_wrapper,
	.jeth_header .pkp_navigation_primary,
	.jeth_nav_actions {
		align-items: stretch;
		flex-direction: column;
	}

	.jeth_header .pkp_navigation_primary {
		gap: 0;
	}

	.jeth_nav_actions {
		margin: 12px 0 18px;
	}

	.jeth_search_link,
	.jeth_submit_link {
		text-align: center;
	}

	.jeth_feature_grid {
		grid-template-columns: 1fr;
	}

	.jeth_home_rail {
		grid-template-columns: 1fr 1fr;
	}

	.jeth_article_row {
		grid-template-columns: 120px minmax(0, 1fr);
	}

	.jeth_article_row--has-cover {
		grid-template-columns: 120px 72px minmax(0, 1fr);
	}

	.jeth_article_row__files {
		grid-column: 2;
		justify-content: flex-start;
	}

	.jeth_article_row--has-cover .jeth_article_row__files {
		grid-column: 3;
	}

	.jeth_about_policies {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.jeth_utility__uum,
	.jeth_utility__meta > span:not(.jeth_open_access) {
		display: none;
	}

	.jeth_utility__inner {
		justify-content: flex-end;
	}

	.jeth_editorial_masthead__inner {
		grid-template-columns: 1fr;
		min-height: 0;
		padding-bottom: 42px;
		padding-top: 42px;
	}

	.jeth_masthead_title {
		font-size: clamp(2.25rem, 12.6vw, 4.2rem);
	}

	.jeth_masthead_facts {
		display: grid;
		gap: 6px;
	}

	.jeth_masthead_facts span:after {
		display: none;
	}

	.jeth_issue_cover {
		display: none;
	}

	.jeth_inner_masthead {
		min-height: 92px;
		padding-right: 70px;
	}

	.jeth_inner_masthead__brand strong {
		font-size: 1rem;
		line-height: 1.25;
	}

	.jeth_lead_article {
		min-height: 0;
		padding: 30px 24px;
	}

	.jeth_lead_article h2 {
		font-size: 2.25rem;
	}

	.jeth_home_rail {
		grid-template-columns: 1fr;
	}

	.jeth_section_heading--ruled {
		align-items: start;
		flex-direction: column;
	}

	.jeth_issue_meta {
		text-align: left;
	}

	.jeth_article_row,
	.jeth_article_row--has-cover {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 24px 0;
	}

	.jeth_article_row__cover img {
		width: 76px;
	}

	.jeth_article_row__files,
	.jeth_article_row--has-cover .jeth_article_row__files {
		grid-column: 1;
		margin-top: 7px;
	}

	.jeth_policy_panel ul {
		grid-template-columns: 1fr;
	}

	.jeth_editorial_prestige .pkp_structure_sidebar {
		padding-left: 0;
		padding-top: 34px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jeth_editorial_prestige *,
	.jeth_editorial_prestige *:before,
	.jeth_editorial_prestige *:after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.jeth_utility,
	.jeth_editorial_masthead,
	.jeth_site_nav,
	.jeth_home_rail,
	.jeth_editorial_prestige .pkp_structure_sidebar,
	.jeth_editorial_prestige .pkp_structure_footer_wrapper {
		display: none !important;
	}

	.jeth_editorial_prestige .pkp_structure_content,
	.jeth_editorial_prestige .pkp_structure_main {
		max-width: none;
		padding: 0;
		width: 100%;
	}

	.jeth_lead_article,
	.jeth_editorial_prestige .pkp_block {
		box-shadow: none;
	}
}
