/*
 * JETH Signature Theme 1.0.0.2
 * Purpose-built for OJS 3.5.0.5.
 */
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #fffdf9;
  color: #241e22;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #9c496d;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}
a:hover,
a:focus {
  color: #553343;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(247, 188, 74, 0.75);
  outline-offset: 3px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #553343;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.16;
}
h1 {
  font-size: clamp(2.25rem, 5vw, 4.6rem);
}
h2 {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
}
h3 {
  font-size: clamp(1.22rem, 2vw, 1.55rem);
}
img {
  height: auto;
  max-width: 100%;
}
.pkp_structure_page {
  background: #fffdf9;
  box-shadow: none;
  margin: 0;
  max-width: none;
}
/* Masthead and navigation */
.pkp_structure_head {
  background: rgba(255, 253, 249, 0.98);
  border: 0;
  border-bottom: 1px solid #eadde2;
  box-shadow: 0 6px 24px rgba(58, 29, 46, 0.04);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.pkp_head_wrapper {
  max-width: 1380px;
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
}
.pkp_site_name {
  padding-bottom: 22px;
  padding-top: 22px;
}
.pkp_site_name > a {
  color: #553343;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-decoration: none;
}
.pkp_site_name .is_img img {
  max-height: 78px;
}
.pkp_navigation_primary_row {
  background: transparent;
  border-top: 1px solid rgba(234, 221, 226, 0.7);
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
}
.pkp_navigation_primary {
  display: flex;
  gap: clamp(10px, 1.8vw, 30px);
}
.pkp_navigation_primary > li > a,
.pkp_navigation_primary > li > button {
  border-bottom: 3px solid transparent;
  color: #241e22;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  padding-bottom: 17px;
  padding-top: 17px;
  text-decoration: none;
  text-transform: uppercase;
}
.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus,
.pkp_navigation_primary > li > a[aria-current="page"] {
  border-bottom-color: var(--jeth-gold, #F7BC4A);
  color: #914466;
}
.pkp_navigation_primary ul {
  background: #fffdf9;
  border: 1px solid #eadde2;
  border-radius: 10px;
  box-shadow: 0 18px 50px rgba(58, 29, 46, 0.1);
  padding: 8px;
}
.pkp_navigation_primary ul a {
  border-radius: 7px;
  color: #241e22;
  padding: 10px 13px;
}
.pkp_navigation_primary ul a:hover,
.pkp_navigation_primary ul a:focus {
  background: #fbf6f7;
  color: #553343;
}
.pkp_navigation_user_wrapper {
  top: 24px;
}
.pkp_navigation_user > li > a {
  color: #553343;
  font-size: 0.8rem;
  font-weight: 700;
}
.pkp_structure_head.jeth_head--compact {
  box-shadow: 0 10px 34px rgba(58, 29, 46, 0.12);
}
.pkp_structure_head.jeth_head--compact .pkp_site_name {
  padding-bottom: 14px;
  padding-top: 14px;
}
/* Content shell */
.pkp_structure_content {
  max-width: 1380px;
  padding: clamp(32px, 5vw, 76px) clamp(20px, 4vw, 64px) 90px;
}
.pkp_structure_main {
  padding: 0;
}
.pkp_structure_main:before,
.pkp_structure_main:after {
  display: none;
}
.pkp_structure_sidebar {
  border-left: 0;
  padding: 0 0 0 clamp(24px, 3vw, 48px);
}
.pkp_block {
  background: #fff;
  border: 1px solid #eadde2;
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(58, 29, 46, 0.055);
  margin-bottom: 22px;
  padding: 22px;
}
.pkp_block .title {
  border-bottom: 2px solid var(--jeth-gold, #F7BC4A);
  color: #553343;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.pkp_block ul {
  padding-left: 0;
}
.pkp_block li {
  border-top: 1px solid #eadde2;
  list-style: none;
  padding: 9px 0;
}
.pkp_block li:first-child {
  border-top: 0;
}
/* JETH homepage */
.jeth_home {
  margin: 0;
}
.jeth_hero {
  background: linear-gradient(135deg, rgba(219, 178, 196, 0.25), rgba(255, 253, 249, 0.94) 55%), #fbf6f7;
  border: 1px solid rgba(219, 178, 196, 0.65);
  border-radius: 28px;
  display: grid;
  gap: clamp(30px, 5vw, 70px);
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.55fr);
  margin-bottom: clamp(54px, 7vw, 94px);
  overflow: hidden;
  padding: clamp(34px, 6vw, 82px);
  position: relative;
}
.jeth_hero:before {
  background: var(--jeth-gold, #F7BC4A);
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0;
  width: 32%;
}
.jeth_hero__content {
  position: relative;
  z-index: 2;
}
.jeth_eyebrow {
  color: #8a4161;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.jeth_hero h1 {
  color: #553343;
  font-size: clamp(2.55rem, 5.5vw, 5.6rem);
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin: 0;
  max-width: 950px;
}
.jeth_hero__summary {
  color: #70636a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.65;
  margin: 26px 0 0;
  max-width: 760px;
}
.jeth_hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.jeth_button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 820;
  justify-content: center;
  letter-spacing: 0.075em;
  min-height: 48px;
  padding: 12px 22px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.jeth_button:hover,
.jeth_button:focus {
  transform: translateY(-2px);
}
.jeth_button--primary {
  background: #553343;
  box-shadow: 0 10px 24px rgba(85, 51, 67, 0.23);
  color: #fff;
}
.jeth_button--primary:hover,
.jeth_button--primary:focus {
  background: #3f2631;
  color: #fff;
}
.jeth_button--secondary {
  background: var(--jeth-gold, #F7BC4A);
  border-color: #f5ae23;
  color: #34260d;
}
.jeth_button--secondary:hover,
.jeth_button--secondary:focus {
  background: #f9c96c;
  color: #34260d;
}
.jeth_hero__facts {
  border-top: 1px solid rgba(219, 178, 196, 0.65);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 44px;
  margin-top: 38px;
  padding-top: 24px;
}
.jeth_hero__facts div {
  display: grid;
  gap: 2px;
}
.jeth_hero__facts span {
  color: #70636a;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.jeth_hero__facts strong {
  color: #553343;
  font-size: 0.95rem;
}
.jeth_hero__visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 300px;
  position: relative;
}
.jeth_hero__visual:before,
.jeth_hero__visual:after {
  border: 1px solid rgba(219, 178, 196, 0.7);
  border-radius: 50%;
  content: "";
  position: absolute;
}
.jeth_hero__visual:before {
  height: 300px;
  width: 300px;
}
.jeth_hero__visual:after {
  height: 230px;
  width: 230px;
}
.jeth_hero__visual img {
  border: 10px solid rgba(255, 253, 249, 0.8);
  border-radius: 50%;
  height: min(24vw, 250px);
  object-fit: cover;
  position: relative;
  width: min(24vw, 250px);
  z-index: 2;
}
.jeth_monogram {
  align-items: center;
  background: #553343;
  border: 10px solid rgba(255, 253, 249, 0.8);
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(85, 51, 67, 0.24);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 230px;
  justify-content: center;
  position: relative;
  width: 230px;
  z-index: 2;
}
.jeth_monogram span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
}
.jeth_monogram small {
  color: var(--jeth-gold, #F7BC4A);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.25em;
  margin-top: 12px;
}
.jeth_section {
  margin: 0 0 clamp(54px, 7vw, 94px);
}
.jeth_about {
  align-items: start;
  display: grid;
  gap: clamp(30px, 5vw, 80px);
  grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1.4fr);
}
.jeth_section__heading h2 {
  margin: 0;
}
.jeth_section__body {
  border-left: 4px solid var(--jeth-gold, #F7BC4A);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  padding-left: clamp(22px, 3vw, 42px);
}
.jeth_prose > :first-child {
  margin-top: 0;
}
.jeth_prose > :last-child {
  margin-bottom: 0;
}
.jeth_highlights {
  margin-bottom: 56px;
}
.jeth_announcements .cmp_announcements {
  background: #fbf6f7;
  border: 1px solid #eadde2;
  border-radius: 18px;
  margin-bottom: clamp(54px, 7vw, 94px);
  padding: clamp(26px, 4vw, 48px);
}
.jeth_section__heading--issue {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}
.current_issue_title {
  color: #70636a;
  font-size: 1rem;
  font-weight: 650;
  margin: 8px 0 0;
}
.jeth_text_link {
  border-bottom: 2px solid var(--jeth-gold, #F7BC4A);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding-bottom: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
.jeth_issue_frame {
  background: #fff;
  border: 1px solid #eadde2;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(58, 29, 46, 0.1);
  overflow: hidden;
  padding: clamp(24px, 4vw, 52px);
}
/* Issue and article cards */
.obj_issue_toc .heading {
  border-bottom: 1px solid #eadde2;
  margin-bottom: 26px;
  padding-bottom: 24px;
}
.obj_issue_toc .cover img,
.obj_issue_summary .cover img {
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(36, 30, 34, 0.14);
}
.obj_issue_toc .section {
  margin: 38px 0 0;
}
.obj_issue_toc .section h2,
.obj_issue_toc .section h3 {
  border-bottom: 1px solid #eadde2;
  color: #553343;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.obj_article_summary {
  border: 0;
  border-bottom: 1px solid #eadde2;
  margin: 0;
  padding: 28px 0;
}
.jeth_article_card {
  align-items: center;
  display: grid;
  gap: 14px 24px;
  grid-template-columns: minmax(0, 1fr) auto;
}
.jeth_article_card--has-cover {
  grid-template-columns: 94px minmax(0, 1fr) auto;
}
.jeth_article_card__cover {
  grid-row: 1;
}
.jeth_article_card__cover img {
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(36, 30, 34, 0.12);
  width: 86px;
}
.jeth_article_card__content {
  min-width: 0;
}
.jeth_article_card__content .title {
  margin-top: 0;
}
.jeth_article_card__galleys {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.jeth_article_card__galleys li {
  list-style: none;
}
.obj_article_summary:last-child {
  border-bottom: 0;
}
.obj_article_summary .title {
  color: #553343;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.52rem);
  font-weight: 700;
  line-height: 1.35;
}
.obj_article_summary .title:hover,
.obj_article_summary .title:focus {
  color: #954668;
}
.obj_article_summary .authors,
.obj_article_summary .pages,
.obj_article_summary .published {
  color: #70636a;
  font-size: 0.9rem;
}
.obj_galley_link,
.obj_article_summary .galleys_links a {
  background: transparent;
  border: 1px solid #c888a4;
  border-radius: 999px;
  color: #553343;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 7px 13px;
  text-transform: uppercase;
}
.obj_galley_link:hover,
.obj_galley_link:focus,
.obj_article_summary .galleys_links a:hover,
.obj_article_summary .galleys_links a:focus {
  background: #553343;
  border-color: #553343;
  color: #fff;
}
.page_issue_archive .issues_archive > li {
  border: 1px solid #eadde2;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(58, 29, 46, 0.06);
  margin-bottom: 24px;
  padding: clamp(22px, 3vw, 36px);
}
.jeth_issue_card {
  align-items: start;
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  grid-template-columns: 1fr;
}
.jeth_issue_card--has-cover {
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1.66fr);
}
.jeth_issue_card__cover img {
  width: 100%;
}
.jeth_issue_card__content h2 {
  margin: 0;
}
.jeth_issue_card__content .title {
  color: #553343;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}
.jeth_issue_card__content .series {
  color: #70636a;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 8px;
}
.jeth_issue_card__content .description {
  color: #70636a;
  margin-top: 18px;
}
/* Article detail, static pages, search and forms */
.obj_article_details .page_title,
.page h1,
.cmp_breadcrumbs + h1 {
  color: #553343;
}
.obj_article_details .authors,
.obj_article_details .affiliation,
.obj_article_details .published {
  color: #70636a;
}
.obj_article_details .abstract {
  background: #fbf6f7;
  border-left: 5px solid var(--jeth-gold, #F7BC4A);
  border-radius: 0 14px 14px 0;
  margin-top: 34px;
  padding: clamp(22px, 4vw, 38px);
}
.obj_article_details .item {
  border-top-color: #eadde2;
}
.cmp_breadcrumbs {
  color: #70636a;
  font-size: 0.82rem;
  margin-bottom: 34px;
}
.cmp_breadcrumbs a {
  color: #70636a;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
select,
textarea {
  background: #fff;
  border: 1px solid #dcc7cf;
  border-radius: 8px;
  color: #241e22;
  min-height: 44px;
  padding: 9px 12px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
  border-color: #bb6c8f;
  box-shadow: 0 0 0 3px rgba(219, 178, 196, 0.25);
}
.cmp_button,
button,
input[type="submit"] {
  background: #553343;
  border: 1px solid #553343;
  border-radius: 999px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 11px 19px;
}
.cmp_button:hover,
.cmp_button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #3f2631;
  color: #fff;
}
.page_search .search_results li {
  border-bottom-color: #eadde2;
  padding-bottom: 24px;
  padding-top: 24px;
}
/* Footer */
.pkp_structure_footer_wrapper {
  background: #553343;
  border-top: 7px solid var(--jeth-gold, #F7BC4A);
}
.pkp_structure_footer {
  max-width: 1380px;
}
.pkp_footer_content,
.pkp_footer_content p,
.pkp_footer_content li {
  color: rgba(255, 255, 255, 0.8);
}
.pkp_footer_content a {
  color: var(--jeth-gold, #F7BC4A);
}
.pkp_brand_footer img {
  filter: grayscale(1) brightness(5);
  opacity: 0.75;
}
@media (max-width: 991px) {
  .pkp_structure_head {
    position: relative;
  }
  .pkp_structure_content {
    padding-top: 34px;
  }
  .pkp_structure_sidebar {
    padding-left: 0;
    padding-top: 36px;
  }
  .jeth_hero {
    grid-template-columns: 1fr;
  }
  .jeth_hero__visual {
    display: none;
  }
  .jeth_about {
    grid-template-columns: 1fr;
  }
  .jeth_section__body {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .pkp_site_name {
    padding-bottom: 14px;
    padding-top: 14px;
  }
  .pkp_structure_content {
    padding-left: 18px;
    padding-right: 18px;
  }
  .jeth_hero {
    border-radius: 18px;
    padding: 34px 24px;
  }
  .jeth_hero h1 {
    font-size: clamp(2.35rem, 13vw, 4.1rem);
  }
  .jeth_hero__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .jeth_button {
    width: 100%;
  }
  .jeth_section__heading--issue {
    align-items: start;
    flex-direction: column;
  }
  .jeth_issue_frame {
    border-radius: 14px;
    padding: 22px 18px;
  }
  .jeth_article_card,
  .jeth_article_card--has-cover {
    align-items: start;
    grid-template-columns: 1fr;
  }
  .jeth_article_card__galleys {
    justify-content: flex-start;
  }
  .jeth_issue_card--has-cover {
    grid-template-columns: 90px minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media print {
  .pkp_structure_head,
  .pkp_structure_sidebar,
  .pkp_structure_footer_wrapper,
  .jeth_hero__actions {
    display: none !important;
  }
  .pkp_structure_content,
  .pkp_structure_main {
    max-width: none;
    padding: 0;
    width: 100%;
  }
  .jeth_hero,
  .jeth_issue_frame,
  .pkp_block {
    box-shadow: none;
  }
}
