﻿/* plugins/themes/uhiportalv2/styles/uhiportal.css
 * PORTAL JURNAL â€” black / white / red academic mockup
 */

:root {
	--red: #E62129;
	--red-dark: #C41B22;
	--black: #111111;
	--ink: #1A1A1A;
	--grey-50: #F7F7F7;
	--grey-100: #EFEFEF;
	--grey-200: #E2E2E2;
	--grey-300: #C8C8C8;
	--grey-500: #777777;
	--grey-600: #555555;
	--white: #FFFFFF;

	--text-strong: var(--black);
	--text-default: var(--ink);
	--text-sub: var(--grey-500);
	--text-muted: var(--grey-600);
	--border: #D0D0D0;
	--border-strong: var(--black);
	--surface: var(--white);
	--surface-muted: var(--grey-50);
	--accent: var(--red);

	--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--font-mono: "DM Mono", "Courier New", ui-monospace, monospace;
	--fw-regular: 400;
	--fw-medium: 500;
	--fw-semibold: 600;
	--fw-bold: 700;
	--fw-black: 800;

	--container-max: 1120px;
	--container-gutter: clamp(16px, 4vw, 28px);
	--radius: 0;
}

* { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	scrollbar-gutter: stable;
	overflow-y: scroll;
}

body {
	margin: 0;
	background: var(--surface);
	color: var(--text-default);
	font-family: var(--font-sans);
	font-size: 14px;
	line-height: 1.55;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-sans);
	font-weight: var(--fw-black);
	letter-spacing: -.02em;
	color: var(--text-strong);
	line-height: 1.15;
	margin: 0 0 12px 0;
	text-transform: none;
}

a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--red-dark); text-decoration: underline; }

img { max-width: 100%; height: auto; display: block; }

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

a:focus-visible, button:focus-visible, input:focus-visible, [tabindex]:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

.uhp-container {
	width: 100%;
	max-width: min(100%, var(--container-max));
	margin: 0 auto;
	padding-left: var(--container-gutter);
	padding-right: var(--container-gutter);
}

.uhp-icon { display: inline-block; vertical-align: middle; width: 18px; height: 18px; }

/* Skip links */
.uhp-skip-links a {
	position: absolute; left: -9999px; top: 0;
	background: var(--black); color: #fff;
	padding: 8px 16px; z-index: 100;
}
.uhp-skip-links a:focus { left: 16px; top: 16px; }

/* ==========================================================================
   Utility bar
   ========================================================================== */
