/* ══════════════════════════════════════════════════
   News page — v13
   ══════════════════════════════════════════════════ */

/* ── Header override for news page ──────────────── */
.profile-body .site-header {
  background: rgba(14, 6, 9, 0.96);
  border-color: rgba(120, 20, 38, 0.28);
}
.profile-body .site-header.is-compact {
  background: rgba(18, 7, 11, 0.97);
  border-color: rgba(148, 31, 50, 0.35);
}

/* ── Page ───────────────────────────────────────── */
.np {
  min-height: 100vh;
}

/* ── Hero header ────────────────────────────────── */
.np-head {
  position: relative;
  padding: 136px 24px 60px;
  text-align: center;
  border-bottom: 1px solid rgba(148, 31, 50, 0.4);
  background:
    radial-gradient(ellipse 80% 120% at 50% 50%, rgba(170, 22, 46, 0.38) 0%, rgba(100, 12, 26, 0.14) 55%, transparent 75%),
    radial-gradient(ellipse 40% 70% at 10% 50%, rgba(110, 12, 26, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 40% 70% at 90% 50%, rgba(110, 12, 26, 0.18) 0%, transparent 55%),
    linear-gradient(180deg, #200810 0%, #160508 60%, #0d0407 100%);
  overflow: hidden;
}
.np-head::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.3;
}
.np-head::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(148, 31, 50, 0.5) 40%, rgba(148, 31, 50, 0.5) 60%, transparent);
}
.np-head__wrap {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.np-head__left { text-align: left; }
.np-head__tag {
  display: inline-block;
  padding: 5px 16px;
  background: rgba(100, 16, 29, 0.45);
  border: 1px solid rgba(178, 40, 63, 0.6);
  border-radius: 20px;
  font-size: 9px;
  letter-spacing: 0.32em;
  color: rgba(230, 160, 175, 0.9);
  margin-bottom: 16px;
}
.np-head__title {
  font-size: clamp(30px, 4.5vw, 52px);
  color: #fdeef2;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
  line-height: 1.08;
}
.np-head__sub {
  font-size: 14px;
  color: rgba(190, 110, 130, 0.65);
  margin: 0;
  letter-spacing: 0.03em;
}
.np-head__stats {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  background: rgba(10, 3, 6, 0.6);
  border: 1px solid rgba(148, 31, 50, 0.3);
  border-radius: 14px;
  overflow: hidden;
}
.np-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 18px 28px;
}
.np-stat span {
  font-size: 28px;
  font-weight: 700;
  color: #fdeef2;
  line-height: 1;
}
.np-stat em {
  font-style: normal;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(180, 90, 110, 0.6);
}
.np-stat-div {
  width: 1px;
  align-self: stretch;
  background: rgba(148, 31, 50, 0.25);
}

/* ── Filter bar ─────────────────────────────────── */
.np-bar {
  position: sticky;
  top: 64px;
  z-index: 40;
  background: rgba(10, 3, 6, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(148, 31, 50, 0.22);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}
.np-bar__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 0;
}

/* Tabs */
.np-tabs {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-right: 20px;
  border-right: 1px solid rgba(148, 31, 50, 0.2);
  margin-right: 20px;
}
.np-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 9px;
  color: rgba(200, 130, 150, 0.7);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
  white-space: nowrap;
}
.np-tab__cnt {
  font-size: 11px;
  padding: 2px 8px;
  background: rgba(30, 8, 14, 0.8);
  border: 1px solid rgba(100, 20, 35, 0.4);
  border-radius: 8px;
  color: rgba(180, 100, 120, 0.7);
  min-width: 22px;
  text-align: center;
  transition: all .15s;
}
.np-tab:hover {
  background: rgba(80, 16, 28, 0.35);
  border-color: rgba(148, 31, 50, 0.4);
  color: #fdeef2;
}
.np-tab.is-active {
  background: linear-gradient(135deg, rgba(130, 20, 38, 0.55), rgba(60, 10, 18, 0.65));
  border-color: rgba(178, 40, 63, 0.75);
  color: #fdeef2;
  box-shadow: 0 0 16px rgba(130, 20, 38, 0.3), inset 0 1px 0 rgba(255, 100, 130, 0.08);
}
.np-tab.is-active .np-tab__cnt {
  background: rgba(148, 31, 50, 0.55);
  border-color: rgba(178, 40, 63, 0.6);
  color: #fdeef2;
}

