/* Attractive journal theme — same page structure, richer look */

:root {
  --navy: #0b3d6e;
  --navy-deep: #072a4d;
  --blue: #1e7cc4;
  --sky: #4aa0e4;
  --gold: #c9a227;
  --gold-soft: #e8d48b;
  --ink: #243140;
  --muted: #5b6b7a;
  --paper: #f7f9fc;
  --card: #ffffff;
}

html,
body {
  height: auto;
  min-height: 100%;
}
body {
  background: #e7eef6 !important;
  background-image:
    radial-gradient(1200px 420px at 50% -80px, #cfe4f6 0%, transparent 70%),
    linear-gradient(180deg, #d7e6f3 0%, #e7eef6 180px) !important;
  color: var(--ink);
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  /* Override style.css — overflow-x:hidden breaks position:sticky */
  overflow-x: visible !important;
}

/* Clip horizontal overflow on main content only (not sticky header) */
.site-main {
  overflow-x: clip;
  max-width: 100%;
  padding: 0 0 48px;
}

h1, h2, h3, .cl-1, .editorials, .section-title {
  font-family: "Playfair Display", Georgia, serif;
}

.container {
  width: auto;
  max-width: 1400px;
}

@media (min-width: 768px) {
  .container { width: 940px; }
}

@media (min-width: 992px) {
  .container { width: 1100px; }
}

@media (min-width: 1200px) {
  .container { width: 1320px; }
}

@media (min-width: 1400px) {
  .container { width: 1400px; }
}

/* Main content cards: consistent readable width */
.site-main > .container,
.site-main .container.wrapper {
  width: 100% !important;
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.site-ribbon {
  height: 6px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--gold) 50%, var(--navy) 100%);
}

/* Header */

.site-header {
  overflow: visible;
  min-height: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #0b3d6e;
}

.site-branding {
  background: linear-gradient(180deg, #3d97db 0%, #4aa0e4 55%, #2f88cc 100%);
  padding: 18px 0 16px;
  text-align: center;
  box-shadow: inset 0 -8px 18px rgba(11, 61, 110, 0.12);
}

.site-logo-link {
  display: inline-block;
  filter: drop-shadow(0 6px 12px rgba(7, 42, 77, 0.22));
}

.site-logo {
  max-height: 108px;
  width: auto;
  margin: 0 auto;
}

#menu-wrapper {
  height: auto;
  background: none;
}

.site-nav.navbar,
.site-nav.navbar-inverse {
  background: var(--navy-deep);
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 0;
  z-index: 20;
  box-shadow: 0 8px 18px rgba(7, 42, 77, 0.18);
}

.site-nav .navbar-nav {
  float: none;
  margin: 0;
  text-align: center;
}

.site-nav .navbar-nav > li > a,
.site-nav .navbar-nav a {
  padding: 16px 11px !important;
  font-size: 13px;
  /* font-weight: 600; */
  letter-spacing: 0.9px;
  color: #eaf3fb !important;
  text-transform: uppercase !important;
  position: relative;
}

.site-nav .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 8px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.site-nav .navbar-nav > li > a:hover,
.site-nav .navbar-nav > li > a:focus {
  background: transparent !important;
  color: #fff !important;
}

.site-nav .navbar-nav > li > a:hover:after,
.site-nav .navbar-nav > li > a:focus:after {
  transform: scaleX(1);
}

.site-nav .navbar-toggle {
  background-color: var(--blue);
  border: 0;
  margin-top: 8px !important;
}

.site-nav .navbar-toggle .icon-bar {
  background: #fff;
}

.site-nav .navbar-brand {
  color: #fff !important;
}

/* Published issues mega menu */
.site-nav .mega-dropdown {
  position: relative;
}

.site-nav .mega-dropdown > .dropdown-toggle .caret {
  margin-left: 4px;
  border-top-color: #eaf3fb;
}

.site-nav .mega-menu.dropdown-menu {
  width: 620px;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  border: 1px solid #d7e6f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(7, 42, 77, 0.18);
}

.mega-menu-inner {
  max-width: none;
  margin: 0;
  padding: 10px;
}

.mega-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 8px;
  padding: 0 0 6px;
  border-bottom: 1px solid #e4eef7;
}

