﻿/* Khusus beranda jurnal */
.nusantara-hero--journal {
  background: rgba(140, 59, 26, 0.78);
  color: #fff;
}

.nusantara-hero--journal.has-image {
  background: rgba(140, 59, 26, 0.9);
}

.nusantara-hero--journal.has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  opacity: 0.25;
  mix-blend-mode: multiply;
}

.nusantara-hero--journal .nusantara-hero__content,
.nusantara-hero--journal .nusantara-hero__aside {
  position: relative;
  z-index: 1;
}

.nusantara-hero--journal .nusantara-hero__eyebrow {
  color: rgba(255, 255, 255, 0.75);
}

.nusantara-hero--journal .nusantara-hero__title {
  color: #fff;
}

.nusantara-hero--journal .nusantara-hero__subtitle {
  color: rgba(255, 255, 255, 0.78);
}

.nusantara-hero--journal .nusantara-button--filled {
  background: #fff;
  color: var(--nusantara-accent);
}

.nusantara-hero--journal .nusantara-hero__aside {
  background: rgba(140, 59, 26, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: rgba(255, 255, 255, 0.9);
}

.nusantara-hero__stats {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nusantara-hero__stats li {
  border-radius: var(--nusantara-radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.32);
  padding: 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  background: rgba(140, 59, 26, 0.25);
}

.nusantara-hero__stats span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.66);
}

.nusantara-hero__stats strong {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 700;
}

.nusantara-announcements__list {
  display: grid;
  gap: 1.4rem;
}

.nusantara-announcementCard {
  background: rgba(255, 255, 255, 0.88);
  border-radius: var(--nusantara-radius);
  border: 1px solid rgba(140, 59, 26, 0.12);
  padding: 1.5rem;
  box-shadow: 0 20px 60px -45px rgba(12, 32, 56, 0.35);
}

.nusantara-announcementCard h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  font-family: var(--nusantara-font-serif);
}

.nusantara-announcementCard time {
  font-size: 0.82rem;
  color: var(--nusantara-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nusantara-announcementCard p {
  margin: 0.85rem 0 0;
  color: var(--nusantara-text-soft);
}

.nusantara-currentIssue__grid .obj_issue_toc {
  border: none;
  background: rgba(255, 255, 255, 0.88);
  border-radius: var(--nusantara-radius);
  padding: 1.5rem;
  box-shadow: 0 20px 60px -45px rgba(12, 32, 56, 0.35);
}

.obj_issue_toc .galleys_links a {
  border-radius: 999px;
  border: 1px solid rgba(140, 59, 26, 0.2);
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.nusantara-extraContent .nusantara-section__body {
  background: #fff;
  border-radius: var(--nusantara-radius);
  border: 1px solid rgba(140, 59, 26, 0.1);
  padding: clamp(1.2rem, 3vw, 1.8rem);
}

/* Editorial masthead */
.nusantara-masthead {
  padding-bottom: 3rem;
}

.nusantara-masthead__title {
  font-family: var(--nusantara-font-serif);
  font-size: clamp(2rem, 3vw, 2.4rem);
  margin: 0 0 1.75rem;
  color: #2f3b52;
}

.nusantara-masthead__section {
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--nusantara-radius);
  border: 1px solid rgba(140, 59, 26, 0.12);
  padding: clamp(1.4rem, 3vw, 1.9rem);
  box-shadow: 0 30px 60px -48px rgba(15, 23, 42, 0.35);
  margin-bottom: 2.2rem;
}

.nusantara-masthead__sectionHeader {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.nusantara-masthead__sectionTitle {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--nusantara-accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nusantara-masthead__sectionSubtitle {
  margin: 0;
  color: var(--nusantara-text-soft);
  font-size: 0.9rem;
}

.nusantara-masthead__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.nusantara-masthead__member {
  display: flex;
  gap: 1.2rem;
  align-items: stretch;
  padding: 1.1rem;
  border-radius: var(--nusantara-radius-lg);
  border: 1px solid rgba(140, 59, 26, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.nusantara-masthead__media {
  flex: 0 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nusantara-masthead__photo {
  width: 110px;
  height: 110px;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 18px;
  box-shadow: 0 18px 36px -24px rgba(15, 23, 42, 0.4);
}

.nusantara-masthead__avatarFallback {
  width: 96px;
  height: 96px;
  border-radius: 24px;
  background: rgba(140, 59, 26, 0.12);
  color: rgba(140, 59, 26, 0.75);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.nusantara-masthead__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.nusantara-masthead__meta {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--nusantara-text-soft);
}

.nusantara-masthead__name {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  color: #0f1d3a;
}

.nusantara-masthead__role {
  margin: 0;
  font-weight: 600;
  color: color-mix(in srgb, var(--nusantara-accent) 70%, rgba(140, 59, 26, 0.85));
}

.nusantara-masthead__affiliation {
  margin: 0;
  color: var(--nusantara-text-soft);
  font-size: 0.95rem;
}

.nusantara-masthead__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.6rem;
}

.nusantara-masthead__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(22, 85, 181, 0.2);
  background: rgba(22, 85, 181, 0.08);
  color: #1655b5;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.nusantara-masthead__badge:hover,
.nusantara-masthead__badge:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px -18px rgba(15, 23, 42, 0.45);
  opacity: 0.92;
}

.nusantara-masthead__badgeIcon {
  font-size: 1rem;
}

.nusantara-masthead__badge--orcid {
  border-color: rgba(166, 206, 57, 0.35);
  background: rgba(166, 206, 57, 0.12);
  color: #6b9d1d;
}

.nusantara-masthead__badge--scholar {
  border-color: rgba(66, 133, 244, 0.28);
  background: rgba(66, 133, 244, 0.12);
  color: #2b66cc;
}

.nusantara-masthead__badge--scopus {
  border-color: rgba(243, 111, 33, 0.32);
  background: rgba(243, 111, 33, 0.12);
  color: #d84d09;
}

.nusantara-masthead__bio {
 
  color: var(--nusantara-text-soft);
  line-height: 1.6;
  font-size: 0.85rem;
}

.nusantara-masthead__history {
  margin: 2rem 0;
  font-size: 0.95rem;
  color: var(--nusantara-text-soft);
}

.nusantara-masthead__history a {
  font-weight: 600;
  color: var(--nusantara-accent);
}

.nusantara-masthead__reviewers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.nusantara-masthead__reviewer {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  border: 1px dashed rgba(140, 59, 26, 0.18);
  border-radius: var(--nusantara-radius-sm);
  padding: 0.75rem 0.95rem;
  background: rgba(255, 255, 255, 0.6);
}

.nusantara-masthead__reviewerName {
  font-weight: 600;
  color: #2f3b52;
}

.nusantara-masthead__reviewerAffiliation {
  color: var(--nusantara-text-soft);
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .nusantara-masthead__member {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .nusantara-masthead__media {
    flex: 0 0 auto;
  }

  .nusantara-masthead__content {
    align-items: center;
  }

  .nusantara-masthead__badges {
    justify-content: center;
  }
}

.nusantara-recommended__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex-basis: 100%;
  justify-content: flex-start;
}

.nusantara-recommended__actions .nusantara-issue__download {
  flex: 0 0 auto;
}
