/* Сталинская эпоха (1929–1953): ампир ВСХВ, бордо и золото, лавр. */
@import url("../fonts/fonts.css");

html[data-era="stalin"] {
  --font-display: "Prata", "PT Serif", Georgia, serif;
  --font-body: "PT Serif", Georgia, serif;
  --weight-display: 400;
  --case-display: none;
  --tracking-display: 0.01em;

  --c-bg: #f1e7d0;
  --c-surface: #faf3e2;
  --c-surface-2: #e9dcbd;
  --c-text: #2a2420;
  --c-muted: #6e5a3a;
  --c-accent: #9b1b1b;
  --c-accent-2: #c9a227;
  --c-on-accent: #fdf6e6;
  --c-link: #9b1b1b;
  --c-border: #c3ab7d;
  --c-read: #8b7f6b;

  --radius: 3px;
  --radius-sm: 2px;
  --rule: 1px solid var(--c-border);
  --rule-strong: 3px double #a8873f;
  --shadow: 0 1px 0 #d9c79a;
  --shadow-sm: none;

  --photo-filter: sepia(0.18) saturate(0.95);
  --texture-bg: linear-gradient(180deg, rgba(201, 162, 39, 0.1), transparent 22rem);
  --ornament-rule: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='14' viewBox='0 0 160 14'><path d='M0 7h60M100 7h60' stroke='%23c9a227' stroke-width='1.5'/><path d='M80 1l2.1 4.3 4.7.7-3.4 3.3.8 4.7-4.2-2.2-4.2 2.2.8-4.7-3.4-3.3 4.7-.7z' fill='%239b1b1b'/><path d='M66 7c3-3 6-3 8 0-2 3-5 3-8 0z' fill='%23c9a227'/><path d='M94 7c-3-3-6-3-8 0 2 3 5 3 8 0z' fill='%23c9a227'/></svg>");
}

html[data-era="stalin"] main h2 {
  border-bottom: 3px double #a8873f;
  padding-bottom: 0.25em;
}

html[data-era="stalin"] main h2::before {
  content: "";
  display: block;
  height: 14px;
  margin-bottom: 0.3rem;
  background-image: var(--ornament-rule);
  background-repeat: no-repeat;
  background-position: left center;
}

html[data-era="stalin"] .card {
  border-color: #c3ab7d;
  background-image: linear-gradient(180deg, rgba(201, 162, 39, 0.07), transparent 4rem);
}
