.pkp_head_wrapper {
  width: auto !important;
  background-color: #ffffff;
  background-image:
    radial-gradient(circle at 15% 50%, rgba(4, 44, 0, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 85% 50%, rgba(255, 107, 6, 0.05) 0%, transparent 50%);
  position: relative;
  overflow: hidden;
}

/* Decorative background circles */
.pkp_head_wrapper::before {
  content: '';
  position: absolute;
  top: -60px;
  right: 0px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(4, 44, 0, 0.05);
  pointer-events: none;
}

.pkp_head_wrapper::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 5%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 107, 6, 0.05);
  pointer-events: none;
}

.pkp_site_name {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(4, 44, 0, 0.1);
    padding-left: 0 !important;
}

.pkp_site_name .is_img {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
.pkp_site_name .is_img img {
    max-height: 200px;
}
}
.pkp_site_name .is_text {
  position: absolute;
  left: 50vw;
  right: 50vw;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  pointer-events: none;
}

.pkp_site_name .is_text:hover {
  pointer-events: auto;
}

.pkp_site_name .is_text p {
  margin: 0;
  padding: 0;
}

.name-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.pkp_site_name .is_text .pre,
.pkp_site_name .is_text .post {
  font-size: 2.8rem;
  display: inline-block;
}
@media (min-width: 1024px) {
.pkp_site_name .is_text .pre,
.pkp_site_name .is_text .post {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}
}
.pkp_site_name .is_text .pre {
  color: #4E7235;
}

.pkp_site_name .is_text .post {
  color: #FF6B06;
}

.pkp_site_name .is_text .bottom {
  font-size: 1.9rem;
  color: black;
  letter-spacing: 0.03em;
  font-weight: 200;
}

