/* ═══════════════════════════════════════════════════════════
   ARTICLE-V2.CSS — Spójny styl artykułów z index2
   Oswald headings · site palette · clean typography
   ═══════════════════════════════════════════════════════════ */

/* ─── FONT ────────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');

/* ─── RESET JUSTIFY ──────────────────────────────────────── */
.av2-page * {
  hyphens: none;
  -webkit-hyphens: none;
}
.av2-page p,
.av2-page h1,
.av2-page h2,
.av2-page h3,
.av2-page li {
  text-align: left;
}

/* ═══════════════════════════════════════════════════════════
   PAGE HERO
   ═══════════════════════════════════════════════════════════ */
.av2-hero {
  background: #0a0a14;
  border-bottom: 1px solid rgba(255,215,0,0.10);
  padding: 5rem 2rem 4rem;
}

.av2-hero__inner {
  max-width: 860px;
  margin: 0 auto;
}

/* ukryj auto-generated reading time z main.js */
.av2-page .reading-time,
.av2-page [class*="reading-time"],
.av2-page [id*="reading-time"] {
  display: none !important;
}

.av2-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #ffd700;
  margin-bottom: 1.5rem;
}

.av2-hero__label-line {
  display: block;
  width: 28px;
  height: 2px;
  background: #ffd700;
  flex-shrink: 0;
}

.av2-hero__readtime {
  color: rgba(233,236,239,0.35);
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.65rem;
}

.av2-hero__title {
  font-family: 'Oswald', sans-serif !important;
  font-size: clamp(2.8rem, 6vw, 5rem) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 1.0 !important;
  letter-spacing: -0.02em !important;
  color: #e9ecef !important;
  margin: 0 0 1.2rem !important;
}

.av2-hero__title span {
  color: #ffd700;
}

.av2-hero__sub {
  font-size: 1.05rem;
  color: rgba(233,236,239,0.6);
  max-width: 58ch;
  line-height: 1.7;
  margin: 0 0 2rem;
}

.av2-hero__lead {
  font-size: 1.08rem;
  color: rgba(233,236,239,0.85);
  max-width: 62ch;
  line-height: 1.75;
  margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,215,0,0.10);
}

/* ═══════════════════════════════════════════════════════════
   ARTICLE BODY
   ═══════════════════════════════════════════════════════════ */
.av2-body {
  max-width: 860px;
  margin: 0 auto;
  padding: 4rem 2rem 5rem;
}

.av2-body h2 {
  font-family: 'Oswald', sans-serif !important;
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.01em !important;
  color: #e9ecef !important;
  margin: 3rem 0 1rem !important;
  line-height: 1.1 !important;
}

.av2-body h3 {
  font-family: 'Oswald', sans-serif !important;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.01em !important;
  color: #ffd700 !important;
  margin: 2.5rem 0 0.85rem !important;
  line-height: 1.2 !important;
}

.av2-body p {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(233,236,239,0.82);
  margin-bottom: 1.2rem;
}

.av2-body ul,
.av2-body ol {
  padding-left: 1.4rem;
  margin-bottom: 1.5rem;
}

.av2-body li {
  font-size: 0.97rem;
  line-height: 1.75;
  color: rgba(233,236,239,0.78);
  margin-bottom: 0.4rem;
}

.av2-body strong {
  color: #e9ecef;
  font-weight: 600;
}

.av2-body blockquote {
  border-left: 3px solid #e63946;
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin: 2rem 0;
}

.av2-body blockquote p {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #e9ecef;
  letter-spacing: 0.01em;
  margin: 0;
}

/* ─── HIGHLIGHT BOX ──────────────────────────────────────── */
.av2-box {
  background: #0a0a14;
  border: 1px solid rgba(255,215,0,0.07);
  border-left: 3px solid rgba(255,215,0,0.35);
  padding: 1.8rem 2rem;
  margin: 2.5rem 0;
  border-radius: 2px;
}

.av2-box h3 {
  margin-top: 0 !important;
}

/* ─── LEVELS ──────────────────────────────────────────────── */
.av2-levels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 1px solid rgba(255,215,0,0.10);
  margin: 2rem 0;
}

.av2-level {
  background: #0a0a14;
  padding: 1.5rem 1.5rem 1.5rem 1.2rem;
  border-right: 1px solid rgba(255,215,0,0.08);
  border-bottom: 1px solid rgba(255,215,0,0.08);
  transition: background 0.2s ease, border-left-color 0.2s ease;
  text-decoration: none;
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 0 1rem;
  align-items: start;
}

.av2-level:nth-child(2n) { border-right: none; }
.av2-level:nth-child(3),
.av2-level:nth-child(4) { border-bottom: none; }

