/*
 * Lion City Conferences — tropical-night glassmorphism theme
 * Emerald-teal #04241F → #0E6B5C · coral glow #FF6B5B · Sora + Manrope
 */

:root {
  --lc-emerald-950: #04241F;
  --lc-emerald-800: #06332B;
  --lc-teal-700: #0A5044;
  --lc-teal-600: #0E6B5C;
  --lc-teal-400: #2DD4B4;
  --lc-teal-300: #6FE8CE;
  --lc-coral: #FF6B5B;
  --lc-coral-light: #FF9686;
  --lc-ink: #EAFBF6;
  --lc-ink-dim: #B7D9CF;
  --lc-glass: rgba(45, 212, 180, 0.08);
  --lc-glass-border: rgba(111, 232, 206, 0.18);
  --lc-radius: 20px;
  --lc-font-display: 'Sora', 'Segoe UI', sans-serif;
  --lc-font-body: 'Manrope', 'Segoe UI', sans-serif;
}

/* ============ Base ============ */
html {
  background:
    radial-gradient(120% 90% at 18% -8%, rgba(14, 107, 92, 0.9) 0%, rgba(14, 107, 92, 0) 55%),
    linear-gradient(165deg, var(--lc-emerald-950) 0%, var(--lc-emerald-800) 45%, var(--lc-teal-600) 100%);
  background-color: var(--lc-emerald-950);
}
body {
  background: transparent;
  color: var(--lc-ink);
  font-family: var(--lc-font-body);
}
.pkp_structure_main a { color: var(--lc-teal-300); }
.pkp_structure_main a:hover { color: #fff; }
h1, h2, h3, h4 { font-family: var(--lc-font-display); }

/* Beat the parent theme's px-based h1/h2/h3 rules (24px/30px Noto Sans) */
.lioncity-landing h1, .lioncity-landing h2, .lioncity-landing h3,
.lioncity-journal h1, .lioncity-journal h2, .lioncity-journal h3 {
  font-family: var(--lc-font-display) !important;
  line-height: 1.15 !important;
}
h1.lc-display { font-size: clamp(2.1rem, 7.5vw, 7rem) !important; line-height: 1.06 !important; }
.lc-display-line { line-height: 1.06 !important; font-size: clamp(2.1rem, 7.5vw, 7rem) !important; }
h2.lc-h2 { font-size: clamp(1.8rem, 4vw, 2.8rem) !important; }
h1.lc-jhero-title { font-size: clamp(1.9rem, 4.5vw, 3.4rem) !important; }
h3.lc-card-title { font-size: 1.25rem !important; line-height: 1.35 !important; }

.pkp_structure_page { background: transparent; }
.pkp_structure_main { background: transparent; }

/* Landing pages (site index + journal index): full-bleed, no column rules */
.pkp_page_index .pkp_structure_main,
.pkp_page_index .pkp_structure_content {
  border: none !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.pkp_page_index .pkp_structure_sidebar { display: none; }
.pkp_page_index .pkp_structure_page { max-width: none; }
.pkp_structure_main::before, .pkp_structure_main::after { display: none !important; }

/* ============ Header — single row, theme-matched ============
   Theme variables used (override per theme):
   --cf-head-bg, --cf-head-border, --cf-ink, --cf-ink-dim, --cf-accent,
   --cf-menu-bg (dropdown panel), --cf-btn-bg (hover chip)          */
:root {
  --cf-head-bg: rgba(4, 36, 31, 0.72);
  --cf-head-border: rgba(255, 255, 255, 0.14);
  --cf-ink: #EAF5F1;
  --cf-ink-dim: #A9C6BE;
  --cf-accent: #FF6B5B;
  --cf-menu-bg: rgba(6, 42, 36, 0.97);
  --cf-btn-bg: rgba(255, 255, 255, 0.08);
}

/* Neutralize the parent theme's blue nav bar entirely */
.pkp_site_nav_menu, .pkp_navigation_primary_row, .pkp_navigation_primary,
.pkp_navigation_user, .pkp_head_wrapper { background: transparent !important; }

.cf-head {
  position: sticky; top: 0; z-index: 100;
  background: var(--cf-head-bg);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--cf-head-border);
}
.cf-head-inner {
  display: flex; align-items: center; gap: 1.6rem;
  max-width: 82rem; margin: 0 auto; padding: 0.7rem 1.5rem;
}

/* Brand */
.cf-brand { flex: 0 0 auto; }
.pkp_site_name .is_img img { display: none; }

/* Primary nav */
.cf-nav { display: flex; align-items: center; }
ul.pkp_navigation_primary.cf-menu {
  display: flex; align-items: center; gap: 0.3rem;
  list-style: none; margin: 0; padding: 0;
}
.cf-menu > li { position: relative; }
.cf-menu > li > a {
  display: block; padding: 0.5rem 0.85rem; border-radius: 8px;
  color: var(--cf-ink-dim) !important; font-weight: 500; font-size: 0.95rem;
  text-decoration: none; transition: color .2s, background .2s; white-space: nowrap;
}
.cf-menu > li > a:hover { color: var(--cf-accent) !important; background: var(--cf-btn-bg); }
/* Dropdown panels */
.cf-menu li ul {
  position: absolute; top: 100%; left: 0; min-width: 220px;
  background: var(--cf-menu-bg);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  border: 1px solid var(--cf-head-border); border-radius: 12px;
  padding: 0.4rem; margin-top: 0.4rem; list-style: none;
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}
.cf-menu li ul a {
  display: block; padding: 0.5rem 0.8rem; border-radius: 8px;
  color: var(--cf-ink) !important; font-size: 0.9rem; text-decoration: none;
}
.cf-menu li ul a:hover { background: var(--cf-btn-bg); color: var(--cf-accent) !important; }

/* Right actions cluster */
.cf-actions { margin-left: auto; display: flex; align-items: center; gap: 0.6rem; }
.cf-icon-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 10px;
  color: var(--cf-ink-dim) !important; border: 1px solid transparent;
}
.cf-icon-btn:hover { color: var(--cf-accent) !important; background: var(--cf-btn-bg); }

