/* Pagination wrapper */
.pagination-wrap nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.5rem;
}

/* "Showing 1 to 20..." degan yozuvni yashirish (agar kerak bo'lmasa) */
.pagination-wrap nav div:first-child {
  display: none !important;
}

/* Faqat raqamlar va tugmalarni ko'rsatish */
.pagination-wrap .pagination {
  display: flex !important;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 4px;
}

.pagination-wrap .page-item {
  display: inline-block;
}

.pagination-wrap .page-link {
  padding: 8px 16px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  border-radius: 4px;
  transition: 0.2s;
  font-size: 14px;
}

.pagination-wrap .page-item.active .page-link {
  background: var(--ink) !important;
  color: #fff !important;
  border-color: var(--ink);
}

.pagination-wrap .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f8f9fa;
}

.pagination-wrap .page-link:hover:not(.active) {
  background: var(--paper);
}

:root {
  --ink: #14161c;
  --paper: #f7f8fa;
  --surface: #ffffff;
  --accent: #1e3a5f;
  --accent-hover: #2b4f7e;
  --accent-soft: #9db4d0;
  --navy: #1e3a5f;
  --muted: #697079;
  --border: #e7e9ee;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.011em;
  text-rendering: optimizeLegibility;
}
h1, h2, h3 {
  letter-spacing: -0.02em;
}

/* NAV */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  height: 80px;
}
.nav-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.nav-logo__img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  flex-shrink: 0;
}
.nav-logo__text {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--navy);
  max-width: 250px;
}
.nav-logo span {
  color: var(--accent);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 0.3rem 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.nav-links a:hover {
  color: var(--ink);
}
.nav-links a.active {
  color: var(--navy);
  font-weight: 600;
  border-bottom-color: var(--navy);
}
.nav-lang {
  display: flex;
  gap: 0.4rem;
  margin-left: 0.5rem;
}
.nav-lang a {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 2px 7px;
  border: 1px solid var(--border);
  border-radius: 3px;
  color: var(--muted);
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.nav-lang a.active, .nav-lang a:hover {
  background: var(--navy) !important;
  color: #fff;
  border-color: var(--navy) !important;
}
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.25rem 0.4rem;
}

/* FOOTER */
footer {
  background: #15243f;
  color: rgba(255, 255, 255, 0.45);
  padding: 4.5rem 5vw 2.25rem;
  font-size: 0.85rem;
}
.ft-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
}
.ft-brand h4 {
  margin-bottom: 0;
  max-width: 220px;
  line-height: 1.25;
}
.ft-logo {
  width: 85px;
  height: 85px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}
.ft-grid > div:first-child p {
  max-width: 340px;
}
.ft-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 1.5rem;
}
@media (max-width: 900px) {
  .ft-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 480px) {
  .ft-grid { grid-template-columns: 1fr; }
}
footer h4 {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.1rem;
}
.ft-grid > div:first-child h4 {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
  color: #fff;
  margin-bottom: 0.75rem;
}
footer p {
  line-height: 1.9;
}
footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.85rem;
  transition: color 0.2s;
}
footer a:hover {
  color: #fff;
}
.ft-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}
.ft-top {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.2s;
}
.ft-top:hover { color: #fff; }
.about-hero {
  background: #15243f;
  color: #fff;
  padding: 5rem 5vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.about-hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.about-hero p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.9;
}
.about-hero-nums {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.about-num {
  background: #1b2c4b;
  padding: 2rem;
}
.about-num-val {
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
}
.about-num-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.25rem;
}

.about-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 3.5rem 5vw 5rem;
}
.about-layout .about-body {
  max-width: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.about-panel p {
  max-width: 760px;
}
.about-body h2 {
  font-family: var(--serif);
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.about-body h2:first-child {
  margin-top: 0;
}
.about-body p {
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 1rem;
}
.about-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.75rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 2.75rem;
}
.about-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0.65rem 0.15rem;
  margin-bottom: -1px;
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--muted);
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}
.about-tab:hover { color: var(--ink); }
.about-tab.is-active {
  color: var(--navy);
  font-weight: 600;
  border-bottom-color: var(--navy);
}
.about-panel { display: none; }
.about-panel.is-active { display: block; }
.about-panel h2:first-child { margin-top: 0; }

