/*
Theme Name: Ebu Press
Theme URI: https://www.ebupress.com/
Author: Ebu Press Ltd
Author URI: https://www.ebupress.com/
Description: Block theme for the Ebu Press Ltd publisher website. Presentation layer only. Journal application logic belongs in the Ebu Press Journals plugin.
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 7.4
Version: 0.24.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ebupress
Tags: full-site-editing, block-themes, one-column, custom-colors, custom-logo, custom-menu, featured-images, translation-ready
*/

/*
 * Visual design is defined in theme.json, with presentation overrides below.
 * Journal application logic belongs in the ebupress-journals plugin.
 */

:root {
	--ebupress-primary: var(--wp--preset--color--accent, #0f4c3a);
	--ebupress-primary-dark: #0a3328;
	--ebupress-accent: var(--wp--preset--color--brand, #9b2335);
	--ebupress-text: var(--wp--preset--color--contrast, #1c1917);
	--ebupress-muted: var(--wp--preset--color--muted, #57534e);
	--ebupress-border: var(--wp--preset--color--border, #e4e2dc);
	--ebupress-border-strong: #d3d0c8;
	--ebupress-surface: var(--wp--preset--color--surface, #f6f5f1);
	--ebupress-surface-strong: #eceae3;
	--ebupress-background: var(--wp--preset--color--base, #ffffff);
	--ebupress-radius: 2px;
	--ebupress-shadow: 0 1px 2px rgba(28, 25, 23, 0.05);
	--ebupress-shadow-hover: 0 8px 22px rgba(15, 76, 58, 0.07);
	--ebupress-header-height: 4.15rem;
	--ebupress-section-y: clamp(3.5rem, 5.6vw, 5.25rem);
	--ebupress-measure: 44rem;
	--ebupress-font-heading: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	--ebupress-font-body: system-ui, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--ebupress-header-height) + 0.9rem);
}

html:has(body.admin-bar) {
	scroll-padding-top: calc(var(--ebupress-header-height) + 0.9rem + 32px);
}

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

body {
	overflow-x: clip;
	background-color: var(--ebupress-background);
	color: var(--ebupress-text);
	font-family: var(--ebupress-font-body);
}

:focus-visible {
	outline: 2px solid var(--ebupress-primary);
	outline-offset: 3px;
}

.ebupress-page {
	width: 100%;
	min-height: 40vh;
}

.ebupress-page__inner {
	padding-top: 2.5rem;
	padding-bottom: 4rem;
}

.ebupress-page__title,
.ebupress-page__title.wp-block-post-title {
	margin: 0 0 1.25rem;
	overflow-wrap: anywhere;
	font-family: var(--ebupress-font-heading);
	font-size: clamp(1.85rem, 3.6vw, 2.5rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.ebupress-page__content {
	max-width: 46rem;
	font-size: 1.0625rem;
	line-height: 1.75;
}

.ebupress-page__eyebrow {
	margin: 0 0 0.7rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--ebupress-primary);
}

.ebupress-publisher-page .ebupress-page__title {
	margin-bottom: 1.15rem;
}

.ebupress-page__lede {
	margin: 0 0 0.35rem;
	max-width: 40rem;
	font-size: 1.125rem;
	line-height: 1.7;
	color: var(--ebupress-text);
}

.ebupress-page__content h2,
.ebupress-page__content h2.wp-block-heading {
	margin: 2.35rem 0 0.8rem;
	padding-top: 1.85rem;
	border-top: 1px solid var(--ebupress-border);
	font-family: var(--ebupress-font-heading);
	font-size: 1.35rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.3;
	color: var(--ebupress-text);
}

.ebupress-page__content > h2:first-child,
.ebupress-page__content > h2.wp-block-heading:first-child {
	margin-top: 1.75rem;
}

.ebupress-page__content p {
	margin: 0 0 1rem;
}

.ebupress-page__note {
	margin-top: 1.5rem;
	padding-top: 1.1rem;
	border-top: 1px solid var(--ebupress-border);
	color: var(--ebupress-muted);
	font-size: 0.9375rem;
	line-height: 1.65;
}

.ebupress-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	margin-top: 2rem;
}

.ebupress-page__actions > p {
	margin: 0;
}

.ebupress-page__related-title {
	margin: 2.5rem 0 0.65rem;
	padding-top: 1.75rem;
	border-top: 1px solid var(--ebupress-border);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ebupress-primary);
}

.ebupress-page-links,
.ebupress-policy-index {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ebupress-policy-index {
	margin-top: 1.5rem;
	border-top: 1px solid var(--ebupress-border);
}

.ebupress-page-links a,
.ebupress-policy-index a {
	display: flex;
	align-items: center;
	min-height: 2.75rem;
	padding: 0.55rem 0;
	border-bottom: 1px solid var(--ebupress-border);
	color: var(--ebupress-text);
	font-family: var(--ebupress-font-heading);
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: -0.015em;
	text-decoration: none;
}

.ebupress-page-links a:hover,
.ebupress-page-links a:focus-visible,
.ebupress-policy-index a:hover,
.ebupress-policy-index a:focus-visible {
	color: var(--ebupress-primary);
}

.ebupress-page-links {
	margin-top: 0.15rem;
}

@media (max-width: 480px) {
	.ebupress-publisher-page .ebupress-page__inner {
		padding-top: 2rem;
		padding-bottom: 3rem;
	}
}

.ebupress-post-list,
.ebupress-post-list.wp-block-post-template {
	display: grid;
	gap: 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ebupress-post-card {
	padding: 1.35rem 1.4rem 1.45rem;
	border: 1px solid var(--ebupress-border);
	border-radius: var(--ebupress-radius);
	background-color: var(--ebupress-background);
	box-shadow: var(--ebupress-shadow);
}

.ebupress-post-card .wp-block-post-title {
	margin: 0 0 0.4rem;
	font-family: var(--ebupress-font-heading);
	font-size: 1.35rem;
}

.ebupress-post-card .wp-block-post-title a {
	color: var(--ebupress-text);
	text-decoration: none;
}

.ebupress-post-card .wp-block-post-title a:hover {
	color: var(--ebupress-primary);
}

.ebupress-post-card__meta,
.ebupress-post-card .wp-block-post-date {
	display: block;
	margin-bottom: 0.65rem;
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ebupress-muted);
}

/* -------------------------------------------------------------------------
 * Site header / footer foundation
 * ------------------------------------------------------------------------- */

.skip-link.screen-reader-text:focus {
	z-index: 100000;
	top: 0.5rem;
	left: 0.5rem;
	clip: auto !important;
	clip-path: none;
	width: auto;
	height: auto;
	padding: 0.65rem 1rem;
	background-color: var(--ebupress-primary);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
}

header.wp-block-template-part:has(.ebupress-site-header) {
	position: sticky;
	top: 0;
	z-index: 20;
	width: 100%;
}

.admin-bar header.wp-block-template-part:has(.ebupress-site-header) {
	top: 32px;
}

footer.wp-block-template-part:has(.ebupress-site-footer) {
	width: 100%;
	background-color: var(--ebupress-primary-dark);
}

.ebupress-site-header {
	width: 100%;
	overflow-x: clip;
	border-bottom: 1px solid var(--ebupress-border);
	background-color: var(--ebupress-surface);
}

.ebupress-utility {
	background-color: var(--ebupress-primary);
	color: #e8efe9;
}

.ebupress-utility__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.15rem 1.5rem;
	max-width: 1200px;
	min-height: 1.85rem;
	margin: 0 auto;
	padding: 0.12rem var(--wp--preset--spacing--40, 1.25rem);
}

.ebupress-utility__brand {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	gap: 0.7rem;
	margin: 0;
	min-width: 0;
}

.ebupress-utility__name {
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
}

.ebupress-utility__meta {
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	line-height: 1.3;
	text-transform: uppercase;
	color: #b7d0c4;
	white-space: nowrap;
}

.ebupress-utility__nav {
	margin-left: auto;
}

.ebupress-utility__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0 1.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ebupress-utility__list a {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	color: #e8efe9;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.ebupress-utility__list a:hover,
.ebupress-utility__list a:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.ebupress-site-header:not(:has(.ebupress-utility))::before {
	display: block;
	height: 2px;
	background-color: var(--ebupress-primary);
	content: "";
}

.ebupress-site-header__inner {
	width: 100%;
}

.ebupress-site-header__bar,
.ebupress-site-header .ebupress-site-header__bar.is-layout-flex {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.65rem 2rem;
	min-height: var(--ebupress-header-height);
	padding-top: 0.62rem;
	padding-bottom: 0.62rem;
}

.ebupress-site-header__brand {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	flex: 1 1 auto;
	gap: 0.75rem;
	min-width: 0;
	max-width: 100%;
}

.ebupress-site-header .wp-block-site-logo:not(:has(img)) {
	display: none;
}

.ebupress-site-header__logo img,
.ebupress-site-header .wp-block-site-logo img {
	display: block;
	flex-shrink: 0;
	max-height: 40px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.ebupress-site-header__identity {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 1 auto;
	min-width: 0;
}

.ebupress-site-header .wp-block-site-title,
.ebupress-site-header .wp-block-site-title a,
.ebupress-site-header__title,
.ebupress-site-header__title.wp-block-site-title,
.ebupress-site-header__title a {
	margin: 0;
	overflow: hidden;
	max-width: 100%;
	overflow-wrap: normal;
	word-break: keep-all;
	hyphens: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: var(--ebupress-font-heading);
	font-size: 1.22rem;
	font-weight: 600;
	letter-spacing: -0.028em;
	line-height: 1.15;
	color: var(--ebupress-text);
	text-decoration: none;
}

.ebupress-site-header__title a:hover {
	color: var(--ebupress-primary);
}

.ebupress-site-header__descriptor {
	margin: 0.18rem 0 0;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--ebupress-primary);
	white-space: nowrap;
}

.ebupress-site-header__tagline,
.ebupress-site-header__tagline.wp-block-site-tagline {
	margin: 0.12rem 0 0;
	max-width: 28rem;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
	color: var(--ebupress-muted);
}

.ebupress-site-header__tagline:empty,
.ebupress-site-header__tagline.wp-block-site-tagline:empty {
	display: none;
}

.ebupress-site-header__tools {
	align-items: center;
	flex: 0 1 auto;
	flex-shrink: 0;
	gap: 0.5rem 2.15rem;
	margin-left: auto;
	min-width: 0;
}

.ebupress-site-header__tools > p {
	display: contents;
	margin: 0;
}

.ebupress-primary-nav > p,
.ebupress-primary-nav__panel > p:empty {
	display: none;
}

.ebupress-primary-nav {
	position: relative;
}

.ebupress-primary-nav__list,
.ebupress-primary-nav .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ebupress-primary-nav__list a {
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
	padding: 0.38rem 0;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: var(--ebupress-text);
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size 0.2s ease, color 0.2s ease;
}

.ebupress-primary-nav__list a:hover,
.ebupress-primary-nav__list a:focus-visible,
.ebupress-primary-nav .current-menu-item > a,
.ebupress-primary-nav .current-menu-ancestor > a {
	color: var(--ebupress-primary);
	background-size: 100% 1px;
}

.ebupress-primary-nav .current-menu-item > a {
	font-weight: 600;
}

.ebupress-primary-nav__open,
.ebupress-primary-nav__close {
	box-sizing: border-box;
	display: none;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	border: 1px solid var(--ebupress-border);
	border-radius: 0;
	background-color: var(--ebupress-background);
	color: var(--ebupress-primary);
	cursor: pointer;
}

.ebupress-primary-nav__open:hover,
.ebupress-primary-nav__open:focus-visible,
.ebupress-primary-nav__close:hover,
.ebupress-primary-nav__close:focus-visible {
	border-color: var(--ebupress-primary);
	color: var(--ebupress-primary-dark);
}

.ebupress-primary-nav__open svg,
.ebupress-primary-nav__close svg {
	width: 1.35rem;
	height: 1.35rem;
}

body.ebupress-primary-nav-open {
	overflow: hidden;
}

.ebupress-header-journals {
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
	padding: 0 0.15rem;
	border: 0;
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	background-color: transparent;
	color: var(--ebupress-primary);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.ebupress-header-journals:hover,
.ebupress-header-journals:focus-visible,
.ebupress-header-journals.is-active {
	background-color: transparent;
	border-bottom-color: var(--ebupress-primary-dark);
	color: var(--ebupress-primary-dark);
}

.ebupress-header-journals.is-active {
	border-bottom-width: 2px;
}

@media (max-width: 900px) {
	.ebupress-utility__list a {
		min-height: 2.75rem;
	}

	.ebupress-primary-nav__open,
	.ebupress-primary-nav.is-open .ebupress-primary-nav__close {
		display: inline-flex;
	}

	.ebupress-primary-nav__panel {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		box-sizing: border-box;
		width: 100vw;
		min-height: 100vh;
		min-height: 100dvh;
		flex-direction: column;
		align-items: flex-start;
		padding: 1.25rem 1.5rem 2rem;
		overflow: auto;
		overscroll-behavior: contain;
		border-top: 3px solid var(--ebupress-primary);
		background-color: var(--ebupress-surface);
		color: var(--ebupress-text);
	}

	.ebupress-primary-nav.is-open .ebupress-primary-nav__panel {
		display: flex;
	}

	.ebupress-primary-nav.is-open .ebupress-primary-nav__open {
		visibility: hidden;
	}

	.ebupress-primary-nav__close {
		align-self: flex-end;
		margin-bottom: 0.75rem;
	}

	.ebupress-primary-nav__list {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 0.15rem;
	}

	.ebupress-primary-nav__list a {
		display: inline-flex;
		align-items: center;
		min-height: 2.75rem;
		padding: 0.55rem 0;
		font-family: var(--ebupress-font-heading);
		font-size: 1.35rem;
		font-weight: 600;
		letter-spacing: -0.02em;
		background-image: none;
	}

	.ebupress-primary-nav .sub-menu {
		display: flex;
		flex-direction: column;
		padding-left: 1rem;
	}

	.ebupress-primary-nav .sub-menu a {
		font-size: 1.1rem;
		font-weight: 500;
	}
}

@media (min-width: 901px) {
	.ebupress-site-header .wp-block-site-title,
	.ebupress-site-header .wp-block-site-title a,
	.ebupress-site-header__title,
	.ebupress-site-header__title.wp-block-site-title,
	.ebupress-site-header__title a {
		white-space: nowrap;
	}

	.ebupress-primary-nav__open,
	.ebupress-primary-nav__close {
		display: none;
	}

	.ebupress-primary-nav__panel {
		display: block;
		position: relative;
		background: transparent;
	}

	.ebupress-primary-nav__list {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		gap: 0.15rem 1.25rem;
	}

	.ebupress-primary-nav .menu-item {
		position: relative;
	}

	.ebupress-primary-nav .sub-menu {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 30;
		min-width: 12rem;
		padding: 0.45rem 0.85rem;
		border: 1px solid var(--ebupress-border);
		background-color: var(--ebupress-background);
		box-shadow: var(--ebupress-shadow-hover);
	}

	.ebupress-primary-nav .menu-item-has-children:hover > .sub-menu,
	.ebupress-primary-nav .menu-item-has-children:focus-within > .sub-menu {
		display: block;
	}

	.ebupress-primary-nav .sub-menu a {
		display: flex;
		min-height: 2.5rem;
		white-space: nowrap;
	}
}

.ebupress-site-footer {
	width: 100%;
	margin-top: 0;
	background-color: var(--ebupress-primary-dark);
	color: #e8efe9;
}

.ebupress-site-footer a {
	color: #d7ebe0;
	text-decoration: none;
}

.ebupress-site-footer a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.ebupress-site-footer__inner {
	padding-top: 3.75rem;
	padding-bottom: 2.15rem;
}

.ebupress-site-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem 3.25rem;
}

.ebupress-site-footer__grid > .wp-block-shortcode {
	min-width: 0;
}

.ebupress-site-footer__navs {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.15rem 2.5rem;
	min-width: 0;
}

.ebupress-footer-nav__list,
.ebupress-footer-nav__list .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ebupress-footer-nav__list a {
	display: inline-flex;
	align-items: center;
	min-height: 2.5rem;
	color: #d7ebe0;
	font-size: 0.9375rem;
	text-decoration: none;
}

.ebupress-footer-nav__list a:hover,
.ebupress-footer-nav__list a:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.ebupress-footer-nav__list .sub-menu {
	padding-left: 0.85rem;
}

.ebupress-site-footer__eyebrow {
	margin: 0 0 0.7rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
	color: #9cbfb0;
}

.ebupress-site-footer__name,
.ebupress-site-footer__name.wp-block-site-title {
	margin: 0 0 0.35rem;
	font-family: var(--ebupress-font-heading);
	font-size: 1.35rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #fff;
}

.ebupress-site-footer__descriptor {
	margin: 0 0 0.55rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
	color: #9cbfb0;
}

.ebupress-site-footer__tagline,
.ebupress-site-footer__note,
.ebupress-site-footer__blurb {
	margin: 0;
	max-width: 24rem;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #c5d7cc;
}

.ebupress-site-footer__tagline:empty {
	display: none;
}

.ebupress-site-footer__note {
	margin-top: 0.65rem;
}

.ebupress-site-footer .ebupress-theme-journals-link {
	font-size: 0.9375rem;
	font-weight: 600;
	color: #fff;
	text-underline-offset: 0.18em;
	transition: color 0.2s ease;
}

.ebupress-site-footer__nav .wp-block-navigation-item a {
	padding: 0.25rem 0;
	font-size: 0.9375rem;
	color: #d7ebe0;
	transition: color 0.2s ease;
}

.ebupress-site-footer__legal {
	margin-top: 2.85rem;
	padding-top: 1.2rem;
	border-top: 1px solid rgba(232, 239, 233, 0.18);
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	color: #9cbfb0;
}

.ebupress-site-footer__legal p {
	margin: 0;
}

@media (min-width: 900px) {
	.ebupress-site-footer__grid {
		grid-template-columns: minmax(16rem, 1.15fr) minmax(0, 2.1fr);
		align-items: start;
	}

	.ebupress-site-footer__navs {
		grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
		gap: 2rem 2.75rem;
	}
}

@media (max-width: 781px) {
	.admin-bar header.wp-block-template-part:has(.ebupress-site-header) {
		top: 46px;
	}

	.ebupress-site-header__bar {
		align-items: center;
	}

	.ebupress-site-header__tagline {
		display: none;
	}

	.ebupress-header-journals {
		min-height: 2.75rem;
		padding: 0 0.1rem;
		font-size: 0.625rem;
		letter-spacing: 0.12em;
	}
}

@media (max-width: 480px) {
	.ebupress-site-header__brand,
	.ebupress-site-header__identity {
		min-width: 0;
	}

	.ebupress-site-header__title,
	.ebupress-site-header__title.wp-block-site-title,
	.ebupress-site-header__title a {
		font-size: 1.05rem;
	}

	.ebupress-site-header__descriptor {
		letter-spacing: 0.12em;
	}

	.ebupress-utility__inner {
		padding-left: var(--wp--preset--spacing--40, 1.25rem);
		padding-right: var(--wp--preset--spacing--40, 1.25rem);
	}
}

/* -------------------------------------------------------------------------
 * Journal Directory (/journals/) — archive-ebupress_journal.html
 * ------------------------------------------------------------------------- */

.ebupress-journal-directory {
	width: 100%;
	background-color: var(--wp--preset--color--surface);
	padding-bottom: 4.5rem;
}

.ebupress-journal-directory a:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 3px;
}

.ebupress-journal-hero {
	padding-top: 2.75rem;
	padding-bottom: 2.25rem;
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.ebupress-journal-hero__eyebrow {
	margin: 0 0 0.65rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
}

.ebupress-journal-hero__title {
	margin: 0 0 0.9rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: clamp(2rem, 4.2vw, 2.75rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: var(--wp--preset--color--contrast);
}

.ebupress-journal-hero__intro {
	margin: 0;
	max-width: 40rem;
	font-size: 1.0625rem;
	line-height: 1.7;
	color: var(--wp--preset--color--muted);
}

.ebupress-journal-listing {
	padding-top: 2.75rem;
}

.ebupress-journal-listing__title {
	margin: 0 0 0.5rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: clamp(1.35rem, 2.4vw, 1.65rem);
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1.3;
}

.ebupress-journal-listing__intro {
	margin: 0 0 2rem;
	max-width: 36rem;
	color: var(--wp--preset--color--muted);
}

.ebupress-journal-grid,
.ebupress-journal-grid.wp-block-post-template {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ebupress-journal-grid > li,
.ebupress-journal-grid.wp-block-post-template > li {
	display: flex;
	margin: 0;
}

.ebupress-journal-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
	background-color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--ebupress-radius);
	box-shadow: var(--ebupress-shadow);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ebupress-journal-card:hover,
.ebupress-journal-card:focus-within {
	border-color: var(--ebupress-primary);
	box-shadow: var(--ebupress-shadow-hover);
}

.ebupress-journal-card__cover {
	position: relative;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background-color: var(--ebupress-surface-strong);
}

.ebupress-journal-card__cover:not(:has(img))::after {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ebupress-muted);
	content: "Journal";
	pointer-events: none;
}

.ebupress-journal-card__cover > a,
.ebupress-journal-card__cover .wp-block-post-featured-image,
.ebupress-journal-card__cover .wp-block-post-featured-image a,
.ebupress-journal-card__cover img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}

.ebupress-journal-card__cover img {
	object-fit: cover;
}

.ebupress-journal-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1.25rem 1.25rem 1.4rem;
}

.ebupress-journal-card__title,
.ebupress-journal-card__title.wp-block-post-title {
	margin: 0 0 0.5rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.32;
}

.ebupress-journal-card__title a {
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size 0.2s ease, color 0.2s ease;
}

.ebupress-journal-card__title a:hover {
	color: var(--wp--preset--color--accent);
	text-decoration: none;
	background-size: 100% 1px;
}

.ebupress-journal-card__code {
	margin: -0.1rem 0 0.75rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
}

.ebupress-journal-card__excerpt,
.ebupress-journal-card__excerpt.wp-block-post-excerpt {
	flex: 1 1 auto;
	margin: 0 0 1.15rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--wp--preset--color--muted);
}

.ebupress-journal-card__excerpt p {
	margin: 0;
}

.ebupress-journal-card__cta-wrap {
	margin: auto 0 0;
}

.ebupress-journal-card__cta,
.ebupress-journal-card__cta.wp-block-read-more {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin-top: auto;
	padding: 0.45rem 0.85rem;
	border: 1px solid var(--wp--preset--color--accent);
	border-radius: 2px;
	background-color: transparent;
	color: var(--wp--preset--color--accent);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ebupress-journal-card__cta:hover,
.ebupress-journal-card__cta.wp-block-read-more:hover {
	background-color: var(--wp--preset--color--accent);
	border-color: var(--wp--preset--color--accent);
	color: #fff;
}

.ebupress-journal-card__cta:focus-visible,
.ebupress-journal-card__cta.wp-block-read-more:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 3px;
}

.ebupress-journal-pagination {
	margin-top: 2.5rem;
}

.ebupress-journal-empty {
	padding: 2.5rem 1.5rem;
	border: 1px dashed var(--wp--preset--color--border);
	border-radius: 4px;
	background-color: var(--wp--preset--color--base);
	text-align: center;
}

.ebupress-journal-empty__message {
	margin: 0;
	font-size: 1.0625rem;
	color: var(--wp--preset--color--muted);
}

@media (min-width: 700px) {
	.ebupress-journal-grid,
	.ebupress-journal-grid.wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1000px) {
	.ebupress-journal-grid,
	.ebupress-journal-grid.wp-block-post-template {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ebupress-journal-hero {
		padding-top: 3.25rem;
		padding-bottom: 2.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ebupress-journal-card,
	.ebupress-journal-card__title a,
	.ebupress-journal-card__cta,
	.ebupress-header-journals,
	.ebupress-primary-nav__list a,
	.ebupress-primary-nav__panel {
		transition: none;
		animation: none;
	}
}

/* -------------------------------------------------------------------------
 * Journal Directory catalogue — archive-ebupress_journal.html (Phase 13A)
 * Scoped so Issue/Article interiors are not redesigned.
 * ------------------------------------------------------------------------- */

.ebupress-journal-catalogue {
	background-color: var(--ebupress-background);
	padding-bottom: 0;
}

.ebupress-journal-catalogue .ebupress-journal-hero {
	padding-top: var(--ebupress-section-y);
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--ebupress-border);
}

.ebupress-journal-catalogue .ebupress-journal-hero__eyebrow {
	margin: 0 0 0.8rem;
	font-size: 0.6875rem;
	letter-spacing: 0.2em;
	color: var(--ebupress-primary);
}

.ebupress-journal-catalogue .ebupress-journal-hero__title {
	margin: 0 0 0.85rem;
	font-family: var(--ebupress-font-heading);
	font-size: clamp(1.95rem, 3.4vw, 2.55rem);
	letter-spacing: -0.022em;
	line-height: 1.18;
}

.ebupress-journal-catalogue .ebupress-journal-hero__intro {
	max-width: 38rem;
	font-size: 1.0625rem;
	line-height: 1.75;
}

.ebupress-journal-catalogue .ebupress-journal-listing {
	padding-top: 2.5rem;
	padding-bottom: var(--ebupress-section-y);
}

.ebupress-journal-catalogue .ebupress-journal-listing__title {
	margin: 0 0 1.5rem;
	font-family: var(--ebupress-font-heading);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--ebupress-primary);
}

.ebupress-journal-catalogue .ebupress-journal-grid,
.ebupress-journal-catalogue .ebupress-journal-grid.wp-block-post-template {
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

.ebupress-journal-catalogue .ebupress-journal-card {
	border-radius: 0;
	box-shadow: none;
}

.ebupress-journal-catalogue .ebupress-journal-card:hover,
.ebupress-journal-catalogue .ebupress-journal-card:focus-within {
	transform: none;
	border-color: var(--ebupress-primary);
	box-shadow: var(--ebupress-shadow);
}

.ebupress-journal-catalogue .ebupress-journal-card__cover {
	background-color: var(--ebupress-surface);
}

.ebupress-journal-catalogue .ebupress-journal-card__cover:not(:has(img)) {
	background-color: var(--ebupress-surface);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, transparent 46%);
	border-bottom: 1px solid var(--ebupress-border);
}

.ebupress-journal-catalogue .ebupress-journal-card__cover:not(:has(img))::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	background-color: var(--ebupress-primary);
	content: "";
}

.ebupress-journal-catalogue .ebupress-journal-card__cover:not(:has(img))::after {
	content: none;
}

.ebupress-journal-catalogue .ebupress-journal-card__body {
	padding: 1.4rem 1.45rem 1.5rem;
	text-align: left;
}

.ebupress-journal-catalogue .ebupress-journal-card__body.is-layout-constrained > * {
	margin-inline: 0;
	max-width: none;
}

.ebupress-journal-catalogue .ebupress-journal-card__body > .wp-block-shortcode {
	order: -1;
	margin: 0;
}

.ebupress-journal-catalogue .ebupress-journal-card__code {
	order: -1;
	margin: 0 0 0.45rem;
	color: var(--ebupress-primary);
}

.ebupress-journal-catalogue .ebupress-journal-card__title,
.ebupress-journal-catalogue .ebupress-journal-card__title.wp-block-post-title {
	font-size: 1.3rem;
	line-height: 1.3;
}

.ebupress-journal-catalogue .ebupress-journal-card__cta,
.ebupress-journal-catalogue .ebupress-journal-card__cta.wp-block-read-more {
	box-sizing: border-box;
	padding: 0.7rem 1.15rem;
	min-height: 2.75rem;
	border-radius: 0;
	background-color: var(--ebupress-primary);
	border-color: var(--ebupress-primary);
	color: #fff;
	white-space: nowrap;
}

.ebupress-journal-catalogue .ebupress-journal-card__cta .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap;
}