/* Language switcher */
.cf-lang { position: relative; }
.cf-lang-btn {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.45rem 0.7rem; border-radius: 10px;
  background: var(--cf-btn-bg); border: 1px solid var(--cf-head-border);
  color: var(--cf-ink) !important; font: inherit; font-size: 0.9rem; font-weight: 600;
  cursor: pointer;
}
.cf-lang-btn:hover { color: var(--cf-accent) !important; }
.cf-caret { font-size: 0.7rem; opacity: 0.8; }
.cf-lang-menu {
  position: absolute; top: 100%; right: 0; min-width: 170px;
  background: var(--cf-menu-bg);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  border: 1px solid var(--cf-head-border); border-radius: 12px;
  padding: 0.4rem; margin-top: 0.4rem; list-style: none;
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .2s, transform .2s, visibility .2s;
}
.cf-lang:hover .cf-lang-menu, .cf-lang:focus-within .cf-lang-menu,
.cf-lang-menu.is-open { opacity: 1; visibility: visible; transform: none; }
.cf-lang-menu a {
  display: block; padding: 0.5rem 0.8rem; border-radius: 8px;
  color: var(--cf-ink) !important; font-size: 0.9rem; text-decoration: none;
}
.cf-lang-menu a:hover { background: var(--cf-btn-bg); color: var(--cf-accent) !important; }
.cf-lang-menu .is-current a { color: var(--cf-accent) !important; font-weight: 600; }