.mega-menu-head strong {
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #0b3d6e;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.site-nav .mega-menu-head a,
.site-nav .navbar-nav .mega-menu-head a {
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px !important;
  text-transform: none !important;
  color: #0e4f8c !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  text-decoration: underline !important;
  background: transparent !important;
}

.site-nav .mega-menu-head a:hover,
.site-nav .navbar-nav .mega-menu-head a:hover {
  color: #072a4d !important;
  background: transparent !important;
}

.mega-menu-head a:after {
  display: none !important;
}

.mega-years {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.site-nav .mega-years a,
.site-nav .navbar-nav .mega-years a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  min-height: 0;
  padding: 8px 4px !important;
  border: 1px solid #d7e6f3;
  border-radius: 6px;
  background: #f4f9fc !important;
  text-align: center !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  color: #0b3d6e !important;
  line-height: 1.15 !important;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.mega-years a:after {
  display: none !important;
}

.site-nav .mega-years a:hover,
.site-nav .mega-years a:focus,
.site-nav .navbar-nav .mega-years a:hover,
.site-nav .navbar-nav .mega-years a:focus {
  background: #0b3d6e !important;
  border-color: #0b3d6e;
  color: #fff !important;
}

.site-nav .mega-years a span,
.site-nav .navbar-nav .mega-years a span {
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: inherit !important;
}

.site-nav .mega-years a small,
.site-nav .navbar-nav .mega-years a small {
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #5a738a !important;
  font-weight: 600;
  line-height: 1.2;
}

.site-nav .mega-years a:hover small,
.site-nav .mega-years a:focus small,
.site-nav .navbar-nav .mega-years a:hover small,
.site-nav .navbar-nav .mega-years a:focus small {
  color: rgba(255, 255, 255, 0.85) !important;
}

@media (min-width: 768px) {
  .site-nav .mega-dropdown:hover > .mega-menu,
  .site-nav .mega-dropdown.open > .mega-menu {
    display: block;
  }
}

@media (min-width: 768px) {
  .site-nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .site-nav .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .site-nav .navbar-nav > li {
    float: none;
  }

  .site-nav .navbar-nav > li > a {
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-nav .navbar-nav > li > a {
    padding: 12px 6px !important;
    font-size: 11px;
  }

  .mega-years {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .site-logo {
    max-height: 72px;
  }

  .site-nav .navbar-collapse {
    background: var(--navy-deep);
  }

  .site-nav .navbar-nav > li > a {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-nav .navbar-nav > li > a:after {
    display: none;
  }

  .site-nav .mega-menu.dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    left: auto !important;
    transform: none;
    background: #0a355f;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-menu-inner {
    padding: 8px 12px 10px;
  }

  .mega-menu-head {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  .mega-menu-head strong {
    color: #fff;
    font-size: 12px;
  }

  .site-nav .mega-menu-head a,
  .site-nav .navbar-nav .mega-menu-head a {
    color: #a8d8f7 !important;
  }

  .mega-years {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .site-nav .mega-years a,
  .site-nav .navbar-nav .mega-years a {
    padding: 7px 4px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.14);
    color: #fff !important;
  }

  .site-nav .mega-years a:hover,
  .site-nav .mega-years a:focus,
  .site-nav .navbar-nav .mega-years a:hover,
  .site-nav .navbar-nav .mega-years a:focus {
    background: rgba(255, 255, 255, 0.16) !important;
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff !important;
  }

  .site-nav .mega-years a small,
  .site-nav .navbar-nav .mega-years a small {
    color: rgba(255, 255, 255, 0.72) !important;
  }
}

/* Main content card */

.wrapper {
  background: var(--card);
  padding: 8px 0 32px;
  box-shadow: 0 18px 40px rgba(11, 61, 110, 0.12);
  border-radius: 0;
}

/* Keep readable inset for page text, not for edge-to-edge media rows */
.wrapper > section:not(.hero-banner),
.wrapper > .row,
.wrapper > .issue-page-intro,
.wrapper > .editorial-intro,
.wrapper > .page-intro,
.wrapper > .editorial-head,
.wrapper > .board-jump,
.wrapper > .board-section,
.wrapper > .archive-layout,
.wrapper > .contact-layout,
.wrapper > .gallery-showcase,
.wrapper > .about-duo,
.wrapper > .about-subjects,
.wrapper > .about-reach,
.wrapper > .policy-block,
.wrapper > .ethics-lead,
.wrapper > .ethics-jump,
.wrapper > .ethics-role,
.wrapper > .issues-layout,
.wrapper > .page-head,
.wrapper > .content-block,
.wrapper > h1,
.wrapper > h2,
.wrapper > h3,
.wrapper > p,
.wrapper > .abot-txt {
  padding-left: 28px;
  padding-right: 28px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

/* Shared credentials bar (one source for all pages) */

.site-main > .container:has(.credentials-shell) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.credentials-shell {
  padding: 12px 12px 8px !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 28px rgba(13, 79, 139, 0.08);
}

.credentials-shell .bborder {
  margin-bottom: 0;
  border-bottom: 1px solid #e6eef6;
  padding-top: 0;
  padding-bottom: 14px;
}

.site-main .wrapper:not(.credentials-shell) {
  border-radius: 0;
}

/* Hide duplicate logo/PIF rows inside individual pages */
.wrapper:not(.credentials-shell) > .credentials-bar,
.wrapper:not(.credentials-shell) > .row.bborder:first-child,
.wrapper:not(.credentials-shell) > .row.bborder:first-of-type,
.editorial-page > .row.bborder:first-child,
.issues-page > .row.bborder:first-child,
.contact-page > .row.bborder:first-child,
.gallery-page > .row.bborder:first-child,
.policy-page > .row.bborder:first-child,
.about-page > .row.bborder:first-child,
.issue-page > .row.bborder,
.wrapper.issue-page > .row.bborder {
  display: none !important;
}

.credentials-shell .shared-credentials.bborder {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
}

@media (max-width: 991px) {
  .credentials-logos,
  .bborder img.img-responsive {
    height: 48px;
    max-height: 48px;
    width: auto;
    max-width: none;
    object-fit: contain;
    object-position: left center;
  }

  .bborder > .col-sm-8 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .credentials-meta,
  .bborder .mr,
  .bborder .credentials-meta {
    padding: 6px 10px !important;
  }

  .credentials-meta .cl-1,
  .bborder .mr .cl-1 {
    font-size: 14px !important;
  }

  .credentials-meta .pif-line,
  .bborder .mr .pif-line,
  .credentials-meta .pif-number,
  .bborder .mr .pif-number {
    font-size: 11px !important;
  }
}

.bborder {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
  padding: 10px 0 18px;
  border-bottom: 1px solid #e6eef6;
  width: 100%;
}

.bborder > [class*="col-"] {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bborder > .col-sm-8 {
  flex: 1 1 auto;
  min-width: 0;
}

.bborder > .col-sm-4,
.bborder > .credentials-meta,
.bborder > .mr {
  flex: 0 0 auto;
  margin-left: auto !important;
}

.credentials-logos,
.bborder img.img-responsive {
  max-height: 78px;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.credentials-meta,
.bborder .mr,
.bborder .credentials-meta {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: baseline !important;
  justify-content: center;
  gap: 10px;
  text-align: left !important;
  margin-top: 0 !important;
  background: #072a4d !important;
  color: #fff !important;
  padding: 10px 16px !important;
  /* border: 2px solid #5eb3ef !important; */
  border-radius: 20px !important;
  box-shadow: none !important;
  white-space: nowrap;
  min-width: 0;
  max-width: none;
  width: auto !important;
  flex-shrink: 0;
  overflow: visible !important;
}

.credentials-meta .cl-1,
.bborder .mr .cl-1 {
  display: inline !important;
  margin: 0 !important;
  float: none !important;
  color: #a8d8f7 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  white-space: nowrap;
}

.credentials-meta .pif-line,
.bborder .mr .pif-line {
  display: inline !important;
  margin: 0 !important;
  float: none !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #fff !important;
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

.credentials-meta .pif-number,
.bborder .mr .pif-number,
.bborder .mr u {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700;
  text-decoration: underline;
  font-style: normal;
}

/* Hero */

.hero-banner {
  position: relative;
  margin: 0 0 8px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}

.hero-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 20px 22px;
  background: linear-gradient(180deg, transparent 0%, rgba(7, 42, 77, 0.78) 100%);
  text-align: center;
}

.articles-bar {
  display: inline-block;
  background: var(--gold);
  color: #1a1404 !important;
  text-align: center;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.6px;
  padding: 12px 26px;
  margin: 0;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, background 0.2s ease;
}

.articles-bar:hover {
  background: #dfb84a;
  color: #1a1404 !important;
  transform: translateY(-2px);
}

/* About */

.about-section .abot-txt {
  margin-top: 42px;
  margin-bottom: 12px;
}

.about-section h1 {
  color: var(--navy);
  font-size: 34px;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}

.about-section h1:after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  border-radius: 3px;
}

.about-section p {
  max-width: 860px;
  margin: 18px auto 18px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
}

.subject-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 920px;
  margin: 0 auto 26px;
}

.subject-pills span {
  display: inline-block;
  padding: 7px 14px;
  background: #eef5fb;
  border: 1px solid #d5e4f2;
  color: var(--navy);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.btn-read {
  display: inline-block;
  padding: 11px 26px;
  border: 0;
  border-radius: 999px;
  background: var(--navy) !important;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none !important;
  color: #fff !important;
  box-shadow: 0 8px 16px rgba(11, 61, 110, 0.2);
}

.btn-read:hover {
  background: var(--blue) !important;
}

/* Quick links */

.quick-links {
  margin: 18px 0 8px;
}

.quick-links .light-back {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
  padding: 28px 16px 22px;
  margin-bottom: 20px;
  min-height: 196px;
  border: 1px solid #e4eef7;
  border-top: 4px solid var(--gold);
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(11, 61, 110, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.quick-links .light-back a {
  display: block;
  text-decoration: none;
  color: var(--navy);
}

.quick-links .link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 8px;
  background: #eef5fb;
  border-radius: 50%;
}

.quick-links .link-icon img {
  max-width: 42px;
}

.quick-links .light-back h2 {
  font-size: 18px;
  margin: 10px 0 4px;
  color: inherit;
}

.quick-links .light-back em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.3px;
}

.quick-links .light-back:hover {
  background: var(--navy);
  color: #fff;
  transform: translateY(-6px);
  box-shadow: 0 16px 28px rgba(11, 61, 110, 0.22);
}

.quick-links .light-back:hover a,
.quick-links .light-back:hover h2,
.quick-links .light-back:hover em {
  color: #fff;
}

.quick-links .light-back:hover .link-icon {
  background: rgba(255, 255, 255, 0.12);
}

/* Announcements */

.announce-section {
  margin: 28px 0 10px;
}

.announce-card {
  background: #f7fafd;
  border: 1px solid #e4eef7;
  border-left: 5px solid var(--gold);
  border-radius: 14px;
  padding: 24px 24px 8px;
  min-height: 100%;
}

.announce-section .section-title,
.announce-section h2 {
  text-transform: none;
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 28px;
}

.announce-section p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
}

.announce-image img {
  margin-top: 0;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(11, 61, 110, 0.12);
}

/* Gallery */

.section-light {
  background: linear-gradient(180deg, #f4f8fc 0%, #eef4fa 100%);
  margin: 40px 0;
  padding: 18px 18px 8px;
  box-shadow: none;
  border: 1px solid #e4eef7;
  border-radius: 16px;
}

.photo-gallery .intro {
  text-align: center;
}

.photo-gallery .intro .section-kicker {
  display: block;
  text-align: center;
}

.photo-gallery h2,
.editorial-section .editorials {
  color: var(--navy);
  font-size: 30px;
}

.photo-gallery .intro p {
  color: var(--muted);
}

.photo-gallery .item {
  padding-bottom: 18px;
}

.photo-gallery .item a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(11, 61, 110, 0.1);
}

.photo-gallery .item img,
.photo-gallery .brd {
  border: 0;
  width: 100%;
  transform: scale(1);
  transition: transform 0.35s ease;
}

.photo-gallery .item a:hover img {
  transform: scale(1.07);
}

/* Editorial slider */

.editorial-section .mrg-40 {
  margin-top: 10px;
  margin-bottom: 18px;
}

.board-slider {
  position: relative;
  padding: 0 48px;
}

.board-viewport {
  overflow: hidden;
}

.board-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.45s ease;
}

.board-card {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 8px;
  text-align: center;
  box-sizing: border-box;
}

.board-card img {
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto 12px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--gold);
  background: #fff;
  box-shadow: 0 8px 16px rgba(11, 61, 110, 0.08);
}

.board-card strong {
  display: block;
  padding: 14px 10px 16px;
  background: #fff;
  border: 1px solid #e6eef6;
  border-radius: 14px;
  color: var(--navy);
  font-size: 14px;
  /* min-height: 72px; */
}

.board-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  border: 0;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}

.board-nav:hover {
  background: var(--blue);
}

.board-prev { left: 0; }
.board-next { right: 0; }

.board-nav .glyphicon {
  top: 2px;
  font-size: 16px;
}

.icon-bar-1 {
  right: 0;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.icon-bar-1 a {
  padding: 12px 14px;
  font-size: 16px;
}

.site-footer {
  background: linear-gradient(180deg, #0b3d6e 0%, #072a4d 100%);
  color: #d5e4f2;
  margin-top: 0;
  border-top: 4px solid var(--gold);
}

.site-footer h6 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 1px;
}

.site-footer p,
.site-footer a,
.site-footer .footer-links a {
  color: #d5e4f2;
}

.site-footer a:hover,
.site-footer .footer-links a:hover {
  color: var(--gold-soft);
}

.site-footer .footer-label {
  color: var(--gold-soft);
}

.site-footer hr {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.space {
  display: none;
}

/* Shared page intro (editorial / published / contact / gallery) */

.page-intro,
.editorial-intro {
  background: linear-gradient(180deg, #eef5fb 0%, #f7fbfe 100%);
  border: 1px solid #e0ecf6;
  border-radius: 14px;
  padding: 22px 24px 18px !important;
  margin: 8px 0 28px;
  text-align: center;
}

.page-intro h1,
.archive-head h1 {
  /* font-family: "Playfair Display", Georgia, serif; */
  color: var(--navy);
  font-size: 34px;
  margin: 0 0 8px;
}

.page-intro h1:after,
.archive-head h1:after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  border-radius: 3px;
}

.page-intro p,
.archive-head p {
  max-width: 640px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 16px;
}

.page-intro .archive-head {
  text-align: center;
  padding: 0;
}

/* Published issues archive */

.archive-head {
  text-align: center;
  padding: 0;
}

.archive-layout {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 20px;
}

.archive-years {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #f4f8fc;
  border: 1px solid #e4eef7;
  border-radius: 14px;
  padding: 14px 12px;
  position: sticky;
  top: 100px;
}

.archive-years h2 {
  display: block;
  margin: 0 0 8px;
  padding: 0 6px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.year-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.year-btn small {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  margin-top: 0;
}

.year-btn:hover {
  border-color: #cfe0ef;
  background: #eef5fb;
}

.year-btn.is-active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.year-btn.is-active small {
  color: var(--gold-soft);
}

.year-panel {
  display: none;
}

.year-panel.is-active {
  display: block;
}

.archive-main {
  background: #fff;
  border: 1px solid #e4eef7;
  border-radius: 14px;
  padding: 22px 22px 20px;
  box-shadow: 0 8px 18px rgba(11, 61, 110, 0.05);
}

.panel-title h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--navy);
  font-size: 26px;
  margin: 0 0 4px;
}

.panel-title p {
  color: var(--muted);
  margin: 0 0 18px;
}

.issue-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.issue-card {
  display: block;
  padding: 22px 20px 18px;
  background: #fff;
  border: 1px solid #e4eef7;
  border-top: 4px solid var(--gold);
  border-radius: 14px;
  text-decoration: none !important;
  box-shadow: 0 8px 16px rgba(11, 61, 110, 0.06);
  min-height: 148px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.issue-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(11, 61, 110, 0.14);
}

.issue-no {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  background: #eef5fb;
  color: var(--navy);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.issue-card strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 16px;
}

.issue-card em {
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
}

.issue-card.is-latest {
  background: var(--navy);
  border-top-color: var(--gold);
}

.issue-card.is-latest .issue-no {
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold-soft);
}

.issue-card.is-latest strong,
.issue-card.is-latest em {
  color: #fff;
}

/* Contact page */

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}

.contact-info {
  display: grid;
  gap: 14px;
}

.contact-card {
  background: #fff;
  border: 1px solid #e4eef7;
  border-left: 4px solid var(--gold);
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 8px 16px rgba(11, 61, 110, 0.05);
}

.contact-label {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.contact-card a,
.contact-card strong,
.contact-card p {
  display: block;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
}

.contact-card a + a {
  margin-top: 4px;
}

.contact-card a:hover {
  color: var(--blue);
}

.contact-form-panel {
  background: linear-gradient(180deg, #0b3d6e 0%, #0e4f8c 100%);
  border-radius: 16px;
  padding: 26px 24px 24px;
  color: #fff;
  box-shadow: 0 14px 28px rgba(11, 61, 110, 0.18);
}

.contact-form-panel h2 {
  margin: 0 0 6px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  color: #fff;
}

.contact-form-note {
  margin: 0 0 20px;
  color: #cfe0ef;
  font-size: 14px;
}

.contact-form .form-row {
  margin-bottom: 14px;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 11px 14px;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.14);
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.form-recaptcha {
  overflow: auto;
}

.contact-submit {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: #072a4d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-submit:hover {
  background: var(--gold-soft);
  transform: translateY(-1px);
}

/* Gallery page */

.gallery-showcase {
  margin-bottom: 28px;
}

.gallery-note {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin-bottom: 18px;
  padding: 14px 16px;
  background: #f4f8fc;
  border: 1px solid #e4eef7;
  border-radius: 12px;
}

.gallery-note strong {
  color: var(--navy);
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.gallery-note span {
  color: var(--muted);
  font-size: 14px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #eef4fa;
  box-shadow: 0 8px 18px rgba(11, 61, 110, 0.1);
  aspect-ratio: 4 / 3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
  transform: scale(1);
  transition: transform 0.35s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

/* About page */

.about-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 8px 0 32px;
}

.about-duo-card {
  background: linear-gradient(180deg, #eef5fb 0%, #f7fbfe 100%);
  border: 1px solid #e0ecf6;
  border-radius: 14px;
  padding: 22px 22px 20px;
}

.about-duo-card h1,
.about-duo-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--navy);
  font-size: 28px;
  margin: 0 0 12px;
}

.about-duo-card h1:after,
.about-duo-card h2:after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 10px 0 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  border-radius: 3px;
}

.about-duo-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.about-duo-card p:last-child {
  margin-bottom: 0;
}

.about-subjects {
  margin: 0 0 32px;
  padding: 22px 22px 18px;
  background: linear-gradient(180deg, #eef5fb 0%, #f7fbfe 100%);
  border: 1px solid #e0ecf6;
  border-radius: 14px;
}

.about-subjects-head {
  text-align: center;
  margin-bottom: 16px;
}

.about-subjects-head h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--navy);
  font-size: 26px;
  margin: 0 0 8px;
}

.about-subjects-head p {
  margin: 0;
  color: var(--muted);
}

.about-pills {
  justify-content: center;
}

.about-reach {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.about-reach-card {
  background: #fff;
  border: 1px solid #e4eef7;
  border-top: 4px solid var(--gold);
  border-radius: 14px;
  padding: 20px 20px 18px;
  box-shadow: 0 8px 16px rgba(11, 61, 110, 0.05);
}

.about-reach-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
}

.about-reach-card p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
}

.about-reach-card a {
  display: block;
  color: var(--blue);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 6px;
}

.about-reach-card a:hover {
  color: var(--navy);
}

@media (max-width: 991px) {
  .about-duo,
  .about-reach {
    grid-template-columns: 1fr;
  }
}

/* Policy pages (ethics / human & animal rights) */

.policy-block {
  margin: 0 0 28px;
}

.policy-block h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--navy);
  font-size: 24px;
  margin: 0 0 14px;
}