.about-layout {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  align-items: start;
}
.mission-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  top: 100px;
}
.mission-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1.5rem 1.4rem;
}
.mission-icon {
  font-size: 1.4rem;
  color: var(--accent);
  margin-bottom: 0.6rem;
}
@media (max-width: 900px) {
  .about-layout { grid-template-columns: 1fr; gap: 2rem; padding: 2.5rem 5vw 3.5rem; }
  .mission-grid { position: static; }
  .about-hero { grid-template-columns: 1fr; gap: 2.5rem; padding: 3.5rem 5vw; }
}
.mission-title {
  font-family: var(--serif);
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
.mission-text {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.8;
}

.page-hero {
  background: #15243f;
  color: #fff;
  padding: 4rem 5vw 3rem;
}
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.5rem;
}
.page-hero p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.95rem;
}

/* SEARCH */
.authors-search-bar {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 1.25rem 5vw;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.authors-search-bar input {
  flex: 1;
  border: 1px solid var(--border);
  background: var(--paper);
  padding: 0.6rem 1rem;
  border-radius: 4px;
  font-family: var(--sans);
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s;
}
.authors-search-bar input:focus {
  border-color: var(--ink);
}
.authors-search-bar button {
  background: var(--navy);
  color: #fff;
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
  font-family: var(--sans);
  font-size: 0.875rem;
  cursor: pointer;
}

/* GRID */
.authors-body {
  padding: 3rem 5vw;
}
.authors-body .authors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
.author-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 2rem 1.5rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: block;
}
.author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
  border: 2px solid var(--border);
}
.author-avatar-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--border);
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 1.75rem;
  color: var(--muted);
}
.author-name {
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0.35rem;
  color: var(--ink);
}
.author-inst {
  font-size: 0.75rem;
  color: var(--muted);
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
.author-meta {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.author-badge {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--accent);
  text-transform: uppercase;
}
.author-orcid {
  font-size: 0.7rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  margin-top: 0.5rem;
}
.board-card {
  cursor: default;
}
.board-position {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.4rem;
}
.board-workplace {
  font-size: 0.78rem;
  color: var(--ink);
  line-height: 1.45;
  margin-bottom: 0.4rem;
}

.empty-state {
  grid-column: 1/-1;
  text-align: center;
  padding: 5rem 2rem;
  color: var(--muted);
  background: var(--paper);
}
.empty-state i {
  font-size: 2.5rem;
  opacity: 0.2;
  display: block;
  margin-bottom: 1rem;
}

/* HERO */
.author-hero {
  background: #15243f;
  color: #fff;
  padding: 4rem 5vw;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.author-hero-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.035);
}
.author-hero-avatar-placeholder {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 3px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 3.5rem;
  color: rgba(255, 255, 255, 0.3);
}
.author-hero-info h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}
.author-hero-info .sub {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}
.author-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  padding: 0.35rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.hero-tag i {
  opacity: 0.6;
}
.hero-tag a {
  color: inherit;
  text-decoration: none;
}
.hero-tag a:hover {
  color: #fff;
}
.hero-tag.orcid-tag {
  border-color: rgba(166, 206, 57, 0.4);
  color: #a6ce39;
}

/* BODY */
.author-body {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  padding: 3.5rem 5vw;
}

/* SIDEBAR */
.author-sidebar {
}
.info-block {
  margin-bottom: 2.5rem;
}
.info-block-title {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border);
}
.info-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.info-item {
}
.info-item-label {
  font-size: 0.7rem;
  color: var(--muted);
  margin-bottom: 0.15rem;
}
.info-item-val {
  font-size: 0.9rem;
  color: var(--ink);
}
.info-item-val a {
  color: var(--accent);
  text-decoration: none;
}
.info-item-val a:hover {
  text-decoration: underline;
}

/* MAIN */
.author-main {
}
.section-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border);
}