.av2-level:hover { background: #10102a; }

.av2-level__num {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #e63946;
  opacity: 0.55;
  line-height: 1;
  padding-top: 0.15rem;
  transition: opacity 0.2s ease;
}

.av2-level:hover .av2-level__num {
  opacity: 0.9;
}

.av2-level__content {
  /* wraps name + desc + arrow */
}

.av2-level__name {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffd700;
  text-decoration: none;
  margin-bottom: 0.35rem;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.av2-level__desc {
  font-size: 0.82rem;
  color: rgba(233,236,239,0.45);
  line-height: 1.5;
  margin: 0 0 0.75rem;
}

.av2-level__arrow {
  font-size: 0.7rem;
  color: rgba(255,215,0,0.3);
  letter-spacing: 1px;
  transition: color 0.2s ease, letter-spacing 0.2s ease;
}

.av2-level:hover .av2-level__arrow {
  color: #ffd700;
  letter-spacing: 2px;
}

/* ─── CTA LEVELS ──────────────────────────────────────────── */
.av2-cta {
  margin: 3rem 0;
  padding: 2.5rem;
  background: #0a0a14;
  border: 1px solid rgba(255,215,0,0.10);
  text-align: center;
}

.av2-cta h3 {
  text-align: center !important;
  color: #e9ecef !important;
  margin-top: 0 !important;
}

.av2-cta p {
  text-align: center;
  max-width: 52ch;
  margin: 0 auto 2rem;
}

.av2-cta__note {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
  font-size: 0.75rem !important;
  color: rgba(233,236,239,0.5) !important;
  letter-spacing: 0.5px;
}

.av2-cta__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.av2-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.6rem;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.2s ease;
}

.av2-btn--primary {
  background: #e63946;
  color: #fff;
  border: 2px solid #e63946;
}
.av2-btn--primary:hover {
  background: #c82333;
  border-color: #c82333;
  transform: translateY(-1px);
}

.av2-btn--ghost {
  background: transparent;
  color: rgba(233,236,239,0.7);
  border: 2px solid rgba(233,236,239,0.15);
}
.av2-btn--ghost:hover {
  border-color: rgba(233,236,239,0.4);
  color: #e9ecef;
}

/* ─── RELATED ──────────────────────────────────────────────── */
.av2-related {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,215,0,0.10);
}

.av2-related h3 {
  color: #e9ecef !important;
  margin-top: 0 !important;
}

.av2-related ul {
  list-style: none;
  padding: 0;
}

.av2-related li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,215,0,0.06);
}

.av2-related li:last-child {
  border-bottom: none;
}

.av2-related a {
  color: #ffd700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.av2-related a:hover {
  opacity: 0.75;
}

/* ─── TRANSITION ──────────────────────────────────────────── */
.av2-transition {
  margin: 3.5rem 0 2.5rem;
  padding: 2.5rem;
  border-left: 3px solid #e63946;
  background: rgba(230, 57, 70, 0.04);
}

.av2-transition__hook {
  font-family: 'Oswald', sans-serif !important;
  font-size: clamp(1.4rem, 3vw, 2rem) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #e9ecef !important;
  margin: 0 0 0.75rem !important;
  letter-spacing: 0.01em !important;
  text-align: left !important;
}

.av2-transition__body {
  font-size: 1rem !important;
  color: rgba(233,236,239,0.65) !important;
  line-height: 1.75 !important;
  margin: 0 !important;
  max-width: 72ch;
}

/* ─── STEPS ───────────────────────────────────────────────── */
.av2-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 2rem 0 2.5rem;
  border: 1px solid rgba(255,215,0,0.10);
}

.av2-step {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0;
  border-bottom: 1px solid rgba(255,215,0,0.08);
  transition: background 0.2s ease;
}

.av2-step:last-child { border-bottom: none; }
.av2-step:hover { background: rgba(255,215,0,0.03); }

.av2-step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #e63946;
  border-right: 1px solid rgba(255,215,0,0.08);
  padding: 1rem 0;
  opacity: 0.6;
}

.av2-step__body {
  padding: 1rem 1.5rem;
}

.av2-step__title {
  font-family: 'Oswald', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #ffd700 !important;
  margin: 0 0 0.2rem !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap;
}

.av2-step__body p {
  font-size: 0.88rem;
  color: rgba(233,236,239,0.58);
  margin: 0;
  line-height: 1.55;
}

/* ─── EVENT BLOCK ────────────────────────────────────────── */
.av2-event {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.8rem 2rem;
  border: 1px solid rgba(230,57,70,0.25);
  border-left: 3px solid #e63946;
  background: rgba(230,57,70,0.04);
  margin-bottom: 2rem;
}

.av2-event__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.av2-event__day {
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #e63946;
  line-height: 1;
}

.av2-event__month {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(233,236,239,0.4);
  margin-top: 0.15rem;
}

.av2-event__info {
  flex: 1;
}

.av2-event__label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e63946;
  margin-bottom: 0.3rem;
}

.av2-event__name {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #e9ecef;
  line-height: 1.1;
}

.av2-event__place {
  font-size: 0.82rem;
  color: rgba(233,236,239,0.4);
  margin-top: 0.25rem;
  letter-spacing: 1px;
}

.av2-event__btn {
  flex-shrink: 0;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .av2-event {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .av2-event__btn { width: 100%; justify-content: center; }
}

/* ─── ARCHIVE GRID ───────────────────────────────────────── */
.av2-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,215,0,0.08);
  border: 1px solid rgba(255,215,0,0.08);
  margin: 1.5rem 0 0;
}

.av2-archive__card {
  background: #0a0a14;
  overflow: hidden;
  transition: background 0.2s ease;
}

.av2-archive__card:hover { background: #10102a; }

.av2-archive__card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}
.av2-archive__img--top-focus {
  object-position: center 15%;
}

.av2-archive__card:hover img { opacity: 1; }

.av2-archive__info {
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.av2-archive__info strong {
  font-size: 0.82rem;
  color: #e9ecef;
  font-weight: 600;
}

.av2-archive__info span {
  font-size: 0.72rem;
  color: rgba(233,236,239,0.35);
  letter-spacing: 0.5px;
}

/* ─── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 600px) {
  .av2-hero { padding: 3.5rem 1.5rem 3rem; }
  .av2-body { padding: 3rem 1.5rem 4rem; }
  .av2-levels { grid-template-columns: 1fr; }
  .av2-archive { grid-template-columns: repeat(2, 1fr); }
  .av2-cta__grid { flex-direction: column; align-items: stretch; }
  .av2-btn { justify-content: center; }
}