.ebupress-journal-catalogue .ebupress-journal-card__cta:hover,
.ebupress-journal-catalogue .ebupress-journal-card__cta.wp-block-read-more:hover {
	background-color: var(--ebupress-primary-dark);
	border-color: var(--ebupress-primary-dark);
	color: #fff;
}

@media (min-width: 720px) {
	.ebupress-journal-catalogue .ebupress-journal-grid:has(> li:nth-child(2)),
	.ebupress-journal-catalogue .ebupress-journal-grid.wp-block-post-template:has(> li:nth-child(2)) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 900px) {
	.ebupress-journal-catalogue .ebupress-journal-grid:not(:has(> li:nth-child(2))) .ebupress-journal-card {
		flex-direction: row;
		align-items: stretch;
	}

	.ebupress-journal-catalogue .ebupress-journal-grid:not(:has(> li:nth-child(2))) .ebupress-journal-card__cover {
		flex: 0 0 13.5rem;
		width: 13.5rem;
		max-width: 13.5rem;
		aspect-ratio: 3 / 4;
	}

	.ebupress-journal-catalogue .ebupress-journal-grid:not(:has(> li:nth-child(2))) .ebupress-journal-card__body {
		justify-content: center;
		padding: 1.85rem 2rem 1.9rem;
	}

	.ebupress-journal-catalogue .ebupress-journal-grid:not(:has(> li:nth-child(2))) .ebupress-journal-card__title,
	.ebupress-journal-catalogue .ebupress-journal-grid:not(:has(> li:nth-child(2))) .ebupress-journal-card__title.wp-block-post-title {
		font-size: clamp(1.4rem, 2vw, 1.75rem);
	}
}

