:root {
  --v2-paper: #fffdf9;
  --v2-cream: #f7f0e8;
  --v2-ink-deep: #2f2430;
  --v2-ink: #43373f;
  --v2-muted: #776a70;
  --v2-coral: #e65d60;
  --v2-coral-dark: #c94750;
  --v2-line: #e1d7cf;
  --v2-line-soft: #eee6df;
  --v2-white: #ffffff;
  --v2-serif: "Newsreader", Georgia, "Times New Roman", serif;
  --v2-sans: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.press-v2 {
  min-width: 320px;
  margin: 0;
  background: var(--v2-paper);
  color: var(--v2-ink);
  font-family: var(--v2-sans);
  font-size: 17px;
  line-height: 1.65;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.press-v2 em,
.press-v2 i {
  font-family: inherit;
  font-style: italic;
}

.press-v2 a,
.press-v2 a:visited {
  color: var(--v2-coral-dark);
  text-decoration-color: rgba(201, 71, 80, 0.34);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.press-v2 a:hover {
  color: #a8323e;
  text-decoration-color: currentColor;
}

.press-v2 a:focus-visible {
  outline: 3px solid rgba(230, 93, 96, 0.34);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 9px 13px;
  color: var(--v2-white);
  background: var(--v2-ink-deep);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 150ms ease;
}

.skip-link:focus {
  color: var(--v2-white);
  transform: translateY(0);
}

/* Centered primary navigation */

.site-header {
  position: relative;
  z-index: 20;
  background: rgba(255, 253, 249, 0.98);
  border-top: 4px solid var(--v2-coral);
  border-bottom: 1px solid var(--v2-line);
}

.header-inner {
  display: flex;
  justify-content: center;
  width: min(100% - 40px, 1160px);
  min-height: 78px;
  margin: 0 auto;
}

#nav-wrap {
  display: flex;
  align-items: center;
}

#nav-wrap ul,
#nav-wrap li {
  margin: 0;
  padding: 0;
}

ul#nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 74px;
  list-style: none;
}

ul#nav li {
  list-style: none;
}

ul#nav li a,
ul#nav li a:visited {
  display: block;
  position: relative;
  padding: 10px 12px;
  color: var(--v2-ink);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

ul#nav li a::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 3px;
  left: 12px;
  height: 2px;
  background: var(--v2-coral);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

ul#nav li a:hover,
ul#nav li a:focus-visible,
ul#nav li a[aria-current="page"] {
  color: var(--v2-coral-dark);
}

ul#nav li a:hover::after,
ul#nav li a[aria-current="page"]::after {
  transform: scaleX(1);
}

/* Press masthead and language index */

.press-masthead {
  color: var(--v2-white);
  background: #231a20;
}

.press-masthead-inner {
  width: min(100% - 80px, 1120px);
  margin: 0 auto;
  padding: 72px 0 58px;
}