/* User menu (Register / Login) */
ul.pkp_navigation_user.cf-user-menu {
  display: flex; align-items: center; gap: 0.3rem; list-style: none; margin: 0; padding: 0;
}
.cf-user-menu > li > a {
  display: block; padding: 0.5rem 0.85rem; border-radius: 10px;
  color: var(--cf-ink-dim) !important; font-weight: 500; font-size: 0.92rem; text-decoration: none;
  white-space: nowrap;
}
.cf-user-menu > li > a:hover { color: var(--cf-accent) !important; background: var(--cf-btn-bg); }
/* Make the last user item (Login) an accent button — coral, not gold */
.cf-user-menu > li:last-child > a {
  background: linear-gradient(120deg, #FF6B5B, #ff8a7d);
  color: #04241F !important; font-weight: 600;
}
.cf-user-menu > li:last-child > a:hover { filter: brightness(1.05); }

/* Burger (mobile) — animated to an X when open */
.cf-burger { display: none; position: static; float: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.cf-burger span { display: block; width: 24px; height: 2px; background: var(--cf-ink); margin: 5px 0; border-radius: 2px; transition: transform .25s, opacity .2s; }
.cf-head.cf-open .cf-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.cf-head.cf-open .cf-burger span:nth-child(2) { opacity: 0; }
.cf-head.cf-open .cf-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 920px) {
  .cf-head-inner { flex-wrap: wrap; column-gap: 0.6rem; row-gap: 0; padding: 0.6rem 1.1rem; }
  .cf-brand { margin-right: auto; }              /* logo left */
  .cf-burger { display: block; order: 2; }       /* burger far right */

  /* nav + actions collapse into a slide-down panel toggled by the burger */
  .cf-nav, .cf-actions {
    order: 3; flex-basis: 100%; width: 100%;
    position: static; max-height: 0; overflow: hidden;
    transition: max-height .3s ease;
  }
  .cf-head.cf-open .cf-nav { max-height: 74vh; overflow: auto; padding: 0.9rem 0 0.4rem; border-top: 1px solid var(--cf-head-border); margin-top: 0.4rem; }
  .cf-head.cf-open .cf-actions { max-height: 40vh; overflow: visible; padding: 0.2rem 0 0.9rem; }

  /* stacked nav; dropdown children shown inline */
  ul.pkp_navigation_primary.cf-menu { flex-direction: column; align-items: stretch; gap: 0.1rem; width: 100%; }
  .cf-menu > li { width: 100%; }
  .cf-menu > li > a { padding: 0.7rem 0.5rem; font-size: 1rem; }
  .cf-menu li ul {
    position: static; box-shadow: none; border: none; background: transparent;
    margin: 0.1rem 0 0.4rem 1rem; padding: 0; min-width: 0;
  }
  /* actions stacked; language list shown inline (no hover needed on touch) */
  .cf-actions { margin-left: 0; flex-wrap: wrap; gap: 0.6rem; justify-content: flex-start; }
  .cf-lang { width: 100%; }
  .cf-lang-menu {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: none; background: transparent; padding: 0.2rem 0 0 0.8rem; margin: 0.3rem 0 0;
  }
  .cf-user-menu { flex-wrap: wrap; gap: 0.5rem; }
}

/* ============ Reveal animation system ============ */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: 0.12s; }
[data-reveal-delay="2"] { transition-delay: 0.24s; }
[data-reveal-delay="3"] { transition-delay: 0.36s; }

/* ============ Hero ============ */
.lc-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 6rem 1.5rem 8rem;
}
.lc-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.lc-mesh-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.lc-grain {
  position: absolute; inset: 0; opacity: 0.05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}

.lc-hero-inner { position: relative; z-index: 2; max-width: 62rem; min-width: 0; width: 100%; }
.lc-kicker {
  font-family: var(--lc-font-body);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--lc-coral);
  margin-bottom: 1.4rem;
}
.lc-display {
  margin: 0 0 1.6rem;
  line-height: 1.06;
  font-weight: 700;
}
.lc-display-line {
  display: block;
  font-size: clamp(2.1rem, 7.5vw, 7rem);
  letter-spacing: 0.01em;
  background: linear-gradient(100deg, var(--lc-teal-300) 15%, var(--lc-coral) 50%, var(--lc-teal-300) 85%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: lc-shine 7s linear infinite;
}
.lc-display-outline {
  background: none;
  color: transparent;
  -webkit-text-stroke: 2px rgba(234, 251, 246, 0.75);
  animation: none;
}
@keyframes lc-shine { to { background-position: 200% center; } }
.lc-lede {
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  color: var(--lc-ink-dim);
  max-width: 44rem;
  margin: 0 auto 2.4rem;
  line-height: 1.65;
}

/* Buttons */
.lc-btn {
  display: inline-block;
  padding: 0.9rem 2rem;
  border-radius: 999px;
  font-family: var(--lc-font-body);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  margin: 0 0.4rem 0.6rem;
}
.lc-btn-sm { padding: 0.55rem 1.3rem; font-size: 0.85rem; }
.lc-btn-coral {
  background: linear-gradient(120deg, var(--lc-coral), var(--lc-coral-light));
  color: #0B231D !important;
  box-shadow: 0 8px 28px rgba(255, 107, 91, 0.4);
}
.lc-btn-coral:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(255, 107, 91, 0.55); }
.lc-btn-glass {
  background: var(--lc-glass);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid var(--lc-glass-border);
  color: var(--lc-ink) !important;
}
.lc-btn-glass:hover { transform: translateY(-3px); background: rgba(111, 232, 206, 0.14); }
.lc-link { color: var(--lc-teal-300); text-decoration: none; font-weight: 600; font-size: 0.9rem; }
.lc-link:hover { color: var(--lc-coral-light); }