@media (min-width: 1000px) {
	.ebupress-journal-catalogue .ebupress-journal-grid,
	.ebupress-journal-catalogue .ebupress-journal-grid.wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.ebupress-journal-catalogue .ebupress-journal-grid:has(> li:nth-child(2)),
	.ebupress-journal-catalogue .ebupress-journal-grid.wp-block-post-template:has(> li:nth-child(2)) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.ebupress-journal-catalogue .ebupress-journal-grid:has(> li:nth-child(3)),
	.ebupress-journal-catalogue .ebupress-journal-grid.wp-block-post-template:has(> li:nth-child(3)) {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 899px) {
	.ebupress-journal-catalogue .ebupress-journal-grid:not(:has(> li:nth-child(2))) .ebupress-journal-card__cover {
		width: 11.5rem;
		max-width: 11.5rem;
		margin: 1.35rem 0 0 1.35rem;
		aspect-ratio: 3 / 4;
		border-bottom: 0;
	}
}

@media (max-width: 480px) {
	.ebupress-journal-catalogue .ebupress-journal-grid:not(:has(> li:nth-child(2))) .ebupress-journal-card {
		flex-direction: column;
	}

	.ebupress-journal-catalogue .ebupress-journal-hero__title {
		font-size: clamp(1.7rem, 7.5vw, 2.05rem);
	}

	.ebupress-journal-catalogue .ebupress-journal-grid:not(:has(> li:nth-child(2))) .ebupress-journal-card__cover {
		margin: 1.15rem auto 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ebupress-journal-catalogue .ebupress-journal-card,
	.ebupress-journal-catalogue .ebupress-journal-card__cta {
		transition: none;
	}
}

/* -------------------------------------------------------------------------
 * Homepage — front-page.html (Phase 18 publisher homepage)
 * ------------------------------------------------------------------------- */

.ebupress-home {
	width: 100%;
}

.ebupress-kicker {
	margin: 0 0 0.8rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--ebupress-primary);
}

.ebupress-kicker--on-dark {
	color: #9cbfb0;
}

.ebupress-btn {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-height: 2.75rem;
	padding: 0.65rem 1.15rem;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ebupress-btn--primary {
	border-color: var(--ebupress-primary);
	background-color: var(--ebupress-primary);
	color: #fff;
}

.ebupress-btn--primary:hover,
.ebupress-btn--primary:focus-visible {
	border-color: var(--ebupress-primary-dark);
	background-color: var(--ebupress-primary-dark);
	color: #fff;
}

.ebupress-btn--secondary {
	border-color: var(--ebupress-border-strong);
	background-color: transparent;
	color: var(--ebupress-text);
}

.ebupress-btn--secondary:hover,
.ebupress-btn--secondary:focus-visible {
	border-color: var(--ebupress-primary);
	color: var(--ebupress-primary);
}

.ebupress-btn--ghost {
	border-color: var(--ebupress-border-strong);
	background-color: transparent;
	color: var(--ebupress-primary);
}

.ebupress-btn--ghost:hover,
.ebupress-btn--ghost:focus-visible {
	border-color: var(--ebupress-primary);
	color: var(--ebupress-primary-dark);
}

.ebupress-text-link {
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
	color: var(--ebupress-primary);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
}

.ebupress-text-link:hover,
.ebupress-text-link:focus-visible {
	color: var(--ebupress-primary-dark);
}

.ebupress-hero {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: var(--ebupress-surface);
	border-bottom: 1px solid var(--ebupress-border);
}

.ebupress-hero::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	background-color: var(--ebupress-primary);
	content: "";
	pointer-events: none;
}

.ebupress-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.75rem;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: var(--ebupress-section-y) var(--wp--preset--spacing--40);
	min-width: 0;
}