.policy-block > p {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.7;
  background: #fff;
  border: 1px solid #e4eef7;
  border-radius: 12px;
  padding: 16px 18px;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.policy-card {
  background: #fff;
  border: 1px solid #e4eef7;
  border-top: 3px solid var(--gold);
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 8px 16px rgba(11, 61, 110, 0.05);
}

.policy-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
}

.policy-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

/* Ethics statement — role-based structure */

.ethics-lead {
  margin: 0 0 22px;
  padding: 22px 24px;
  background: linear-gradient(135deg, #072a4d 0%, #0e4f8c 100%);
  color: #fff;
  border-radius: 14px;
}

.ethics-lead h2 {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  color: #fff;
}

.ethics-lead p {
  margin: 0;
  /* max-width: 820px; */
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
}

.ethics-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.ethics-jump a {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #c9dceb;
  border-radius: 999px;
  background: #fff;
  color: var(--navy) !important;
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  letter-spacing: 0.3px;
}

.ethics-jump a:hover {
  background: #eef5fb;
  border-color: var(--navy);
}

.ethics-role {
  margin: 0 0 36px;
  padding-top: 8px;
  border-top: 1px solid #e4eef7;
  scroll-margin-top: 110px;
}

.ethics-jump + .ethics-role {
  border-top: 0;
  padding-top: 0;
}

.ethics-role-head {
  margin: 0 0 18px;
  max-width: 640px;
}

.ethics-role-head h2 {
  margin: 4px 0 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  color: var(--navy);
}

.ethics-role-head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
}