/* BIO */
.bio-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--border);
}
.bio-tab {
  padding: 0.5rem 1.25rem;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  color: var(--muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: all 0.2s;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
}
.bio-tab.active {
  color: var(--ink);
  border-bottom-color: var(--ink);
}
.bio-panel {
  display: none;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.9;
}
.bio-panel.active {
  display: block;
}

/* JOURNALS */
.journal-list {
  display: flex;
  flex-direction: column;
  gap: 1.5px;
  background: var(--border);
  margin-top: 2.5rem;
}
.jcard {
  background: var(--paper);
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1.25rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}
.jcard:hover {
  background: #fff;
}
.jcard-thumb {
  width: 80px;
  height: 100px;
  object-fit: cover;
  filter: grayscale(15%);
}
.jcard-thumb-ph {
  width: 80px;
  height: 100px;
  background: var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 1.25rem;
}
.jcard-type {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.3rem;
}
.jcard-title {
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: 0.5rem;
}
.jcard-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.75rem;
  color: var(--muted);
  flex-wrap: wrap;
}

.empty-journals {
  padding: 3rem;
  text-align: center;
  color: var(--muted);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 0.9rem;
}

/* AUTHOR DETAIL — sticky sidebar, back-link, works cards */
.author-sidebar { position: sticky; top: 92px; align-self: start; }
.back-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.82rem; font-weight: 500; color: var(--ink);
  text-decoration: none; padding: 0.55rem 1rem;
  border: 1px solid var(--border); border-radius: 6px;
  background: var(--surface); transition: border-color 0.2s, color 0.2s;
}
.back-link:hover { border-color: var(--accent); color: var(--accent); }
.section-count {
  display: inline-block; margin-left: 0.5rem; vertical-align: middle;
  font-size: 0.72rem; font-weight: 600; color: var(--accent);
  background: var(--paper); border: 1px solid var(--border);
  border-radius: 20px; padding: 0.05rem 0.55rem;
}
.author-works { display: flex; flex-direction: column; gap: 1rem; }
.awork {
  display: grid; grid-template-columns: 72px 1fr; gap: 1.25rem; align-items: center;
  background: var(--surface); border: 1px solid var(--border); border-radius: 8px;
  padding: 1.1rem 1.35rem; text-decoration: none; color: inherit;
  transition: border-color 0.2s;
}
.awork:hover { border-color: var(--accent); }
.awork-thumb { width: 72px; height: 96px; object-fit: cover; border-radius: 4px; display: block; }
.awork-thumb-ph {
  width: 72px; height: 96px; border-radius: 4px;
  background: var(--paper); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); font-size: 1.1rem;
}
.awork-type {
  font-size: 0.64rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 0.35rem;
}
.awork-title {
  font-family: var(--serif); font-size: 1.05rem; line-height: 1.35;
  color: var(--ink); margin-bottom: 0.35rem;
}
.awork-sub { font-size: 0.8rem; color: var(--muted); margin-bottom: 0.5rem; }
.awork-meta { display: flex; gap: 1rem; font-size: 0.75rem; color: var(--muted); flex-wrap: wrap; }
.awork-meta .pdf { color: var(--accent); }
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 128px);
}

.contact-info {
  background: #15243f;
  color: #fff;
  padding: 5rem 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-info h1 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.contact-info p {
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.9;
  margin-bottom: 3rem;
}
.contact-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact-item-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-soft);
  flex-shrink: 0;
}
.contact-item-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0.25rem;
}
.contact-item-val {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}
.contact-item-val a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.contact-item-val a:hover {
  color: #fff;
}

.contact-form-wrap {
  background: var(--paper);
  padding: 5rem 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-form-wrap h2 {
  font-family: var(--serif);
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.contact-form-wrap > p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 2.5rem;
}

.cf-group {
  margin-bottom: 1.25rem;
}
.cf-group label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.5rem;
}
.cf-group input, .cf-group textarea, .cf-group select {
  width: 100%;
  border: 1px solid var(--border);
  background: #fff;
  padding: 0.7rem 0.875rem;
  border-radius: 4px;
  font-family: var(--sans);
  font-size: 0.9rem;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s;
}
.cf-group input:focus, .cf-group textarea:focus, .cf-group select:focus {
  border-color: var(--navy);
}
.cf-group textarea {
  resize: vertical;
  min-height: 120px;
}
.cf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.cf-submit {
  width: 100%;
  background: var(--navy);
  color: #fff;
  border: none;
  padding: 0.9rem;
  border-radius: 6px;
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 0.5rem;
}
.cf-submit:hover {
  background: var(--accent-hover);
}
.contact-map {
  line-height: 0;
  border-top: 1px solid var(--border);
}
.contact-map iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
  filter: grayscale(25%);
}