.ebupress-hero__inner > * {
	min-width: 0;
	max-width: 100%;
}

.ebupress-hero__copy {
	max-width: 40rem;
	min-width: 0;
}

.ebupress-hero .ebupress-kicker {
	margin-bottom: 0.45rem;
}

.ebupress-hero__descriptor {
	margin: 0 0 1.25rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--ebupress-primary);
}

.ebupress-hero__title,
.ebupress-hero__title.wp-block-heading {
	margin: 0 0 1.2rem;
	overflow-wrap: break-word;
	hyphens: none;
	font-family: var(--ebupress-font-heading);
	font-size: clamp(2rem, 4.2vw, 3.35rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.12;
	text-wrap: balance;
	color: var(--ebupress-text);
}

.ebupress-hero__lede {
	margin: 0 0 1.85rem;
	max-width: 34rem;
	font-size: 1.125rem;
	line-height: 1.75;
	color: var(--ebupress-muted);
}

.ebupress-hero__actions {
	gap: 0.85rem 1.1rem;
}

.ebupress-hero__actions .wp-block-shortcode,
.ebupress-home-cta .wp-block-shortcode,
.ebupress-home-intro .wp-block-shortcode,
.ebupress-home-workflow .wp-block-shortcode,
.ebupress-home-access .wp-block-shortcode,
.ebupress-value-card .wp-block-shortcode {
	margin: 0;
}

.ebupress-hero__inner > .wp-block-shortcode {
	margin: 0;
	min-width: 0;
	justify-self: start;
}

.ebupress-hero__visual {
	position: relative;
	width: min(100%, 22rem);
	height: 16.5rem;
	margin-inline: auto;
}

.ebupress-hero__grid {
	position: absolute;
	inset: 1.25rem 0 0 2.5rem;
	background-image:
		linear-gradient(rgba(15, 76, 58, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(15, 76, 58, 0.07) 1px, transparent 1px);
	background-size: 1.15rem 1.15rem;
	pointer-events: none;
}

.ebupress-hero__sheet {
	position: absolute;
	border: 1px solid var(--ebupress-border-strong);
	border-radius: 0;
	background-color: var(--ebupress-background);
}

.ebupress-hero__sheet--a {
	top: 1.35rem;
	left: 2.1rem;
	width: 78%;
	height: 82%;
	background-color: var(--ebupress-surface-strong);
}

.ebupress-hero__sheet--b {
	top: 2.15rem;
	left: 3.1rem;
	width: 70%;
	height: 74%;
	background-color: var(--ebupress-surface);
}

.ebupress-hero__sheet--c {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	top: 0;
	left: 0;
	width: 78%;
	height: 88%;
	padding: 1.35rem 1.2rem 1.5rem;
	border-left: 3px solid var(--ebupress-primary);
}

.ebupress-hero__frag {
	margin-bottom: 0.35rem;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ebupress-primary);
}

.ebupress-hero__rule {
	display: block;
	height: 1px;
	background-color: var(--ebupress-border-strong);
}

.ebupress-hero__rule:nth-child(2) {
	width: 42%;
	height: 7px;
	margin-bottom: 0.2rem;
	background-color: var(--ebupress-primary);
}

.ebupress-hero__rule:nth-child(5),
.ebupress-hero__rule:nth-child(6) {
	width: 68%;
}

.ebupress-hero__oa {
	margin-top: auto;
	align-self: flex-start;
	padding: 0.2rem 0.45rem 0.15rem;
	border: 1px solid var(--ebupress-primary);
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--ebupress-primary);
}

.ebupress-home-section {
	width: 100%;
}

.ebupress-home-section__inner {
	padding-top: var(--ebupress-section-y);
	padding-bottom: var(--ebupress-section-y);
}

.ebupress-home-section__title,
.ebupress-home-section__title.wp-block-heading {
	margin: 0 0 0.8rem;
	font-family: var(--ebupress-font-heading);
	font-size: clamp(1.7rem, 2.9vw, 2.35rem);
	font-weight: 600;
	letter-spacing: -0.022em;
	line-height: 1.2;
	color: var(--ebupress-text);
}

.ebupress-home-section__intro {
	margin: 0 0 2.15rem;
	max-width: var(--ebupress-measure);
	font-size: 1.0625rem;
	line-height: 1.75;
	color: var(--ebupress-muted);
}

.ebupress-home-intro {
	background-color: var(--ebupress-background);
	border-top: 1px solid var(--ebupress-border);
}

.ebupress-home-intro .ebupress-home-section__intro {
	margin-bottom: 0.85rem;
}

.ebupress-home-catalogue-host {
	background-color: var(--ebupress-surface);
	border-top: 1px solid var(--ebupress-border);
}

.ebupress-home-catalogue-host .ebupress-home-section__intro {
	margin-bottom: 1.75rem;
}

.ebupress-home-catalogue-host .ebupress-home-journals__eyebrow,
.ebupress-home-catalogue-host .ebupress-home-journals__title,
.ebupress-home-catalogue-host .ebupress-home-journals__intro {
	display: none;
}

.ebupress-home-values {
	background-color: var(--ebupress-background);
	border-top: 1px solid var(--ebupress-border);
}

.ebupress-value-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	border-top: 1px solid var(--ebupress-border);
}

.ebupress-value-card {
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr);
	grid-template-rows: auto auto auto;
	column-gap: 1.15rem;
	height: auto;
	padding: 1.55rem 0 1.6rem;
	border: 0;
	border-bottom: 1px solid var(--ebupress-border);
	border-radius: 0;
	background-color: transparent;
}

