.english-article-page {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.english-article-page h1,
.english-article-page h2,
.english-article-page h3,
.english-article-page h4,
.english-article-page .article-pullquote,
.english-article-page .article-share-panel h2,
.english-article-page .article-comments h2 {
  font-family: Georgia, "Times New Roman", serif;
}

.english-article-page .article-share-actions button,
.english-article-page .comment-submit-row > button,
.english-article-page .fallback-challenge button {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.article-preview-switcher {
  position: sticky;
  top: 86px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-bottom: 1px solid #d7e1e2;
  background: rgba(241, 244, 242, 0.96);
  color: #395f71;
  backdrop-filter: blur(14px);
}

.article-preview-switcher span {
  margin-right: 8px;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-preview-switcher a {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #adc0c6;
  color: #123953;
  font-weight: 750;
  text-decoration: none;
}

.article-preview-switcher a[aria-current="page"] {
  border-color: #c5a35d;
  background: #c5a35d;
  color: #09283b;
}

.english-article-page .article-hero h1 {
  max-width: 19ch;
  font-size: clamp(2.85rem, 4.5vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.english-article-page .article-deck {
  max-width: 68ch;
  line-height: 1.75;
  text-wrap: pretty;
}

.english-article-page .article-body {
  font-size: 1.04rem;
  line-height: 1.85;
}

.english-article-page .article-body p,
.english-article-page .article-body li,
.english-article-page figcaption {
  text-wrap: pretty;
}

.english-article-page .article-body h2 {
  max-width: 22ch;
  font-size: clamp(1.85rem, 2.8vw, 2.65rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.english-article-page .article-body h3 {
  line-height: 1.22;
  text-wrap: balance;
}

.english-article-page .article-body ul,
.english-article-page .article-body ol {
  padding-left: 1.35rem;
}

.english-article-page .article-body li + li {
  margin-top: 0.55rem;
}

.english-article-page .article-note {
  margin: 1.7rem 0;
  padding: 1.25rem 1.35rem;
  border-left: 3px solid #c5a35d;
  background: #f6f2e9;
}

.english-article-page .article-figure img {
  width: 100%;
  height: auto;
}

.english-article-page .article-figure-photo-portrait img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 44%;
}

.english-article-page .article-figure-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.english-article-page .article-figure-pair-wide {
  grid-template-columns: 1fr;
  gap: 24px;
}

.english-article-page .article-figure-pair figure {
  margin: 0;
}

.english-article-page table {
  width: 100%;
  margin: 1.6rem 0;
  border-collapse: collapse;
  font-size: 0.94rem;
}

.english-article-page th,
.english-article-page td {
  padding: 0.85rem;
  border: 1px solid #d3dfe1;
  text-align: left;
  vertical-align: top;
}

.english-article-page th {
  background: #e8eff0;
  color: #123953;
}

@media (max-width: 760px) {
  .article-preview-switcher {
    top: 73px;
  }

  .article-preview-switcher span {
    display: none;
  }

  .english-article-page .article-hero h1 {
    max-width: none;
    font-size: clamp(2rem, 8.5vw, 2.6rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
  }

  .english-article-page .article-body {
    font-size: 1rem;
    line-height: 1.78;
  }

  .english-article-page .article-body h2 {
    max-width: none;
    font-size: clamp(1.72rem, 7.7vw, 2.15rem);
    line-height: 1.16;
  }

  .english-article-page .article-figure-pair {
    grid-template-columns: 1fr;
  }
}