.page-kicker {
  margin: 0 0 17px;
  color: var(--v2-coral);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.masthead-copy h1 {
  margin: 0;
  color: var(--v2-white);
  font-family: var(--v2-serif);
  font-size: clamp(68px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.language-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 49px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.language-nav a,
.language-nav a:visited {
  display: inline-flex;
  align-items: center;
  min-height: 35px;
  padding: 6px 12px;
  color: rgba(255, 255, 255, 0.77);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.language-nav a:hover,
.language-nav a:focus-visible {
  color: var(--v2-white);
  background: rgba(230, 93, 96, 0.16);
  border-color: rgba(230, 93, 96, 0.75);
}

/* Press archive */

.content-outer {
  background: var(--v2-paper);
}

#page-content {
  width: min(100% - 80px, 1040px);
  max-width: none;
  margin: 0 auto;
  padding: 82px 0 110px;
}

#page-content > .columns,
.press-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.language-section,
.minor-language-section {
  scroll-margin-top: 30px;
}

.language-section + .language-section {
  margin-top: 100px;
}

.press-header {
  position: relative;
  margin: 0 0 36px;
  padding: 0 0 0 25px;
  color: var(--v2-ink-deep);
  border: 0;
  font-family: var(--v2-serif);
  font-size: clamp(43px, 5vw, 58px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.press-header::before {
  content: "";
  position: absolute;
  top: -0.1em;
  bottom: -0.1em;
  left: 0;
  width: 5px;
  background: var(--v2-coral);
  border-radius: 999px;
}

.records-wrapper {
  margin: 0;
}

.press-year,
.minor-language-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0 2px;
  color: var(--v2-coral-dark);
  font-family: var(--v2-sans);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.3;
}

.press-year:first-of-type {
  margin-top: 0;
}

.press-year::after,
.minor-language-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--v2-line-soft);
}

article.press-record-v2 {
  display: grid;
  grid-template-columns: 228px minmax(0, 1fr);
  grid-template-areas: "meta title";
  column-gap: 38px;
  align-items: baseline;
  margin: 0;
  padding: 25px 0 27px;
  border-bottom: 1px solid var(--v2-line-soft);
}

article.press-record-v2:has(+ .press-year) {
  border-bottom: 0;
}

.press-v2 .press-title,
.press-v2 .press-title:visited {
  grid-area: title;
  color: var(--v2-ink-deep);
  font-family: var(--v2-serif);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.23;
  text-decoration: none;
}

.press-v2 .press-title:hover,
.press-v2 .press-title:focus-visible {
  color: var(--v2-coral-dark);
}

.press-meta {
  display: flex;
  grid-area: meta;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.42;
}

.press-outlet {
  color: var(--v2-ink);
  font-weight: 600;
}

.press-meta time {
  font-variant-numeric: tabular-nums;
}

.minor-language-section {
  margin-top: 48px;
}

.minor-language-section:first-of-type {
  margin-top: 0;
}

.minor-language-title {
  margin: 0 0 2px;
}

.site-footer {
  padding: 25px 30px 29px;
  color: #81767b;
  background: var(--v2-cream);
  border-top: 1px solid var(--v2-line);
  text-align: center;
}

.site-footer p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 900px) {
  .press-masthead-inner,
  #page-content {
    width: min(100% - 60px, 760px);
  }

  article.press-record-v2 {
    grid-template-columns: 190px minmax(0, 1fr);
    column-gap: 30px;
  }

  .press-v2 .press-title,
  .press-v2 .press-title:visited {
    font-size: 23px;
  }
}

@media only screen and (max-width: 720px) {
  .header-inner {
    width: calc(100% - 20px);
    min-height: 69px;
  }

  ul#nav {
    gap: 1px;
    min-height: 65px;
  }

  ul#nav li a,
  ul#nav li a:visited {
    padding: 10px 8px;
    font-size: 11.5px;
    letter-spacing: 0.045em;
  }

  ul#nav li a::after {
    right: 8px;
    left: 8px;
  }

  .press-masthead-inner {
    width: min(100% - 48px, 600px);
    padding: 57px 0 48px;
  }

  .masthead-copy h1 {
    font-size: clamp(64px, 20vw, 86px);
  }

  .language-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 37px;
  }

  .language-nav a,
  .language-nav a:visited {
    justify-content: center;
    text-align: center;
  }

  #page-content {
    width: min(100% - 48px, 600px);
    padding: 65px 0 86px;
  }

  .press-header {
    padding-left: 20px;
    font-size: 43px;
  }

  .language-section + .language-section {
    margin-top: 89px;
  }

  article.press-record-v2 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "meta";
    row-gap: 11px;
    padding: 23px 0 25px;
  }

  .press-meta {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3px 12px;
  }

  .press-meta time::before {
    content: "·";
    margin-right: 12px;
    color: var(--v2-coral);
  }
}

@media only screen and (max-width: 460px) {
  .header-inner {
    width: calc(100% - 12px);
  }

  ul#nav li a,
  ul#nav li a:visited {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10.5px;
  }

  ul#nav li a::after {
    right: 5px;
    left: 5px;
  }

  .press-masthead-inner,
  #page-content {
    width: calc(100% - 36px);
  }

  .language-nav a,
  .language-nav a:visited {
    min-height: 39px;
  }

  .language-nav a:last-child {
    grid-column: 1 / -1;
  }

  .press-header {
    font-size: 39px;
  }

  .press-v2 .press-title,
  .press-v2 .press-title:visited {
    font-size: 22px;
  }

  .press-meta {
    flex-direction: column;
    gap: 2px;
  }

  .press-meta time::before {
    content: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