/* Skyline illustration + marina water reflection */
.lc-skyline {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  width: 100%; height: 190px;
  z-index: 1;
  opacity: 0.92;
}
.lc-skyline-buildings { fill: #031B17; }
.lc-skyline-reflection { fill: #031B17; }

.lc-scroll-hint {
  position: absolute; bottom: 1.2rem; left: 50%;
  width: 26px; height: 42px;
  margin-left: -13px;
  border: 2px solid rgba(234, 251, 246, 0.4);
  border-radius: 14px;
  z-index: 2;
}
.lc-scroll-hint span {
  position: absolute; top: 7px; left: 50%;
  width: 4px; height: 8px; margin-left: -2px;
  background: var(--lc-coral-light);
  border-radius: 2px;
  animation: lc-scrollhint 1.8s ease-in-out infinite;
}
@keyframes lc-scrollhint {
  0%, 100% { transform: translateY(0); opacity: 1; }
  60% { transform: translateY(12px); opacity: 0.2; }
}

/* ============ Sections ============ */
.lc-section { max-width: 76rem; margin: 0 auto; padding: 5rem 1.5rem; position: relative; }
.lc-section-head { text-align: center; margin-bottom: 3.2rem; }
.lc-h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 600;
  color: var(--lc-ink);
  margin: 0.4rem 0 0;
}

/* Conference cards */
.lc-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.6rem;
}
.lc-card {
  position: relative;
  padding: 2rem 1.8rem;
  border-radius: var(--lc-radius);
  background: var(--lc-glass);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border: 1px solid var(--lc-glass-border);
  box-shadow: 0 18px 50px rgba(2, 16, 13, 0.5);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}
.lc-card:hover { transform: translateY(-8px); border-color: rgba(255, 107, 91, 0.5); box-shadow: 0 22px 60px rgba(255, 107, 91, 0.18); }
.lc-card-badge {
  align-self: flex-start;
  font-family: var(--lc-font-display);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  color: var(--lc-coral-light);
  border: 1px solid rgba(255, 107, 91, 0.45);
  background: rgba(255, 107, 91, 0.1);
  padding: 0.32rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 1.1rem;
}
.lc-card-title { font-size: 1.25rem; line-height: 1.35; margin: 0 0 0.8rem; }
.lc-card-title a { color: var(--lc-ink); text-decoration: none; }
.lc-card-title a:hover { color: var(--lc-teal-300); }
.lc-card-desc { color: var(--lc-ink-dim); font-size: 0.95rem; line-height: 1.6; margin-bottom: 1.4rem; }
.lc-card-desc p { margin: 0; }
.lc-card-links { margin-top: auto; display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }

/* About / stats */
.lc-about-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
  align-items: center;
}
.lc-about-copy p { color: var(--lc-ink-dim); line-height: 1.75; font-size: 1.02rem; }
.lc-stats { display: grid; gap: 1.2rem; }
.lc-stat {
  padding: 1.5rem 1.8rem;
  border-radius: var(--lc-radius);
  background: var(--lc-glass);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border: 1px solid var(--lc-glass-border);
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.lc-stat-num {
  font-family: var(--lc-font-display);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--lc-coral-light);
  min-width: 3.2rem;
}
.lc-stat-label { color: var(--lc-ink-dim); font-weight: 500; }

/* ============ Journal (conference) home ============ */
.lc-jhero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 6.5rem 1.5rem 5rem;
}
.lc-jhero-inner { position: relative; z-index: 2; max-width: 56rem; margin: 0 auto; }
.lc-jhero-badge { display: inline-block; align-self: center; }
.lc-jhero-title {
  font-size: clamp(1.9rem, 4.5vw, 3.4rem);
  font-weight: 600;
  line-height: 1.15;
  margin: 1rem 0 1.4rem;
  color: var(--lc-ink);
}
.lc-chips { list-style: none; padding: 0; margin: 0 0 2rem; display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; }
.lc-chips li {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--lc-ink-dim);
  border: 1px solid var(--lc-glass-border);
  background: var(--lc-glass);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 0.4rem 1rem;
  border-radius: 999px;
}
.lc-jabout-body { color: var(--lc-ink-dim); line-height: 1.75; max-width: 52rem; }