.ebupress-value-card__mark {
	grid-column: 1;
	grid-row: 1 / -1;
	margin: 0.1rem 0 0;
	font-family: var(--ebupress-font-heading);
	font-size: 1.65rem;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.02em;
	line-height: 1;
	color: var(--ebupress-primary);
}

.ebupress-value-card__title,
.ebupress-value-card__title.wp-block-heading {
	margin: 0 0 0.4rem;
	font-family: var(--ebupress-font-heading);
	font-size: 1.175rem;
	font-weight: 600;
	letter-spacing: -0.015em;
}

.ebupress-value-card__text {
	margin: 0 0 0.35rem;
	max-width: 34rem;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--ebupress-muted);
}

.ebupress-value-card__title,
.ebupress-value-card__text,
.ebupress-value-card > .wp-block-shortcode {
	grid-column: 2;
}

.ebupress-home-workflow {
	background-color: var(--ebupress-surface);
	border-top: 1px solid var(--ebupress-border);
}

.ebupress-workflow {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0;
	padding: 0 0 0 0.35rem;
	list-style: none;
	counter-reset: none;
}

.ebupress-workflow li {
	position: relative;
	display: grid;
	grid-template-columns: 2.5rem minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 0.85rem;
	row-gap: 0.2rem;
	margin: 0;
	padding: 0 0 1.65rem 0.35rem;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

.ebupress-workflow li:not(:last-child)::before {
	display: none;
}

.ebupress-workflow li:not(:last-child)::after {
	position: absolute;
	left: 0.55rem;
	bottom: 0.2rem;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	color: var(--ebupress-primary);
	content: "↓";
	pointer-events: none;
}

.ebupress-workflow li:last-child {
	padding-bottom: 0;
}

.ebupress-workflow__step {
	grid-row: 1 / span 2;
	align-self: start;
	font-family: var(--ebupress-font-heading);
	font-size: 0.875rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.08em;
	color: var(--ebupress-primary);
}

.ebupress-workflow__label {
	font-family: var(--ebupress-font-heading);
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: var(--ebupress-text);
}

.ebupress-workflow__text {
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--ebupress-muted);
}

.ebupress-home-workflow__note {
	margin: 1.85rem 0 0.25rem;
	max-width: 38rem;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--ebupress-muted);
}

.ebupress-home-access {
	background-color: var(--ebupress-primary-dark);
	color: #fff;
	border-top: 0;
}

.ebupress-home-access__inner {
	padding-top: calc(var(--ebupress-section-y) + 0.35rem);
	padding-bottom: calc(var(--ebupress-section-y) + 0.5rem);
}

.ebupress-home-access__title,
.ebupress-home-access__title.wp-block-heading {
	margin-bottom: 1rem;
	color: #fff;
	font-size: clamp(1.9rem, 3.4vw, 2.75rem);
	text-wrap: balance;
}

.ebupress-home-access__title::before {
	display: block;
	width: 2.75rem;
	height: 3px;
	margin-bottom: 1.45rem;
	background-color: var(--ebupress-accent);
	content: "";
}

.ebupress-home-access__text {
	margin: 0 0 1.5rem;
	max-width: 38rem;
	font-size: 1.0625rem;
	line-height: 1.8;
	color: #c5d7cc;
}

.ebupress-home-access .ebupress-btn--secondary {
	border-color: rgba(232, 239, 233, 0.5);
	color: #fff;
}

.ebupress-home-access .ebupress-btn--secondary:hover,
.ebupress-home-access .ebupress-btn--secondary:focus-visible {
	border-color: #fff;
	color: #fff;
}

.ebupress-home-access .ebupress-btn:focus-visible,
.ebupress-home-cta .ebupress-btn:focus-visible {
	outline-color: #fff;
}

.ebupress-home-cta {
	background-color: var(--ebupress-primary-dark);
	border-top: 0;
	border-bottom: 0;
	text-align: center;
	color: #e8efe9;
}

.ebupress-home-cta__inner {
	padding-top: calc(var(--ebupress-section-y) - 0.25rem);
	padding-bottom: calc(var(--ebupress-section-y) + 0.35rem);
}

.ebupress-home-cta .ebupress-kicker,
.ebupress-home-cta .ebupress-home-section__title,
.ebupress-home-cta .ebupress-home-section__intro {
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

.ebupress-home-cta .ebupress-home-section__intro {
	margin-bottom: 1.45rem;
	max-width: 28rem;
	color: #c5d7cc;
}

.ebupress-home-cta__actions {
	justify-content: center;
	gap: 0.75rem 1rem;
}

.ebupress-home-cta .ebupress-btn--primary {
	background-color: #fff;
	border-color: #fff;
	color: var(--ebupress-primary-dark);
}

.ebupress-home-cta .ebupress-btn--primary:hover,
.ebupress-home-cta .ebupress-btn--primary:focus-visible {
	background-color: var(--ebupress-surface);
	border-color: var(--ebupress-surface);
	color: var(--ebupress-primary-dark);
}

.ebupress-home-cta .ebupress-btn--secondary {
	border-color: rgba(232, 239, 233, 0.45);
	color: #fff;
}

.ebupress-home-cta .ebupress-btn--secondary:hover,
.ebupress-home-cta .ebupress-btn--secondary:focus-visible {
	border-color: #fff;
	color: #fff;
}

.ebupress-home-journals {
	width: 100%;
	background-color: transparent;
	padding: 0;
	border-top: 0;
}

.ebupress-home-journals a:focus-visible {
	outline: 2px solid var(--ebupress-primary);
	outline-offset: 3px;
}

.ebupress-home-journals__inner {
	display: flex;
	flex-direction: column;
	max-width: none;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

.ebupress-home-journals__actions {
	order: 2;
	margin: 1.65rem 0 0;
}

.ebupress-home-journals__grid,
.ebupress-home-journals .ebupress-journal-empty__message {
	order: 1;
}

.ebupress-home-journals__title {
	margin: 0 0 0.8rem;
	font-family: var(--ebupress-font-heading);
	font-size: clamp(1.65rem, 2.8vw, 2.2rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.22;
	color: var(--ebupress-text);
}

.ebupress-home-journals__intro {
	margin: 0 0 1.15rem;
	max-width: 36rem;
	font-size: 1.0625rem;
	line-height: 1.75;
	color: var(--ebupress-muted);
}

.ebupress-home-journals__all {
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
	color: var(--ebupress-primary);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	transition: color 0.2s ease, background-size 0.2s ease;
}

.ebupress-home-journals__all:hover {
	color: var(--ebupress-primary-dark);
}

.ebupress-home-journals .ebupress-journal-grid,
.ebupress-home-journals .ebupress-journal-grid.wp-block-post-template {
	grid-template-columns: 1fr;
	margin-top: 0;
}

.ebupress-home-journals .ebupress-journal-grid:not(:has(> li:nth-child(2))) {
	max-width: 36rem;
}

.ebupress-home-journals .ebupress-journal-card {
	display: grid;
	grid-template-columns: 8.5rem minmax(0, 1fr);
	max-width: none;
	border-radius: 0;
	box-shadow: none;
}

.ebupress-home-journals .ebupress-journal-card:hover,
.ebupress-home-journals .ebupress-journal-card:focus-within {
	transform: none;
	border-color: var(--ebupress-primary);
	box-shadow: var(--ebupress-shadow);
}

.ebupress-home-journals .ebupress-journal-card__cover {
	width: 8.5rem;
	max-height: 11.5rem;
	aspect-ratio: 3 / 4;
	background-color: var(--ebupress-surface);
}

.ebupress-home-journals .ebupress-journal-card__cover:not(:has(img))::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	background-color: var(--ebupress-primary);
	content: "";
}

.ebupress-home-journals .ebupress-journal-card__cover:not(:has(img))::after {
	align-items: flex-end;
	justify-content: flex-start;
	padding: 0 0.95rem 1rem 1.15rem;
	font-size: 0.625rem;
	letter-spacing: 0.2em;
	color: var(--ebupress-primary);
}

.ebupress-home-journals .ebupress-journal-card__body {
	padding: 1.45rem 1.45rem 1.55rem;
}

.ebupress-home-journals .ebupress-journal-card__code {
	order: -1;
	margin: 0 0 0.45rem;
	color: var(--ebupress-primary);
}

.ebupress-home-journals .ebupress-journal-card__cta {
	min-height: 2.75rem;
	padding: 0.55rem 1rem;
	border-radius: 0;
	background-color: var(--ebupress-primary);
	border-color: var(--ebupress-primary);
	color: #fff;
}

.ebupress-home-journals .ebupress-journal-card__cta:hover,
.ebupress-home-journals .ebupress-journal-card__cta:focus-visible {
	background-color: var(--ebupress-primary-dark);
	border-color: var(--ebupress-primary-dark);
	color: #fff;
}

.ebupress-home-catalogue {
	width: 100%;
	background-color: var(--ebupress-background);
	padding: var(--ebupress-section-y) 0;
	border-top: 1px solid var(--ebupress-border);
}

.ebupress-home-catalogue__inner {
	max-width: var(--wp--style--global--wide-size, 1200px);
	margin: 0 auto;
	padding-left: var(--wp--preset--spacing--40);
	padding-right: var(--wp--preset--spacing--40);
}

.ebupress-home-catalogue .ebupress-home-section__intro {
	margin-bottom: 1.75rem;
}

.ebupress-home-catalogue__list {
	display: grid;
	gap: 1.25rem;
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
}

.ebupress-home-catalogue__panel {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	padding: 1.25rem;
	border: 1px solid var(--ebupress-border);
	background-color: var(--ebupress-surface);
}

.ebupress-home-catalogue__cover {
	position: relative;
	min-height: 10.5rem;
	border: 1px solid var(--ebupress-border);
	background-color: var(--ebupress-background);
}

.ebupress-home-catalogue__cover:not(:has(img))::before {
	position: absolute;
	top: 1.1rem;
	left: 1.1rem;
	width: 58%;
	height: 72%;
	border: 1px solid var(--ebupress-border-strong);
	border-left: 3px solid var(--ebupress-primary);
	background-color: var(--ebupress-surface);
	content: "";
}

.ebupress-home-catalogue__cover a,
.ebupress-home-catalogue__cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ebupress-home-catalogue__code {
	margin: 0 0 0.45rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ebupress-primary);
}

.ebupress-home-catalogue__title {
	margin: 0 0 0.55rem;
	font-family: var(--ebupress-font-heading);
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	font-weight: 600;
	line-height: 1.28;
	text-wrap: balance;
}

.ebupress-home-catalogue__title a {
	color: var(--ebupress-text);
	text-decoration: none;
}

.ebupress-home-catalogue__title a:hover,
.ebupress-home-catalogue__title a:focus-visible {
	color: var(--ebupress-primary);
}

.ebupress-home-catalogue__excerpt {
	margin: 0;
	font-size: 0.9875rem;
	line-height: 1.7;
	color: var(--ebupress-muted);
}

.ebupress-home-catalogue__fact {
	margin: 0 0 0.85rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ebupress-muted);
}