.alert-success {
  background: #f0faf0;
  border: 1px solid #b7e0b7;
  color: #2d6a2d;
  padding: 1rem;
  border-radius: 4px;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

:root {
  --navy: #1e3a5f;
  --gold: #1e3a5f;   /* legacy accent token — now navy for on-light usages */
  --gold2: #2b4f7e;
  --light: #f2f4f7;
  --white: #fff;
  --text: #14161c;
  --muted2: #697079;
}

/* ── HERO ── */
.hero {
  background: #15243f;
  min-height: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 75% at 74% 45%, rgba(157, 180, 208, 0.10) 0%, transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0%, transparent 26%);
  pointer-events: none;
  z-index: 0;
}

.hero-left {
  padding: 5rem 4vw 5rem 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hero-kicker {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent-soft);
}
.hero-kicker-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent-soft);
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4.2vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.hero-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
  max-width: 440px;
  margin-bottom: 2.5rem;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.btn-gold {
  background: #fff;
  color: var(--navy);
  padding: 0.8rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  transition: background 0.2s, transform 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-gold:hover {
  background: rgba(255, 255, 255, 0.88);
}
.btn-ghost {
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.8);
  padding: 0.8rem 1.75rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  transition: border-color 0.2s, color 0.2s;
}
.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 3rem 4vw;
}
.hero-badge-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.hero-emblem {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-emblem::before {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-emblem i {
  font-size: 4rem;
  color: var(--accent-soft);
  opacity: 0.9;
}
.hero-emblem-text {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-weight: 600;
}

/* ── FEATURES BAR ── */
.features-bar {
  background: #111e3d;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.feature-item {
  padding: 1.75rem 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.feature-item:last-child {
  border-right: none;
}
.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-soft);
  font-size: 1rem;
  flex-shrink: 0;
}
.feature-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.3rem;
  letter-spacing: 0.03em;
}
.feature-desc {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
}

/* ── INFO CARDS ROW ── */
.info-row {
  background: var(--surface);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--border);
}
.info-card {
  padding: 2.25rem 2rem;
  border-right: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}
.info-card:last-child {
  border-right: none;
}
.info-card:hover {
  background: var(--paper);
}
.info-card-icon {
  font-size: 1.4rem;
  color: var(--gold);
  margin-bottom: 1rem;
}
.info-card-title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.info-card-text {
  font-size: 0.85rem;
  color: var(--muted2);
  line-height: 1.7;
  margin-bottom: 0.75rem;
}
.info-card-link {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* ── SECTION ── */
.section {
  padding: 4.5rem 5vw;
}
.section-bg {
  background: var(--light);
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--navy);
}
.section-head-left {
}
.section-eyebrow {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}
.section-heading {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--navy);
  line-height: 1.2;
}
.section-link {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-bottom: 1px solid var(--navy);
  padding-bottom: 2px;
  transition: color 0.2s;
}
.section-link:hover {
  color: var(--muted);
  border-color: var(--muted);
}

/* ── JOURNALS GRID ── */
.journals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.jcard {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s;
  display: flex;
  flex-direction: column;
}
.jcard:hover {
  border-color: var(--accent);
}
/* Homepage grid card: image bleeds to edges (override legacy .jcard padding) */
.journals-grid .jcard { padding: 0; }
.jcard-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.jcard-img-ph {
  width: 100%;
  height: 180px;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.25);
  font-size: 3rem;
}
.jcard-body {
  padding: 1.25rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.jcard-type {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.jcard-title {
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.45;
  color: var(--navy);
  margin-bottom: 0.6rem;
  font-weight: 700;
}
.jcard-author {
  font-size: 0.8rem;
  color: var(--muted2);
  margin-bottom: auto;
  padding-bottom: 0.75rem;
}
.jcard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
  font-size: 0.75rem;
  color: var(--muted2);
}
.jcard-footer-meta {
  display: flex;
  gap: 0.75rem;
}

/* ── AUTHORS STRIP ── */
.authors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1.5rem;
}
.acard {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.75rem 1rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s;
}
.acard:hover {
  border-color: var(--accent);
}
.acard-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 0.9rem;
  border: 2px solid var(--border);
  display: block;
}
.acard-avatar-ph {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--navy);
  margin: 0 auto 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 1.5rem;
  color: #fff;
}
.acard-name {
  font-family: var(--serif);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.3rem;
  line-height: 1.3;
}
.acard-inst {
  font-size: 0.72rem;
  color: var(--muted2);
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.acard-count {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--gold);
}