.uhp-utility-bar {
	background: #000;
	color: rgba(255,255,255,.82);
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.uhp-utility-bar .uhp-container {
	display: flex; align-items: center; justify-content: space-between;
	gap: 16px; min-height: 36px;
}
.uhp-utility-left { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.uhp-utility-left a { color: rgba(255,255,255,.82); text-decoration: none; }
.uhp-utility-left a:hover { color: #fff; text-decoration: none; }
.uhp-utility-right { display: flex; gap: 14px; align-items: center; }
.uhp-utility-right a { color: rgba(255,255,255,.9); text-decoration: none; font-family: var(--font-mono); text-transform: uppercase; letter-spacing: .06em; font-size: 11px; }
.uhp-utility-right a:hover { color: #fff; text-decoration: none; }
.uhp-utility-right a.uhp-login {
	background: var(--red); color: #fff; padding: 6px 14px; font-weight: var(--fw-bold);
}
.uhp-utility-right a.uhp-login:hover { background: var(--red-dark); color: #fff; }
.uhp-utility-right .uhp-nav-list { display: flex; gap: 12px; list-style: none; margin: 0; padding: 0; }
.uhp-utility-right .uhp-nav-list li a { height: auto; padding: 0; color: rgba(255,255,255,.88); border: none; }
.uhp-utility-right .uhp-nav-list > li > ul { display: none; }

/* ==========================================================================
   Brand header
   ========================================================================== */
.uhp-header {
	background: var(--white);
	border-bottom: none;
}
.uhp-header-bar {
	display: flex; align-items: flex-end; gap: 24px;
	padding-top: 28px; padding-bottom: 26px;
}
.uhp-brand {
	display: flex; flex-direction: column; gap: 10px; text-decoration: none; flex: none;
}
.uhp-brand:hover { text-decoration: none; }
.uhp-brand-eyebrow {
	font-family: var(--font-mono);
	font-size: 11px; font-weight: var(--fw-medium); letter-spacing: .08em;
	text-transform: uppercase; color: var(--red); line-height: 1.2;
}
.uhp-brand-title {
	display: flex; flex-direction: column; gap: 0;
	font-size: clamp(42px, 7vw, 72px); font-weight: var(--fw-black);
	letter-spacing: -.04em; line-height: .92; color: var(--black); text-transform: uppercase;
}
.uhp-brand-line { display: block; }
.uhp-brand-mark { display: none; }
.uhp-header-meta {
	margin-left: auto; text-align: right;
	font-family: var(--font-mono); font-size: 12px; line-height: 1.55;
	letter-spacing: .04em; text-transform: uppercase; color: var(--black);
	display: flex; flex-direction: column; gap: 2px; padding-bottom: 4px;
}
.uhp-header-meta .uhp-meta-accent { color: var(--red); font-weight: var(--fw-bold); }

.uhp-nav-toggle, .uhp-search-toggle {
	display: none; align-items: center; justify-content: center;
	width: 40px; height: 40px; background: transparent; border: 1px solid var(--border-strong);
	color: var(--black); cursor: pointer; flex: none;
	align-self: center;
}

/* Nav row */
.uhp-nav-row {
	border-top: 1px solid var(--black);
	border-bottom: 1px solid var(--black);
	background: var(--white);
}
.uhp-nav-row .uhp-container {
	display: flex; align-items: stretch; gap: 0; justify-content: space-between; padding-left: 0; padding-right: 0;
	max-width: min(100%, var(--container-max));
}
.uhp-nav-row .uhp-container > .uhp-nav-list {
	padding-left: var(--container-gutter);
}
.uhp-nav-list {
	list-style: none; margin: 0; padding: 0; display: flex; gap: 0;
	font-family: var(--font-mono); font-size: 12px;
	font-weight: var(--fw-medium); letter-spacing: .06em; text-transform: uppercase; flex-wrap: wrap;
}
.uhp-nav-list > li { position: relative; }
.uhp-nav-list > li > a {
	padding: 0 16px; height: 46px; display: inline-flex; align-items: center;
	color: var(--black); text-decoration: none; border-right: 1px solid var(--grey-200);
}
.uhp-nav-list > li:first-child > a { border-left: 1px solid var(--grey-200); }
.uhp-nav-list > li > a:hover { background: var(--grey-50); text-decoration: none; color: var(--black); }
.uhp-nav-list > li.current > a,
.uhp-nav-list > li > a[aria-current="page"],
body.pkp_page_index.pkp_op_index .uhp-nav-row .uhp-nav-list > li:first-child > a {
	background: var(--red); color: #fff;
}
.uhp-nav-list > li > ul {
	list-style: none; margin: 0; padding: 0; display: none; position: absolute;
	top: 100%; left: 0; min-width: 200px; background: #fff; border: 1px solid var(--border-strong); z-index: 30;
}
.uhp-nav-list > li:hover > ul { display: block; }
.uhp-nav-list > li > ul li a {
	display: block; padding: 10px 14px; color: var(--black); border-bottom: 1px solid var(--grey-200);
	font-size: 12px; text-decoration: none; border-right: none; height: auto;
}
.uhp-nav-list > li > ul li a:hover { background: var(--grey-50); }

.uhp-nav-search {
	display: flex; align-items: center; margin-left: auto; flex: 1; max-width: 360px;
	border-left: 1px solid var(--grey-200); padding-right: var(--container-gutter);
}
.uhp-nav-search .uhp-search-form {
	display: flex; align-items: center; gap: 6px; height: 46px; width: 100%; padding: 0 16px;
}
.uhp-nav-search input {
	border: none; background: transparent; width: 100%; font-size: 11px;
	letter-spacing: .06em; text-transform: uppercase; color: var(--text-sub);
	font-family: var(--font-mono);
}
.uhp-nav-search input::placeholder { color: var(--grey-300); }
.uhp-nav-search button { display: none; }

.uhp-header-search { display: none; }
.uhp-nav-drawer { display: none; }
#uhpSearchFormMobile { display: none; }

@media (max-width: 900px) {
	.uhp-nav-toggle, .uhp-search-toggle { display: inline-flex; }
	.uhp-nav-row { display: none; }
	.uhp-header-meta { display: none; }
	.uhp-header-bar { align-items: center; padding-top: 16px; padding-bottom: 16px; }
	.uhp-brand-title { font-size: 36px; }
	.uhp-nav-drawer {
		display: none; flex-direction: column; background: #fff; border-top: 1px solid var(--border);
	}
	.uhp-nav-drawer.is-open { display: flex; }
	.uhp-nav-drawer .uhp-nav-list { flex-direction: column; }
	.uhp-nav-drawer .uhp-nav-list > li > a {
		height: auto; padding: 12px 20px; width: 100%; border: none; border-bottom: 1px solid var(--grey-200);
	}
	.uhp-nav-drawer .uhp-nav-list > li > ul { position: static; display: block; border: none; }
	#uhpSearchFormMobile.is-open {
		display: flex; padding: 12px 20px; gap: 8px; border-top: 1px solid var(--border);
	}
	#uhpSearchFormMobile.is-open input {
		flex: 1; border: 1px solid var(--border-strong); padding: 8px 10px; text-transform: none; letter-spacing: 0;
		font-family: var(--font-sans);
	}
}

/* Announcement strip */
.uhp-announce-strip {
	background: var(--red); color: #fff;
	font-family: var(--font-mono); font-size: 11.5px; font-weight: var(--fw-medium);
	letter-spacing: .06em; text-transform: uppercase;
}
.uhp-announce-strip .uhp-container {
	padding-top: 10px; padding-bottom: 10px;
}
.uhp-announce-strip a { color: #fff; text-decoration: underline; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.uhp-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	height: 40px; padding: 0 18px; border-radius: 0;
	font-size: 12.5px; font-weight: var(--fw-bold); letter-spacing: .04em; text-transform: uppercase;
	cursor: pointer; border: 1px solid transparent;
	background: var(--black); color: #fff; text-decoration: none;
}
.uhp-btn:hover { background: #000; color: #fff; text-decoration: none; }
.uhp-btn.uhp-btn-red { background: var(--red); border-color: var(--red); }
.uhp-btn.uhp-btn-red:hover { background: var(--red-dark); color: #fff; }
.uhp-btn.uhp-btn-outline {
	background: transparent; border-color: var(--border-strong); color: var(--black);
}
.uhp-btn.uhp-btn-outline:hover { background: var(--grey-50); color: var(--black); }
.uhp-btn.uhp-btn-sm { height: 34px; padding: 0 14px; font-size: 11.5px; }
.uhp-btn.uhp-btn-xs { height: 28px; padding: 0 10px; font-size: 11px; }
.uhp-btn.uhp-btn-full { width: 100%; }
.uhp-btn.uhp-btn-light { background: #fff; color: var(--black); border-color: #fff; }
.uhp-btn.uhp-btn-outline-invert {
	background: transparent; border-color: rgba(255,255,255,.7); color: #fff;
}

/* ==========================================================================
   Subhero (interior pages) â€” white band like Archives mockup
   ========================================================================== */
.uhp-subhero,
.uhp-subhero-plain {
	position: relative;
	background: var(--white);
	border-bottom: 2px solid var(--black);
}
.uhp-subhero .uhp-container,
.uhp-subhero-plain .uhp-container {
	padding-top: 28px; padding-bottom: 22px;
	display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px;
}
.uhp-subhero-copy { flex: 1; min-width: 0; }
.uhp-subhero h1,
.uhp-subhero-plain h1 {
	color: var(--black); font-size: clamp(28px, 4vw, 40px); margin: 0 0 10px;
	text-transform: uppercase; letter-spacing: -.03em;
}
.uhp-subhero p,
.uhp-subhero-plain p {
	color: var(--text-muted); font-size: 14.5px; max-width: 62ch; margin: 0; font-weight: var(--fw-medium);
}
.uhp-subhero-tools { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }

.uhp-year-filter {
	display: inline-flex; gap: 6px; flex-wrap: wrap;
}
.uhp-year-filter a,
.uhp-year-filter span {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 64px; height: 34px; padding: 0 12px;
	border: 1px solid var(--border-strong); background: #fff; color: var(--black);
	font-size: 12px; font-weight: var(--fw-bold); text-decoration: none; letter-spacing: .03em;
}
.uhp-year-filter a:hover { background: var(--grey-50); text-decoration: none; }
.uhp-year-filter a.is-active,
.uhp-year-filter span.is-active {
	background: var(--black); color: #fff;
}

/* Breadcrumbs */
.uhp-breadcrumbs, .cmp_breadcrumbs {
	display: flex; align-items: center; gap: 8px; font-size: 11.5px; margin-bottom: 12px;
	flex-wrap: wrap; color: var(--text-sub); letter-spacing: .04em; text-transform: uppercase;
}
.uhp-breadcrumbs a, .cmp_breadcrumbs a { color: var(--text-sub); }
.cmp_breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 0; padding: 0; }
.cmp_breadcrumbs li { display: flex; align-items: center; gap: 6px; }
.cmp_breadcrumbs .separator { color: var(--grey-300); }
.cmp_breadcrumbs .current span { color: var(--black); font-weight: var(--fw-bold); }

/* ==========================================================================
   Homepage hero
   ========================================================================== */
.uhp-hero {
	background: var(--white);
	border-bottom: 1px solid var(--border);
}
.uhp-hero-overlay { display: none; }
.uhp-hero-inner {
	padding-top: 36px; padding-bottom: 40px;
	display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: start;
}
.uhp-hero-cover {
	width: 100%; aspect-ratio: 3/4; border: 1px solid var(--border-strong);
	background: var(--black); overflow: hidden;
}
.uhp-hero-cover img { width: 100%; height: 100%; object-fit: cover; }
.uhp-hero-cover-ph {
	width: 100%; height: 100%; display: grid; place-items: center;
	color: #fff; font-weight: var(--fw-bold); text-align: center; padding: 16px; font-size: 18px;
}
.uhp-hero-eyebrow {
	font-size: 11px; font-weight: var(--fw-bold); letter-spacing: .1em; text-transform: uppercase;
	color: var(--red); margin-bottom: 10px;
}
.uhp-hero h1 {
	font-size: clamp(26px, 3.5vw, 36px); color: var(--black); margin-bottom: 12px;
	max-width: none; text-transform: none;
}
.uhp-hero p {
	font-size: 14.5px; color: var(--text-muted); max-width: 58ch; margin: 0 0 18px;
}
.uhp-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 8px; }
.uhp-hero-meta {
	display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0 18px;
}
.uhp-chip {
	display: inline-flex; align-items: center; height: 28px; padding: 0 10px;
	border: 1px solid var(--border); font-size: 11px; font-weight: var(--fw-bold);
	letter-spacing: .04em; text-transform: uppercase; color: var(--black); background: #fff;
}
.uhp-chip.accent { color: var(--red); border-color: var(--red); }
.uhp-chip.solid { background: var(--black); color: #fff; border-color: var(--black); }
.uhp-chip.solid-red { background: var(--red); color: #fff; border-color: var(--red); }

@media (max-width: 900px) {
	.uhp-hero-inner { grid-template-columns: 1fr; gap: 24px; }
	.uhp-hero-cover { max-width: 220px; }
}

/* ==========================================================================
   Layout
   ========================================================================== */
.uhp-layout {
	max-width: min(100%, var(--container-max)); margin: 0 auto;
	padding: 36px var(--container-gutter) 60px;
	display: grid; grid-template-columns: 1fr 280px; gap: 40px; align-items: start;
}
.uhp-layout.uhp-layout-narrow-side { grid-template-columns: 1fr 260px; }
.uhp-layout.uhp-layout-nav-side { grid-template-columns: 220px 1fr; }
.uhp-main { min-width: 0; }
.uhp-aside { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 16px; }

@media (max-width: 960px) {
	.uhp-layout, .uhp-layout.uhp-layout-narrow-side, .uhp-layout.uhp-layout-nav-side {
		grid-template-columns: 1fr;
	}
	.uhp-aside { position: static; }
}

.uhp-page-body {
	max-width: min(100%, var(--container-max));
	margin: 0 auto;
	padding: 32px var(--container-gutter) 60px;
}

.pkp_structure_main > .page {
	max-width: min(100%, var(--container-max)); margin: 0 auto;
	padding: 30px var(--container-gutter) 60px;
}
.pkp_structure_main > .page.page_issue_archive,
.pkp_structure_main > .page.page_announcements,
.pkp_structure_main > .page.page_submissions,
.pkp_structure_main > .page.page_issue,
.pkp_structure_main > .page.page_about,
.pkp_structure_main > .page.page_contact,
.pkp_structure_main > .page.page_search,
.pkp_structure_main > .page.page_article,
.pkp_structure_main > .page.page_login,
.pkp_structure_main > .page.page_register,
.pkp_structure_main > .page.page_announcement,
.pkp_structure_main > .page.page_editorial_team,
.pkp_structure_main > .page.page_privacy,
.pkp_structure_main > .page.page_lost_password,
.pkp_structure_main > .page_index_journal {
	max-width: none; width: 100%; padding: 0; margin: 0;
}

.uhp-section-heading {
	display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 8px;
}
.uhp-section-heading h2 {
	font-size: 18px; margin: 0; text-transform: uppercase; letter-spacing: .04em;
}
.uhp-section-sub { font-size: 13px; color: var(--text-sub); margin: 0 0 20px; }
.uhp-more-link {
	font-size: 12px; font-weight: var(--fw-bold); letter-spacing: .04em; text-transform: uppercase;
	display: inline-flex; align-items: center; gap: 5px; color: var(--black);
}
.uhp-more-link:hover { color: var(--red); }

.uhp-count-label {
	font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase;
	color: var(--text-sub); margin-bottom: 16px; font-weight: var(--fw-semibold);
}

/* Cards / boxes */
.uhp-card, .uhp-box {
	background: var(--white); border: 1px solid var(--border-strong); padding: 16px;
}
.uhp-card-flush { padding: 0; overflow: hidden; }
.uhp-card-tight { padding: 14px 16px; }
.uhp-card-title {
	font-size: 12px; font-weight: var(--fw-bold); letter-spacing: .08em;
	text-transform: uppercase; margin-bottom: 12px; color: var(--black);
}
.uhp-box-dark {
	background: var(--black); color: #fff; border-color: var(--black); padding: 18px;
}
.uhp-box-dark .uhp-card-title { color: #fff; }
.uhp-box-dark p { color: rgba(255,255,255,.78); }
.uhp-box-dark a:not(.uhp-btn) { color: #fff; }

.uhp-tint-card, .uhp-cta-card {
	border: 1px solid var(--border-strong); padding: 16px; background: var(--grey-50);
}
.uhp-cta-card { background: #fff; }
.uhp-alert {
	border: 1px solid var(--red); padding: 14px 16px; margin-bottom: 20px; background: #fff;
}
.uhp-alert p { margin: 0; }

/* Badges */
.uhp-badge {
	display: inline-flex; align-items: center; gap: 6px; height: 22px; padding: 0 8px;
	font-size: 10.5px; font-weight: var(--fw-bold); letter-spacing: .06em; text-transform: uppercase;
	border: 1px solid var(--border-strong); background: #fff; color: var(--black);
}
.uhp-badge.brand, .uhp-badge.red { background: var(--red); border-color: var(--red); color: #fff; }
.uhp-badge.solid { background: var(--black); border-color: var(--black); color: #fff; }
.uhp-badge.neutral { background: #fff; }

/* Grids */
.uhp-grid { display: grid; gap: 20px; }
.uhp-grid-2 { grid-template-columns: repeat(2, 1fr); }
.uhp-grid-3 { grid-template-columns: repeat(3, 1fr); }
.uhp-grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) {
	.uhp-grid-3, .uhp-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.uhp-grid-2, .uhp-grid-3, .uhp-grid-4 { grid-template-columns: 1fr; }
}

/* Issue archive cards */
.uhp-issue-card { display: block; color: inherit; text-decoration: none; }
.uhp-issue-card:hover { text-decoration: none; color: inherit; }
.uhp-issue-cover, .uhp-issue-cover-placeholder {
	position: relative; aspect-ratio: 3/4; background: var(--black); overflow: hidden;
	border-bottom: 1px solid var(--border-strong);
}
.uhp-issue-cover img { width: 100%; height: 100%; object-fit: cover; }
.uhp-issue-cover-placeholder {
	display: grid; place-items: center; color: #fff; padding: 16px; text-align: center;
}
.uhp-issue-cover .uhp-badge {
	position: absolute; top: 10px; left: 10px;
}
.uhp-issue-body { padding: 14px 14px 16px; }
.uhp-issue-title {
	font-size: 14.5px; font-weight: var(--fw-bold); line-height: 1.35; margin: 8px 0 8px; color: var(--black);
}
.uhp-issue-meta {
	font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--text-sub);
}

/* Numbered article list (TOC / homepage) */
.uhp-toc-list { display: flex; flex-direction: column; counter-reset: toc; }
.uhp-toc-item {
	display: grid; grid-template-columns: 56px 1fr auto; gap: 16px; align-items: start;
	padding: 18px 0; border-bottom: 1px solid var(--grey-200);
}
.uhp-toc-item:first-child { border-top: 1px solid var(--grey-200); }
.uhp-toc-num {
	font-size: 28px; font-weight: var(--fw-black); color: var(--red); line-height: 1; letter-spacing: -.03em;
}
.uhp-toc-num::before {
	counter-increment: toc;
	content: counter(toc, decimal-leading-zero);
}
.uhp-toc-meta {
	font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--text-sub); margin-bottom: 6px;
}
.uhp-toc-title {
	font-size: 16px; font-weight: var(--fw-bold); margin: 0 0 6px; line-height: 1.3;
}
.uhp-toc-title a { color: var(--black); text-decoration: none; }
.uhp-toc-title a:hover { color: var(--red); }
.uhp-toc-authors { font-size: 13px; color: var(--text-sub); margin: 0; }

.obj_article_summary.uhp-toc-wrap {
	border: none; padding: 0; background: transparent; box-shadow: none;
}
.obj_article_summary .uhp-article-card { display: contents; }
.obj_article_summary .uhp-article-cover { display: none; }

/* Feature strip */
.uhp-feature-strip {
	border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
	padding: 36px 0; background: var(--white);
}
.uhp-feature-item .num {
	font-size: 28px; font-weight: var(--fw-black); color: var(--red); margin-bottom: 8px;
}
.uhp-feature-item h3 {
	font-size: 13px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 8px;
}
.uhp-feature-item p { margin: 0; font-size: 13px; color: var(--text-sub); line-height: 1.6; }

/* KV lists */
.uhp-kv-list { display: flex; flex-direction: column; gap: 10px; }
.uhp-kv-row {
	display: flex; justify-content: space-between; gap: 12px;
	font-size: 12.5px; border-bottom: 1px dotted var(--grey-300); padding-bottom: 8px;
}
.uhp-kv-row span:first-child {
	color: var(--text-sub); text-transform: uppercase; letter-spacing: .05em; font-size: 11px; font-weight: var(--fw-semibold);
}
.uhp-kv-row span:last-child { color: var(--black); font-weight: var(--fw-semibold); text-align: right; }
.uhp-box-dark .uhp-kv-row { border-bottom-color: rgba(255,255,255,.25); }
.uhp-box-dark .uhp-kv-row span:first-child { color: rgba(255,255,255,.65); }
.uhp-box-dark .uhp-kv-row span:last-child { color: #fff; }
.uhp-box-dark .uhp-kv-row span.accent { color: var(--red); }
.uhp-divider { height: 1px; background: var(--grey-200); margin: 12px 0; }

/* Indexing pills */
.uhp-index-list { display: flex; flex-wrap: wrap; gap: 8px; }
.uhp-index-list span {
	border: 1px solid var(--border-strong); padding: 6px 10px; font-size: 11px;
	font-weight: var(--fw-bold); letter-spacing: .04em; text-transform: uppercase;
}

/* Side nav (about) */
.uhp-side-nav { border: 1px solid var(--border-strong); }
.uhp-side-nav a {
	display: block; padding: 12px 14px; border-bottom: 1px solid var(--grey-200);
	color: var(--black); font-size: 12px; font-weight: var(--fw-bold);
	letter-spacing: .04em; text-transform: uppercase; text-decoration: none;
}
.uhp-side-nav a:last-child { border-bottom: none; }
.uhp-side-nav a:hover { background: var(--grey-50); text-decoration: none; }
.uhp-side-nav a.is-active { background: var(--black); color: #fff; }

/* Numbered steps / checklist */
.uhp-numbered-list { list-style: none; margin: 0; padding: 0; }
.uhp-numbered-list > li {
	display: grid; grid-template-columns: 48px 1fr; gap: 14px;
	padding: 16px 0; border-bottom: 1px solid var(--grey-200);
}
.uhp-numbered-list .num {
	font-size: 22px; font-weight: var(--fw-black); color: var(--red); line-height: 1;
}
.uhp-step-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.uhp-step-card {
	border: 1px solid var(--border-strong); padding: 16px;
}
.uhp-step-card .label {
	color: var(--red); font-size: 11px; font-weight: var(--fw-bold);
	letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px;
}
.uhp-step-card h3 { font-size: 15px; margin-bottom: 6px; }
.uhp-step-card p { margin: 0; font-size: 13px; color: var(--text-sub); }
@media (max-width: 700px) { .uhp-step-grid { grid-template-columns: 1fr; } }

/* Tables */
.uhp-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.uhp-table th {
	background: var(--black); color: #fff; text-align: left; padding: 10px 12px;
	font-size: 11px; letter-spacing: .06em; text-transform: uppercase;
}
.uhp-table td { padding: 12px; border-bottom: 1px solid var(--grey-200); }
.uhp-table .yes { color: var(--red); font-weight: var(--fw-bold); }

/* Contact */
.uhp-contact-rows { margin-bottom: 28px; }
.uhp-contact-row {
	padding: 16px 0; border-bottom: 1px solid var(--grey-200);
}
.uhp-contact-row .label {
	font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
	font-weight: var(--fw-bold); color: var(--black); margin-bottom: 6px;
}
.uhp-contact-row .value { font-size: 14.5px; color: var(--text-default); }
.uhp-contact-row .value a { color: var(--red); font-weight: var(--fw-semibold); }

.uhp-form-box { border: 1px solid var(--border-strong); padding: 20px; }
.uhp-form-box h2 { font-size: 18px; margin-bottom: 6px; }
.uhp-form-box .hint { font-size: 13px; color: var(--text-sub); margin: 0 0 16px; }
.uhp-field { margin-bottom: 14px; }
.uhp-field label {
	display: block; font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
	font-weight: var(--fw-bold); margin-bottom: 6px;
}
.uhp-field input, .uhp-field textarea, .cmp_form input[type="text"], .cmp_form input[type="email"],
.cmp_form input[type="password"], .cmp_form textarea, .cmp_form select {
	width: 100%; border: 1px solid var(--border-strong); border-radius: 0;
	padding: 10px 12px; font-family: var(--font-sans); font-size: 14px; background: #fff;
}
.uhp-field textarea { min-height: 120px; resize: vertical; }
.uhp-form-success {
	border: 1px solid var(--black); padding: 12px 14px; margin-bottom: 16px; background: var(--grey-50);
}
.uhp-form-error {
	border: 1px solid var(--red); color: var(--red); padding: 12px 14px; margin-bottom: 16px;
}

/* Forms (login etc.) */
.cmp_form fieldset { border: none; margin: 0 0 20px 0; padding: 0; }
.cmp_form .label { display: block; margin-bottom: 6px; font-weight: var(--fw-semibold); }
.cmp_form .submit, .cmp_form button[type="submit"] {
	height: 40px; padding: 0 20px; background: var(--black); color: #fff; border: none;
	font-weight: var(--fw-bold); letter-spacing: .04em; text-transform: uppercase; cursor: pointer;
}
.page_login .cmp_form, .page_register .cmp_form, .page_contact .cmp_form {
	max-width: 640px; border: 1px solid var(--border-strong); padding: 24px;
}

/* Announcement list */
.uhp-announcement-item {
	padding: 22px 0; border-bottom: 1px solid var(--grey-200);
}
.uhp-announcement-item .meta {
	display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-bottom: 8px;
}
.uhp-announcement-item .date {
	font-size: 11.5px; color: var(--text-sub); letter-spacing: .04em; text-transform: uppercase;
}
.uhp-announcement-item h2 { font-size: 20px; margin-bottom: 8px; }
.uhp-announcement-item h2 a { color: var(--black); text-decoration: none; }
.uhp-announcement-item h2 a:hover { color: var(--red); }
.uhp-announcement-item .excerpt { color: var(--text-muted); font-size: 14px; line-height: 1.65; margin: 0 0 12px; }
.page_announcement .obj_announcement_full > h1 {
	position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* About sections */
.uhp-about-section { margin-bottom: 36px; }
.uhp-about-section > h2 {
	font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--red); margin-bottom: 14px;
}
.uhp-editor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.uhp-editor-card { border: 1px solid var(--border-strong); padding: 14px; }
.uhp-editor-card .name { font-weight: var(--fw-bold); margin-bottom: 4px; }
.uhp-editor-card .role { font-size: 12.5px; color: var(--text-sub); }
@media (max-width: 700px) { .uhp-editor-grid { grid-template-columns: 1fr; } }

/* Issue TOC hero (current issue page) */
.uhp-issue-hero {
	background: var(--white); border-bottom: 2px solid var(--black);
}
.uhp-issue-hero .uhp-container { padding-top: 28px; padding-bottom: 28px; }
.uhp-issue-hero-grid {
	display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: start;
}
@media (max-width: 700px) { .uhp-issue-hero-grid { grid-template-columns: 1fr; } }

/* Article details light restyle */
.obj_article_details .page_title { font-size: 28px; }
.obj_article_details .galleys_links a,
.obj_article_details .obj_galley_link,
.uhp-toc-item .obj_galley_link,
a.obj_galley_link {
	display: inline-flex; align-items: center; height: 32px; padding: 0 12px;
	border: 1px solid var(--border-strong); color: var(--black); font-weight: var(--fw-bold);
	font-size: 11px; letter-spacing: .05em; text-transform: uppercase; text-decoration: none;
	background: #fff;
}
.obj_article_details .galleys_links a:hover,
.uhp-toc-item .obj_galley_link:hover,
a.obj_galley_link:hover { background: var(--grey-50); text-decoration: none; color: var(--black); }

/* Search */
.page_search ul.search_results { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.page_search .search_advanced { border: none; padding: 16px 0 0; margin-top: 16px; border-top: 1px solid var(--border); }

/* Pagination */
.uhp-pagination, .cmp_pagination {
	display: flex; align-items: center; justify-content: center; gap: 12px; padding: 28px 0 0; font-size: 13px;
}
.cmp_pagination a { font-weight: var(--fw-bold); color: var(--black); }

.uhp-empty { text-align: center; padding: 48px 20px; color: var(--text-sub); }

/* Footer */
.uhp-footer {
	background: var(--ink); color: rgba(255,255,255,.78); margin-top: 0;
	border-top: none;
}
.uhp-footer-grid {
	padding: 48px 0 28px; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px;
}
.uhp-footer-brand {
	font-size: clamp(22px, 3vw, 28px); font-weight: var(--fw-black); color: #fff;
	letter-spacing: -.02em; text-transform: uppercase; margin-bottom: 12px; line-height: 1.1;
}
.uhp-footer-grid h4 { font-size: 12px; margin-bottom: 12px; color: #fff; letter-spacing: .1em; text-transform: uppercase; }
.uhp-footer-grid p { margin: 0; font-size: 13px; line-height: 1.65; color: rgba(255,255,255,.65); max-width: 42ch; }
.uhp-footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.uhp-footer-links a { color: rgba(255,255,255,.85); text-decoration: none; }
.uhp-footer-links a:hover { color: #fff; text-decoration: underline; }
.uhp-footer-bottom {
	border-top: 1px solid rgba(255,255,255,.15); padding: 14px 0; display: flex;
	justify-content: space-between; gap: 16px; font-size: 12px; color: rgba(255,255,255,.55); flex-wrap: wrap;
}
.uhp-footer-bottom a { color: rgba(255,255,255,.55); }
@media (max-width: 900px) {
	.uhp-footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

.pkp_structure_page, .uhp-grid { max-width: 100%; }

/* Home lower band */
.uhp-home-lower {
	background: var(--grey-50); border-top: 1px solid var(--border); padding: 40px 0 48px;
}
.uhp-home-lower-grid {
	display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px;
}
@media (max-width: 900px) { .uhp-home-lower-grid { grid-template-columns: 1fr; } }

.uhp-checklist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.uhp-checklist-html ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.uhp-checklist-html li {
	display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 14px 0;
	border-bottom: 1px solid var(--grey-200);
}