.ebupress-home-catalogue__cta,
.ebupress-home-catalogue__all {
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.ebupress-home-catalogue__cta {
	padding: 0.45rem 0.95rem;
	border: 1px solid var(--ebupress-primary);
	background-color: var(--ebupress-primary);
	color: #fff;
}

.ebupress-home-catalogue__cta:hover,
.ebupress-home-catalogue__cta:focus-visible {
	background-color: var(--ebupress-primary-dark);
	border-color: var(--ebupress-primary-dark);
	color: #fff;
}

.ebupress-home-catalogue__all {
	color: var(--ebupress-primary);
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
}

.ebupress-home-audience {
	background-color: var(--ebupress-background);
	border-top: 1px solid var(--ebupress-border);
}

.ebupress-audience-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	border-top: 1px solid var(--ebupress-border);
}

.ebupress-audience-card {
	padding: 1.45rem 0 1.5rem;
	border-bottom: 1px solid var(--ebupress-border);
}

.ebupress-audience-card__mark {
	margin: 0 0 0.65rem;
	font-family: var(--ebupress-font-heading);
	font-size: 1.15rem;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.04em;
	color: var(--ebupress-primary);
}

.ebupress-audience-card__title {
	margin: 0 0 0.45rem;
	font-family: var(--ebupress-font-heading);
	font-size: 1.175rem;
	font-weight: 600;
}

.ebupress-audience-card__title a {
	color: var(--ebupress-text);
	text-decoration: none;
}

.ebupress-audience-card__title a:hover,
.ebupress-audience-card__title a:focus-visible {
	color: var(--ebupress-primary);
}

.ebupress-audience-card__text {
	margin: 0;
	max-width: 28rem;
	font-size: 0.9875rem;
	line-height: 1.7;
	color: var(--ebupress-muted);
}

@media (min-width: 720px) {
	.ebupress-value-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 4.25rem;
	}

	.ebupress-home-journals .ebupress-journal-grid:has(> li:nth-child(2)) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ebupress-home-journals .ebupress-journal-grid:has(> li:nth-child(2)) .ebupress-journal-card {
		display: flex;
		flex-direction: column;
	}

	.ebupress-home-journals .ebupress-journal-grid:has(> li:nth-child(2)) .ebupress-journal-card__cover {
		width: 100%;
		max-height: 13.5rem;
		aspect-ratio: 4 / 3;
	}

	.ebupress-audience-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 3.5rem;
	}

	.ebupress-home-catalogue__panel {
		grid-template-columns: 9.5rem minmax(0, 1fr);
		align-items: stretch;
	}

	.ebupress-home-catalogue__cover {
		min-height: 12rem;
	}

	.ebupress-home-catalogue__meta {
		grid-column: 2;
	}
}

@media (min-width: 900px) {
	.ebupress-hero__inner {
		grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
		column-gap: 3.5rem;
		align-items: center;
	}

	.ebupress-hero__copy {
		max-width: none;
	}

	.ebupress-hero__inner > .wp-block-shortcode {
		justify-self: stretch;
		width: 100%;
	}

	.ebupress-hero__visual {
		width: 100%;
		max-width: none;
		height: 19.5rem;
		margin-inline: 0;
	}
}

@media (min-width: 1100px) {
	.ebupress-hero__inner {
		grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
		column-gap: 4.25rem;
	}

	.ebupress-hero__visual {
		height: 21.25rem;
	}

	.ebupress-home-journals .ebupress-journal-grid:has(> li:nth-child(3)) {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ebupress-value-grid,
	.ebupress-audience-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 2.25rem;
		border-top: 0;
	}

	.ebupress-value-card,
	.ebupress-audience-card {
		border-bottom: 0;
		padding-top: 0.35rem;
	}

	.ebupress-home-catalogue__panel {
		grid-template-columns: 11rem minmax(0, 1.4fr) minmax(10rem, 0.8fr);
		column-gap: 1.75rem;
		align-items: center;
	}

	.ebupress-home-catalogue__meta {
		grid-column: auto;
		justify-self: end;
		text-align: right;
	}

	.ebupress-workflow {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 0;
		padding: 0.5rem 0 0;
	}

	.ebupress-workflow li {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
		padding: 0 2rem 0 0;
	}

	.ebupress-workflow li:not(:last-child)::after {
		top: 0.12rem;
		right: 0.55rem;
		bottom: auto;
		left: auto;
		font-size: 0.875rem;
		content: "→";
	}

	.ebupress-workflow__step {
		grid-row: auto;
		margin-bottom: 0.75rem;
		background-color: transparent;
		padding-right: 0;
	}
}

@media (max-width: 480px) {
	.ebupress-hero__title,
	.ebupress-hero__title.wp-block-heading {
		font-size: clamp(1.7rem, 7.8vw, 2.05rem);
		line-height: 1.18;
	}

	.ebupress-hero__actions .ebupress-btn,
	.ebupress-home-access .ebupress-btn,
	.ebupress-home-cta .ebupress-btn {
		width: 100%;
		white-space: normal;
		text-align: center;
	}

	.ebupress-home-journals .ebupress-journal-card {
		grid-template-columns: 6.75rem minmax(0, 1fr);
	}

	.ebupress-home-journals .ebupress-journal-card__cover {
		width: 6.75rem;
		max-height: 9.25rem;
	}

	.ebupress-value-card {
		grid-template-columns: 2.75rem minmax(0, 1fr);
		column-gap: 0.85rem;
		padding: 1.35rem 0 1.4rem;
	}

	.ebupress-value-card__mark {
		font-size: 1.35rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ebupress-btn,
	.ebupress-home-journals__all,
	.ebupress-home-journals .ebupress-journal-card,
	.ebupress-hero__sheet--a,
	.ebupress-hero__sheet--b,
	.ebupress-hero__sheet--c {
		transition: none;
		transform: none;
	}
}

/* -------------------------------------------------------------------------
 * Individual journal (/journals/{journal-code}/) — single-ebupress_journal.html
 * ------------------------------------------------------------------------- */

.ebupress-journal-single {
	width: 100%;
	background-color: var(--wp--preset--color--surface);
	padding-bottom: 4.5rem;
}

.ebupress-journal-single a:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 3px;
}

.ebupress-journal-single__identity {
	padding-top: 2rem;
}

.ebupress-journal-single__back {
	margin: 0 0 1.5rem;
	font-size: 0.875rem;
	font-weight: 600;
}

.ebupress-journal-single__back a {
	color: var(--wp--preset--color--accent);
	text-decoration: none;
}

.ebupress-journal-single__back a:hover {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.ebupress-journal-single__hero {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.75rem;
	align-items: start;
}

.ebupress-journal-single__cover {
	position: relative;
	width: min(100%, 14.5rem);
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background-color: var(--ebupress-surface-strong);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.ebupress-journal-single__cover:not(:has(img))::after {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ebupress-muted);
	content: "Journal";
	pointer-events: none;
}

.ebupress-journal-single__cover .wp-block-post-featured-image,
.ebupress-journal-single__cover img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}

.ebupress-journal-single__cover img {
	object-fit: cover;
}

.ebupress-journal-single__eyebrow {
	margin: 0 0 0.65rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
}