/* ── Nav bar ── */
.pkp_navigation_primary_row {
  background: linear-gradient(135deg, #042C00 0%, #0a4a00 60%, #042C00 100%);
  position: relative;
  overflow: hidden;
}

.pkp_navigation_primary_row::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image:
    radial-gradient(ellipse at 10% 50%, rgba(255,255,255,0.03) 0%, transparent 60%),
    radial-gradient(ellipse at 90% 50%, rgba(255, 107, 6, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

/* ── Nav links ── */
.pkp_navigation_primary li > a,
.pkp_navigation_primary li > a:visited {
  color: #ffffff !important;
  font-size: 0.92rem;
  font-weight: 500;
  padding: 12px 16px;
  display: block;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s, background 0.2s;
  position: relative;
}

.pkp_navigation_primary li > a:hover {
  color: #ffb347 !important;
  background: rgba(255, 255, 255, 0.07);
}

.pkp_navigation_primary li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 2px;
  background: #FF6B06;
  transform: scaleX(0);
  transition: transform 0.2s;
}

.pkp_navigation_primary li > a:hover::after {
  transform: scaleX(1);
}

/* ── Dropdowns ── */
.pkp_navigation_primary .dropdown-menu {
  background: #ffffff;
  border: none;
  border-top: 3px solid #FF6B06;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 24px rgba(4, 44, 0, 0.15);
  min-width: 200px;
  padding: 6px 0;
}

.pkp_navigation_primary .dropdown-menu li a {
  color: #042C00 !important;
  font-size: 0.88rem;
  padding: 9px 18px;
  display: block;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, padding-left 0.15s;
  border-left: 3px solid transparent;
}

.pkp_navigation_primary .dropdown-menu li a:hover {
  background: rgba(4, 44, 0, 0.05);
  color: #FF6B06 !important;
  padding-left: 24px;
  border-left: 3px solid #FF6B06;
}

/* ── Search ── */
.pkp_search_desktop {
  color: #ffffff !important;
  font-size: 0.88rem;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  white-space: nowrap;
}

.pkp_search_desktop:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffb347 !important;
}

/* ── User nav ── */
.pkp_navigation_user_wrapper {
  border-bottom: 1px solid rgba(4, 44, 0, 0.08);
}

.pkp_navigation_user li a {
  color: #042C00 !important;
  font-size: 0.82rem;
  text-decoration: none;
}

.pkp_navigation_user li a:hover {
  color: #FF6B06 !important;
}

.pkp_navigation_user .dropdown-menu {
  background: #ffffff;
  border-top: 3px solid #042C00;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 24px rgba(4, 44, 0, 0.12);
}

.pkp_navigation_user .dropdown-menu li a {
  color: #042C00 !important;
  font-size: 0.85rem;
  padding: 8px 16px;
  transition: background 0.15s, color 0.15s;
}

.pkp_navigation_user .dropdown-menu li a:hover {
  background: rgba(4, 44, 0, 0.05);
  color: #FF6B06 !important;
}

.pkp_site_nav_menu--isOpen {
    background: linear-gradient(135deg, #042C00 0%, #0a4a00 60%, #042C00 100%);
}

/* ── Nav centering (desktop only) ── */
@media (min-width: 1024px) {
  .pkp_navigation_primary_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  #navigationPrimary {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
}

/* ── Tablet and smaller ── */
@media (max-width: 992px) {
  .pkp_site_name .is_text .bottom {
    display: none;
  }

  .pkp_head_wrapper::before,
  .pkp_head_wrapper::after {
    display: none;
  }
}

@media (max-width: 1023px) {
  .pkp_head_wrapper {
    overflow: visible;
  }

  .pkp_structure_head {
    overflow: visible;
  }

  .pkp_navigation_primary_row {
    overflow: visible;
  }

  .pkp_site_nav_menu {
    overflow: visible;
  }

  .pkp_navigation_primary {
    overflow: visible;
  }

  .pkp_navigation_primary .dropdown-menu {
    position: static !important;
    float: none !important;
    display: none;
    background: rgba(255, 255, 255, 0.08);
    border-top: none;
    border-left: 3px solid #FF6B06;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .pkp_navigation_primary .dropdown-menu.show,
  .pkp_navigation_primary .dropdown-menu[style*="display: block"] {
    display: block !important;
  }

  .pkp_navigation_primary .dropdown-menu li a {
    color: #ffffff !important;
    padding: 9px 28px;
  }

  .pkp_navigation_primary .dropdown-menu li a:hover {
    color: #ffb347 !important;
    background: rgba(255, 255, 255, 0.08);
  }
}


  .pkp_head_wrapper,
  .pkp_structure_head,
  .pkp_navigation_primary_row,
  .pkp_site_nav_menu,
  .pkp_navigation_primary {
    overflow: visible;
  }

@media (max-width: 1023px) {
  .pkp_head_wrapper,
  .pkp_structure_head,
  .pkp_navigation_primary_row,
  .pkp_site_nav_menu,
  .pkp_navigation_primary {
    overflow: visible;
  }

  .pkp_navigation_primary li {
    position: relative;
  }

  .pkp_navigation_primary .dropdown-menu {
    will-change: auto !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    float: none !important;
    background: #1a5200 !important;
    border-top: 3px solid #FF6B06 !important;
    border-left: none !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    width: max-content !important;
    min-width: 200px !important;
    z-index: 9999 !important;
    display: none !important;
  }

  .pkp_navigation_primary .dropdown-menu.show {
    display: block !important;
  }

  .pkp_navigation_primary .dropdown-menu li a {
    color: #ffffff !important;
    padding: 9px 18px !important;
    display: block !important;
    border-left: none !important;
  }

  .pkp_navigation_primary .dropdown-menu li a:hover {
    color: #ffb347 !important;
    background: rgba(255, 255, 255, 0.1) !important;
    padding-left: 24px !important;
  }
}

.pkp_navigation_user .dropdown-menu {
  background: #ffffff;
  border-top: 3px solid #042C00;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 24px rgba(4, 44, 0, 0.12);
  min-width: 180px;
  padding: 4px 0;
  z-index: 9999;
}

.pkp_navigation_user .dropdown-menu li a {
  color: #042C00 !important;
  font-size: 0.85rem;
  padding: 9px 18px;
  display: block;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, padding-left 0.15s;
  border-left: 3px solid transparent;
}

.pkp_navigation_user .dropdown-menu li a:hover {
  background: rgba(4, 44, 0, 0.05);
  color: #FF6B06 !important;
  padding-left: 24px;
  border-left: 3px solid #FF6B06;
}

/* Mobile */
@media (max-width: 1023px) {
  .pkp_navigation_user li {
    position: relative;
  }

  .pkp_navigation_user .dropdown-menu {
    will-change: auto !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    background: #ffffff !important;
    border-top: 3px solid #042C00 !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    min-width: 180px !important;
    z-index: 9999 !important;
    display: none !important;
  }

  .pkp_navigation_user .dropdown-menu.show {
    display: block !important;
  }

  .pkp_navigation_user .dropdown-menu li a {
    color: #042C00 !important;
    padding: 9px 18px !important;
    display: block !important;
    border-left: 3px solid transparent !important;
  }

  .pkp_navigation_user .dropdown-menu li a:hover {
    color: #FF6B06 !important;
    background: rgba(4, 44, 0, 0.05) !important;
    padding-left: 24px !important;
    border-left: 3px solid #FF6B06 !important;
  }
}

/* ── Sidebar general ── */
.pkp_block {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(4, 44, 0, 0.1);
  margin-bottom: 16px;
  overflow: hidden;
}

.pkp_block .title {
  background: linear-gradient(135deg, #042C00 0%, #0a4a00 60%, #042C00 100%);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 16px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

/* Orange accent line on title */
.pkp_block .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #FF6B06;
}

.pkp_block .content {
  padding: 12px 16px;
}

/* ── Information block ── */
.block_information .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block_information .content ul li {
  border-bottom: 1px solid rgba(4, 44, 0, 0.07);
}

.block_information .content ul li:last-child {
  border-bottom: none;
}

.block_information .content ul li a {
  display: block;
  padding: 9px 4px;
  color: #042C00 !important;
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
  border-left: 3px solid transparent;
  padding-left: 8px;
}

.block_information .content ul li a:hover {
  color: #FF6B06 !important;
  padding-left: 14px;
  border-left: 3px solid #FF6B06;
}

/* ── Web feed block ── */
.block_web_feed .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.block_web_feed .content ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: rgba(4, 44, 0, 0.05);
  border: 1px solid rgba(4, 44, 0, 0.1);
  transition: background 0.2s, border-color 0.2s;
}

.block_web_feed .content ul li a:hover {
  background: rgba(255, 107, 6, 0.08);
  border-color: #FF6B06;
}

.block_web_feed .content ul li a img {
  width: 20px;
  height: 20px;
}


/* ── Footer ── */
  .pkp_brand_footer {
      display: none;
  }
  .footer_brand_tagline {
      text-align: justify;
  }

  .pkp_structure_footer {
    background: linear-gradient(135deg, #042C00 0%, #0a4a00 60%, #042C00 100%);
    position: relative;
    overflow: hidden;
    width: auto;
  }

  .footer_credit {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.78rem;
    margin: 0;
  }

  .footer_credit_link {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 2px 8px;
    border-radius: 4px;
    background: rgba(255, 107, 6, 0.12);
    border: 1px solid rgba(255, 107, 6, 0.25);
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    display: inline-block;
    margin-left: 2px;
  }

  .footer_credit_link:hover {
    color: #ffffff !important;
    background: rgba(255, 107, 6, 0.25);
    border-color: rgba(255, 107, 6, 0.6);
  }

  .pkp_structure_footer::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -40px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 107, 6, 0.06);
    pointer-events: none;
  }

  .pkp_structure_footer::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 5%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    pointer-events: none;
  }

  .footer_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px 24px;
    position: relative;
    z-index: 1;
  }

  @media (max-width: 1023px) { 
    .footer_inner {
      padding: 0;
    }
    .footer_brand {
      width: 100% !important;
    }
  }