/* Bar label */
.np-bar__label {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex: 1;
}
.np-bar__label h2 {
  margin: 0;
  font-size: 15px;
  color: rgba(230, 160, 175, 0.8);
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.np-bar__label span {
  font-size: 12px;
  color: rgba(160, 80, 100, 0.5);
  letter-spacing: 0.08em;
}

/* Search */
.np-search {
  position: relative;
  margin-left: auto;
  flex-shrink: 0;
}
.np-search > svg {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  color: rgba(178, 60, 80, 0.55);
  pointer-events: none;
}
.np-search input {
  width: 200px;
  padding: 9px 32px 9px 32px;
  background: rgba(20, 6, 10, 0.9);
  border: 1px solid rgba(148, 31, 50, 0.3);
  border-radius: 9px;
  color: #fdeef2;
  font-size: 13px;
  letter-spacing: 0.03em;
  transition: border-color .2s, box-shadow .2s, width .3s;
}
.np-search input:focus {
  outline: none;
  border-color: rgba(178, 40, 63, 0.7);
  box-shadow: 0 0 14px rgba(100, 16, 29, 0.35);
  width: 260px;
}
.np-search input::placeholder {
  color: rgba(148, 31, 50, 0.45);
}
#news-search-clear {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: rgba(200, 100, 120, 0.6);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
}
#news-search-clear svg { width: 12px; height: 12px; }
#news-search-clear:hover { color: #fdeef2; }

/* ── Content wrapper ────────────────────────────── */
.np-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 28px 100px;
}

/* ── Feed grid ──────────────────────────────────── */
.np-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.np-loading,
.np-empty {
  grid-column: 1 / -1;
  padding: 80px 24px;
  text-align: center;
  color: rgba(180, 80, 100, 0.5);
  font-size: 14px;
  font-style: italic;
  border: 1px dashed rgba(148, 31, 50, 0.25);
  border-radius: 14px;
  letter-spacing: 0.05em;
}

/* ── News card ──────────────────────────────────── */
.nc {
  background: linear-gradient(160deg, rgba(22, 7, 12, 0.98) 0%, rgba(10, 3, 6, 1) 100%);
  border: 1px solid rgba(148, 31, 50, 0.3);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: border-color .22s, transform .22s, box-shadow .22s;
}
.nc:hover {
  border-color: rgba(200, 50, 75, 0.7);
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.65), 0 0 28px rgba(120, 20, 35, 0.2);
}
.nc:focus,
.nc:focus-visible {
  outline: none;
}
.nc.is-featured {
  grid-column: 1 / -1;
  flex-direction: row;
  min-height: 320px;
  border-color: rgba(148, 31, 50, 0.45);
}
.nc.is-draft { opacity: 0.6; border-style: dashed; }
.nc.is-pinned { border-color: rgba(210, 155, 70, 0.5); }

/* Image */
.nc__img {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(8, 3, 6, 1);
  flex-shrink: 0;
}
.nc.is-featured .nc__img {
  aspect-ratio: unset;
  width: 44%;
  flex-shrink: 0;
}
.nc__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}
.nc:hover .nc__img img { transform: scale(1.06); }
.nc__img-empty {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 30% 35%, rgba(80, 12, 22, 0.3), transparent 60%);
  color: rgba(120, 25, 40, 0.35);
}
.nc__img-empty svg { width: 44px; height: 44px; }
.nc__grad {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10, 3, 6, 0.75) 0%, transparent 60%);
  pointer-events: none;
}
.nc.is-featured .nc__grad {
  background: linear-gradient(to right, rgba(10, 3, 6, 0.55) 0%, transparent 65%);
}

