:root {
  --glcs-green: #167a7a;
  --glcs-green-dark: #17365d;
  --glcs-green-soft: #eef7f7;
  --glcs-gold: #c89a35;
  --glcs-ink: #1f2d27;
  --glcs-muted: #5b6962;
  --glcs-border: #dbe4df;
}

body {
  color: var(--glcs-ink);
  background: #fff;
}

.pkp_structure_head {
  background: #fff !important;
  border-bottom: 0 !important;
}

.pkp_site_name_wrapper {
  min-height: 118px !important;
  background: #fff !important;
}

.pkp_site_name {
  padding: 12px 20px !important;
  text-align: left !important;
}

.pkp_site_name .is_img {
  display: flex !important;
  align-items: center !important;
}

.pkp_site_name .is_img img {
  width: auto !important;
  max-width: min(100%, 660px) !important;
  max-height: 94px !important;
  object-fit: contain !important;
}

.pkp_site_nav_menu,
.pkp_navigation_primary_row {
  background: var(--glcs-green) !important;
}

.pkp_navigation_primary > li > a,
.pkp_navigation_user > li > a,
.pkp_navigation_search_wrapper a {
  color: #fff !important;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus,
.pkp_navigation_user > li > a:hover,
.pkp_navigation_search_wrapper a:hover {
  color: #f4dc82 !important;
}

.pkp_navigation_primary ul {
  border-top-color: var(--glcs-gold) !important;
}

.pkp_structure_content {
  max-width: 1180px;
}

body.pkp_page_index .page_index_journal {
  display: none !important;
}

body.pkp_page_index .homepage_about {
  margin: 0;
  padding: 28px 0 36px;
  border-bottom: 1px solid var(--glcs-border);
}

body.pkp_page_index .homepage_about h2,
body.pkp_page_index .additional_content h2 {
  margin: 0 0 22px;
  color: var(--glcs-green-dark);
  font-size: 1.55rem;
  line-height: 1.25;
}

body.pkp_page_index .homepage_about p {
  max-width: 860px;
  margin: 0 0 16px;
  color: #34443c;
  font-size: 1rem;
  line-height: 1.8;
}

body.pkp_page_index .additional_content {
  padding: 0;
}

.glcs-home-editorial {
  margin: 0;
  padding: 38px 0;
  border-bottom: 1px solid var(--glcs-border);
}

.glcs-home-editorial__inner {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 24px 26px;
  border-left: 4px solid var(--glcs-gold);
  background: var(--glcs-green-soft);
}

.glcs-home-editorial h2 {
  margin-bottom: 10px !important;
}

.glcs-home-editorial p {
  max-width: 690px;
  margin: 0;
  color: var(--glcs-muted);
  line-height: 1.7;
}

.glcs-home-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid var(--glcs-green);
  border-radius: 3px;
  color: var(--glcs-green) !important;
  font-weight: 700;
  text-decoration: none !important;
}

.glcs-home-link:hover,
.glcs-home-link:focus {
  background: var(--glcs-green);
  color: #fff !important;
}

.glcs-home-issue {
  padding: 42px 0 54px;
}

.glcs-issue-status {
  padding: 0 0 26px;
}

.glcs-issue-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--glcs-green);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.glcs-issue-status h3 {
  margin: 0 0 10px;
  color: var(--glcs-ink);
  font-size: 1.12rem;
}

.glcs-issue-status p {
  max-width: 760px;
  margin: 0;
  color: var(--glcs-muted);
  line-height: 1.7;
}

.glcs-issue-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--glcs-border);
}

