.article-page {
  background: #fff;
  color: #000;
  padding: 180px 0 160px;
}

.article-shell {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

.article-back {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: color 0.3s ease;
}

.article-back:hover {
  color: #000;
}

.article-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  margin: 64px 0 24px;
}

.article-title {
  font-family: 'Syncopate', sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 6vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0 0 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.article-hero {
  width: 100%;
  max-height: 520px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 72px;
}

.article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-body {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  max-width: 820px;
}

.article-body p {
  margin-bottom: 40px;
  opacity: 0.9;
}

.article-body h2,
.article-body h3 {
  font-family: 'Syncopate', sans-serif;
  font-weight: 900;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 80px 0 30px;
}

.article-body h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 22px;
  margin: 56px 0 20px;
}

.article-body strong {
  font-weight: 900;
}

.article-body em {
  font-style: italic;
}

.article-body ul,
.article-body ol {
  margin: 0 0 40px 24px;
  opacity: 0.9;
}

.article-body li {
  margin-bottom: 14px;
}

.article-body blockquote {
  margin: 56px 0;
  padding-left: 32px;
  border-left: 2px solid #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.article-body img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 48px 0;
}

.article-body a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1024px) {
  .article-page { padding: 140px 0 120px; }
  .article-shell { padding: 0 32px; }
  .article-body { font-size: 18px; }
  .article-body h2, .article-body h3 { font-size: 27px; margin: 56px 0 22px; }
  .article-hero { max-height: 380px; margin-bottom: 48px; }
}

@media (max-width: 640px) {
  .article-page { padding: 120px 0 90px; }
  .article-shell { padding: 0 20px; }
  .article-title { padding-bottom: 32px; margin-bottom: 36px; }
  .article-body { font-size: 16px; line-height: 1.7; }
  .article-body p { margin-bottom: 24px; }
  .article-body h2, .article-body h3 { font-size: 21px; margin: 40px 0 16px; }
  .article-body blockquote { font-size: 19px; margin: 36px 0; padding-left: 20px; }
  .article-hero { max-height: 240px; margin-bottom: 32px; }
  .article-meta { margin: 40px 0 18px; }
}