.footer_top {
  display: grid;
  grid-template-columns: 3fr 1fr 0fr;  /* brand gets more space, two cols pushed right */
  gap: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

  /* ── Brand ── */
  .footer_brand {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 60%;
  }

  .footer_brand img {
    height: 60px;
    width: auto;
  }

  .footer_brand_name {
      font-family: Frutiger !important;
    display: flex;
    align-items: baseline;
  }

  .footer_brand_name .pre {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
  }

  .footer_brand_name .post {
    font-size: 1.8rem;
    font-weight: 700;
    color: #FF6B06;
    line-height: 1.2;
  }

  .footer_brand_tagline {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.03em;
    margin: 0;
  }

  /* ── Columns ── */
  .footer_col {
  text-align: left;
}

  .footer_col h4 {
    color: #FF6B06;
    text-align: left;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 107, 6, 0.3);
  }

  .footer_col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .footer_col ul li a {
    text-align: left;
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 0.87rem;
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s, border-color 0.2s;
    display: inline-block;
    border-left: 2px solid transparent;
    padding-left: 0;
  }

  .footer_col ul li a:hover {
    color: #FF6B06 !important;
    padding-left: 8px;
    border-left: 2px solid #FF6B06;
  }

  /* ── Bottom bar ── */
  .footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    gap: 12px;
    flex-wrap: wrap;
  }

  .footer_bottom p {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.78rem;
    margin: 0;
  }

  .footer_bottom_links {
    display: flex;
    gap: 20px;
  }

  .footer_bottom_links a {
    color: rgba(255, 255, 255, 0.45) !important;
    font-size: 0.78rem;
    text-decoration: none;
    transition: color 0.2s;
  }

  .footer_bottom_links a:hover {
    color: #FF6B06 !important;
  }

  .footer_brand_name .pre,
  .footer_brand_name .post {
    font-size: 2.4rem;
  }

  .footer_brand_tagline {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.04em;
    margin: 0;
  }

  /* ── Contact column ── */
  .footer_contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer_contact li {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
  }

  .footer_contact_icon {
    color: #FF6B06;
    font-size: 1rem;
    flex-shrink: 0;
  }

  .footer_contact li a {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 0.87rem;
    text-decoration: none;
    transition: color 0.2s;
    border-left: none !important;
    padding-left: 0 !important;
  }

  .footer_contact li a:hover {
    color: #FF6B06 !important;
    border-left: none !important;
    padding-left: 0 !important;
  }

  /* ── Social icons ── */
  .footer_social {
    display: flex;
    gap: 10px;
    margin-top: 4px;
  }

  .footer_social_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
  }

  .footer_social_icon:hover {
    background: rgba(255, 107, 6, 0.2);
    border-color: #FF6B06;
    color: #FF6B06 !important;
  }