.ethics-points {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: ethics-point;
  display: grid;
  gap: 0;
}

.ethics-points > li {
  counter-increment: ethics-point;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #e8eef5;
}

.ethics-points > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ethics-points > li:before {
  content: counter(ethics-point, decimal-leading-zero);
  grid-row: 1 / span 2;
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.4;
  padding-top: 2px;
}

.ethics-points h3 {
  margin: 0 0 6px;
  grid-column: 2;
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
}

.ethics-points p {
  margin: 0;
  grid-column: 2;
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink);
}

@media (max-width: 767px) {
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .ethics-lead {
    padding: 18px 16px;
  }

  .ethics-lead h2 {
    font-size: 22px;
  }

  .ethics-role-head h2 {
    font-size: 24px;
  }

  .ethics-points > li {
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 12px;
    padding: 14px 0;
  }

  .ethics-points h3 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .issue-cards {
    grid-template-columns: 1fr;
  }

  .archive-layout {
    grid-template-columns: 1fr;
  }

  .archive-years {
    position: static;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding: 12px;
    -webkit-overflow-scrolling: touch;
  }

  .archive-years h2 {
    display: none;
  }

  .year-btn {
    flex: 0 0 auto;
    width: auto;
    min-width: 88px;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .page-intro h1,
  .archive-head h1 {
    font-size: 28px;
  }
}

/* Internal issue / article pages (not the main published archive) */

.wrapper.issue-page {
  padding: 20px 24px 36px !important;
}

.issue-page-intro {
  text-align: center;
  margin: 0 0 18px !important;
  padding: 18px 20px !important;
}

.issue-page-intro h1 {
  font-size: 24px;
  text-align: center;
}

.issue-page-intro h1:after {
  margin-left: auto;
  margin-right: auto;
}

.issue-page-intro p {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  text-align: center;
}

.wrapper .navbar-default {
  background: #f4f8fc;
  border: 1px solid #e4eef7;
  border-radius: 14px;
  min-height: 0;
  margin: 0 0 20px;
  padding: 12px;
  box-shadow: 0 8px 16px rgba(11, 61, 110, 0.04);
}

.wrapper .navbar-default .container-fluid {
  padding: 0;
}

.wrapper .navbar-default .navbar-header,
.wrapper .navbar-default .navbar-brand {
  display: none !important;
}

.wrapper .navbar-default .navbar-nav {
  float: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  width: 100%;
}

.wrapper .table td:nth-child(2) {
  font-size: 0;
}

.wrapper .table td:nth-child(2) a {
  font-size: 12px;
}

.wrapper .navbar-default .navbar-nav > li {
  float: none;
}

.wrapper .navbar-default .navbar-nav > li > a {
  display: block;
  max-width: 280px;
  padding: 10px 14px !important;
  background: #fff;
  border: 1px solid #d5e4f2;
  border-radius: 12px;
  color: var(--navy) !important;
  text-transform: none !important;
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.35;
  white-space: normal;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.wrapper .navbar-default .navbar-nav > li:first-child > a {
  background: var(--gold);
  border-color: var(--gold);
  color: #072a4d !important;
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700;
  max-width: none;
  padding: 10px 18px !important;
}

.wrapper .navbar-default .navbar-nav > li:first-child > a:hover,
.wrapper .navbar-default .navbar-nav > li:first-child > a:focus {
  background: var(--gold-soft) !important;
  color: #072a4d !important;
  border-color: var(--gold-soft);
}

.wrapper .navbar-default .navbar-nav > li.active > a,
.wrapper .navbar-default .navbar-nav > li > a:hover,
.wrapper .navbar-default .navbar-nav > li > a:focus {
  background: var(--navy) !important;
  color: #fff !important;
  border-color: var(--navy);
  transform: translateY(-1px);
}

.wrapper .navbar-default .navbar-nav > li:first-child.active > a {
  background: var(--gold) !important;
  color: #072a4d !important;
  border-color: var(--gold);
}

.wrapper .table-responsive {
  background: #fff;
  border: 1px solid #e4eef7;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(11, 61, 110, 0.06);
  padding: 0;
  margin: 0 0 8px;
  overflow-x: auto;
  width: 100%;
}

.wrapper .table {
  background: transparent;
  border: 0 !important;
  margin: 0 !important;
  border-radius: 0;
  width: 100% !important;
  min-width: 720px;
}

.wrapper .table > thead > tr > th {
  background: linear-gradient(180deg, #0b3d6e 0%, #0e4f8c 100%) !important;
  color: #fff !important;
  border: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 12px;
  font-weight: 700;
  padding: 14px 16px;
  vertical-align: middle;
}

.wrapper .table > thead > tr.success > th {
  background: linear-gradient(180deg, #0b3d6e 0%, #0e4f8c 100%) !important;
  color: #fff !important;
}

.wrapper .table > tbody > tr > td {
  vertical-align: middle;
  border-color: #e8eef5 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  padding: 16px;
  color: var(--ink);
  text-transform: none !important;
  font-size: 14px;
  line-height: 1.55;
}

.wrapper .table > tbody > tr > td:first-child {
  width: 56px;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
}

.wrapper .table > tbody > tr > td:nth-child(2) {
  width: 120px;
  white-space: nowrap;
}

.wrapper .table > tbody > tr > td:nth-child(3) {
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: var(--navy);
  text-transform: none !important;
}

.wrapper .table > tbody > tr > td:nth-child(4) {
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #715c07;
  font-size: 14px;
}

/* Even / odd row backgrounds (override Bootstrap .Warning) */
.wrapper .table > tbody > tr,
.wrapper .table > tbody > tr.Warning,
.wrapper .table > tbody > tr.warning {
  background: #ffffff !important;
}

.wrapper .table > tbody > tr:nth-child(even),
.wrapper .table > tbody > tr.Warning:nth-child(even),
.wrapper .table > tbody > tr.warning:nth-child(even) {
  background: #eef5fb !important;
}

.wrapper .table > tbody > tr:nth-child(odd),
.wrapper .table > tbody > tr.Warning:nth-child(odd),
.wrapper .table > tbody > tr.warning:nth-child(odd) {
  background: #ffffff !important;
}

.wrapper .table > tbody > tr:hover,
.wrapper .table > tbody > tr.Warning:hover,
.wrapper .table > tbody > tr.warning:hover {
  background: #e3eef8 !important;
}

.wrapper .table td:nth-child(2) a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  background: #fff5f4;
  border: 1px solid #f0c7c4;
  border-radius: 999px;
  color: #b42318 !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
  letter-spacing: 0.3px;
}

.wrapper .table td:nth-child(2) a:hover {
  background: #ffe8e6;
  border-color: #e8a9a4;
}

.wrapper .table .fa-file-pdf-o {
  margin-right: 0;
  font-size: 16px !important;
  color: #c0392b !important;
}

.wrapper hr {
  display: none;
}

.issue-page #page-content-wrapper,
.issue-page .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

.issue-page [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
  width: 100% !important;
}

@media (max-width: 767px) {
  .wrapper.issue-page {
    padding: 14px 12px 24px !important;
  }

  .wrapper .navbar-default {
    padding: 10px;
    overflow: hidden;
  }

  .wrapper .navbar-default .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    float: none !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding-bottom: 4px;
    width: 100%;
  }

  .wrapper .navbar-default .navbar-nav > li {
    float: none !important;
    display: block !important;
    flex: 0 0 auto;
  }

  .wrapper .navbar-default .navbar-nav > li > a {
    max-width: 170px !important;
    min-width: 130px;
    padding: 9px 11px !important;
    font-family: "Source Sans 3", Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600;
    white-space: normal;
  }

  .wrapper .navbar-default .navbar-nav > li:first-child > a {
    min-width: auto;
    max-width: none !important;
    padding: 9px 12px !important;
    font-size: 12px !important;
    font-weight: 700;
  }

  .wrapper .table > thead > tr > th,
  .wrapper .table > tbody > tr > td {
    padding: 12px 10px;
    font-size: 13px;
  }

  .wrapper .table td:nth-child(2) {
    width: 72px;
  }
}

/* Editorial board page */

.editorial-head {
  text-align: center;
  padding: 0;
}

.editorial-head h1,
.board-section-title h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--navy);
  margin: 0 0 8px;
}