.ebupress-journal-single__title,
.ebupress-journal-single__title.wp-block-post-title {
	margin: 0 0 1rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: clamp(1.75rem, 3.6vw, 2.5rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: var(--wp--preset--color--contrast);
}

.ebupress-journal-single__excerpt,
.ebupress-journal-single__excerpt.wp-block-post-excerpt {
	margin: 0;
	max-width: 40rem;
	font-size: 1.0625rem;
	line-height: 1.7;
	color: var(--wp--preset--color--muted);
}

.ebupress-journal-single__excerpt p {
	margin: 0;
}

.ebupress-journal-single__nav {
	margin-top: 2.25rem;
	padding: 0.85rem 0;
	border-top: 1px solid var(--wp--preset--color--border);
	border-bottom: 1px solid var(--wp--preset--color--border);
	background-color: var(--wp--preset--color--base);
}

.ebupress-journal-single__nav-list,
.ebupress-journal-single__nav-list.wp-block-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ebupress-journal-single__nav-list li {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.ebupress-journal-single__nav-list .is-current span,
.ebupress-journal-single__nav-list .is-current a {
	color: var(--wp--preset--color--accent);
	border-bottom: 2px solid var(--wp--preset--color--accent);
	padding-bottom: 0.15rem;
	text-decoration: none;
}

.ebupress-journal-single__nav-list a {
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
}

.ebupress-journal-single__nav-list a:hover {
	color: var(--wp--preset--color--accent);
}

.ebupress-journal-single__nav-list .is-reserved span {
	color: var(--ebupress-muted);
	cursor: default;
}

.ebupress-journal-single__content {
	padding-top: 2.5rem;
}

.ebupress-journal-single__body,
.ebupress-journal-single__body.wp-block-post-content {
	font-size: 1.0625rem;
	line-height: 1.75;
	color: var(--wp--preset--color--contrast);
}

.ebupress-journal-single__body > *:first-child {
	margin-top: 0;
}

.ebupress-journal-single__body h2,
.ebupress-journal-single__body h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	letter-spacing: -0.015em;
	color: var(--wp--preset--color--contrast);
}

@media (min-width: 800px) {
	.ebupress-journal-single__identity {
		padding-top: 2.5rem;
	}

	.ebupress-journal-single__hero {
		grid-template-columns: 15.5rem minmax(0, 1fr);
		gap: 2.5rem;
		align-items: start;
	}

	.ebupress-journal-single__cover {
		width: 15.5rem;
	}

	.ebupress-journal-single__nav {
		margin-top: 2.5rem;
	}
}

/* -------------------------------------------------------------------------
 * Journal Single landing — single-ebupress_journal.html (Phase 19)
 * Scoped so Issue and Article interiors keep the shared journal-single chrome.
 * ------------------------------------------------------------------------- */

.ebupress-journal-landing {
	background-color: var(--ebupress-background);
	padding-bottom: 0;
}

.ebupress-journal-landing__identity {
	background-color: var(--ebupress-surface);
	border-bottom: 1px solid var(--ebupress-border);
}

.ebupress-journal-landing__inner {
	padding-top: 1.75rem;
	padding-bottom: 2.25rem;
}

.ebupress-journal-landing__back {
	margin: 0 0 1.75rem;
}

.ebupress-journal-landing__back a {
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
	color: var(--ebupress-primary);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.ebupress-journal-landing__back a:hover,
.ebupress-journal-landing__back a:focus-visible {
	color: var(--ebupress-primary-dark);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.ebupress-journal-landing__hero {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.75rem;
	align-items: start;
}

.ebupress-journal-landing__cover {
	position: relative;
	width: min(100%, 13.5rem);
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background-color: var(--ebupress-surface-strong);
	border: 1px solid var(--ebupress-border-strong);
	border-radius: 0;
	box-shadow: none;
}

.ebupress-journal-landing .ebupress-journal-single__cover:not(:has(img))::after {
	content: none;
}

.ebupress-journal-landing__cover:has(img) .ebupress-journal-cover-art {
	display: none;
}

.ebupress-journal-landing__cover .wp-block-post-featured-image,
.ebupress-journal-landing__cover img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.ebupress-journal-cover-art {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.15rem 1.05rem 1.2rem 1.35rem;
	background-color: var(--ebupress-surface);
	pointer-events: none;
}

.ebupress-journal-cover-art__spine {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background-color: var(--ebupress-primary);
}

.ebupress-journal-cover-art__kicker {
	margin-bottom: 0.45rem;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ebupress-primary);
}

.ebupress-journal-cover-art__code {
	font-family: var(--ebupress-font-heading);
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.1;
	color: var(--ebupress-text);
}

.ebupress-journal-cover-art__rule {
	display: block;
	width: 2.25rem;
	height: 3px;
	margin: 0.85rem 0 0.75rem;
	background-color: var(--ebupress-accent);
}

.ebupress-journal-cover-art__pub {
	font-size: 0.6875rem;
	letter-spacing: 0.04em;
	color: var(--ebupress-muted);
}

.ebupress-journal-landing__intro {
	min-width: 0;
	max-width: 42rem;
}

.ebupress-journal-landing__eyebrow {
	margin-bottom: 0.45rem;
}

.ebupress-journal-landing__publisher {
	margin: 0 0 1rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ebupress-muted);
}

.ebupress-journal-landing__title,
.ebupress-journal-landing__title.wp-block-post-title {
	margin: 0 0 1.15rem;
	overflow-wrap: break-word;
	font-family: var(--ebupress-font-heading);
	font-size: clamp(1.85rem, 3.8vw, 2.85rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.15;
	text-wrap: balance;
	color: var(--ebupress-text);
}

.ebupress-journal-landing__excerpt,
.ebupress-journal-landing__excerpt.wp-block-post-excerpt {
	margin: 0 0 1.5rem;
	max-width: 38rem;
	font-size: 1.0625rem;
	line-height: 1.75;
	color: var(--ebupress-muted);
}

.ebupress-journal-landing__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 0.85rem;
	margin: 0;
}

.ebupress-journal-landing__actions .ebupress-btn {
	box-sizing: border-box;
	max-width: 100%;
}

.ebupress-journal-landing__meta {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 2rem 0 0;
	padding: 0;
	border-top: 1px solid var(--ebupress-border);
}

.ebupress-journal-landing__meta-item {
	display: grid;
	grid-template-columns: 8.5rem minmax(0, 1fr);
	gap: 0.75rem 1rem;
	margin: 0;
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--ebupress-border);
}

.ebupress-journal-landing__meta dt {
	margin: 0;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ebupress-muted);
}

.ebupress-journal-landing__meta dd {
	margin: 0;
	font-family: var(--ebupress-font-heading);
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--ebupress-text);
}

.ebupress-journal-landing__nav-wrap {
	border-bottom: 1px solid var(--ebupress-border);
	background-color: var(--ebupress-background);
}

.ebupress-journal-landing .ebupress-journal-single__nav {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	overflow-x: auto;
}

.ebupress-journal-landing .ebupress-journal-single__nav-list {
	flex-wrap: nowrap;
	gap: 0;
	min-height: 3.25rem;
}

.ebupress-journal-landing .ebupress-journal-single__nav-list li {
	flex: 0 0 auto;
}

.ebupress-journal-landing .ebupress-journal-single__nav-list a,
.ebupress-journal-landing .ebupress-journal-single__nav-list .is-current span,
.ebupress-journal-landing .ebupress-journal-single__nav-list .is-reserved span {
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
	padding: 0.35rem 1.05rem 0.45rem;
	border-bottom: 2px solid transparent;
}

.ebupress-journal-landing .ebupress-journal-single__nav-list .is-current span,
.ebupress-journal-landing .ebupress-journal-single__nav-list .is-current a {
	color: var(--ebupress-primary);
	border-bottom-color: var(--ebupress-primary);
}

.ebupress-journal-landing__body-wrap {
	padding-top: 0.25rem;
	padding-bottom: var(--ebupress-section-y);
}

.ebupress-journal-landing__section {
	max-width: 52rem;
	padding-top: calc(var(--ebupress-section-y) - 0.35rem);
	padding-bottom: 0.35rem;
	border-top: 1px solid var(--ebupress-border);
}

.ebupress-journal-landing__section:first-child {
	border-top: 0;
}

.ebupress-journal-landing__heading,
.ebupress-journal-landing__heading.wp-block-heading {
	margin: 0 0 0.75rem;
	font-family: var(--ebupress-font-heading);
	font-size: clamp(1.55rem, 2.6vw, 2.1rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.22;
	color: var(--ebupress-text);
}

.ebupress-journal-landing__subhead {
	margin: -0.25rem 0 0.85rem;
	font-size: 0.9375rem;
	color: var(--ebupress-muted);
}

.ebupress-journal-landing__lede {
	margin: 0 0 1.15rem;
	max-width: 40rem;
	font-size: 1.0625rem;
	line-height: 1.75;
	color: var(--ebupress-muted);
}

.ebupress-journal-landing__subheading {
	margin: 1.75rem 0 0.85rem;
	font-family: var(--ebupress-font-heading);
	font-size: 1.15rem;
	font-weight: 600;
}

.ebupress-journal-landing__section-cta {
	margin: 1rem 0 0;
}

.ebupress-journal-article-list,
.ebupress-journal-issue-list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--ebupress-border);
}

.ebupress-journal-article-list__item,
.ebupress-journal-issue-list__item {
	margin: 0;
	padding: 1.15rem 0 1.2rem;
	border-bottom: 1px solid var(--ebupress-border);
}

.ebupress-journal-issue-list__item {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.45rem 1.25rem;
}

.ebupress-journal-article-list__title,
.ebupress-journal-issue-list__title {
	margin: 0 0 0.35rem;
	font-family: var(--ebupress-font-heading);
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.35;
}

.ebupress-journal-article-list__title a,
.ebupress-journal-issue-list__title a {
	color: var(--ebupress-text);
	text-decoration: none;
}

.ebupress-journal-article-list__title a:hover,
.ebupress-journal-article-list__title a:focus-visible,
.ebupress-journal-issue-list__title a:hover,
.ebupress-journal-issue-list__title a:focus-visible {
	color: var(--ebupress-primary);
}

.ebupress-journal-article-list__authors {
	margin: 0 0 0.35rem;
	font-size: 0.9375rem;
	color: var(--ebupress-text);
}

.ebupress-journal-article-list__facts,
.ebupress-journal-issue-list__full {
	margin: 0;
	font-size: 0.8125rem;
	letter-spacing: 0.01em;
	color: var(--ebupress-muted);
}

.ebupress-journal-issue-list__copy {
	min-width: 0;
	flex: 1 1 16rem;
}

@media (min-width: 800px) {
	.ebupress-journal-landing__inner {
		padding-top: 2.25rem;
		padding-bottom: 2.6rem;
	}

	.ebupress-journal-landing__hero {
		grid-template-columns: 13.75rem minmax(0, 1fr);
		column-gap: 3rem;
		align-items: start;
	}

	.ebupress-journal-landing__cover {
		width: 13.75rem;
	}

	.ebupress-journal-landing__meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 2.5rem;
	}

	.ebupress-journal-landing__meta-item {
		grid-template-columns: 1fr;
		gap: 0.35rem;
		padding: 1rem 0 1.05rem;
	}
}