.glcs-button,
.block_make_submission_link {
  display: inline-block !important;
  padding: 11px 18px !important;
  border: 1px solid var(--glcs-green) !important;
  border-radius: 3px !important;
  background: var(--glcs-green) !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.glcs-button--quiet {
  background: #fff !important;
  color: var(--glcs-green) !important;
}

.glcs-button:hover,
.glcs-button:focus,
.block_make_submission_link:hover,
.block_make_submission_link:focus {
  background: var(--glcs-green-dark) !important;
  color: #fff !important;
}

.pkp_structure_sidebar .pkp_block {
  padding: 25px 0;
  border-bottom: 1px solid var(--glcs-border);
}

.pkp_structure_sidebar .pkp_block:first-child {
  padding-top: 48px;
}

.pkp_structure_sidebar .pkp_block .title,
.pkp_structure_sidebar .pkp_block h2 {
  margin-bottom: 14px;
  color: var(--glcs-green-dark);
  font-size: 1.08rem;
}

.pkp_structure_sidebar .pkp_block a {
  color: #176b53;
}

.glcs-cover-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  padding: 28px 22px 22px;
  border: 1px solid #c9d7d0;
  background:
    radial-gradient(circle at 85% 20%, rgba(195,161,58,.28), transparent 31%),
    linear-gradient(to bottom, #f7faf8 0%, #e6f0eb 74%, #167a7a 74%, #17365d 100%);
  box-shadow: 0 8px 22px rgba(7,51,38,.12);
}

.glcs-cover-topline {
  color: var(--glcs-green-dark);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.glcs-cover-abbr {
  margin: 18px 0 10px;
  color: var(--glcs-green);
  font-family: Georgia, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.glcs-cover-subjects {
  width: 100%;
  margin: 0;
  color: #33463d;
  font-size: .8rem;
  line-height: 1.65;
}

.glcs-cover-bottom {
  position: absolute;
  right: 18px;
  bottom: 55px;
  left: 18px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
}

.glcs-cover-volume {
  position: absolute;
  right: 18px;
  bottom: 20px;
  margin: 0;
  color: #f4dc82;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pkp_structure_footer_wrapper {
  border-top: 4px solid var(--glcs-gold);
  background: var(--glcs-green-dark);
}

.pkp_structure_footer,
.pkp_structure_footer p,
.pkp_structure_footer h3,
.pkp_structure_footer h4 {
  color: #fff;
}

.pkp_structure_footer a {
  color: #f4dc82;
}

.glcs-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(220px, .7fr);
  gap: 46px;
  padding: 28px 0 10px;
}

.glcs-footer h3,
.glcs-footer h4 {
  margin: 0 0 10px;
}

.glcs-footer p {
  margin: 0 0 10px;
  color: #d8e5df;
  line-height: 1.7;
}

@media (min-width: 992px) {
  body.pkp_page_index .pkp_structure_page {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 30px 280px 24px;
  }

  body.pkp_page_index .pkp_structure_head {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  body.pkp_page_index .pkp_structure_content {
    grid-column: 2;
    grid-row: 2;
    width: auto;
    margin: 0;
    padding-top: 26px;
  }

  body.pkp_page_index .pkp_structure_main {
    float: none;
    width: auto;
    margin: 0 !important;
    padding: 0 30px 72px;
  }

  body.pkp_page_index .pkp_structure_main:before,
  body.pkp_page_index .pkp_structure_main:after {
    display: none !important;
    content: none !important;
  }

  body.pkp_page_index .pkp_structure_sidebar {
    grid-column: 4;
    grid-row: 2;
    float: none;
    width: auto;
    padding-top: 26px;
  }

  body.pkp_page_index .pkp_structure_footer_wrapper {
    grid-column: 1 / -1;
    grid-row: 3;
  }
}

@media (min-width: 1200px) {
  body.pkp_page_index .pkp_structure_page {
    grid-template-columns: minmax(24px, 1fr) minmax(0, 820px) 32px 300px minmax(24px, 1fr);
  }
}

@media (max-width: 767px) {
  .pkp_site_nav_toggle > span {
    border-bottom-color: var(--glcs-green) !important;
  }

  .pkp_site_nav_toggle > span:before,
  .pkp_site_nav_toggle > span:after {
    background: var(--glcs-green) !important;
  }

  .pkp_site_name_wrapper {
    min-height: 78px !important;
  }

  .pkp_site_name {
    padding: 7px 56px 7px 14px !important;
    text-align: center !important;
  }

  .pkp_site_name .is_img img {
    max-width: 230px !important;
    max-height: 68px !important;
  }

  .pkp_site_nav_menu {
    background: var(--glcs-green) !important;
  }

  body.pkp_page_index .homepage_about {
    padding: 34px 20px 30px;
  }

  body.pkp_page_index .additional_content {
    padding: 0 20px;
  }

  .glcs-home-editorial,
  .glcs-home-issue {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .glcs-home-editorial__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 22px 20px;
  }

  .glcs-home-link {
    width: 100%;
    justify-content: center;
  }

  .glcs-issue-actions {
    flex-direction: column;
  }

  .glcs-button {
    text-align: center;
  }

  .pkp_structure_sidebar {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .pkp_structure_sidebar .pkp_block:first-child {
    padding-top: 28px;
  }

  .glcs-cover-card {
    max-width: 280px;
    margin: 0 auto;
  }

  .glcs-footer {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Professional homepage refinement */
html {
  scroll-behavior: smooth;
}

body {
  color: #26352e;
  background: #f6f8f7;
  font-size: 15px;
  line-height: 1.65;
}

a,
button {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.pkp_structure_page {
  background: #fff;
}

.pkp_site_name_wrapper {
  min-height: 116px !important;
  border-top: 4px solid var(--glcs-gold);
}

.pkp_site_name {
  max-width: 1180px;
  margin: 0 auto;
  padding: 15px 24px !important;
}

.pkp_site_name .is_img img {
  max-height: 82px !important;
}

.pkp_navigation_primary_row {
  border-bottom: 3px solid var(--glcs-gold);
  box-shadow: 0 5px 16px rgba(7, 51, 38, .12);
}

.pkp_navigation_primary_wrapper {
  max-width: 1180px;
  margin: 0 auto;
}

.pkp_navigation_primary > li > a {
  padding-right: 12px;
  padding-left: 12px;
  font-size: .9rem;
  font-weight: 650;
  letter-spacing: .005em;
  white-space: nowrap;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
  background: rgba(255, 255, 255, .07);
}

body.pkp_page_index .homepage_about {
  box-sizing: border-box;
  padding: 34px 38px 32px;
  border: 1px solid #dfe7e3;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(21, 52, 40, .07);
}

body.pkp_page_index .homepage_about h2,
body.pkp_page_index .additional_content h2 {
  color: #073b2c;
  font-size: 1.45rem;
  font-weight: 750;
  letter-spacing: -.015em;
}

body.pkp_page_index .homepage_about h2 {
  position: relative;
  padding-bottom: 14px;
}

body.pkp_page_index .homepage_about h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  border-radius: 3px;
  background: var(--glcs-gold);
  content: "";
}

body.pkp_page_index .homepage_about p {
  max-width: 730px;
  color: #3e4e46;
  font-size: .98rem;
  line-height: 1.75;
}

body.pkp_page_index .homepage_about p:last-child {
  margin-bottom: 0;
}

body.pkp_page_index .additional_content {
  width: auto !important;
  margin: 0 !important;
}

.glcs-home-editorial {
  margin: 24px 0;
  padding: 0;
  border: 0;
}

.glcs-home-editorial__inner {
  padding: 28px 30px;
  border: 1px solid #dbe8e1;
  border-left: 5px solid var(--glcs-gold);
  border-radius: 5px;
  background: linear-gradient(135deg, #f2f7f4 0%, #eaf3ee 100%);
  box-shadow: 0 7px 22px rgba(21, 52, 40, .055);
}

.glcs-home-editorial h2 {
  font-size: 1.3rem !important;
}

.glcs-home-editorial p {
  color: #52635a;
}

.glcs-home-link {
  min-height: 44px;
  padding: 10px 19px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .58);
}

.glcs-home-link:hover,
.glcs-home-link:focus {
  box-shadow: 0 5px 14px rgba(7, 51, 38, .14);
}

.glcs-home-issue {
  box-sizing: border-box;
  margin: 0 0 36px;
  padding: 30px 34px 32px;
  border: 1px solid #dfe7e3;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(21, 52, 40, .065);
}

.glcs-issue-status {
  padding-bottom: 22px;
}

.glcs-issue-kicker {
  color: #176b53;
  font-size: .75rem;
}

.glcs-issue-actions {
  align-items: center;
}

.glcs-button,
.block_make_submission_link {
  padding: 12px 20px !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 12px rgba(7, 51, 38, .12);
}

.glcs-button--quiet {
  box-shadow: none;
}

.glcs-button:hover,
.glcs-button:focus,
.block_make_submission_link:hover,
.block_make_submission_link:focus {
  border-color: var(--glcs-green-dark) !important;
  box-shadow: 0 6px 16px rgba(7, 51, 38, .18);
}

.pkp_structure_sidebar .pkp_block {
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 22px;
  border: 1px solid #dfe7e3;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(21, 52, 40, .06);
}

.pkp_structure_sidebar .pkp_block:first-child {
  padding-top: 22px;
}

.pkp_structure_sidebar .pkp_block .title,
.pkp_structure_sidebar .pkp_block h2 {
  margin: 0 0 16px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e2e9e5;
  color: #073b2c;
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: .005em;
}

.pkp_structure_sidebar .block_make_submission {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pkp_structure_sidebar .block_make_submission_link {
  display: block !important;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 18px !important;
  text-align: center;
}

.pkp_structure_sidebar #customblock-gar-cover {
  padding: 0 0 4px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pkp_structure_sidebar #customblock-gar-cover .title {
  margin-bottom: 14px;
}

.glcs-cover-card {
  min-height: 306px;
  border-radius: 5px;
  background:
    radial-gradient(circle at 84% 16%, rgba(195, 161, 58, .22), transparent 31%),
    linear-gradient(to bottom, #f9fglcsa 0%, #edf4f0 74%, #167a7a 74%, #17365d 100%);
  box-shadow: 0 10px 24px rgba(7, 51, 38, .13);
}

.glcs-cover-abbr {
  letter-spacing: -.025em;
}

.glcs-cover-subjects {
  color: #42534b;
  line-height: 1.7;
}

.pkp_structure_sidebar .block_information a {
  display: block;
  margin: 0 -8px;
  padding: 7px 8px;
  border-radius: 3px;
  text-decoration: none;
}

.pkp_structure_sidebar .block_information a:hover,
.pkp_structure_sidebar .block_information a:focus {
  background: #eef7f7;
  color: var(--glcs-green-dark);
}

.pkp_structure_footer_wrapper {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.glcs-footer {
  padding-top: 34px;
  padding-bottom: 22px;
}

@media (min-width: 992px) {
  body.pkp_page_index .pkp_structure_content {
    padding-top: 34px;
  }

  body.pkp_page_index .pkp_structure_main {
    padding: 0 0 62px;
  }

  body.pkp_page_index .pkp_structure_sidebar {
    padding-top: 34px;
  }

  /* Keep every desktop sidebar separated from the article column. */
  .pkp_structure_sidebar {
    box-sizing: border-box;
    padding-left: 26px !important;
    border-left: 1px solid var(--glcs-border);
  }
}

@media (max-width: 991px) {
  body.pkp_page_index .homepage_about {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  body {
    background: #fff;
  }

  .pkp_site_name_wrapper {
    min-height: 88px !important;
    border-top-width: 3px;
  }

  .pkp_site_name {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .pkp_site_name .is_img img {
    max-height: 70px !important;
  }

  body.pkp_page_index .homepage_about {
    padding: 32px 22px 30px;
  }

  body.pkp_page_index .homepage_about h2,
  body.pkp_page_index .additional_content h2 {
    font-size: 1.32rem;
  }

  .glcs-home-editorial {
    margin: 22px 0;
    padding: 0;
  }

  .glcs-home-editorial__inner {
    padding: 24px 22px;
  }

  .glcs-home-issue {
    margin-bottom: 28px;
    padding: 26px 22px 28px;
  }

  .pkp_structure_sidebar .pkp_block {
    padding: 20px;
  }
}

/* GAR JOURNAL PARTICULARS 20260809 */
.glcs-home-particulars {
  box-sizing: border-box;
  margin: 0 0 24px;
  padding: 30px 34px;
  border: 1px solid #dfe7e3;
  border-top: 4px solid #c89a35;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(21, 52, 40, .065);
}
.glcs-home-particulars h2 { margin-top: 0; }
.glcs-particulars-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 30px;
}
.glcs-particulars-grid p { margin: 0; color: #36483f; line-height: 1.55; }
.glcs-particulars-grid strong { color: #073b2c; }
@media (max-width: 767px) {
  .glcs-home-particulars { padding: 26px 22px; }
  .glcs-particulars-grid { grid-template-columns: 1fr; gap: 14px; }
}