/* ===================================================
   J-PCM — Custom CSS  |  Website Settings > Appearance > Additional CSS
   v1.5 — 2026-03-04
   =================================================== */

/* ══════════════════════════════════════════════════
   GLOBAL THEME FIXES
══════════════════════════════════════════════════ */
html{scroll-behavior:smooth}
*:focus-visible{outline:2px solid #FFD120 !important;outline-offset:2px !important}
body a:hover,body a:focus,body a:active{color:#4d3a00 !important;background-color:transparent !important;border-color:#4d3a00 !important}

body .header{background-color:#111111 !important;padding-top:0 !important;border-bottom:3px solid #FFD120 !important}
body .header .nav-link{color:rgba(255,255,255,.82) !important;font-size:12px !important;letter-spacing:.05em !important;transition:all .18s ease-in-out !important}
body .header .nav-link:hover,body .header .nav-link:focus{background:rgba(255,255,255,.1) !important;color:#fff !important}
body .journal-logo-text{font-size:24px !important;letter-spacing:.02em !important;transition:all .18s ease-in-out !important}
body .journal-logo-text:hover,body .journal-logo-text:focus{color:#FFD120 !important;background:transparent !important}
body .upper-header{padding-top:10px !important;padding-bottom:10px !important}
body .dropdown-menu{padding:4px 0 !important;border-radius:2px !important;box-shadow:0 4px 16px rgba(0,0,0,.18) !important;border-color:#222 !important}
body .dropdown-item{padding:.5rem 1rem !important;text-align:left !important}
body .dropdown-item:hover,body .dropdown-item:focus{background-color:#FFD120 !important;color:#000 !important}
body .site-footer{border-top:4px solid #4d3a00 !important}
body .btn{border-radius:2px !important;font-size:.68rem !important;letter-spacing:.04em !important;text-transform:uppercase !important;transition:all .18s ease-in-out !important}
body .btn-primary{background-color:#FFD120 !important;border-color:#000 !important;color:#000 !important;font-weight:700 !important;border-radius:2px !important}
body .btn-primary:hover,body .btn-primary:focus,body .btn-primary:active{background-color:#000 !important;border-color:#000 !important;color:#fff !important}
body .article_summary{padding:20px 18px !important;background:#fafafa !important;border:1px solid #e8e8e8 !important;border-top:3px solid #FFD120 !important;border-radius:2px !important;transition:box-shadow .2s ease,transform .15s ease !important}
body .article_summary:hover{box-shadow:0 4px 18px rgba(0,0,0,.09) !important;transform:translateY(-2px) !important}
body .summary_title{color:#111 !important;font-size:19px !important;line-height:1.3 !important}
body .summary_title:hover{color:#4d3a00 !important;background:transparent !important}
body .section_title{font-size:11px !important;font-weight:700 !important;letter-spacing:.1em !important;text-transform:uppercase !important;color:#555 !important}
body .galley-link{padding:5px 16px !important;font-size:.68rem !important;font-weight:700 !important;text-transform:uppercase !important;border-radius:2px !important;border-bottom:none !important;transition:all .18s ease-in-out !important}
body .galley-link:hover,body .galley-link:focus{background-color:#000 !important;color:#fff !important;border-bottom:none !important}
body .obj_issue_summary{border:1px solid #e8e8e8 !important;border-top:3px solid #FFD120 !important;border-radius:2px !important;padding:16px !important}
body .obj_issue_summary:hover{box-shadow:0 3px 14px rgba(0,0,0,.08) !important}
body .pkpbrand-wrapper a{border-bottom:none !important;opacity:.7;transition:opacity .18s ease !important}
body .pkpbrand-wrapper a:hover{opacity:1 !important;background:transparent !important}

/* ══════════════════════════════════════════════════
   HOMEPAGE — HERO
══════════════════════════════════════════════════ */
body .jpcm-hero{position:relative;min-height:480px;background:#0d1b2a;display:flex;align-items:center;overflow:hidden}
body .jpcm-hero--image{background-size:cover;background-position:center}
body .jpcm-hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,20,40,.92) 0%,rgba(10,20,40,.70) 60%,rgba(10,20,40,.40) 100%);z-index:1}
body .jpcm-hero__content{position:relative;z-index:2;padding:80px 20px;max-width:720px}
body .jpcm-hero__eyebrow{font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#FFD120;margin-bottom:16px;border-bottom:none !important;background:transparent !important}
body .jpcm-hero__eyebrow:hover{background:transparent !important;color:#FFD120 !important}
body .jpcm-hero__title{font-family:'Cardo',serif;font-size:clamp(2rem,5vw,3.2rem);font-weight:700;color:#fff;line-height:1.15;margin-bottom:18px}
body .jpcm-hero__subtitle{font-family:'Montserrat',sans-serif;font-size:15px;color:rgba(255,255,255,.78);line-height:1.75;margin-bottom:32px;max-width:580px}
body .jpcm-hero__actions{display:flex;flex-wrap:wrap;gap:12px}
body .jpcm-hero::before{content:'';position:absolute;right:-80px;top:-80px;width:420px;height:420px;border:60px solid rgba(255,209,32,.06);border-radius:50%;z-index:1;pointer-events:none}
body .jpcm-hero::after{content:'';position:absolute;right:100px;bottom:-120px;width:280px;height:280px;border:40px solid rgba(255,209,32,.04);border-radius:50%;z-index:1;pointer-events:none}

/* ══════════════════════════════════════════════════
   HOMEPAGE — BUTTONS
══════════════════════════════════════════════════ */
body .jpcm-btn{display:inline-block;font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:12px 26px;border-radius:2px;text-decoration:none;border-bottom:none !important;transition:all .2s ease;cursor:pointer;white-space:nowrap}
body .jpcm-btn:hover,body .jpcm-btn:focus{border-bottom:none !important;text-decoration:none}
body .jpcm-btn--primary{background:#FFD120;color:#000 !important;border:2px solid #FFD120}
body .jpcm-btn--primary:hover{background:#000 !important;border-color:#000 !important;color:#fff !important}
body .jpcm-btn--outline{background:transparent;color:#fff !important;border:2px solid rgba(255,255,255,.6)}
body .jpcm-btn--outline:hover{background:rgba(255,255,255,.12) !important;border-color:#fff !important;color:#fff !important}
body .jpcm-btn--ghost{background:transparent;color:#111 !important;border:2px solid #111}
body .jpcm-btn--ghost:hover{background:#111 !important;color:#fff !important}

/* ══════════════════════════════════════════════════
   HOMEPAGE — STATS STRIP
══════════════════════════════════════════════════ */
body .jpcm-stats-strip{background:#111;border-bottom:3px solid #FFD120;padding:0}
body .jpcm-stats-strip__inner{display:flex;align-items:stretch;flex-wrap:wrap}
body .jpcm-stat{flex:1;min-width:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:22px 16px;border-right:1px solid rgba(255,255,255,.08);text-align:center}
body .jpcm-stat:last-child{border-right:none}
body .jpcm-stat__number{font-family:'Cardo',serif;font-size:1.7rem;font-weight:700;color:#FFD120;line-height:1;display:block}
body .jpcm-stat__label{font-family:'Montserrat',sans-serif;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-top:4px;display:block}

/* ══════════════════════════════════════════════════
   HOMEPAGE — SECTIONS
══════════════════════════════════════════════════ */
body .jpcm-section{margin-bottom:64px;padding-top:16px}
body .jpcm-section__header{margin-bottom:36px}
body .jpcm-section__title{font-family:'Cardo',serif;font-size:1.75rem;font-weight:700;color:#111;display:inline-block;padding-bottom:8px;border-bottom:3px solid #FFD120;margin-bottom:8px}
body .jpcm-section__subtitle{font-family:'Montserrat',sans-serif;font-size:13px;color:#777;margin-top:6px;line-height:1.6}
body .jpcm-scope-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:32px}
body .jpcm-scope-card{background:#fafafa;border:1px solid #ebebeb;border-top:3px solid #FFD120;border-radius:2px;padding:24px 20px;transition:box-shadow .2s ease,transform .15s ease}
body .jpcm-scope-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.08);transform:translateY(-3px)}
body .jpcm-scope-card__icon{font-size:1.6rem;display:block;margin-bottom:12px;color:#FFD120;line-height:1}
body .jpcm-scope-card__title{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#111;margin-bottom:8px}
body .jpcm-scope-card__text{font-family:'Montserrat',sans-serif;font-size:12px;color:#666;line-height:1.65;margin:0}
body .jpcm-about__description{font-size:15px;line-height:1.8;color:#333;margin-bottom:32px;max-width:800px;border-left:3px solid #FFD120;padding-left:20px}
body .jpcm-cta-section{background:#0d1b2a;border-radius:4px;margin-bottom:64px;overflow:hidden;position:relative}
body .jpcm-cta-section::before{content:'';position:absolute;right:-60px;top:-60px;width:300px;height:300px;border:50px solid rgba(255,209,32,.05);border-radius:50%;pointer-events:none}
body .jpcm-cta__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;padding:48px;position:relative;z-index:1}
body .jpcm-cta__title{font-family:'Cardo',serif;font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:10px}
body .jpcm-cta__body{font-family:'Montserrat',sans-serif;font-size:13px;color:rgba(255,255,255,.7);line-height:1.7;max-width:520px;margin:0}
body .jpcm-cta__actions{display:flex;flex-wrap:wrap;gap:12px;flex-shrink:0}
body .jpcm-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
body .jpcm-info-card{display:block;background:#fff;border:1px solid #e8e8e8;border-radius:2px;padding:28px 24px;text-decoration:none;border-bottom:none !important;transition:box-shadow .2s ease,transform .15s ease;position:relative;overflow:hidden}
body .jpcm-info-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:#FFD120;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
body .jpcm-info-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.08) !important;transform:translateY(-3px) !important;background:#fff !important;border-bottom:none !important}
body .jpcm-info-card:hover::after{transform:scaleX(1)}
body .jpcm-info-card__icon{font-size:1.8rem;display:block;margin-bottom:14px;line-height:1}
body .jpcm-info-card__title{font-family:'Montserrat',sans-serif;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#111;margin-bottom:8px}
body .jpcm-info-card__text{font-family:'Montserrat',sans-serif;font-size:12px;color:#666;line-height:1.65;margin-bottom:16px}
body .jpcm-info-card__link{font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:.06em;color:#FFD120;border-bottom:none !important}

/* ══════════════════════════════════════════════════
   INNER PAGES — GENERAL
══════════════════════════════════════════════════ */

/* Page hero banner for inner pages */
body .jpcm-page-hero{background:#111;border-bottom:3px solid #FFD120;padding:48px 0 40px;margin-bottom:40px}
body .jpcm-page-hero__label{font-family:'Montserrat',sans-serif;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#FFD120;display:block;margin-bottom:10px;border-bottom:none !important}
body .jpcm-page-hero__title{font-family:'Cardo',serif;font-size:2.2rem;color:#fff;font-weight:700;margin:0}

/* Styled content wrapper for inner pages */
body .jpcm-page-content{max-width:860px}
body .jpcm-page-content h1{font-family:'Cardo',serif;font-size:2rem;color:#111;border-bottom:3px solid #FFD120;padding-bottom:10px;display:inline-block;margin-bottom:24px}
body .jpcm-page-content h2{font-family:'Montserrat',sans-serif;font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#111;margin-top:36px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e8e8e8}
body .jpcm-page-content h3{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#555;margin-top:24px;margin-bottom:8px}
body .jpcm-page-content p{font-size:15px;line-height:1.8;color:#333;margin-bottom:16px}
body .jpcm-page-content ul,body .jpcm-page-content ol{font-size:15px;line-height:1.8;color:#333;margin-bottom:16px;padding-left:24px}
body .jpcm-page-content li{margin-bottom:6px}
body .jpcm-page-content a{color:#000;border-bottom:1px solid #FFD120}
body .jpcm-page-content a:hover{color:#4d3a00 !important;background:transparent !important}

/* Info box */
body .jpcm-infobox{background:#fafafa;border:1px solid #e8e8e8;border-left:4px solid #FFD120;border-radius:2px;padding:20px 24px;margin:24px 0;font-family:'Montserrat',sans-serif;font-size:13px;color:#444;line-height:1.7}
body .jpcm-infobox strong{color:#111;font-weight:700}

/* Policy badge row */
body .jpcm-badges{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}
body .jpcm-badge{font-family:'Montserrat',sans-serif;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#111;color:#FFD120;padding:6px 14px;border-radius:2px;border-bottom:none !important}
body .jpcm-badge:hover{background:#FFD120 !important;color:#000 !important;border-bottom:none !important}
body .jpcm-badge--outline{background:transparent;color:#111;border:1px solid #ddd !important;border-bottom:1px solid #ddd !important}
body .jpcm-badge--outline:hover{background:#FFD120 !important;border-color:#FFD120 !important;color:#000 !important}

/* Step list for author guidelines */
body .jpcm-steps{list-style:none;padding:0;margin:24px 0;counter-reset:steps}
body .jpcm-steps li{counter-increment:steps;display:flex;gap:16px;padding:18px 0;border-bottom:1px solid #f0f0f0;font-size:15px;line-height:1.7;color:#333;align-items:flex-start}
body .jpcm-steps li:last-child{border-bottom:none}
body .jpcm-steps li::before{content:counter(steps);font-family:'Cardo',serif;font-size:1.4rem;font-weight:700;color:#FFD120;background:#111;min-width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}

/* Two-col grid for info pages */
body .jpcm-two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:24px 0}
body .jpcm-card{background:#fafafa;border:1px solid #e8e8e8;border-top:3px solid #FFD120;border-radius:2px;padding:24px}
body .jpcm-card__title{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#111;margin-bottom:10px}
body .jpcm-card p{font-size:14px;line-height:1.7;color:#555;margin:0}

/* ══════════════════════════════════════════════════
   EDITORIAL BOARD PAGE
══════════════════════════════════════════════════ */
body .page_editorialTeam .jpcm-eb-grid,
body .page_eb .jpcm-eb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin:24px 0}
body .jpcm-eb-card{background:#fafafa;border:1px solid #e8e8e8;border-top:3px solid #FFD120;border-radius:2px;padding:22px;transition:box-shadow .2s ease}
body .jpcm-eb-card:hover{box-shadow:0 4px 18px rgba(0,0,0,.08)}
body .jpcm-eb-card__role{font-family:'Montserrat',sans-serif;font-size:9px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#FFD120;background:#111;display:inline-block;padding:3px 10px;border-radius:2px;margin-bottom:12px}
body .jpcm-eb-card__name{font-family:'Cardo',serif;font-size:1.1rem;font-weight:700;color:#111;margin-bottom:4px;line-height:1.3}
body .jpcm-eb-card__affiliation{font-family:'Montserrat',sans-serif;font-size:11px;color:#666;line-height:1.5;margin-bottom:10px}
body .jpcm-eb-card__interests{font-family:'Montserrat',sans-serif;font-size:11px;color:#888;line-height:1.5;margin-bottom:10px}
body .jpcm-eb-card__interests strong{color:#555;font-weight:600}
body .jpcm-eb-card__email{font-family:'Montserrat',sans-serif;font-size:11px;color:#000;border-bottom:1px solid #FFD120 !important;word-break:break-all}
body .jpcm-eb-card__email:hover{color:#4d3a00 !important}
body .jpcm-eb-section-title{font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#777;margin:40px 0 16px;padding-bottom:8px;border-bottom:2px solid #FFD120;display:inline-block}

/* ══════════════════════════════════════════════════
   SUBMISSIONS PAGE
══════════════════════════════════════════════════ */
body .page_submissions h1,
body .submissions h1{font-family:'Cardo',serif;font-size:2rem;color:#111;border-bottom:3px solid #FFD120;padding-bottom:10px;display:inline-block;margin-bottom:32px}
body .page_submissions h2,
body .submissions h2{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#111;margin-top:40px;margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid #e8e8e8}
body .page_submissions p,
body .submissions p{font-size:15px;line-height:1.8;color:#333}
body .page_submissions ol,body .page_submissions ul,
body .submissions ol,body .submissions ul{font-size:15px;line-height:1.8;color:#333;padding-left:24px}
body .page_submissions li,
body .submissions li{margin-bottom:6px}

/* ══════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════ */
@media(max-width:991px){body .jpcm-scope-grid{grid-template-columns:repeat(2,1fr)}body .jpcm-info-grid{grid-template-columns:repeat(2,1fr)}body .jpcm-cta__inner{flex-direction:column;padding:36px 28px}body .jpcm-two-col{grid-template-columns:1fr}}
@media(max-width:575px){body .jpcm-hero__content{padding:60px 16px}body .jpcm-scope-grid{grid-template-columns:1fr}body .jpcm-info-grid{grid-template-columns:1fr}body .jpcm-hero__actions{flex-direction:column;align-items:flex-start}}

/* ══════════════════════════════════════════════════
   ANIMATIONS
══════════════════════════════════════════════════ */
@keyframes fadeInUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
@keyframes slideInLeft{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}
@keyframes pulseBorder{0%,100%{box-shadow:0 0 0 0 rgba(255,209,32,.45)}50%{box-shadow:0 0 0 6px rgba(255,209,32,0)}}
@keyframes slideDown{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}

body .jpcm-hero__eyebrow{animation:fadeIn .5s ease both}
body .jpcm-hero__title{animation:fadeInUp .55s ease both;animation-delay:.1s}
body .jpcm-hero__subtitle{animation:fadeInUp .55s ease both;animation-delay:.2s}
body .jpcm-hero__actions{animation:fadeInUp .55s ease both;animation-delay:.3s}
body .jpcm-stats-strip{animation:fadeIn .4s ease both;animation-delay:.4s}
body .jpcm-scope-card{animation:fadeInUp .4s ease both}
body .jpcm-scope-card:nth-child(1){animation-delay:.05s}
body .jpcm-scope-card:nth-child(2){animation-delay:.12s}
body .jpcm-scope-card:nth-child(3){animation-delay:.19s}
body .jpcm-scope-card:nth-child(4){animation-delay:.26s}
body .jpcm-info-card{animation:fadeInUp .4s ease both}
body .jpcm-info-card:nth-child(1){animation-delay:.05s}
body .jpcm-info-card:nth-child(2){animation-delay:.12s}
body .jpcm-info-card:nth-child(3){animation-delay:.19s}
body .jpcm-cta-section{animation:fadeInUp .5s ease both}
body .container-page{animation:fadeInUp .45s ease both}
body .journal-logo-text{animation:slideInLeft .4s ease both;animation-delay:.05s}
body .article_summary{animation:fadeInUp .4s ease both}
body .article_summary:nth-child(1){animation-delay:.05s}
body .article_summary:nth-child(2){animation-delay:.12s}
body .article_summary:nth-child(3){animation-delay:.19s}
body .jpcm-eb-card{animation:fadeInUp .35s ease both}
body .announcement{animation:slideDown .35s ease both}
body .dropdown-menu.show{animation:slideDown .2s ease both}
body .galleys_links li:first-child .galley-link{animation:pulseBorder 2.4s ease-in-out 1.2s 3}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}



#modal-on-small .nav-link, #modal-on-small a {
  color: rgb(255, 209, 32) !important;
  font-weight: bold;
}