@media (max-width: 480px) {
	.ebupress-journal-landing__title,
	.ebupress-journal-landing__title.wp-block-post-title {
		font-size: clamp(1.65rem, 8vw, 2.05rem);
		line-height: 1.18;
	}

	.ebupress-journal-landing__actions .ebupress-btn {
		width: 100%;
		white-space: normal;
		text-align: center;
	}

	.ebupress-journal-landing__meta-item {
		grid-template-columns: 1fr;
		gap: 0.3rem;
	}

	.ebupress-journal-landing .ebupress-journal-single__nav-list a,
	.ebupress-journal-landing .ebupress-journal-single__nav-list span {
		padding-left: 0.7rem;
		padding-right: 0.7rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ebupress-journal-landing .ebupress-btn,
	.ebupress-journal-landing a {
		transition: none;
	}
}

.ebupress-issue-card__cover:not(:has(img))::after,
.ebupress-issue-single__cover:not(:has(img))::after {
	content: "Issue";
}

.ebupress-issue-directory .ebupress-journal-hero__eyebrow {
	margin: 0 0 0.65rem;
}

.ebupress-article-card__cover:not(:has(img))::after {
	content: "Article";
}

.ebupress-article-directory .ebupress-journal-hero__eyebrow {
	margin: 0 0 0.65rem;
}

/* -------------------------------------------------------------------------
 * Article single — single-ebupress_article.html
 * ------------------------------------------------------------------------- */

.ebupress-article-single {
	width: 100%;
	background-color: var(--wp--preset--color--surface);
	padding-bottom: 4.5rem;
}

.ebupress-article-single a:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 3px;
}

.ebupress-article-single__identity {
	padding-top: 1.75rem;
}

.ebupress-article-breadcrumb {
	margin: 0 0 1.75rem;
}

.ebupress-article-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.2rem 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.5;
}

.ebupress-article-breadcrumb__list li {
	display: inline-flex;
	align-items: center;
	margin: 0;
	max-width: 100%;
}

.ebupress-article-breadcrumb__list li:not(:last-child)::after {
	margin: 0 0.55rem;
	font-weight: 500;
	color: var(--ebupress-muted);
	content: "/";
}

.ebupress-article-breadcrumb__list a {
	color: var(--wp--preset--color--accent);
	text-decoration: none;
}

.ebupress-article-breadcrumb__list a:hover {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.ebupress-article-single__header {
	max-width: 46rem;
}

.ebupress-article-context {
	margin: 0 0 1.15rem;
}

.ebupress-article-context__code {
	margin: 0 0 0.4rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent);
}

.ebupress-article-context__journal,
.ebupress-article-context__issue {
	margin: 0;
}

.ebupress-article-context__journal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--wp--preset--color--contrast);
}

.ebupress-article-context__journal a {
	color: inherit;
	text-decoration: none;
}

.ebupress-article-context__journal a:hover {
	color: var(--wp--preset--color--accent);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.ebupress-article-context__issue {
	margin-top: 0.2rem;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: var(--wp--preset--color--muted);
}

.ebupress-article-context__issue a {
	color: var(--wp--preset--color--muted);
	text-decoration: none;
}

.ebupress-article-context__issue a:hover {
	color: var(--wp--preset--color--accent);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.ebupress-article-single__title,
.ebupress-article-single__title.wp-block-post-title {
	margin: 0 0 1.15rem;
	overflow-wrap: anywhere;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: clamp(1.85rem, 4vw, 2.65rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.22;
	color: var(--wp--preset--color--contrast);
	hyphens: none;
	white-space: normal;
}

.ebupress-article-meta {
	margin: 0;
}

.ebupress-article-meta__label {
	display: block;
	margin-bottom: 0.28rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
}

.ebupress-article-authors {
	margin: 0 0 0.7rem;
}

.ebupress-article-authors__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.125rem;
	line-height: 1.6;
	color: var(--wp--preset--color--contrast);
}

.ebupress-article-authors__list li {
	margin: 0;
}

.ebupress-article-authors__list li:not(:last-child)::after {
	content: ", ";
}

.ebupress-article-author__name {
	color: inherit;
}

a.ebupress-article-author__name {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgba(15, 76, 58, 0.28);
}

a.ebupress-article-author__name:visited {
	color: inherit;
}

a.ebupress-article-author__name:hover {
	color: var(--wp--preset--color--accent);
	border-bottom-color: var(--wp--preset--color--accent);
}

.ebupress-article-author__corr {
	margin-left: 0.08em;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.85em;
	font-weight: 700;
	color: var(--wp--preset--color--accent);
}

.ebupress-article-author__aff {
	margin-left: 0.12em;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.68em;
	font-weight: 600;
}

.ebupress-article-author__aff a {
	color: var(--wp--preset--color--accent);
	text-decoration: none;
}

.ebupress-article-orcid {
	display: inline-flex;
	align-items: center;
	margin-left: 0.28em;
	vertical-align: middle;
	line-height: 0;
}

.ebupress-article-orcid__icon {
	display: block;
}

.ebupress-article-affiliations {
	margin: 0 0 1rem;
}

.ebupress-article-affiliations__list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--wp--preset--color--muted);
}

.ebupress-article-affiliations__list li {
	margin: 0 0 0.28rem;
	scroll-margin-top: 5.5rem;
}

.ebupress-article-affiliations__list li:target {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 4px;
	border-radius: 2px;
}

.ebupress-article-affiliations__num {
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
}

.ebupress-article-corresponding {
	margin: 0 0 1.25rem;
	padding: 0.7rem 0.85rem;
	border-left: 3px solid var(--wp--preset--color--accent);
	background-color: var(--wp--preset--color--base);
}

.ebupress-article-corresponding__line {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.55;
}

.ebupress-article-corresponding__name {
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
}

a.ebupress-article-corresponding__email {
	color: var(--wp--preset--color--accent);
	text-decoration: underline;
	text-underline-offset: 0.16em;
	word-break: break-word;
}

.ebupress-article-record {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem 1.75rem;
	align-items: stretch;
	margin: 0 0 0.25rem;
	padding: 1.15rem 1.2rem;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 4px;
	background-color: var(--wp--preset--color--base);
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.ebupress-article-record__main {
	flex: 1 1 16rem;
	min-width: 0;
}

.ebupress-article-record__actions {
	display: flex;
	align-items: center;
	margin: 0;
}

.ebupress-article-history {
	margin: 0 0 1rem;
}

.ebupress-article-history:last-child {
	margin-bottom: 0;
}

.ebupress-article-history__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--wp--preset--color--muted);
}

.ebupress-article-history__stage {
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
}

.ebupress-article-facts {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.85rem 1.5rem;
}

.ebupress-article-type,
.ebupress-article-pubdate,
.ebupress-article-doi,
.ebupress-article-pdf {
	margin: 0;
}

.ebupress-article-type__value {
	display: inline-block;
	padding: 0.2rem 0.55rem;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 3px;
	background-color: var(--wp--preset--color--surface);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.3;
	color: var(--wp--preset--color--contrast);
}

.ebupress-article-pubdate time {
	font-size: 0.9375rem;
	line-height: 1.5;
	color: var(--wp--preset--color--contrast);
}

.ebupress-article-doi__link {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--wp--preset--color--accent);
	text-decoration: underline;
	text-underline-offset: 0.18em;
	word-break: break-word;
}

.ebupress-article-doi__link:hover {
	color: var(--ebupress-primary-dark);
}

.ebupress-article-pdf__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1.15rem;
	border: 0;
	border-radius: 3px;
	background-color: var(--wp--preset--color--accent);
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.ebupress-article-pdf__link:hover {
	background-color: var(--ebupress-primary-dark);
	color: #fff;
	text-decoration: none;
}

.ebupress-article-single__content {
	padding-top: 2.25rem;
}

.ebupress-article-body {
	max-width: 46rem;
}

.ebupress-article-abstract {
	margin: 0 0 2rem;
	padding: 1.35rem 1.4rem 1.45rem;
	border-left: 4px solid var(--wp--preset--color--accent);
	background-color: var(--wp--preset--color--base);
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.ebupress-article-abstract__heading,
.ebupress-article-keywords__heading {
	margin: 0 0 0.75rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1.3;
	color: var(--wp--preset--color--contrast);
}

.ebupress-article-abstract__text {
	font-size: 1.0625rem;
	line-height: 1.75;
	color: var(--wp--preset--color--contrast);
}

.ebupress-article-abstract__text p {
	margin: 0 0 0.9rem;
}

.ebupress-article-abstract__text p:last-child {
	margin-bottom: 0;
}

.ebupress-article-keywords {
	margin: 0;
}

.ebupress-article-keywords__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ebupress-article-keywords__list li {
	margin: 0;
}

.ebupress-article-keyword {
	display: inline-block;
	padding: 0.28rem 0.65rem;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 999px;
	background-color: var(--wp--preset--color--base);
	font-size: 0.8125rem;
	line-height: 1.4;
	color: var(--wp--preset--color--contrast);
}

@media (min-width: 800px) {
	.ebupress-article-single__identity {
		padding-top: 2.25rem;
	}

	.ebupress-article-facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ebupress-article-record {
		padding: 1.25rem 1.4rem;
	}

	.ebupress-article-abstract {
		padding: 1.6rem 1.75rem 1.7rem;
	}
}

@media (max-width: 699px) {
	.ebupress-article-authors__list {
		font-size: 1.0625rem;
	}

	.ebupress-article-record {
		flex-direction: column;
		padding: 1rem;
	}

	.ebupress-article-pdf__link {
		width: 100%;
	}

	.ebupress-article-abstract {
		padding: 1.1rem 1rem 1.2rem;
	}

	.ebupress-article-single__title,
	.ebupress-article-single__title.wp-block-post-title {
		font-size: clamp(1.55rem, 7vw, 1.95rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ebupress-article-affiliations__list li {
		scroll-margin-top: 1rem;
	}
}