/* ── STATS ROW ── */
.stats-row {
  background: var(--navy);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.stat-item {
  padding: 2.5rem 2rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.stat-item:last-child {
  border-right: none;
}
.stat-num {
  font-family: var(--serif);
  font-size: 2.8rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.stat-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
.page-hero {
  background: #15243f; color: #fff;
  padding: 4.5rem 5vw 3.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.page-hero h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(2.2rem,4.5vw,3.4rem); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 0.6rem; }
.page-hero p { color: rgba(255,255,255,0.55); font-size: 0.98rem; letter-spacing: 0; }

.journals-wrap { display: grid; grid-template-columns: 240px 1fr; gap: 3rem; padding: 3.5rem 5vw; }

/* FILTER SIDEBAR */
.filter-sidebar h3 { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.filter-group { margin-bottom: 2rem; }
.filter-group label { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; cursor: pointer; padding: 0.3rem 0; color: var(--ink); }
.filter-group label:hover { color: var(--accent); }
.filter-group input[type=radio], .filter-group input[type=checkbox] { accent-color: var(--accent); }
.filter-search {
  width: 100%; border: 1px solid var(--border); background: #fff;
  padding: 0.6rem 0.75rem; border-radius: 4px; font-family: var(--sans);
  font-size: 0.85rem; color: var(--ink); outline: none;
  transition: border-color 0.2s;
}
.filter-search:focus { border-color: var(--navy); }
select.filter-search {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.1rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23697079' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 13px;
  text-overflow: ellipsis;
}
select.filter-search:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231e3a5f' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}

/* LIST */
.journals-wrap .journal-list { display: flex; flex-direction: column; gap: 1rem; background: transparent; }
.jlist-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: 8px;
  padding: 1.75rem 2rem;
  text-decoration: none; color: inherit;
  display: grid; grid-template-columns: 100px 1fr;
  gap: 1.5rem; align-items: start;
  transition: border-color 0.2s;
}
.jlist-card:hover { border-color: var(--accent); }
.jlist-img { width: 100px; height: 130px; object-fit: cover; filter: grayscale(20%); }
.jlist-img-placeholder {
  width: 100px; height: 130px; background: var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); font-size: 1.5rem;
}
.jlist-type { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.4rem; }
.jlist-title { font-family: var(--serif); font-size: 1.2rem; line-height: 1.4; margin-bottom: 0.5rem; color: var(--ink); }
.jlist-author { font-size: 0.85rem; color: var(--muted); margin-bottom: 0.75rem; }
.jlist-specialty { display: inline-block; font-size: 0.72rem; color: var(--ink); background: var(--paper, #f7f8fa); border: 1px solid var(--border); border-radius: 3px; padding: 0.15rem 0.5rem; margin-bottom: 0.6rem; }
.specialties-list { margin-top: 1.5rem; }
.specialty-group { margin-bottom: 1.75rem; }
.specialty-group-title { font-family: var(--serif); font-size: 1.15rem; color: var(--ink); margin-bottom: 0.75rem; }
.specialties-list ul { list-style: none; padding: 0; margin: 0; }
.specialties-list li { font-size: 0.9rem; color: var(--muted); line-height: 1.6; padding: 0.35rem 0; border-bottom: 1px solid var(--border); }
.specialty-code { display: inline-block; font-weight: 600; color: var(--accent); margin-right: 0.5rem; font-variant-numeric: tabular-nums; }
.imprint { margin-top: 1rem; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.imprint-row { display: grid; grid-template-columns: 220px 1fr; gap: 1rem; padding: 0.85rem 1.1rem; border-bottom: 1px solid var(--border); }
.imprint-row:last-child { border-bottom: none; }
.imprint-label { font-size: 0.82rem; font-weight: 600; color: var(--ink); }
.imprint-value { font-size: 0.9rem; color: var(--muted); line-height: 1.6; }
.ft-imprint { font-size: 0.78rem; line-height: 1.6; margin-top: 0.75rem; opacity: 0.85; }
@media (max-width: 640px) {
  .imprint-row { grid-template-columns: 1fr; gap: 0.25rem; }
}
.legal-doc .legal-intro { font-style: italic; color: var(--muted); margin-bottom: 2rem; }
.legal-doc h2 { font-family: var(--serif); font-size: 1.35rem; color: var(--ink); margin: 2.25rem 0 1rem; padding-bottom: 0.4rem; border-bottom: 1px solid var(--border); }
.legal-doc h3 { font-size: 1.02rem; font-weight: 600; color: var(--ink); margin: 1.5rem 0 0.5rem; }
.legal-doc p { font-size: 0.92rem; color: var(--muted); line-height: 1.8; margin-bottom: 0.9rem; }
.legal-doc p .num { font-weight: 600; color: var(--ink); margin-right: 0.35rem; }
.legal-doc h4 { font-size: 0.95rem; font-weight: 600; color: var(--ink); margin: 1.25rem 0 0.5rem; }
.legal-doc ul { margin: 0.25rem 0 1rem 1.25rem; padding: 0; }
.legal-doc ul li { font-size: 0.92rem; color: var(--muted); line-height: 1.8; margin-bottom: 0.35rem; }
.legal-doc ul li strong { color: var(--ink); font-weight: 600; }
.legal-doc .doc-center { text-align: center; font-weight: 700; color: var(--ink); margin: 1.5rem 0; letter-spacing: 0.02em; }
.legal-doc .doc-note { font-style: italic; }
.legal-doc .ref-example { font-size: 0.86rem; line-height: 1.7; padding-left: 0.9rem; border-left: 2px solid var(--border); margin: 0 0 0.7rem; color: var(--muted); }
.jlist-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.7; margin-bottom: 0.75rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.jlist-meta { display: flex; flex-wrap: wrap; gap: 0.4rem 1.1rem; font-size: 0.75rem; color: var(--muted); }
.jlist-meta span { display: flex; align-items: center; gap: 0.3rem; }

/* ── PAGE LAYOUT ── */
.jshow-wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 5vw 5rem;
  align-items: start;
}

/* ── BACK LINK ── */
.back-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.8rem; color: var(--muted); text-decoration: none;
  margin-bottom: 2rem; transition: color 0.2s;
}
.back-link:hover { color: var(--ink); }

/* ── MAIN ARTICLE ── */
.jshow-main {}

.jshow-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.jbadge {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 0.3rem 0.85rem;
  border-radius: 20px;
}
.jbadge-type { background: rgba(30, 58, 95, 0.08); color: var(--navy); }
.jbadge-specialty {
  background: rgba(30, 58, 95, 0.08);
  color: var(--navy);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: background 0.2s;
}
.jbadge-specialty:hover { background: rgba(30, 58, 95, 0.16); }
.jbadge-year { background: var(--paper); color: var(--muted); border: 1px solid var(--border); }
.jbadge-issue { background: var(--paper); color: var(--muted); border: 1px solid var(--border); }

.jshow-title {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.25; letter-spacing: -0.02em;
  color: var(--ink); margin-bottom: 0.75rem;
}
.jshow-title-alt {
  font-family: var(--serif);
  font-size: 1.1rem; font-style: italic;
  color: var(--muted); margin-bottom: 2rem; line-height: 1.4;
}

/* ── AUTHOR CARD ── */
.author-block {
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--border); border-radius: 8px;
  text-decoration: none; color: inherit;
  margin-bottom: 2rem;
  transition: border-color 0.2s;
  background: var(--surface);
}
.author-block:hover {
  border-color: var(--accent);
}
.author-block-avatar {
  width: 52px; height: 52px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--border); flex-shrink: 0;
}
.author-block-placeholder {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--border); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 1.3rem; color: var(--muted);
}
.author-block-name { font-weight: 600; font-size: 0.95rem; color: var(--ink); }
.author-block-inst { font-size: 0.8rem; color: var(--muted); margin-top: 0.1rem; }
.author-block-arrow { margin-left: auto; color: var(--muted); font-size: 0.75rem; }

