/* ─── BLOG ARTICLE LAYOUT ─── */
.art-hero {
  background: var(--black);
  padding: 140px 0 56px;
}
.art-hero-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 40px;
}
.art-breadcrumb {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.35); margin-bottom: 36px;
}
.art-breadcrumb a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.art-breadcrumb a:hover { color: var(--orange); }
.art-breadcrumb span.sep { color: rgba(255,255,255,0.2); }
.art-cat {
  display: inline-block; background: var(--orange); color: white;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 6px 14px; margin-bottom: 24px;
}
.art-title {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: clamp(34px, 4.4vw, 56px); line-height: 1.02;
  color: white; text-transform: uppercase; letter-spacing: -0.01em;
  margin-bottom: 28px; text-wrap: balance;
}
.art-meta {
  display: flex; align-items: center; gap: 16px;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1);
}
.art-avatar {
  width: 44px; height: 44px; background: var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  font-size: 17px; color: white; flex-shrink: 0;
}
.art-author-name { font-size: 14px; font-weight: 600; color: white; }
.art-author-meta { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 2px; }

.art-feature-img {
  max-width: 980px; margin: -28px auto 0; padding: 0 40px;
}
.art-feature-img img {
  width: 100%; height: auto; display: block; aspect-ratio: 16/8;
  object-fit: cover; background: var(--dark);
}

.art-body {
  max-width: 720px; margin: 0 auto; padding: 64px 40px 80px;
}
.art-body > .art-lede {
  font-size: 21px; line-height: 1.6; font-weight: 400;
  color: var(--black); margin-bottom: 36px;
}
.art-body p {
  font-size: 17px; line-height: 1.8; font-weight: 300;
  color: #2a2a2a; margin-bottom: 24px;
}
.art-body h2 {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
  font-size: 30px; text-transform: uppercase; color: var(--black);
  letter-spacing: -0.005em; line-height: 1.1;
  margin: 52px 0 20px;
}
.art-body h3 {
  font-family: 'Barlow', sans-serif; font-weight: 600;
  font-size: 21px; color: var(--black); line-height: 1.3;
  margin: 40px 0 16px;
}
.art-body strong { font-weight: 600; color: var(--black); }
.art-body a { color: var(--orange); text-decoration: none; border-bottom: 1px solid rgba(232,114,26,0.3); transition: border-color 0.2s; }
.art-body a:hover { border-bottom-color: var(--orange); }
.art-body ul { margin: 0 0 28px; padding: 0; list-style: none; }
.art-body ul li {
  position: relative; padding-left: 28px; margin-bottom: 16px;
  font-size: 17px; line-height: 1.7; font-weight: 300; color: #2a2a2a;
}
.art-body ul li::before {
  content: ''; position: absolute; left: 0; top: 12px;
  width: 12px; height: 2px; background: var(--orange);
}
.art-body hr {
  border: none; height: 1px; background: rgba(0,0,0,0.1);
  margin: 48px 0;
}
.art-body blockquote {
  margin: 40px 0; padding: 4px 0 4px 32px;
  border-left: 3px solid var(--orange);
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
  font-size: 26px; line-height: 1.3; color: var(--black);
  text-transform: none;
}
.art-signoff {
  margin-top: 48px; padding: 28px 32px; background: #f4f1ec;
  border-left: 3px solid var(--orange);
  font-size: 15px; line-height: 1.7; font-weight: 300; color: #2a2a2a; font-style: italic;
}
.art-signoff a { font-style: normal; }

/* Related / footer nav */
.art-cta {
  background: var(--black); padding: 72px 40px; text-align: center;
}
.art-cta h3 {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: clamp(30px,3.5vw,46px); text-transform: uppercase;
  color: white; line-height: 1; margin-bottom: 16px;
}
.art-cta p { color: rgba(255,255,255,0.5); font-size: 16px; font-weight: 300; margin-bottom: 28px; }
.art-cta a.art-cta-btn {
  display: inline-block; background: var(--orange); color: white;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  font-size: 14px; letter-spacing: 0.15em; text-transform: uppercase;
  padding: 16px 36px; text-decoration: none; transition: background 0.2s;
}
.art-cta a.art-cta-btn:hover { background: #ff7d1f; }

.art-back {
  max-width: 720px; margin: 0 auto; padding: 0 40px 64px;
}
.art-back a {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
  font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--orange); text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
}
.art-back a::before { content: '←'; }

@media (max-width: 720px) {
  .art-hero { padding: 110px 0 40px; }
  .art-body { padding: 48px 28px 64px; }
  .art-feature-img { padding: 0 20px; }
}
