:root {
	--ano-accent-soft: #eaf3f0;
	--ano-accent-pale: #f4f9f7;
	--ano-border: #dce8e4;
	--ano-muted: #61747b;
	--ano-page-width: 1180px;
	--ano-serif: Georgia, "Times New Roman", serif;
	--ano-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

body.ano_theme {
	margin: 0;
	background: #fff;
	color: var(--ano-ink);
	font-family: var(--ano-sans);
	font-size: 16px;
	line-height: 1.55;
}

.ano_theme a {
	color: var(--ano-accent);
	transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.ano_theme a:hover,
.ano_theme a:focus {
	color: var(--ano-accent-dark);
}

.ano_theme a:focus-visible,
.ano_theme button:focus-visible {
	outline: 3px solid rgba(13, 89, 75, .3);
	outline-offset: 3px;
}

.ano_theme h1,
.ano_theme h2,
.ano_theme h3,
.ano_theme h4 {
	color: var(--ano-ink);
	font-family: var(--ano-serif);
	font-weight: 700;
	line-height: 1.16;
}

.ano_container {
	width: min(var(--ano-page-width), calc(100% - 64px));
	margin-right: auto;
	margin-left: auto;
}

.ano_screen_reader,
.ano_screen_reader:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pkp_structure_page {
	max-width: none;
	margin: 0;
	padding: 0;
	background: #fff;
	box-shadow: none;
}

.pkp_structure_content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 48px;
	width: min(var(--ano-page-width), calc(100% - 64px));
	margin: 0 auto;
	padding: 44px 0 72px;
}

.pkp_structure_content:not(.has_sidebar) {
	display: block;
}

.pkp_structure_main {
	float: none;
	width: auto;
	padding: 0;
}

.pkp_structure_sidebar {
	float: none;
	width: auto;
	padding: 0;
}

.pkp_page_index.pkp_op_index .pkp_structure_content {
	display: block;
	width: 100%;
	padding: 0;
}

.pkp_page_index.pkp_op_index .pkp_structure_main {
	width: 100%;
}

/* Publisher header */
.ano_publisher_header {
	position: relative;
	z-index: 30;
	width: 100%;
	background: rgba(255, 255, 255, .97);
	border: 0;
	box-shadow: 0 8px 28px rgba(20, 43, 53, .05);
}

.ano_publisher_header_inner {
	display: flex;
	align-items: center;
	min-height: 76px;
}

.ano_publisher_logo {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	width: 288px;
}

.ano_publisher_logo img {
	display: block;
	width: 100%;
	height: auto;
}

.ano_publisher_nav {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
}

.ano_navigation_publisher,
.ano_navigation_publisher ul,
.ano_user_menu ul {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ano_navigation_publisher a,
.ano_user_menu a {
	color: var(--ano-ink);
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
}

.ano_navigation_publisher a:hover,
.ano_user_menu a:hover {
	color: var(--ano-accent);
}

.ano_header_tools {
	display: flex;
	align-items: center;
	gap: 16px;
}

.ano_search_link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: var(--ano-ink);
	font-size: 17px;
	text-decoration: none;
}

.ano_locale_links {
	display: flex;
	align-items: center;
	gap: 9px;
	padding-left: 14px;
	border-left: 1px solid var(--ano-border);
}

.ano_locale_links a {
	color: var(--ano-muted);
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

.ano_locale_links a.is_active {
	color: var(--ano-accent);
}

.ano_user_menu .pkp_navigation_user {
	gap: 10px;
}

.ano_user_menu .pkp_navigation_user > li > a {
	font-size: 12px;
}

.ano_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 46px;
	padding: 11px 24px;
	border: 1px solid var(--ano-accent);
	border-radius: 3px;
	font-family: var(--ano-sans);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.ano_button_primary,
.ano_theme a.ano_button_primary {
	color: #fff;
	background: var(--ano-accent);
	box-shadow: 0 8px 18px rgba(13, 89, 75, .14);
}

.ano_button_primary:hover,
.ano_theme a.ano_button_primary:hover {
	color: #fff;
	background: var(--ano-accent-dark);
	border-color: var(--ano-accent-dark);
	transform: translateY(-1px);
}

.ano_button_secondary,
.ano_theme a.ano_button_secondary {
	color: var(--ano-accent);
	background: rgba(255, 255, 255, .72);
}

.ano_button_secondary:hover,
.ano_theme a.ano_button_secondary:hover {
	color: var(--ano-accent-dark);
	background: #fff;
	border-color: var(--ano-accent-dark);
}

.ano_submit_header {
	min-height: 44px;
	padding-right: 22px;
	padding-left: 22px;
	white-space: nowrap;
}

.ano_nav_toggle {
	display: none;
	align-items: center;
	gap: 9px;
	padding: 8px 10px;
	color: var(--ano-ink);
	background: transparent;
	border: 0;
	font-size: 15px;
}

/* Journal navigation */
.ano_journal_nav {
	position: relative;
	z-index: 20;
	background: #fff;
	border-top: 1px solid #eef3f1;
	border-bottom: 1px solid var(--ano-border);
}

.ano_journal_nav_inner {
	display: flex;
	align-items: center;
	min-height: 64px;
}

.ano_journal_wordmark {
	max-width: 330px;
	margin-right: 38px;
	color: var(--ano-ink);
	font-family: var(--ano-serif);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.15;
	text-decoration: none;
}

.ano_journal_menu {
	display: flex;
	align-items: stretch;
	min-width: 0;
	min-height: 64px;
}

.ano_home_link,
.ano_journal_menu .pkp_navigation_primary > li > a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 64px;
	padding: 0 20px;
	color: var(--ano-ink);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .015em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.ano_home_link {
	padding-left: 0;
}

.ano_home_link::after,
.ano_journal_menu .pkp_navigation_primary > li > a::after {
	position: absolute;
	right: 20px;
	bottom: -1px;
	left: 20px;
	height: 3px;
	content: "";
	background: transparent;
}

.ano_home_link::after {
	left: 0;
}

.ano_home_link.is_active::after,
.ano_home_link:hover::after,
.ano_journal_menu .pkp_navigation_primary > li > a:hover::after {
	background: var(--ano-accent);
}

.ano_journal_menu .pkp_navigation_primary,
.ano_journal_menu .pkp_navigation_primary ul {
	display: flex;
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ano_journal_menu .pkp_navigation_primary > li {
	position: relative;
}

.ano_journal_menu .pkp_navigation_primary > li > ul {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	display: none;
	min-width: 240px;
	padding: 10px 0;
	background: #fff;
	border: 1px solid var(--ano-border);
	box-shadow: 0 16px 30px rgba(20, 43, 53, .1);
}

.ano_journal_menu .pkp_navigation_primary > li:hover > ul,
.ano_journal_menu .pkp_navigation_primary > li:focus-within > ul {
	display: block;
}

.ano_journal_menu .pkp_navigation_primary > li > ul a {
	display: block;
	padding: 8px 18px;
	color: var(--ano-ink);
	font-size: 14px;
	text-decoration: none;
}

/* Homepage hero */
.ano_hero {
	position: relative;
	min-height: 438px;
	overflow: hidden;
	background: #f7fbfa;
}

.ano_hero::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	pointer-events: none;
	background: linear-gradient(90deg, #fff 0%, #fff 38%, rgba(255,255,255,.88) 47%, rgba(255,255,255,.2) 67%, rgba(255,255,255,.02) 100%);
}

.ano_hero_visual {
	position: absolute;
	inset: 0 0 0 34%;
}

.ano_hero_visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ano_hero_inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: 438px;
}

.ano_hero_copy {
	width: 52%;
	padding: 38px 42px 38px 0;
}

.ano_hero_copy h1 {
	max-width: 650px;
	margin: 0 0 8px;
	font-size: clamp(44px, 4.1vw, 64px);
	letter-spacing: -.025em;
}

.ano_hero_kicker {
	margin-bottom: 20px;
	color: var(--ano-accent);
	font-family: var(--ano-serif);
	font-size: 17px;
	letter-spacing: .18em;
}

.ano_hero_lead {
	max-width: 620px;
	margin: 0 0 22px;
	font-family: var(--ano-serif);
	font-size: 18px;
	line-height: 1.5;
}

.ano_hero_meta {
	display: grid;
	grid-template-columns: max-content minmax(190px, 1fr);
	gap: 6px 30px;
	max-width: 610px;
	margin-bottom: 24px;
	font-size: 14px;
}

.ano_hero_meta > div {
	display: flex;
	gap: 7px;
	min-width: 0;
}

.ano_hero_meta strong {
	font-weight: 500;
}

.ano_hero_actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.ano_hero_tagline {
	position: absolute;
	right: 0;
	bottom: 52px;
	width: 195px;
	color: #0d4c44;
	font-family: var(--ano-serif);
	font-size: 21px;
	line-height: 1.28;
	text-transform: uppercase;
	text-shadow: 0 1px 12px rgba(255,255,255,.95);
}

.ano_hero_tagline span {
	display: block;
	width: 28px;
	height: 2px;
	margin-bottom: 15px;
	background: var(--ano-accent);
}

/* Article types */
.ano_article_types {
	background: linear-gradient(90deg, #f7faf9, #eef6f4 48%, #f7faf9);
	border-bottom: 1px solid #edf3f1;
}

.ano_article_types_grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.ano_article_type {
	display: flex;
	min-height: 132px;
	padding: 23px 18px 19px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	text-align: center;
	font-family: var(--ano-serif);
	font-size: 15px;
	line-height: 1.25;
	border-left: 1px solid #dce8e4;
}

.ano_article_type:last-child {
	border-right: 1px solid #dce8e4;
}

.ano_article_type .fa {
	color: var(--ano-accent);
	font-size: 32px;
}

/* About */
.ano_home_main {
	padding-top: 34px;
	padding-bottom: 30px;
}

.ano_about_section {
	display: grid;
	grid-template-columns: minmax(0, 1.38fr) minmax(330px, .92fr);
	gap: 46px;
	padding-bottom: 28px;
}

.ano_about_copy {
	padding-top: 8px;
}

.ano_about_copy h2,
.ano_section_heading h2 {
	margin: 0 0 18px;
	font-size: 31px;
}

.ano_about_text {
	max-width: 710px;
	margin-bottom: 24px;
	font-family: var(--ano-serif);
	font-size: 17px;
	line-height: 1.62;
}

.ano_about_text p:first-child {
	margin-top: 0;
}

.ano_topics_card {
	position: relative;
	min-height: 310px;
	overflow: hidden;
	background: var(--ano-accent-pale);
}

.ano_topics_card::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(255,255,255,.12), rgba(255,255,255,.86) 48%, rgba(255,255,255,.96));
}

.ano_topics_card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ano_topics_content {
	position: relative;
	z-index: 1;
	width: 56%;
	margin-left: auto;
	padding: 24px 24px 20px 6px;
}

.ano_topics_content h3 {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: 400;
}

.ano_topics_content h3::after {
	display: block;
	width: 26px;
	height: 2px;
	margin-top: 13px;
	content: "";
	background: var(--ano-accent);
}

.ano_topics_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ano_topics_content li {
	position: relative;
	margin: 7px 0;
	padding-left: 18px;
	font-family: var(--ano-serif);
	font-size: 14px;
}

.ano_topics_content li::before {
	position: absolute;
	left: 0;
	content: "›";
	color: var(--ano-accent);
	font-family: var(--ano-sans);
	font-weight: 700;
}

/* Current issue and news */
.ano_issue_news_grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, .95fr);
	gap: 46px;
}