/* Badge */
.nc__badge {
  position: absolute; top: 12px; left: 12px;
  padding: 4px 11px;
  font-size: 9px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  border-radius: 5px; border: 1px solid;
  backdrop-filter: blur(6px); z-index: 2;
}
.nc__badge--info    { color: #90c4ff; border-color: rgba(144,196,255,.45); background: rgba(14,38,78,.75); }
.nc__badge--warning { color: #d9a45c; border-color: rgba(217,164,92,.45);  background: rgba(62,40,8,.75); }
.nc__badge--success { color: #9dc48c; border-color: rgba(157,196,140,.45); background: rgba(22,60,18,.75); }
.nc__badge--event   { color: #c186fc; border-color: rgba(193,134,252,.45); background: rgba(52,18,82,.75); }
.nc__pin {
  position: absolute; top: 12px; right: 12px;
  width: 26px; height: 26px;
  background: rgba(34, 18, 4, 0.8); border: 1px solid rgba(210, 155, 70, 0.6);
  border-radius: 5px; display: flex; align-items: center; justify-content: center;
  color: #d9a45c; z-index: 2; backdrop-filter: blur(4px);
}
.nc__pin svg { width: 13px; height: 13px; }

/* Body */
.nc__body {
  padding: 18px 20px 16px;
  display: flex; flex-direction: column; gap: 8px;
  flex: 1; min-width: 0;
}
.nc.is-featured .nc__body {
  padding: 30px 32px 26px;
  justify-content: center; gap: 12px;
}
.nc__meta {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; color: rgba(180, 100, 120, 0.6); letter-spacing: 0.06em;
}
.nc__dot { opacity: 0.4; }
.nc__title {
  font-size: 16px; font-weight: 700;
  color: #f0d8de; margin: 0; line-height: 1.3; letter-spacing: 0.01em;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  transition: color .18s;
}
.nc.is-featured .nc__title {
  font-size: clamp(20px, 2.3vw, 28px);
  -webkit-line-clamp: unset; overflow: visible;
}
.nc:hover .nc__title { color: #fdeef2; }
.nc__exc {
  color: rgba(180, 100, 120, 0.55); font-size: 13px; line-height: 1.55; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.nc.is-featured .nc__exc { -webkit-line-clamp: 3; font-size: 14px; color: rgba(180, 100, 120, 0.65); }
.nc__foot {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  margin-top: auto; padding-top: 6px;
  border-top: 1px solid rgba(100, 20, 35, 0.2);
}
.nc__time, .nc__views {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11px; color: rgba(160, 80, 100, 0.55); letter-spacing: 0.04em;
}
.nc__time svg, .nc__views svg { width: 12px; height: 12px; flex-shrink: 0; }
.nc__cta {
  display: inline-flex; align-items: center; gap: 5px;
  margin-left: auto;
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(200, 60, 85, 0.65); transition: color .2s, gap .2s;
}
.nc__cta svg { width: 12px; height: 12px; transition: transform .2s; }
.nc:hover .nc__cta { color: #ff4060; gap: 8px; }
.nc:hover .nc__cta svg { transform: translateX(3px); }

/* ── Load more ──────────────────────────────────── */
.np-more {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  margin: 44px auto 0;
  padding: 16px 48px;
  background: linear-gradient(180deg, rgba(70, 14, 26, 0.9), rgba(30, 6, 11, 0.95));
  border: 1px solid rgba(160, 35, 55, 0.65);
  border-radius: 14px;
  color: #fdeef2;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  cursor: pointer; font-weight: 700;
  box-shadow: 0 0 20px rgba(100, 16, 29, 0.25), inset 0 1px 0 rgba(255,80,100,0.1);
  transition: border-color .2s, background .2s, box-shadow .2s, transform .15s;
  width: 100%; max-width: 320px;
}
.np-more svg { width: 16px; height: 16px; }
.np-more:hover {
  border-color: rgba(200, 50, 75, 0.9);
  background: linear-gradient(180deg, rgba(110, 20, 36, 0.92), rgba(50, 10, 18, 0.97));
  box-shadow: 0 0 32px rgba(130, 20, 35, 0.4), inset 0 1px 0 rgba(255,80,100,0.15);
  transform: translateY(-2px);
}

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 960px) {
  .np-feed { grid-template-columns: repeat(2, 1fr); }
  .nc.is-featured { flex-direction: column; min-height: unset; }
  .nc.is-featured .nc__img { width: 100%; aspect-ratio: 16/9; }
  .np-head__wrap { flex-direction: column; text-align: center; gap: 24px; }
  .np-head__left { text-align: center; }
  .np-head__stats { width: 100%; max-width: 340px; }
}
@media (max-width: 700px) {
  .np-bar__wrap { height: auto; padding: 10px 16px; flex-wrap: wrap; gap: 8px; }
  .np-bar__label { display: none; }
  .np-search { margin-left: 0; }
  .np-search input { width: 160px; }
  .np-search input:focus { width: 200px; }
  .np-content { padding: 24px 16px 70px; }
  .np-tabs { padding-right: 0; border-right: none; margin-right: 0; }
}
@media (max-width: 540px) {
  .np-feed { grid-template-columns: 1fr; }
  .np-head { padding: 52px 16px 44px; }
}

/* ══════════════════════════════════════════════════
   Article page (article.html) — full-width hero design
   ══════════════════════════════════════════════════ */

/* Page shell — no padding, hero goes edge to edge behind fixed header */
.art-page {
  min-height: 100vh;
}

/* ── Hero ────────────────────────────────────────── */
.art-hero {
  position: relative;
  width: 100%;
  height: 88vh;
  min-height: 520px;
  max-height: 860px;
  background: linear-gradient(135deg, rgba(55, 8, 18, 1) 0%, rgba(8, 3, 5, 1) 100%);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.art-hero.has-image {
  background-size: cover;
  background-position: center center;
}
.art-hero__loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: rgba(148, 31, 50, 0.4);
  font-style: italic;
  letter-spacing: 0.06em;
}
/* Layered overlay: dark at top (for header readability), heavy at bottom (for title) */
.art-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(4, 1, 3, 0.75) 0%,
      rgba(4, 1, 3, 0.35) 30%,
      rgba(4, 1, 3, 0.1) 55%,
      rgba(4, 1, 3, 0.7) 75%,
      rgba(4, 1, 3, 1) 100%
    );
  pointer-events: none;
}

/* Back button — inside hero, below fixed site header */
.art-hero__back {
  position: absolute;
  top: calc(64px + 20px);
  left: 40px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(220, 140, 155, 0.92);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 9px 18px;
  background: rgba(8, 3, 5, 0.6);
  border: 1px solid rgba(148, 31, 50, 0.55);
  border-radius: 9px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: color .15s, border-color .15s, background .15s, box-shadow .15s;
}
.art-hero__back svg { width: 14px; height: 14px; flex-shrink: 0; }
.art-hero__back:hover {
  color: #fdeef2;
  border-color: rgba(178, 40, 63, 0.9);
  background: rgba(80, 12, 22, 0.65);
  box-shadow: 0 0 18px rgba(100, 16, 29, 0.4);
}

/* Hero content — centered at bottom */
.art-hero__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 40px 56px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.art-badge {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 16px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid;
  backdrop-filter: blur(6px);
}
.art-badge--info    { color: #90c4ff; border-color: rgba(144,196,255,.4); background: rgba(14,38,78,.72); }
.art-badge--warning { color: #d9a45c; border-color: rgba(217,164,92,.4);  background: rgba(62,40,8,.72); }
.art-badge--success { color: #9dc48c; border-color: rgba(157,196,140,.4); background: rgba(22,60,18,.72); }
.art-badge--event   { color: #c186fc; border-color: rgba(193,134,252,.4); background: rgba(52,18,82,.72); }

.art-hero__title {
  font-size: clamp(28px, 5vw, 64px);
  color: #fdeef2;
  margin: 0 0 14px;
  line-height: 1.06;
  letter-spacing: 0.01em;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.9);
  max-width: 860px;
}
.art-hero__excerpt {
  font-size: 15px;
  color: rgba(215, 155, 170, 0.82);
  margin: 0 0 16px;
  line-height: 1.55;
  max-width: 620px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.8);
}
.art-hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(190, 110, 130, 0.7);
  letter-spacing: 0.06em;
}
.art-hero__sep { opacity: 0.35; }

/* ── Content area ────────────────────────────────── */
.art-content {
  background: rgba(6, 2, 4, 1);
}
.art-content__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 40px 80px;
}

/* ── Body text ───────────────────────────────────── */
#article {
  color: rgba(208, 195, 205, 0.9);
  font-size: 16px;
  line-height: 1.78;
}
.art-para {
  margin: 0 0 18px;
  color: rgba(208, 195, 205, 0.9);
}
.art-para:last-child { margin-bottom: 0; }

.art-section {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #fdeef2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 36px 0 16px;
  padding-left: 18px;
}
.art-section::before {
  content: "";
  position: absolute;
  left: 0; top: 1px; bottom: 1px;
  width: 4px;
  background: linear-gradient(180deg, #c2283f, #64101d);
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(148, 31, 50, 0.55);
}
.art-section--big {
  font-size: 19px;
  letter-spacing: 0.04em;
  text-transform: none;
}
#article .art-section:first-child { margin-top: 0; }

.art-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 8px;
}
.art-list__item {
  position: relative;
  padding: 11px 16px 11px 34px;
  background: rgba(18, 6, 10, 0.7);
  border: 1px solid rgba(148, 31, 50, 0.25);
  border-radius: 9px;
  color: rgba(208, 195, 205, 0.9);
  font-size: 14px;
  line-height: 1.55;
}
.art-list__item::before {
  content: "❖";
  position: absolute;
  left: 13px; top: 11px;
  color: rgba(148, 31, 50, 0.75);
  font-size: 11px;
}
.art-list__item--feat {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 16px;
  align-items: baseline;
  background: linear-gradient(180deg, rgba(28, 8, 13, 0.7), rgba(14, 5, 8, 0.7));
}
.art-list__item--feat strong {
  color: #d9a45c;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  white-space: nowrap;
}
.art-quote {
  margin: 20px 0;
  padding: 16px 20px 16px 24px;
  background: rgba(100, 16, 29, 0.16);
  border-left: 3px solid rgba(148, 31, 50, 0.75);
  border-radius: 0 9px 9px 0;
  color: #fdeef2;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
}
#article a {
  color: #ff8c4a;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 140, 74, 0.45);
}
#article a:hover { color: #ffaa6a; border-bottom-color: #ffaa6a; }
#article strong { color: #fdeef2; }

/* ── Footer / back button ────────────────────────── */
.art-footer {
  margin-top: 52px;
  padding-top: 28px;
  border-top: 1px dashed rgba(148, 31, 50, 0.2);
}
.art-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(220, 140, 155, 0.88);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 12px 22px;
  background: linear-gradient(135deg, rgba(75, 12, 22, 0.55), rgba(28, 5, 9, 0.7));
  border: 1px solid rgba(148, 31, 50, 0.55);
  border-radius: 10px;
  box-shadow: 0 0 14px rgba(80, 12, 22, 0.2);
  transition: color .15s, border-color .15s, background .15s, box-shadow .15s;
}
.art-back-btn svg { width: 15px; height: 15px; flex-shrink: 0; }
.art-back-btn:hover {
  color: #fdeef2;
  border-color: rgba(178, 40, 63, 0.9);
  background: linear-gradient(135deg, rgba(110, 16, 30, 0.65), rgba(45, 7, 12, 0.8));
  box-shadow: 0 0 22px rgba(100, 16, 29, 0.38);
}

/* Error */
.art-error {
  padding: 60px 0;
  text-align: center;
}
.art-error h1 { font-size: 20px; color: #d99080; margin: 0; }

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 768px) {
  .art-hero { height: 70vh; min-height: 400px; }
  .art-hero__body { padding: 0 24px 36px; }
  .art-hero__back { top: calc(64px + 14px); left: 20px; }
  .art-content__inner { padding: 32px 20px 60px; }
}
@media (max-width: 480px) {
  .art-hero { height: 50vh; }
  .art-hero__body { padding: 0 16px 24px; }
}