/* ── ABSTRACT ── */
.abstract-block {
  background: #eef2f8;
  border-left: 3px solid var(--navy);
  border-radius: 0 8px 8px 0;
  padding: 1.5rem 1.75rem;
  margin-bottom: 2rem;
}
.abstract-block-label {
  font-size: 0.65rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--accent); margin-bottom: 0.75rem;
}
.abstract-block p {
  font-size: 0.95rem; line-height: 1.9; color: #374151;
}

/* ── DIVIDER ── */
.divider { border: none; border-top: 1px solid var(--border); margin: 2rem 0; }

/* ── PDF BTN ── */
.pdf-btn {
  display: inline-flex; align-items: center; gap: 0.75rem;
  background: var(--accent); color: #fff;
  padding: 0.9rem 2rem; border-radius: 6px;
  text-decoration: none; font-weight: 500; font-size: 0.9rem;
  transition: opacity 0.2s;
}
.pdf-btn:hover { opacity: 0.88; }

/* ── SIDEBAR ── */
.jshow-sidebar { position: sticky; top: 100px; }
.sidebar-card {
  border: 1px solid var(--border); border-radius: 8px;
  overflow: hidden; margin-bottom: 1.5rem;
  background: #fff;
}
.sidebar-card-header {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid var(--border);
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
  background: var(--paper);
}
.sidebar-info-row {
  display: flex; flex-direction: column;
}
.sidebar-info-item {
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 0.15rem;
}
.sidebar-info-item:last-child { border-bottom: none; }
.sidebar-info-label { font-size: 0.68rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.sidebar-info-val { font-size: 0.9rem; font-weight: 500; color: var(--ink); }

.sidebar-cover {
  width: 100%; aspect-ratio: 3/4;
  object-fit: cover; display: block;
}
.sidebar-cover-ph {
  width: 100%; aspect-ratio: 3/4;
  background: var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); font-size: 2.5rem;
}