/* Current issue block restyle */
.current_issue { border-top: 1px solid var(--lc-glass-border); }
.current_issue_title { color: var(--lc-coral-light); font-family: var(--lc-font-display); font-size: 1.3rem; margin: 0.6rem 0 1.4rem; }
.obj_issue_toc .title { color: var(--lc-ink); }
.obj_article_summary { background: var(--lc-glass); border: 1px solid var(--lc-glass-border); border-radius: 14px; padding: 1.1rem 1.3rem; margin-bottom: 0.9rem; }
.obj_article_summary .title a { color: var(--lc-ink); }
.obj_article_summary .meta, .obj_article_summary .authors { color: var(--lc-ink-dim); }

/* ============ Brand mark (header) ============ */
.lc-brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.lc-brand-mark { flex: 0 0 auto; }
.lc-brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.lc-brand-name {
  font-family: var(--lc-font-display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.16em;
  color: var(--lc-ink);
}
.lc-brand-sub { font-size: 0.72rem; letter-spacing: 0.08em; color: var(--lc-ink-dim); text-transform: uppercase; }
.pkp_site_name .is_img img { display: none; } /* never show uploaded/default logos */

/* ============ Footer ============ */
.pkp_structure_footer_wrapper {
  background: #021410;
  border-top: 1px solid var(--lc-glass-border);
  color: var(--lc-ink-dim);
}
.pkp_structure_footer_wrapper a { color: var(--lc-teal-300); }
.lc-footer { max-width: 76rem; margin: 0 auto; padding: 3rem 1.5rem 1.5rem; }
.lc-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 0.8fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(111, 232, 206, 0.1);
}
.lc-footer-brand { font-family: var(--lc-font-display); font-weight: 700; letter-spacing: 0.14em; color: var(--lc-ink); }
.lc-footer-tag { font-size: 0.88rem; line-height: 1.6; margin-top: 0.6rem; }
.lc-footer-h {
  font-size: 0.78rem !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lc-coral-light);
  margin: 0 0 0.7rem;
}
.lc-footer-col p { margin: 0 0 0.45rem; font-size: 0.92rem; }
.lc-footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding-top: 1.4rem;
  font-size: 0.82rem;
}
.lc-footer-ojs { color: var(--lc-ink-dim) !important; }
.pkp_brand_footer { display: none; } /* no OJS logo */
@media (max-width: 860px) { .lc-footer-grid { grid-template-columns: 1fr 1fr; } }

/* ============ Generic content pages (about, static, article) ============ */
.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3 { color: var(--lc-ink); }
.pkp_structure_main, .pkp_structure_main p, .pkp_structure_main li { color: var(--lc-ink-dim); }
.pkp_structure_sidebar .pkp_block { background: var(--lc-glass); border: 1px solid var(--lc-glass-border); border-radius: var(--lc-radius); padding: 1.2rem; }
.pkp_structure_sidebar .title { color: var(--lc-ink); }
.cmp_button, .pkp_button, button.submit {
  background: linear-gradient(120deg, var(--lc-coral), var(--lc-coral-light));
  color: #0B231D;
  border: none;
  border-radius: 999px;
  font-weight: 600;
}

/* ============ Responsive ============ */
@media (max-width: 860px) {
  .lc-about-grid { grid-template-columns: 1fr; }
  .lc-hero { min-height: 78vh; padding-bottom: 6.5rem; }
}