.ano_current_issue,
.ano_news {
	padding-top: 22px;
	border-top: 1px solid var(--ano-border);
}

.ano_news {
	padding-left: 28px;
	border-left: 1px solid var(--ano-border);
}

.ano_section_heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 16px;
}

.ano_section_heading h2 {
	margin-bottom: 0;
}

.ano_section_heading > a {
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.ano_issue_card {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 32px;
	align-items: start;
}

.ano_issue_cover {
	display: block;
	background: #fff;
	box-shadow: 0 7px 17px rgba(20, 43, 53, .15);
}

.ano_issue_cover img {
	display: block;
	width: 100%;
	height: auto;
}

.ano_issue_details {
	padding-top: 16px;
}

.ano_issue_details h3 {
	margin: 0 0 5px;
	font-size: 24px;
}

.ano_issue_date {
	margin: 0 0 28px;
	font-family: var(--ano-serif);
	font-size: 15px;
}

.ano_issue_description {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 25px;
	font-family: var(--ano-serif);
	font-size: 16px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.ano_issue_description p {
	margin: 0;
}

.ano_issue_empty .ano_issue_details p {
	font-family: var(--ano-serif);
}

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

.ano_news_item time {
	color: #4c9183;
	font-family: var(--ano-serif);
	font-size: 14px;
}

.ano_news_item h3 {
	margin: 6px 0 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.ano_news_item h3 a {
	color: var(--ano-ink);
	text-decoration: none;
}

.ano_news_item h3 a:hover {
	color: var(--ano-accent);
}

.ano_news_empty {
	color: var(--ano-muted);
	font-family: var(--ano-serif);
	font-size: 16px;
}

.ano_additional_content {
	padding-top: 25px;
	padding-bottom: 40px;
	border-top: 1px solid var(--ano-border);
}

/* Quick links */
.ano_quick_links {
	margin-top: 22px;
	background: linear-gradient(90deg, #f7faf9, #eaf3f0 48%, #f7faf9);
	border-top: 1px solid #edf3f1;
	border-bottom: 1px solid #edf3f1;
}

.ano_quick_links_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.ano_quick_links_grid > a {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-height: 92px;
	padding: 18px 22px;
	color: var(--ano-ink);
	border-left: 1px solid #dce8e4;
	font-family: var(--ano-serif);
	font-size: 15px;
	text-decoration: none;
}

.ano_quick_links_grid > a:last-child {
	border-right: 1px solid #dce8e4;
}

.ano_quick_links_grid > a:hover {
	color: var(--ano-accent);
	background: rgba(255,255,255,.5);
}

.ano_quick_links_grid .fa {
	color: var(--ano-accent);
	font-size: 32px;
}

.ano_quick_links_grid b {
	color: var(--ano-accent);
	font-family: var(--ano-sans);
	font-weight: 500;
}

/* Footer */
.ano_footer {
	padding: 36px 0 28px;
	background: #fff;
}

.ano_footer_grid {
	display: grid;
	grid-template-columns: 300px minmax(360px, 1fr) 260px;
	gap: 38px;
	align-items: start;
}

.ano_footer_brand img {
	display: block;
	width: 270px;
	height: auto;
}

.ano_footer_brand p {
	margin: 66px 0 0;
	color: #7b8a90;
	font-size: 12px;
	line-height: 1.45;
}

.ano_footer_details {
	padding-top: 6px;
	font-family: var(--ano-serif);
	font-size: 14px;
	line-height: 1.48;
}

.ano_footer_details p {
	margin: 0 0 5px;
}

.ano_footer_contacts {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 12px;
	margin-top: 12px !important;
}

.ano_footer_contacts a {
	color: var(--ano-ink);
	text-decoration: none;
}

.ano_footer_links {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding-top: 6px;
}

.ano_footer_links > a {
	margin-bottom: 4px;
	font-family: var(--ano-serif);
	font-size: 14px;
	text-decoration: none;
}

.ano_social_links {
	display: flex;
	gap: 10px;
	margin-top: 16px;
}

.ano_social_links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: var(--ano-accent);
	background: #dfecea;
	border-radius: 50%;
	font-family: var(--ano-sans);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.ano_ojs_link {
	margin-top: 55px;
	color: #8a979c !important;
	font-family: var(--ano-sans) !important;
	font-size: 12px !important;
}

/* Inner OJS pages */
.ano_theme:not(.pkp_page_index) .pkp_structure_main > .page,
.ano_theme:not(.pkp_page_index) .pkp_structure_main > .page_issue,
.ano_theme:not(.pkp_page_index) .pkp_structure_main > .page_article {
	max-width: 820px;
}

.ano_theme .pkp_structure_main h1 {
	font-size: 38px;
}

.ano_theme .cmp_breadcrumbs {
	margin-bottom: 24px;
	color: var(--ano-muted);
	font-size: 13px;
}

.ano_theme .obj_galley_link {
	color: #fff;
	background: var(--ano-accent);
	border-color: var(--ano-accent);
}

.ano_theme .obj_galley_link:hover {
	color: #fff;
	background: var(--ano-accent-dark);
	border-color: var(--ano-accent-dark);
}

@media (max-width: 1180px) {
	.ano_publisher_logo {
		width: 238px;
	}

	.ano_publisher_nav,
	.ano_navigation_publisher,
	.ano_navigation_publisher ul {
		gap: 15px;
	}

	.ano_navigation_publisher a,
	.ano_user_menu a {
		font-size: 12px;
	}

	.ano_submit_header {
		padding-right: 14px;
		padding-left: 14px;
	}

	.ano_home_link,
	.ano_journal_menu .pkp_navigation_primary > li > a {
		padding-right: 13px;
		padding-left: 13px;
		font-size: 12px;
	}

	.ano_hero_copy {
		width: 58%;
	}

	.ano_hero_tagline {
		display: none;
	}
}

@media (max-width: 980px) {
	.ano_container,
	.pkp_structure_content {
		width: min(100% - 40px, var(--ano-page-width));
	}

	.ano_publisher_header_inner {
		min-height: 68px;
	}

	.ano_publisher_nav_toggle,
	.ano_journal_nav_toggle {
		display: inline-flex;
	}

	.ano_publisher_nav_toggle {
		margin-left: auto;
	}

	.ano_publisher_nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		align-items: stretch;
		padding: 20px;
		background: #fff;
		border-top: 1px solid var(--ano-border);
		box-shadow: 0 16px 26px rgba(20,43,53,.12);
		flex-direction: column;
	}

	.ano_publisher_nav.is_open {
		display: flex;
	}

	.ano_navigation_publisher,
	.ano_navigation_publisher ul {
		align-items: stretch;
		flex-direction: column;
	}

	.ano_header_tools {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-top: 16px;
		border-top: 1px solid var(--ano-border);
	}

	.ano_journal_nav_inner {
		min-height: 58px;
		justify-content: space-between;
	}

	.ano_journal_nav_toggle {
		margin-left: auto;
	}

	.ano_journal_menu {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		min-height: 0;
		padding: 14px 20px 22px;
		background: #fff;
		border-top: 1px solid var(--ano-border);
		box-shadow: 0 16px 26px rgba(20,43,53,.12);
		flex-direction: column;
	}

	.ano_journal_menu.is_open {
		display: flex;
	}

	.ano_journal_menu .pkp_navigation_primary,
	.ano_journal_menu .pkp_navigation_primary ul {
		align-items: stretch;
		flex-direction: column;
	}

	.ano_home_link,
	.ano_journal_menu .pkp_navigation_primary > li > a {
		min-height: 42px;
		padding: 8px 0;
	}

	.ano_home_link::after,
	.ano_journal_menu .pkp_navigation_primary > li > a::after {
		display: none;
	}

	.ano_journal_menu .pkp_navigation_primary > li > ul {
		position: static;
		display: block;
		padding: 0 0 8px 18px;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.ano_hero,
	.ano_hero_inner {
		min-height: 520px;
	}

	.ano_hero_copy {
		width: 68%;
	}

	.ano_hero::after {
		background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.96) 48%, rgba(255,255,255,.46) 80%, rgba(255,255,255,.18));
	}

	.ano_article_types_grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.ano_article_type:nth-child(4) {
		border-left: 1px solid #dce8e4;
	}

	.ano_about_section,
	.ano_issue_news_grid {
		grid-template-columns: 1fr;
	}

	.ano_news {
		padding-left: 0;
		border-left: 0;
	}

	.ano_quick_links_grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ano_footer_grid {
		grid-template-columns: 1fr 1.5fr;
	}

	.ano_footer_links {
		grid-column: 1 / -1;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 8px 24px;
	}

	.ano_social_links,
	.ano_ojs_link {
		margin-top: 0;
	}

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

@media (max-width: 680px) {
	.ano_container,
	.pkp_structure_content {
		width: min(100% - 28px, var(--ano-page-width));
	}

	.ano_publisher_logo {
		width: 220px;
	}

	.ano_user_menu {
		width: 100%;
	}

	.ano_user_menu .pkp_navigation_user {
		align-items: flex-start;
		flex-direction: column;
	}

	.ano_submit_header {
		width: 100%;
	}

	.ano_journal_wordmark {
		max-width: 230px;
		font-size: 17px;
	}

	.ano_hero,
	.ano_hero_inner {
		min-height: 680px;
	}

	.ano_hero_visual {
		inset: 320px 0 0;
	}

	.ano_hero_visual img {
		object-position: 68% center;
	}

	.ano_hero::after {
		background: linear-gradient(180deg, #fff 0%, #fff 43%, rgba(255,255,255,.75) 58%, rgba(255,255,255,.06) 100%);
	}

	.ano_hero_inner {
		align-items: flex-start;
	}

	.ano_hero_copy {
		width: 100%;
		padding: 28px 0 280px;
	}

	.ano_hero_copy h1 {
		font-size: clamp(37px, 11vw, 50px);
	}

	.ano_hero_kicker {
		font-size: 14px;
	}

	.ano_hero_lead {
		font-size: 16px;
	}

	.ano_hero_meta {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.ano_hero_actions {
		gap: 10px;
	}

	.ano_hero_actions .ano_button {
		width: 100%;
	}

	.ano_article_types_grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ano_article_type {
		min-height: 116px;
		padding: 18px 10px;
	}

	.ano_about_section,
	.ano_issue_news_grid {
		gap: 30px;
	}

	.ano_topics_card {
		min-height: 350px;
	}

	.ano_topics_content {
		width: 68%;
	}

	.ano_issue_card {
		grid-template-columns: 128px minmax(0, 1fr);
		gap: 20px;
	}

	.ano_issue_details {
		padding-top: 0;
	}

	.ano_issue_details h3 {
		font-size: 20px;
	}

	.ano_issue_description {
		-webkit-line-clamp: 4;
	}

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

	.ano_quick_links_grid > a {
		min-height: 78px;
		border-right: 1px solid #dce8e4;
		border-bottom: 1px solid #dce8e4;
	}

	.ano_footer_grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ano_footer_brand p {
		margin-top: 24px;
	}

	.ano_footer_links {
		grid-column: auto;
		flex-direction: column;
	}

	.ano_social_links,
	.ano_ojs_link {
		margin-top: 12px;
	}

	.ano_theme .pkp_structure_main h1 {
		font-size: 32px;
	}
}