.editorial-head h1 {
  font-size: 34px;
}

.editorial-head h1:after,
.board-section-title h2:after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  border-radius: 3px;
}

.editorial-head p {
  max-width: 640px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 16px;
}

.board-jump {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 18px 0 0;
}

.board-jump a {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #d5e4f2;
  border-radius: 999px;
  background: #f4f8fc;
  color: var(--navy) !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 700;
}

.board-jump a:hover {
  background: var(--navy);
  color: #fff !important;
  border-color: var(--navy);
}

.board-section {
  margin-bottom: 42px;
}

.board-section-title {
  text-align: center;
  margin-bottom: 22px;
}

.board-section-title h2 {
  font-size: 28px;
}

.member-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px;
  width: 100%;
}

.featured-grid {
  margin-bottom: 18px;
}

.editorial-page .member-card,
.member-card {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 16px;
  align-items: center !important;
  padding: 18px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e4eef7;
  border-top: 4px solid var(--gold);
  border-radius: 14px;
  box-shadow: 0 8px 16px rgba(11, 61, 110, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.member-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 24px rgba(11, 61, 110, 0.12);
}

.member-card.is-featured {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
}

.editorial-page .member-card img,
.member-card img {
  flex: 0 0 96px !important;
  width: 96px !important;
  height: 96px !important;
  max-width: 96px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  border: 3px solid var(--gold) !important;
  background: #fff;
  display: block;
}

.member-info {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.member-role {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 10px;
  background: #eef5fb;
  color: var(--navy);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.member-card.is-featured .member-role {
  background: var(--navy);
  color: var(--gold-soft);
}

.member-info h3 {
  margin: 0 0 6px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  color: var(--navy);
  line-height: 1.25;
}

.member-info p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .member-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .board-slider {
    padding: 0 36px;
  }

  .wrapper {
    padding: 12px 0 28px;
  }

  .wrapper > section:not(.hero-banner),
  .wrapper > .row,
  .wrapper > .issue-page-intro,
  .wrapper > .editorial-intro,
  .wrapper > .page-intro,
  .wrapper > .editorial-head,
  .wrapper > .board-jump,
  .wrapper > .board-section,
  .wrapper > .archive-layout,
  .wrapper > .contact-layout,
  .wrapper > .gallery-showcase,
  .wrapper > .about-duo,
  .wrapper > .about-subjects,
  .wrapper > .about-reach,
  .wrapper > .policy-block,
  .wrapper > .ethics-lead,
  .wrapper > .ethics-jump,
  .wrapper > .ethics-role,
  .wrapper > .issues-layout,
  .wrapper > .page-head,
  .wrapper > .content-block,
  .wrapper > h1,
  .wrapper > h2,
  .wrapper > h3,
  .wrapper > p,
  .wrapper > .abot-txt {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper > section.photo-gallery,
  .wrapper > .photo-gallery.section-light {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-light.photo-gallery {
    padding: 14px 10px 6px;
    border-radius: 12px;
  }

  .bborder,
  .credentials-shell .shared-credentials.bborder {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start;
    gap: 10px;
  }

  .bborder > .col-sm-8 {
    flex: 0 0 auto;
    min-width: 0;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: visible;
  }

  .bborder > .col-sm-4,
  .bborder > .credentials-meta,
  .bborder > .mr {
    flex: 0 0 auto;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    justify-content: center !important;
  }

  .credentials-logos,
  .bborder img.img-responsive {
    display: block;
    height: auto;
    max-height: 58px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    object-fit: contain;
    object-position: left center;
  }

  .credentials-meta,
  .bborder .mr,
  .bborder .credentials-meta {
    padding: 8px 12px !important;
    gap: 8px;
    white-space: normal;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .credentials-meta .cl-1,
  .bborder .mr .cl-1 {
    font-size: 14px !important;
    white-space: nowrap;
  }

  .credentials-meta .pif-line,
  .bborder .mr .pif-line,
  .credentials-meta .pif-number,
  .bborder .mr .pif-number {
    font-size: 12px !important;
    white-space: nowrap;
  }

  .credentials-shell {
    padding: 12px 12px 6px !important;
  }

  .site-logo {
    max-height: 64px;
  }

  .about-section h1 {
    font-size: 24px;
  }

  .quick-links .light-back {
    min-height: 0;
    padding: 18px 10px;
  }

  .quick-links .light-back h2 {
    font-size: 14px;
  }

  /* Hero: keep title readable; CTA below image so it does not cover text */
  .hero-banner {
    display: flex;
    flex-direction: column;
    background: #061a33;
    overflow: hidden;
  }

  .hero-banner img {
    width: 100%;
    height: clamp(168px, 46vw, 220px);
    object-fit: cover;
    object-position: left center;
  }

  .hero-overlay {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 14px 12px 16px;
    background: linear-gradient(180deg, #0a2f5c 0%, #072a4d 100%);
  }

  .articles-bar {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 11px 14px;
    white-space: normal;
    line-height: 1.35;
  }

  .icon-bar-1 {
    display: none;
  }

  .year-btn {
    min-width: 58px;
    padding: 8px 10px 10px;
    font-size: 14px;
  }

  .issue-cards {
    grid-template-columns: 1fr;
  }

  .archive-head h1 {
    font-size: 26px;
  }

  .editorial-head h1 {
    font-size: 26px;
  }

  .editorial-page .member-card,
  .member-card {
    align-items: flex-start !important;
  }
}