/* ============ Accessibility: reduced motion ============ */
@media (prefers-reduced-motion: reduce) {
  .lc-display-line, .lc-scroll-hint span { animation: none !important; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}


/* hero-center-fix: parent theme's .pkp_structure_main p/ul forces margin-left:0,
   which un-centres hero lede/lists. Re-centre hero content (higher specificity). */
.pkp_structure_main .lc-lede,
.pkp_structure_main .lc-hero p,
.pkp_structure_main .lc-hero ul,
.pkp_structure_main .lc-jhero p,
.pkp_structure_main .lc-jhero ul {
  margin-left: auto !important;
  margin-right: auto !important;
}
.pkp_structure_main .lc-chips,
.pkp_structure_main .lc-hero-cta { margin-left: auto !important; margin-right: auto !important; }

/* ==== article + issue TOC polish ==== */

/* -- Issue TOC: section headings (kill inherited white lift-box) -- */
.obj_issue_toc .sections .section > h2,
.obj_issue_toc .sections .section > h3,
.obj_issue_toc .section > h2,
.obj_issue_toc .section > h3,
.obj_issue_toc .galleys > h2,
.obj_issue_toc .galleys > h3 {
  background: transparent !important;
  color: var(--lc-coral-light) !important;
  font-family: var(--lc-font-display);
  letter-spacing: 0.02em;
}
.obj_issue_toc .section,
.obj_issue_toc .galleys {
  border-top: none;
}
.obj_issue_toc .section::before,
.obj_issue_toc .galleys::before {
  border-top: 1px solid var(--lc-glass-border) !important;
}

/* -- Issue TOC / article-summary meta + page numbers -- */
.obj_issue_toc .pages,
.obj_article_summary .pages {
  color: var(--lc-ink-dim) !important;
  font-size: 0.85rem;
  font-weight: 500;
  opacity: 0.9;
}
.obj_issue_toc .published,
.obj_issue_toc .pub_id,
.obj_issue_toc .description {
  color: var(--lc-ink-dim);
}
.obj_issue_toc .published .label,
.obj_issue_toc .pub_id .type {
  color: var(--lc-ink);
}

/* -- Breadcrumbs -- */
.cmp_breadcrumbs,
.cmp_breadcrumbs .current,
.cmp_breadcrumbs .separator {
  color: var(--lc-ink-dim) !important;
}
.cmp_breadcrumbs a {
  color: var(--lc-ink) !important;
}
.cmp_breadcrumbs a:hover {
  color: var(--lc-coral-light) !important;
}

/* -- Article page: labels/values/links -- */
.obj_article_details .item .label {
  color: var(--lc-ink);
}
.obj_article_details .item .value,
.obj_article_details .item {
  color: var(--lc-ink-dim);
}
.obj_article_details .item .value a,
.obj_article_details .authors a {
  color: var(--lc-coral-light);
}
.obj_article_details .item .value a:hover {
  color: #fff;
}
.obj_article_details .row,
.obj_article_details .main_entry,
.obj_article_details .entry_details {
  border-color: var(--lc-glass-border);
}
.obj_article_details .entry_details .item {
  border-bottom-color: var(--lc-glass-border);
}
.obj_article_details .entry_details .item .label {
  color: var(--lc-ink-dim);
}

/* -- Keywords as pills -- */
.item.keywords .value {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.4em 0.5em;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--lc-coral-light) 45%, transparent);
  background: color-mix(in srgb, var(--lc-coral-light) 12%, transparent);
  border-radius: 999px;
  padding: 0.2em 0.9em;
  color: var(--lc-ink);
  font-weight: 500;
}

/* -- How-to-cite / CSL citation block -- */
.item.citation_display .value,
#citationOutput,
.csl-entry {
  color: var(--lc-ink-dim);
  background: transparent;
}
.item.citation_display .label,
.citation_formats_button {
  color: var(--lc-ink) !important;
}
.citation_formats {
  background: var(--lc-glass);
  border: 1px solid var(--lc-glass-border) !important;
  border-radius: 10px;
}
.citation_formats_styles a {
  color: var(--lc-ink-dim);
  border-bottom-color: var(--lc-glass-border) !important;
}
.citation_formats_styles a:hover {
  color: var(--lc-coral-light);
  background: var(--lc-glass);
}
.citation_formats_list .label {
  color: var(--lc-ink) !important;
}
.citation_formats_styles + .label {
  border-top-color: var(--lc-glass-border) !important;
}

/* -- Share block -- */
.cf-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--lc-glass-border);
}
.cf-share-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--lc-ink-dim);
  margin-right: 0.3rem;
}
.cf-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--lc-glass);
  border: 1px solid var(--lc-glass-border);
  color: var(--lc-ink);
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.cf-share-btn:hover,
.cf-share-btn:focus-visible {
  background: var(--lc-coral-light);
  border-color: var(--lc-coral-light);
  color: #0B231D;
  transform: translateY(-2px);
}
