:root {
  --bg: #f6f4fb;
  --paper: #ffffff;
  --text: #15172a;
  --muted: #62677c;
  --dark: #18205a;
  --blue: #26379f;
  --violet: #72378f;
  --cyan: #1d8ca6;
  --line: #ddd9ea;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: radial-gradient(circle at 12% 8%, rgba(114, 55, 143, 0.12), transparent 34%), radial-gradient(circle at 86% 12%, rgba(38, 55, 159, 0.14), transparent 32%), var(--bg);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
}
a {
  color: inherit;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 48px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px);
  position: relative;
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--violet), var(--cyan));
  opacity: 0.78;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.brand__mark {
  padding: 8px 10px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.brand__text {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-nav a {
  color: var(--dark);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 48px;
  align-items: center;
  padding: 72px 48px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--dark);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: clamp(46px, 7vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.045em;
}
.hero__lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.55;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding: 15px 24px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.issue-card {
  position: relative;
  padding: 32px;
  background:
    linear-gradient(135deg, rgba(24, 32, 90, 0.86), rgba(114, 55, 143, 0.72)),
    url("../img/maxim-bg.webp") center / cover no-repeat;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 18px 54px rgba(38, 55, 159, 0.18);
  overflow: hidden;
  min-height: 360px;
}
.issue-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  pointer-events: none;
}
.issue-card__label {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.issue-card h2 {
  margin: 0;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.05;
}
.issue-card p:not(.issue-card__label) {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.5;
}
.issue-card span {
  display: block;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.5;
}
.issues-section {
  padding: 76px 48px 96px;
  background: rgba(255, 255, 255, 0.52);
  border-top: 1px solid var(--line);
}
.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}
.section-heading h2 {
  margin: 0;
  color: var(--dark);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.04em;
}
.section-heading p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}
.issues-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.archive-card {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(38, 55, 159, 0.08);
}
.archive-card__label {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.archive-card h3 {
  margin: 0;
  color: var(--dark);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 30px;
  line-height: 1.1;
}
.archive-card p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
.archive-card a,
.archive-card span {
  display: inline-flex;
  margin-top: 24px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.archive-card--muted {
  background: rgba(255, 255, 255, 0.44);
  box-shadow: none;
}
.archive-card--muted h3,
.archive-card--muted p,
.archive-card--muted span {
  opacity: 0.72;
}
.about-section {
  padding: 76px 48px 96px;
  background: rgba(255, 255, 255, 0.34);
  border-top: 1px solid var(--line);
}
.about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.about-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
}
.about-card h3 {
  margin: 0;
  color: var(--dark);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 26px;
  line-height: 1.12;
}
.about-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.article-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 76px 48px 96px;
}
.article-hero {
  max-width: 860px;
  margin-bottom: 36px;
}
.article-hero h1 {
  margin: 0;
  color: var(--dark);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.article-lead {
  max-width: 820px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.6;
}
.article-cover-placeholder {
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  margin: 44px 0 54px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(24, 32, 90, 0.82), rgba(114, 55, 143, 0.7)),
    url("../img/maxim-bg.webp") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.44);
  box-shadow: 0 18px 54px rgba(38, 55, 159, 0.16);
}
.article-cover-placeholder span {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.article-content {
  max-width: 820px;
}
.article-content h2 {
  margin: 44px 0 16px;
  color: var(--dark);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -0.025em;
}
.article-content p {
  margin: 0 0 22px;
  color: var(--text);
  font-size: 19px;
  line-height: 1.75;
}
.article-note {
  max-width: 820px;
  margin-top: 48px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
}
.article-note h2 {
  margin: 0;
  color: var(--dark);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 28px;
  line-height: 1.15;
}
.article-note p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}
.article-footer {
  max-width: 820px;
  margin-top: 44px;
}
.article-footer a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.site-footer {
  padding: 32px 48px;
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid var(--line);
}
.site-footer__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.site-footer p {
  margin: 0;
  color: var(--muted);
  font-weight: 400;
}
.site-footer p:first-child {
  order: 2;
  margin-left: auto;
}
.site-footer__version {
  order: 3;
  color: var(--muted);
  font-weight: 400;
}
.site-footer__nav {
  order: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.site-footer__nav a {
  color: var(--muted);
  font-weight: 400;
  text-decoration: none;
}
.site-footer__nav span {
  color: var(--line);
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }
  .site-nav {
    flex-wrap: wrap;
    gap: 14px;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 48px 20px;
  }
  .hero__lead {
    font-size: 18px;
  }
  .issue-card {
    padding: 28px;
  }
  .issues-section,
  .about-section {
    padding: 52px 20px 68px;
  }
  .issues-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }
  .article-page {
    padding: 48px 20px 68px;
  }
  .article-lead {
    font-size: 18px;
  }
  .article-cover-placeholder {
    min-height: 260px;
    margin: 32px 0 42px;
    padding: 22px;
  }
  .article-content h2 {
    font-size: 28px;
  }
  .article-content p {
    font-size: 17px;
  }
  .site-footer {
    padding: 28px 20px;
  }
  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .site-footer p:first-child {
    margin-left: 0;
  }
}