/* ── Hero ── */

.additional_content {
    padding: 0 !important;
}

.journal_hero {
  position: relative;
  width: 100%;
  min-height: 480px;
  background:
    linear-gradient(135deg, rgba(4, 44, 0, 0.92) 0%, rgba(10, 74, 0, 0.88) 50%, rgba(4, 44, 0, 0.95) 100%),
    url('http://ayuprabha.com/public/journals/1/backgroundHero.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Decorative circles */
.journal_hero::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(255, 107, 6, 0.07);
  pointer-events: none;
}

.journal_hero::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -40px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.journal_hero_overlay {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 80% 50%, rgba(255, 107, 6, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 10% 80%, rgba(4, 44, 0, 0.3) 0%, transparent 50%);
  pointer-events: none;
}

.journal_hero_content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px;
  width: 100%;
}

/* Badge */
.journal_hero_badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 107, 6, 0.15);
  border: 1px solid rgba(255, 107, 6, 0.4);
  color: #ffb347;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.journal_hero_badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF6B06;
  flex-shrink: 0;
}

/* Title */
.journal_hero_title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 8px !important;
  font-family: Frutiger !important;
}

.journal_hero_title .pre {
  color: #4e7235;
}

.journal_hero_title .post {
  color: #FF6B06;
}

/* Subtitle */
.journal_hero_subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.04em;
  margin: 0 0 10px !important;
}

/* Description */
.journal_hero_desc {
  text-align: justify;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  max-width: 640px;
  margin: 0 0 36px;
}

/* Stats */
.journal_hero_stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 36px;
  flex-wrap: wrap;
  gap: 16px;
}

.journal_hero_stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.stat_number {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FF6B06;
  line-height: 1;
}

.stat_label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.03em;
}

.journal_hero_stat_divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
}

/* Buttons */
.journal_hero_actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero_btn_primary {
  display: inline-block;
  background: #FF6B06;
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s, transform 0.1s;
}

.hero_btn_primary:hover {
  background: #e05c00;
  transform: translateY(-1px);
}

.hero_btn_secondary {
  display: inline-block;
  background: transparent;
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.1s;
}

.hero_btn_secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
}

.journal_hero_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.journal_hero_text {
  flex: 1;
  max-width: 620px;
}

.journal_hero_cover {
  flex-shrink: 0;
  position: relative;
}

.journal_hero_cover img {
  height: 340px;
  width: auto;
  border-radius: 8px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 24px 48px rgba(0, 0, 0, 0.4),
    0 4px 12px rgba(255, 107, 6, 0.2);
  display: block;
}

/* Decorative glow behind cover */
.journal_hero_cover::before {
  content: '';
  position: absolute;
  inset: -12px;
  border-radius: 12px;
  background: rgba(255, 107, 6, 0.08);
  z-index: -1;
}

.pkp_navigation_primary>li>a:focus {
    background: transparent !important;
}

.heading_container {
    font-weight: 100;
  font-family: Frutiger;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .journal_hero_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .journal_hero_cover {
    align-self: center;
  }

  .journal_hero_cover img {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .journal_hero_cover img {
    height: 220px;
  }
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .journal_hero {
    min-height: 420px;
  }

  .journal_hero_title {
    font-size: 2.6rem;
  }

  .journal_hero_stat_divider {
    display: none;
  }

  .journal_hero_stats {
    gap: 20px;
  }
}

@media (max-width: 400px) {
.heading_container {
    padding-left: 2.3rem;
}
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .footer_top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .footer_top {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}