@media (max-width: 1024px) {
  .jshow-wrap { grid-template-columns: 1fr; }
  .jshow-sidebar { order: -1; position: static; }
  .sidebar-cover, .sidebar-cover-ph { aspect-ratio: 16/7; }
  .features-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .info-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .journals-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .author-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .author-hero-tags {
    justify-content: center;
  }
  .journals-wrap { grid-template-columns: 1fr; }
  .filter-sidebar { margin-bottom: 0.5rem; }
  .author-body {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none;
    position: fixed;
    top: 80px; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.1rem;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 12px 28px rgba(20, 23, 40, 0.1);
    padding: 0.5rem 5vw 1.25rem;
    z-index: 99;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    padding: 0.75rem 0;
    font-size: 1rem;
    border-bottom: 1px solid var(--border);
  }
  .nav-lang {
    margin-left: 0;
    margin-top: 0.9rem;
    gap: 0.5rem;
  }
  .nav-lang a { padding: 4px 10px; font-size: 0.8rem; }
  .nav-logo__img { width: 50px; height: 50px; }
  .nav-logo__text { font-size: 15px; max-width: 175px; line-height: 1.15; }
  .ft-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .about-hero {
    grid-template-columns: 1fr;
  }
  .mission-grid {
    grid-template-columns: 1fr;
  }
  .contact-wrap {
    grid-template-columns: 1fr;
  }
  .cf-row {
    grid-template-columns: 1fr;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-right {
    display: none;
  }
  .features-bar {
    grid-template-columns: 1fr 1fr;
  }
  .info-row {
    grid-template-columns: 1fr 1fr;
  }
  .journals-grid {
    grid-template-columns: 1fr;
  }
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .features-bar {
    grid-template-columns: 1fr;
  }
  .info-row {
    grid-template-columns: 1fr;
  }
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Journals list cards — small screens */
@media (max-width: 600px) {
  .jlist-card {
    padding: 1.1rem 1.15rem;
    grid-template-columns: 76px 1fr;
    gap: 1rem;
  }
  .jlist-img,
  .jlist-img-placeholder {
    width: 76px;
    height: 100px;
  }
  .jlist-title { font-size: 1.05rem; }
  .jlist-desc { -webkit-line-clamp: 3; }
}
@media (max-width: 380px) {
  .jlist-card {
    grid-template-columns: 1fr;
  }
  .jlist-img,
  .jlist-img-placeholder {
    width: 100%;
    height: 160px;
  }
}

/* About — small screens */
@media (max-width: 560px) {
  .about-hero { padding: 2.75rem 5vw; gap: 2rem; }
  .about-num { padding: 1.4rem 1.1rem; }
  .about-num-val { font-size: 2rem; }
  .about-body h2 { font-size: 1.5rem; }
}

