/* Shared public-site palette; loaded after legacy styles.
 * Typography follows the annotated 300-DPI TIFF at its native 2000px width:
 * design points * 300 / 72 = CSS pixels (12pt = 50px, 5pt = 20.8333px).
 * Responsive rules below scale the typography for smaller screens.
 */
:root {
  --press-bg: #faf7f3;
  --press-header: #f9efe5;
  --press-panel: #fef4e9;
  --press-navy: #003163;
  --press-orange: #dd7700;
  --press-muted: #92999f;
}
body.press-site {
  background: var(--press-bg);
  color: var(--press-navy);
  font-family: Arial, Helvetica, sans-serif;
  border-top: 0;
}
.press-site h1,
.press-site h2,
.press-site h3,
.press-site h4,
.press-site .font-serif {
  font-family: "Times New Roman", Times, serif;
}
.press-site .flat-card {
  border: 1px solid #f1e9df;
  border-radius: 16px;
  background: #fffefd;
  box-shadow: none;
}
.press-site .content-page-shell {
  background: transparent !important;
}
.press-site main .bg-gray-50 {
  background-color: #fef4e9;
}
.press-site main .border-gray-200 {
  border-color: #eee3d6;
}
.press-header {
  background: var(--press-header);
  padding: 52px 0 42px;
}
.press-header > .container,
.press-nav > .container {
  max-width: 1320px;
}
.press-brand {
  position: relative;
  width: 390px;
}
.press-brand > img {
  width: 390px;
  height: 92px;
  object-fit: contain;
  object-position: left center;
}
.press-brand > span {
  position: absolute;
  left: 120px;
  bottom: 0;
  font:
    20.8333px "Times New Roman",
    Times,
    serif;
  color: #abb5c2;
  white-space: nowrap;
}
.press-header form {
  height: 64px;
  background: #faf7f3;
  border-radius: 40px;
  overflow: hidden;
}
.press-header form input[type="text"] {
  background: transparent;
  border: 0;
  border-radius: 40px;
  padding-left: 36px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20.8333px;
  min-width: 0;
}
.press-header form button {
  border-radius: 40px;
  width: 94px;
  flex-shrink: 0;
  background: #122d54;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 26px;
}
.press-search-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.press-nav {
  background: var(--press-header);
  position: relative !important;
}
.press-nav > .absolute {
  display: none;
}
.press-nav > .container > ul {
  gap: 0 5px;
}
.press-nav > .container > ul > li > a,
.press-nav > .container > ul > li > button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20.8333px;
  font-weight: 400;
  padding: 17px 34px 20px;
  border-bottom: 0;
  color: var(--press-navy);
}
.press-nav > .container > ul > li > a.text-accent,
.press-nav > .container > ul > li > button.text-accent {
  background: var(--press-bg);
  border-radius: 18px 18px 0 0;
  color: var(--press-orange);
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 3px;
}
.press-nav > .container > ul > li > button.text-accent {
  text-decoration: none;
}
.press-nav > .container > ul > li > button.text-accent .news-events-label {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 3px;
}
.press-nav > .container > ul > li > a.articles-menu-link.text-accent {
  text-decoration: none;
}
.press-nav
  > .container
  > ul
  > li
  > a.articles-menu-link.text-accent
  .articles-menu-label {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 3px;
}
.press-nav ul ul {
  border-radius: 12px;
  border-color: #eee3d6;
  background: #fffdf9;
}
.press-footer {
  background: #043c56;
  border-top: 3px solid var(--press-orange);
  margin-top: 28px;
  padding: 36px 0 24px;
}
.press-footer > .container {
  max-width: 1640px;
}
.press-footer h3 {
  font-size: 27px;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.press-footer h4 {
  font-family: "Times New Roman", Times, serif;
}
.home-page {
  width: calc(100% - 48px);
  max-width: 1244px;
  margin: 64px auto 0;
  flex: 1;
}
.home-news {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #faf1e5;
}
.home-news-window {
  overflow: hidden;
  border-radius: 18px;
  background: #fcfbf9;
}
.home-news-track {
  display: flex;
  transition: transform 0.5s ease;
}
.home-news-slide {
  display: grid;
  grid-template-columns: 64.5% 35.5%;
  min-width: 100%;
  height: 334px;
}
.home-news-image {
  display: flex;
  background: #edf0e9;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  font-size: 65px;
}
.home-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-news-copy {
  position: relative;
  padding: 48px 24px 38px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-width: 0;
}
.news-label {
  position: absolute;
  top: 14px;
  right: 22px;
  background: var(--press-orange);
  color: white;
  font:
    11.25px "Times New Roman",
    Times,
    serif;
  border-radius: 20px;
  padding: 2px 14px;
}
.home-news-copy h1 {
  font-size: 40.8333px;
  line-height: 1.13;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-news-copy time,
.pick-card time {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #aaa;
  font:
    14.5833px "Times New Roman",
    Times,
    serif;
  margin-top: auto;
}
.home-news-copy time img,
.pick-card time img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.news-details {
  margin-top: 48px;
  background: #245373;
  color: #fff;
  border-radius: 9px;
  padding: 8px 13px;
  font:
    bold 17.9167px "Times New Roman",
    Times,
    serif;
  display: flex;
  align-items: center;
  gap: 18px;
}
.news-details img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.round-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #efeeed;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  position: absolute;
  z-index: 2;
  border: 0;
  cursor: pointer;
}
.round-arrow:hover:not(:disabled) {
  background: #dca15a;
}
.round-arrow:disabled {
  opacity: 0.45;
  cursor: default;
}
.news-prev {
  left: 5px;
  top: 44%;
  background: transparent;
}
.news-next {
  right: 5px;
  top: 44%;
}
.news-dots {
  position: absolute;
  bottom: 29px;
  right: 5%;
  display: flex;
  gap: 9px;
}
.news-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c6c6c6;
}
.news-dots button[aria-current="true"] {
  background: var(--press-orange);
}
.home-columns {
  display: grid;
  grid-template-columns: 298px minmax(0, 1fr);
  gap: 48px;
  padding: 0 0 0 10px;
}
.home-sidebar,
.home-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.home-panel {
  background: #fcfbf9;
  border-radius: 23px;
  overflow: hidden;
}
.panel-heading {
  background: var(--press-panel);
  min-height: 70px;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.panel-heading h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  margin: 0;
  padding-left: 18px;
}
.panel-heading h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 5px;
  background: var(--press-orange);
}
.panel-heading > a {
  color: #a7a6a3;
  font:
    12.5px "Times New Roman",
    Times,
    serif;
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}
.panel-heading > a i {
  font-size: 25px;
}
.publish-card {
  background: linear-gradient(105deg, #122d54, #1f4d73);
  border-radius: 16px;
  padding: 24px 22px 30px;
  color: #fff;
}
.publish-card h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 26.6667px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 18px;
  white-space: nowrap;
}
.publish-card h2 img {
  width: 30px;
  height: 26px;
  object-fit: contain;
}
.publish-card > a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--press-orange);
  border-radius: 16px;
  margin-top: 10px;
  padding: 6px 10px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12.9167px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  min-height: 43px;
}
.publish-card > a img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}
.publish-card > a i {
  margin-left: auto;
  font-size: 24px;
  font-weight: 400;
}
.publish-card > a.tracking {
  background: #6f8098;
  border: 1px solid #edf0f3;
}
.home-sidebar .panel-heading {
  padding: 20px 22px;
  min-height: 70px;
}
.home-sidebar .panel-heading h2 {
  font-size: 21.0417px;
  padding-left: 17px;
  white-space: nowrap;
}
.disciplines ul {
  padding: 10px 14px 16px;
  opacity: 0.8;
}
.disciplines li + li {
  border-top: 1px solid #f1f0ee;
}
.disciplines li a {
  display: flex;
  gap: 13px;
  align-items: center;
  min-height: 61px;
  padding: 8px 4px;
  color: #6b7f94;
  font-size: 13px;
}
.discipline-icon {
  border: 1px solid #dce3e8;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #5582a0;
  font-size: 19px;
}
.disciplines li a > i {
  margin-left: auto;
  color: #b9c5cd;
}
.disciplines a:hover {
  color: var(--press-orange);
}
.resource-list {
  padding: 0 14px;
}
.resource-list > .resource-card {
  display: block;
  margin: 30px 0;
  padding: 20px 22px;
  background: #fefdfc;
  border-radius: 16px;
  position: relative;
}
.resource-list > .resource-card + .resource-card:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 8px;
  right: 8px;
  border-top: 1px solid #faf1e5;
}
.resource-list h3 {
  font-size: 18.75px;
  font-weight: 700;
  margin-bottom: 10px;
}
.resource-list p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14.5833px;
  color: #afb0ae;
  line-height: 1.5;
}
.card-carousel {
  position: relative;
  padding: 18px 34px 32px;
}
.card-viewport {
  overflow: hidden;
}
.card-track {
  display: flex;
  gap: 16px;
  transition: transform 0.35s ease;
}
.card-prev {
  left: 0;
  top: 38%;
}
.card-next {
  right: 0;
  top: 38%;
}
.journal-tile,
.editor-tile {
  flex: 0 0 calc((100% - 32px) / 3);
  min-width: 0;
  background: #fefefe;
  border-radius: 20px;
  box-shadow: 0 2px 0 #f1e8db;
  display: flex;
  height: 164px;
  padding: 15px 10px;
  gap: 10px;
  margin-bottom: 3px;
  overflow: hidden;
}
.tile-cover {
  width: 38%;
  height: 120px;
  object-fit: contain;
  align-self: center;
}
.journal-tile-copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.journal-tile h3 {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  align-self: stretch;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.journal-tile p {
  font-family: "Times New Roman", Times, serif;
  font-size: 6.25px;
  line-height: 1.5;
  margin: 8px 0 0;
  align-self: stretch;
  color: #6e87a2;
}
.open-access {
  height: 28px;
  width: 19px;
  object-fit: contain;
  margin-top: auto;
  margin-bottom: 9px;
}
.small-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 15px;
  padding: 3px 9px;
  color: #fff;
  background: var(--press-orange);
  font:
    bold 7.0833px "Times New Roman",
    Times,
    serif;
  white-space: nowrap;
  margin-top: auto;
}
.small-cta i {
  font-size: 12px;
}
.editor-tile {
  align-items: center;
  padding: 18px 16px;
  gap: 12px;
}
.editor-photo {
  width: 42%;
  border-radius: 50%;
  object-fit: cover;
}
.editor-tile-copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  position: relative;
}
.editor-journal-logo {
  width: 95px;
  height: 24px;
  object-fit: contain;
  margin-bottom: 15px;
}
.editor-tile p {
  font:
    12.5px "Times New Roman",
    Times,
    serif;
  color: #b5b5b2;
  align-self: stretch;
  margin-top: auto;
}
.editor-tile h3 {
  font-size: 16.6667px;
  line-height: 1.15;
  font-weight: 700;
  align-self: stretch;
  margin: 3px 0 12px;
}
.editor-tile .small-cta {
  margin-top: auto;
}
.picks-scroll {
  max-height: 780px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d1d0cc transparent;
  padding: 24px 15px 20px;
  margin: 10px 12px 0 0;
}
.picks-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}
.pick-card {
  background: #fefefe;
  border-radius: 22px;
  position: relative;
  padding: 14px 32px 14px 20px;
  min-width: 0;
  height: 198px;
  min-height: 198px;
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  grid-template-rows: 26px 50px 23px minmax(0, 1fr);
  column-gap: 20px;
  align-items: start;
}
.pick-card time {
  color: #d4d5d6;
  margin: 0 0 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8.9583px;
}
.pick-visual {
  grid-column: 1;
  grid-row: 1 / -1;
  width: 205px;
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0;
}
.pick-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.image-placeholder {
  background: #f7f5f0;
  color: #b6c3cd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pick-visual .image-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  font-size: 60px;
}
.pick-meta {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8.9583px;
  min-width: 0;
  margin: 0 0 9px;
}
.journal-tag {
  color: var(--journal-tag-text, #ff8f33);
  background: var(--journal-tag-bg, #ffb372);
  font-style: italic;
  border-radius: 15px;
  padding: 2px 12px;
}
.article-tag {
  color: #005ebe;
  background: #eff6ff;
  border-radius: 15px;
  padding: 2px 9px;
}
.issue-label {
  color: #d4d5d6;
  font-size: 8.9583px;
}
.pick-meta time {
  flex-shrink: 0;
  white-space: nowrap;
}
.pick-card h3 {
  grid-column: 2;
  grid-row: 2;
  font-size: 18.75px;
  font-weight: 700;
  line-height: 1.12;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 8px;
}
.pick-authors {
  grid-column: 2;
  grid-row: 3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #9b9b9b;
  line-height: 1.4;
  margin: 0 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pick-abstract {
  grid-column: 2;
  grid-row: 4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #d4d5d6;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  align-self: end;
  margin: 0 32px 0 0;
}
.pick-read {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 44px;
  background: transparent;
  color: #c7cbcc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.home-empty {
  padding: 25px;
  color: #969b9e;
  grid-column: 1/-1;
}
.press-site .home-main .panel-heading h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 25.4167px;
}
@media (max-width: 767px) {
  .press-site .home-main .panel-heading h2 {
    font-size: 23px;
  }
}
@media (max-width: 390px) {
  .press-site .home-main .panel-heading h2 {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  .press-header > .container,
  .press-nav > .container {
    max-width: 1320px;
  }
  .press-header {
    padding-top: 67px;
    padding-bottom: 52px;
  }
}
@media (max-width: 1199px) {
  .home-page {
    max-width: 1040px;
    margin-top: 42px;
  }
  .home-columns {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 28px;
    padding-left: 0;
  }
  .home-sidebar .panel-heading {
    padding: 17px;
  }
  .home-sidebar .panel-heading h2 {
    font-size: 21px;
  }
  .publish-card {
    padding: 22px 15px;
  }
  .publish-card h2 {
    font-size: 23px;
  }
  .publish-card > a {
    font-size: 10px;
    gap: 5px;
  }
  .panel-heading {
    padding: 18px 25px;
  }
  .panel-heading h2 {
    font-size: 25px;
  }
  .card-carousel {
    padding: 18px 24px 28px;
  }
  .journal-tile,
  .editor-tile {
    flex-basis: calc((100% - 16px) / 2);
  }
  .pick-card {
    padding-left: 22px;
    padding-right: 22px;
  }
  .press-header > .container,
  .press-nav > .container {
    max-width: 1100px;
  }
  .home-news-copy h1 {
    font-size: 32px;
  }
  .press-nav > .container > ul > li > a,
  .press-nav > .container > ul > li > button {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .press-header {
    padding: 25px 0 22px;
  }
  .press-brand {
    width: 290px;
  }
  .press-brand > img {
    width: 290px;
    height: 70px;
  }
  .press-brand > span {
    left: 89px;
    font-size: 14px;
  }
  .press-header form {
    height: 48px;
  }
  .press-header form input[type="text"] {
    font-size: 14px;
    padding-left: 20px;
  }
  .press-header form button {
    width: 65px;
    padding: 12px 19px;
  }
  .press-search-icon {
    width: 24px;
    height: 24px;
  }
  .press-nav > .container > ul {
    display: none;
  }
  .home-page {
    width: calc(100% - 28px);
    margin-top: 24px;
  }
  .home-news-slide {
    height: auto;
    grid-template-columns: 1fr;
  }
  .home-news-image {
    height: 220px;
  }
  .home-news-copy {
    min-height: 215px;
    padding: 35px 24px 32px;
  }
  .home-news-copy h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .news-details {
    font-size: 15px;
    margin-top: 20px;
  }
  .news-dots {
    bottom: 32px;
    right: 25px;
  }
  .news-prev,
  .news-next {
    top: 95px;
  }
  .home-columns {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .home-sidebar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .home-main {
    gap: 20px;
  }
  .publish-card {
    padding: 20px;
  }
  .publish-card h2 {
    font-size: 25px;
  }
  .publish-card > a {
    font-size: 12px;
  }
  .home-sidebar .panel-heading h2 {
    font-size: 24px;
  }
  .disciplines ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
  }
  .disciplines li a {
    font-size: 11px;
    gap: 7px;
  }
  .discipline-icon {
    width: 29px;
    height: 29px;
  }
  .resource-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 12px;
  }
  .resource-list > .resource-card {
    margin: 0;
    padding: 12px 8px;
  }
  .resource-list > .resource-card + .resource-card:before {
    display: none;
  }
  .resource-list h3 {
    font-size: 15px;
  }
  .resource-list p {
    font-size: 11px;
  }
  .panel-heading {
    padding: 18px 16px;
    min-height: 64px;
  }
  .panel-heading h2 {
    font-size: 23px;
  }
  .panel-heading > a {
    font-size: 10px;
    gap: 4px;
  }
  .panel-heading > a i {
    font-size: 18px;
  }
  .card-carousel {
    padding: 16px 22px 22px;
  }
  .journal-tile,
  .editor-tile {
    flex-basis: calc((100% - 16px) / 2);
    height: 158px;
    padding: 12px 8px;
    gap: 7px;
  }
  .editor-photo {
    height: 70px;
  }
  .editor-tile h3 {
    font-size: 13px;
  }
  .editor-journal-logo {
    height: 22px;
  }
  .picks-scroll {
    max-height: none;
    overflow: visible;
    margin: 0;
    padding: 15px 12px;
  }
  .picks-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pick-card {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    padding: 20px 24px 58px;
  }
  .pick-visual {
    width: 100%;
    height: 220px;
  }
  .pick-meta {
    width: 100%;
    margin-top: 14px;
  }
  .pick-card h3 {
    font-size: 18.75px;
  }
  .pick-authors {
    white-space: normal;
  }
  .pick-read {
    top: auto;
    bottom: 12px;
    transform: none;
  }
  .press-footer {
    margin-top: 30px;
  }
  .press-footer h3 {
    font-size: 23px;
  }
  .home-news-copy time {
    margin-top: 0;
  }
}
@media (max-width: 390px) {
  .journal-tile,
  .editor-tile {
    flex-basis: 100%;
  }
  .home-main .panel-heading h2 {
    font-size: 21px;
  }
  .home-main .panel-heading {
    gap: 6px;
  }
  .resource-list {
    grid-template-columns: 1fr;
  }
  .resource-list > .resource-card {
    padding: 14px;
  }
  .resource-list p {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-news-track,
  .card-track {
    transition: none;
  }
}
.press-brand > img {
  width: 98px;
  height: 92px;
}
.press-brand > strong {
  position: absolute;
  left: 120px;
  top: 8px;
  font:
    bold 50px "Times New Roman",
    Times,
    serif;
  white-space: nowrap;
  color: #122d54;
}
.press-site .press-nav {
  background: var(--press-header);
}
@media (min-width: 768px) and (max-width: 1000px) {
  .press-brand {
    width: 330px;
  }
  .press-brand > strong {
    font-size: 39px;
    left: 105px;
    top: 13px;
  }
  .press-brand > span {
    left: 105px;
    font-size: 15px;
  }
  .press-header .relative.md\:w-\[32rem\] {
    width: 42%;
  }
  .home-columns {
    grid-template-columns: 225px minmax(0, 1fr);
    gap: 20px;
  }
  .publish-card h2 {
    font-size: 21px;
  }
  .home-news-copy h1 {
    font-size: 27px;
  }
  .panel-heading h2 {
    font-size: 23px;
  }
  .home-sidebar .panel-heading h2 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .press-brand > img {
    width: 74px;
    height: 70px;
  }
  .press-brand > strong {
    left: 89px;
    top: 5px;
    font-size: 35px;
  }
  .press-brand > span {
    left: 89px;
    font-size: 14px;
  }
}
.press-site h1,
.press-site h2,
.press-site h3,
.press-site h4 {
  color: var(--press-navy);
}
.press-site .custom-page-title {
  color: var(--press-orange) !important;
}
.press-site .text-white,
.press-site .publish-card h2,
.press-site .press-footer h3,
.press-site .press-footer h4 {
  color: #fff;
}
.press-site .press-footer {
  background: #043c56;
  border-top-width: 3px;
  margin-top: 28px;
}
.home-news-image img {
  object-fit: contain;
}
/* Interior page banners use the same warm section treatment as Home. */
.press-site > div.bg-primary {
  background: var(--press-panel);
  border-bottom: 1px solid #f0dfc9;
}
.press-site > div.bg-primary h1,
.press-site > div.bg-primary h2 {
  color: var(--press-navy);
  border-left: 5px solid var(--press-orange);
  padding-left: 18px;
}
.press-site > div.bg-primary p {
  color: #7b8894;
}
.press-site main .flat-card > .bg-gray-50 {
  background: var(--press-panel);
}

.press-site main .bg-white.rounded,
.press-site main .bg-white.rounded-b,
.press-site main .bg-white.rounded-lg {
  border-radius: 16px;
  border-color: #efe6db;
  box-shadow: none;
}
.press-site main .bg-white.rounded > .bg-gray-50 {
  background: var(--press-panel);
}

/* Journal badge colors sampled from the supplied artwork; unknown journals use BST colors. */
.journal-tag[data-journal="bst"] {
  --journal-tag-bg: #ffb372;
  --journal-tag-text: #ff8f33;
}
.journal-tag[data-journal="jswvcm"] {
  --journal-tag-bg: #794bb7;
  --journal-tag-text: #4d2880;
}
.journal-tag[data-journal="cl"] {
  --journal-tag-bg: #35a4b8;
  --journal-tag-text: #0f788b;
}
.journal-tag[data-journal="jhpap"] {
  --journal-tag-bg: #7fbef4;
  --journal-tag-text: #0075da;
}
.journal-tag[data-journal="fhs"] {
  --journal-tag-bg: #18bc97;
  --journal-tag-text: #0aa17f;
}
.journal-tag[data-journal="jitde"] {
  --journal-tag-bg: #bbb462;
  --journal-tag-text: #9e9742;
}
.journal-tag[data-journal="chinalab"] {
  --journal-tag-bg: #21264a;
  --journal-tag-text: #5760a2;
}

/* Exact palette sampled from the supplied color annotations. */
.press-header form input[type="text"]::placeholder {
  color: #cdcccb;
  opacity: 1;
}
.press-nav > .container > ul > li > a,
.press-nav > .container > ul > li > button {
  color: #122d54;
}
.press-nav > .container > ul > li > a.text-accent,
.press-nav > .container > ul > li > button.text-accent {
  color: var(--press-orange);
}
.resources {
  background: #fdfbf9;
}

/* Keep the search focus indicator on the complete capsule, not the inner input. */
.press-header form {
  isolation: isolate;
  transition: box-shadow 0.15s ease;
}
.press-header form:focus-within {
  box-shadow: 0 0 0 2px #abb5c2;
}
.press-header form input[type="text"] {
  flex: 1;
  width: 0;
  border-radius: 0;
  box-shadow: none;
}
.press-header form input[type="text"]:focus,
.press-header form input[type="text"]:focus-visible {
  outline: none;
  box-shadow: none;
  border: 0;
}
.press-header form button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -5px;
}
/* Balance the shared masthead with the content at laptop and desktop widths. */
@media (min-width: 768px) and (max-width: 1599px) {
  .press-header {
    padding: 36px 0 28px;
  }
  .press-header > .container,
  .press-nav > .container {
    max-width: 1292px;
  }
  .press-brand {
    width: 335px;
  }
  .press-brand > img {
    width: 80px;
    height: 76px;
  }
  .press-brand > strong {
    left: 98px;
    top: 7px;
    font-size: 40px;
  }
  .press-brand > span {
    left: 98px;
    bottom: 2px;
    font-size: 16.6667px;
  }
  .press-header .relative.md\:w-\[32rem\] {
    width: 440px;
    max-width: 45%;
  }
  .press-header form {
    height: 54px;
  }
  .press-header form input[type="text"] {
    font-size: 16.6667px;
    padding-left: 27px;
    padding-right: 12px;
  }
  .press-header form button {
    width: 78px;
    padding: 12px 22px;
  }
  .press-search-icon {
    width: 28px;
    height: 28px;
  }
  .press-nav > .container > ul > li > a,
  .press-nav > .container > ul > li > button {
    font-size: 16.6667px;
    padding: 14px 27px 17px;
  }
  .home-page {
    margin-top: 44px;
  }
  .home-news-copy h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .publish-card {
    padding: 22px 22px 24px;
  }
  .publish-card h2 {
    margin-bottom: 15px;
  }
  .panel-heading {
    min-height: 64px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .home-sidebar .panel-heading {
    min-height: 64px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .card-carousel {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .press-header form input[type="text"] {
    font-size: 14px;
  }
  .home-sidebar {
    display: contents;
  }
  .publish-card {
    order: 0;
  }
  .home-main {
    order: 1;
  }
  .disciplines {
    order: 2;
  }
  .resources {
    order: 3;
  }
}

/* Compact logo row to match the supplied masthead. */
.press-header {
  padding: 28px 0 22px;
}
@media (min-width: 768px) and (max-width: 1599px) {
  .press-header {
    padding: 24px 0 18px;
  }
  .press-brand > img {
    height: 68px;
  }
  .press-brand > strong {
    top: 3px;
  }
  .press-brand > span {
    bottom: 0;
  }
}
@media (min-width: 1600px) {
  .press-header {
    padding: 34px 0 26px;
  }
}
@media (max-width: 767px) {
  .press-header {
    padding: 18px 0 14px;
  }
}

/* Improve legibility of the compact journal and editor cards. */
.journal-tile,
.editor-tile {
  height: 184px;
}
.journal-tile h3 {
  font-size: 12px;
  line-height: 1.3;
}
.journal-tile p {
  font-size: 9px;
  line-height: 1.45;
  margin-top: 7px;
}
.small-cta {
  font-size: 10px;
  line-height: 1.2;
  padding: 5px 9px;
  gap: 5px;
}
.small-cta i {
  font-size: 14px;
}
.journal-tile .small-cta {
  white-space: normal;
  text-align: center;
}
.editor-journal-logo {
  width: 120px;
  max-width: 100%;
  height: 34px;
  object-position: right center;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.editor-tile-copy {
  min-width: 0;
}
@media (min-width: 391px) and (max-width: 600px) {
  .journal-tile,
  .editor-tile {
    flex-basis: 100%;
  }
}

/* Card feedback: mouse hover and keyboard focus share the same treatment. */
.journal-tile,
.editor-tile,
.pick-card {
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}
.journal-home-card {
  background: rgba(255, 255, 255, 0.65) !important;
  border-color: rgba(238, 227, 214, 0.85) !important;
  box-shadow: 0 2px 8px rgba(18, 45, 84, 0.06) !important;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease;
}
.journal-home-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 8px 16px -6px rgba(18, 45, 84, 0.2) !important;
}
.journal-home-card .bg-white {
  background: rgba(255, 255, 255, 0.52) !important;
}
@media (prefers-reduced-motion: reduce) {
  .journal-home-card {
    transition: none !important;
    transform: none !important;
  }
}
.tile-cover,
.editor-photo,
.pick-visual img {
  transition: transform 0.3s ease;
}
.small-cta,
.pick-read {
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}
.small-cta i,
.pick-read i {
  transition: transform 0.2s ease;
}
/* Reserve room inside the carousel clip for raised cards and shadows. */
.card-viewport {
  padding: 7px 0 12px;
  margin: -7px 0 -12px;
}
@media (hover: hover) and (pointer: fine) {
  .journal-tile:hover,
  .editor-tile:hover,
  .pick-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px -6px rgba(18, 45, 84, 0.2);
  }
  .journal-tile:hover .tile-cover,
  .editor-tile:hover .editor-photo,
  .pick-card:hover .pick-visual img {
    transform: scale(1.035);
  }
  .journal-tile:hover .small-cta,
  .editor-tile:hover .small-cta {
    background-color: #c66b00;
    box-shadow: 0 3px 8px rgba(221, 119, 0, 0.2);
  }
  .journal-tile:hover .small-cta i,
  .editor-tile:hover .small-cta i,
  .pick-read:hover i {
    transform: translateX(3px);
  }
  .pick-read:hover {
    background-color: #1f4d73;
  }
}
.journal-tile:focus-visible,
.editor-tile:focus-visible,
.pick-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px -6px rgba(18, 45, 84, 0.2);
}
@media (prefers-reduced-motion: reduce) {
  .journal-tile,
  .editor-tile,
  .pick-card,
  .tile-cover,
  .editor-photo,
  .pick-visual img,
  .small-cta,
  .pick-read,
  .small-cta i,
  .pick-read i {
    transition: none !important;
    transform: none !important;
  }
}

/* View More links retain their layout while highlighting the destination. */
.panel-heading > a {
  transition: color 0.2s ease;
}
.panel-heading > a i {
  transition: transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .panel-heading > a:hover {
    color: var(--press-orange);
  }
  .panel-heading > a:hover i {
    transform: translateX(4px);
  }
}
.panel-heading > a:focus-visible {
  color: var(--press-orange);
}
.panel-heading > a:focus-visible i {
  transform: translateX(4px);
}
@media (prefers-reduced-motion: reduce) {
  .panel-heading > a,
  .panel-heading > a i {
    transition: none;
  }
  .panel-heading > a i {
    transform: none !important;
  }
}

/* Keep the open-access mark directly above the journal action. */
.journal-tile .open-access {
  width: 12px;
  height: 32px;
  flex-shrink: 0;
  margin: 8px 3px 7px auto;
}
.journal-tile-copy {
  position: relative;
  padding-bottom: 0;
}
.journal-tile {
  height: 202px;
}
.journal-tile .small-cta {
  flex-shrink: 0;
  margin-top: auto;
}
.journal-tile .open-access {
  margin-top: auto;
}
.journal-tile .small-cta {
  margin-top: 0;
}

/* Compact the journal details as one vertically centered group. */
.journal-tile {
  height: 184px;
}
.journal-tile-copy {
  justify-content: center;
}
.journal-tile p {
  margin-top: 5px;
}
.journal-tile .open-access {
  width: 12px;
  height: 28px;
  margin: 6px 3px 5px auto;
}
.journal-tile .small-cta {
  margin-top: 0;
}

/* Compact primary navigation and consistent dropdown panels. */
@media (min-width: 768px) {
  .press-nav > .container > ul {
    column-gap: 2px;
  }
  .press-nav > .container > ul > li > a,
  .press-nav > .container > ul > li > button {
    font-size: 15px;
    padding: 13px 20px 16px;
  }
  .press-nav > .container > ul > li > ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    min-width: 230px;
    max-width: min(320px, calc(100vw - 32px));
    padding: 6px;
    margin: 0;
    border: 1px solid #eee3d6;
    border-radius: 12px;
    background: #fffdf9;
    box-shadow: 0 8px 22px rgba(18, 45, 84, 0.11);
    transform: translateY(6px);
    transition:
      opacity 0.18s ease,
      transform 0.18s ease,
      visibility 0.18s ease;
  }
  .press-nav > .container > ul > li:hover > ul,
  .press-nav > .container > ul > li:focus-within > ul {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .press-nav > .container > ul > li > ul a {
    padding: 10px 13px;
    border-radius: 7px;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 400;
    color: #122d54;
    transition:
      background-color 0.18s ease,
      color 0.18s ease;
  }
  .press-nav > .container > ul > li > ul a:hover,
  .press-nav > .container > ul > li > ul a:focus-visible {
    background: #fef4e9;
    color: #dd7700;
  }
  .press-nav > .container > ul > li > ul li + li {
    margin-top: 2px;
  }
  .press-nav > .container > ul > li > a > i,
  .press-nav > .container > ul > li > button > i {
    transition: transform 0.18s ease;
  }
  .press-nav > .container > ul > li:hover > a > i,
  .press-nav > .container > ul > li:hover > button > i,
  .press-nav > .container > ul > li:focus-within > a > i,
  .press-nav > .container > ul > li:focus-within > button > i {
    transform: rotate(180deg);
  }
}
@media (min-width: 1600px) {
  .press-nav > .container > ul > li > a,
  .press-nav > .container > ul > li > button {
    font-size: 18px;
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .press-nav > .container > ul > li > ul,
  .press-nav > .container > ul > li > a > i,
  .press-nav > .container > ul > li > button > i {
    transition: none;
  }
}

/* Interior title bands share the active navigation background. */
.press-site > div.bg-primary {
  background: var(--press-bg);
  border-top: 0;
  border-bottom: 1px solid #eee3d6;
}
.press-site > div.bg-primary > .absolute {
  display: none;
}
.press-site > div.bg-primary > .container {
  max-width: 1292px;
  padding-top: 26px;
  padding-bottom: 26px;
}
.press-site > div.bg-primary h1,
.press-site > div.bg-primary h2 {
  margin-left: 0;
  font-size: 28px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .press-site > div.bg-primary > .container {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .press-site > div.bg-primary h1,
  .press-site > div.bg-primary h2 {
    font-size: 24px;
  }
}

/* Reduce the homepage masthead proportions while keeping the navigation and body layout unchanged. */
@media (min-width: 768px) {
  .press-header {
    padding: 20px 0 15px;
  }
  .press-brand {
    width: 300px;
  }
  .press-brand > img {
    width: 72px;
    height: 62px;
  }
  .press-brand > strong {
    left: 88px;
    top: 1px;
    font-size: 36px;
  }
  .press-brand > span {
    left: 88px;
    bottom: 0;
    font-size: 15px;
  }
  .press-header .relative.md\:w-\[32rem\] {
    width: 390px;
    max-width: 43%;
  }
  .press-header form {
    height: 42px;
  }
  .press-header form input[type="text"] {
    font-size: 13px;
    padding-left: 22px;
    padding-right: 9px;
  }
  .press-header form button {
    width: 64px;
    padding: 9px 17px;
  }
  .press-search-icon {
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 1600px) {
  .press-header {
    padding: 28px 0 20px;
  }
  .press-brand {
    width: 330px;
  }
  .press-brand > img {
    width: 78px;
    height: 70px;
  }
  .press-brand > strong {
    left: 96px;
    top: 1px;
    font-size: 40px;
  }
  .press-brand > span {
    left: 96px;
    font-size: 16px;
  }
  .press-header .relative.md\:w-\[32rem\] {
    width: 430px;
    max-width: 43%;
  }
  .press-header form {
    height: 46px;
  }
  .press-header form input[type="text"] {
    font-size: 14px;
    padding-left: 25px;
  }
  .press-header form button {
    width: 70px;
    padding: 10px 19px;
  }
  .press-search-icon {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 767px) {
  .press-header {
    padding: 15px 0 11px;
  }
  .press-brand {
    width: 250px;
  }
  .press-brand > img {
    width: 62px;
    height: 58px;
  }
  .press-brand > strong {
    left: 75px;
    top: 2px;
    font-size: 30px;
  }
  .press-brand > span {
    left: 75px;
    font-size: 12px;
  }
  .press-header form {
    height: 36px;
  }
  .press-header form input[type="text"] {
    font-size: 12px;
    padding-left: 15px;
  }
  .press-header form button {
    width: 52px;
    padding: 8px 14px;
  }
  .press-search-icon {
    width: 18px;
    height: 18px;
  }
}

/* Home column balance: give the featured content more room on larger screens. */
@media (min-width: 1200px) {
  .home-columns {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 28px;
  }
}

@media (min-width: 1001px) and (max-width: 1199px) {
  .home-columns {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .home-columns {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 16px;
  }
}

.journal-tile p {
  font-size: 10.5px;
}

/* Keep the publish actions inside the reduced sidebar width. */
@media (min-width: 1200px) {
  .publish-card > a {
    gap: 7px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }
  .publish-card > a img {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
  }
  .publish-card > a i {
    flex-shrink: 0;
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .publish-card > a {
    gap: 4px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .publish-card > a img {
    width: 23px;
    height: 23px;
    flex-shrink: 0;
  }
  .publish-card > a i {
    flex-shrink: 0;
    font-size: 18px;
  }
}
