/* ============================================
   ULYSSE PARTNERS - STYLE ARTICLES
   ============================================ */

.article-header { padding: 160px 0 60px; background: linear-gradient(170deg, #fff 0%, var(--light) 60%, var(--warm-gray) 100%); position: relative; overflow: hidden; }
.article-header::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(222,49,74,0.03) 0%, transparent 70%); }
.article-header .container { position: relative; z-index: 1; max-width: 820px; }
.article-breadcrumb { font-size: 13px; color: var(--text-muted); margin-bottom: 24px; }
.article-breadcrumb a { color: var(--text-muted); text-decoration: none; }
.article-breadcrumb a:hover { color: var(--red); }
.article-category { display: inline-block; padding: 6px 14px; background: rgba(222,49,74,0.1); color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border-radius: 100px; margin-bottom: 20px; }
.article-header h1 { font-size: clamp(32px, 4.5vw, 50px); line-height: 1.15; margin-bottom: 20px; }
.article-header h1 em { font-style: italic; color: var(--red); }
.article-meta { display: flex; gap: 20px; font-size: 13px; color: var(--text-muted); flex-wrap: wrap; align-items: center; }
.article-meta .meta-item { display: flex; align-items: center; gap: 6px; }
.article-meta .author-avatar { width: 28px; height: 28px; border-radius: 50%; background: var(--navy); color: white; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; }

.article-hero-img { max-width: 820px; margin: 0 auto -80px; padding: 0 24px; position: relative; z-index: 2; }
.article-hero-img img { display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; border-radius: 20px; box-shadow: 0 32px 80px rgba(27,34,61,0.15); background: var(--light); }
.article-hero-img.failed::after { content: ''; display: block; width: 100%; aspect-ratio: 16/9; background: linear-gradient(135deg, var(--navy), var(--navy-light)); border-radius: 20px; box-shadow: 0 32px 80px rgba(27,34,61,0.15); }
.article-hero-placeholder { width: 100%; aspect-ratio: 16/9; background: linear-gradient(135deg, var(--navy), var(--navy-light)); border-radius: 20px; box-shadow: 0 32px 80px rgba(27,34,61,0.15); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.15); font-size: 80px; }

.article-body { padding: 120px 0 80px; background: var(--white); }
.article-body .container { max-width: 720px; }
.article-body p { font-size: 17px; line-height: 1.8; color: var(--text); margin-bottom: 24px; }
.article-body h2 { font-size: clamp(24px, 3vw, 32px); margin: 56px 0 20px; line-height: 1.25; }
.article-body h2::before { content: ''; display: block; width: 40px; height: 3px; background: var(--red); margin-bottom: 16px; }
.article-body h3 { font-size: 21px; margin: 40px 0 16px; color: var(--navy); }
.article-body ul, .article-body ol { margin: 0 0 28px 20px; }
.article-body li { font-size: 16.5px; line-height: 1.75; margin-bottom: 10px; color: var(--text); }
.article-body blockquote { border-left: 4px solid var(--red); padding: 20px 0 20px 28px; margin: 32px 0; font-family: 'Playfair Display'; font-style: italic; font-size: 20px; line-height: 1.55; color: var(--navy); background: linear-gradient(to right, rgba(222,49,74,0.03), transparent); }
.article-body blockquote cite { display: block; margin-top: 12px; font-size: 13px; font-style: normal; color: var(--text-muted); font-family: 'DM Sans'; }
.article-body strong { color: var(--navy); font-weight: 700; }
.article-body a { color: var(--red); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body a:hover { color: #c42a40; }
.article-body img { width: 100%; border-radius: 12px; margin: 32px 0; }
.article-body .key-box { padding: 28px 32px; background: var(--light); border-left: 4px solid var(--gold); border-radius: 8px; margin: 32px 0; }
.article-body .key-box h4 { font-size: 15px; color: var(--gold-dark); margin-bottom: 12px; letter-spacing: 1px; text-transform: uppercase; font-family: 'DM Sans'; font-weight: 700; }
.article-body .key-box p { font-size: 15px; margin-bottom: 0; }
.article-toc { padding: 28px; background: var(--navy); color: white; border-radius: 16px; margin: 40px 0; }
.article-toc h4 { font-family: 'DM Sans'; font-size: 12px; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; font-weight: 700; }
.article-toc ol { margin: 0 0 0 20px; padding: 0; }
.article-toc ol li { color: rgba(255,255,255,0.7); font-size: 14px; margin-bottom: 8px; }
.article-toc ol li a { color: rgba(255,255,255,0.7); text-decoration: none; }
.article-toc ol li a:hover { color: white; }

.article-cta { padding: 64px 40px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); border-radius: 24px; color: white; margin: 56px 0; text-align: center; }
.article-cta h3 { font-size: clamp(22px, 2.5vw, 30px); margin-bottom: 12px; color: white; }
.article-cta h3 em { color: var(--gold); font-style: italic; }
.article-cta p { color: rgba(255,255,255,0.6); font-size: 15px; margin-bottom: 24px; }

.article-footer-meta { padding: 32px 0; border-top: 1px solid rgba(27,34,61,0.08); border-bottom: 1px solid rgba(27,34,61,0.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 56px; }
.share-buttons { display: flex; gap: 10px; }
.share-btn { width: 40px; height: 40px; border-radius: 10px; background: var(--light); display: flex; align-items: center; justify-content: center; color: var(--navy); text-decoration: none; transition: all 0.2s; font-size: 14px; font-weight: 700; }
.share-btn:hover { background: var(--navy); color: white; }

.related-articles { padding: 80px 0; background: var(--light); }
.related-articles .container { max-width: 1200px; }
.related-articles .header { text-align: center; margin-bottom: 48px; }
.related-articles h2 { font-size: clamp(26px, 3vw, 36px); margin-bottom: 8px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.related-card { background: white; border-radius: 16px; overflow: hidden; border: 1px solid rgba(27,34,61,0.06); transition: all 0.3s; }
.related-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(27,34,61,0.08); }
.related-card a { text-decoration: none; color: inherit; display: block; }
.related-thumb { height: 160px; background: var(--light); position: relative; overflow: hidden; }
.related-thumb img { width: 100%; height: 100%; object-fit: cover; }
.related-thumb .cat { position: absolute; top: 14px; left: 14px; padding: 6px 12px; background: white; border-radius: 8px; font-size: 11px; font-weight: 700; color: var(--red); letter-spacing: 1px; text-transform: uppercase; }
.related-body { padding: 20px; }
.related-body h4 { font-size: 16px; margin-bottom: 6px; line-height: 1.35; }
.related-body .meta { font-size: 12px; color: var(--text-light); }

@media (max-width: 900px) {
  .related-grid { grid-template-columns: 1fr; }
  .article-body p, .article-body li { font-size: 16px; }
  .article-header { padding: 120px 0 50px; }
  .article-hero-img { margin: 0 auto -60px; }
  .article-body { padding: 90px 0 60px; }
  .related-articles { padding: 60px 0; }
}
@media (max-width: 600px) {
  .article-header { padding: 110px 0 40px; }
  .article-header h1 { font-size: clamp(26px, 7vw, 36px); line-height: 1.2; }
  .article-meta { gap: 12px; font-size: 12px; }
  .article-meta .author-avatar { width: 24px; height: 24px; font-size: 10px; }
  .article-hero-img { padding: 0 18px; margin: 0 auto -40px; }
  .article-hero-img img { border-radius: 14px; }
  .article-body { padding: 70px 0 50px; }
  .article-body h2 { font-size: clamp(22px, 6vw, 28px); margin: 40px 0 16px; }
  .article-body h3 { font-size: 18px; margin: 32px 0 12px; }
  .article-body blockquote { padding: 16px 0 16px 20px; font-size: 17px; margin: 24px 0; }
  .article-body .key-box { padding: 22px 22px; margin: 26px 0; }
  .article-toc { padding: 22px; }
  .article-cta { padding: 40px 24px; border-radius: 18px; margin: 40px 0; }
  .article-cta h3 { font-size: clamp(20px, 5.5vw, 26px); }
  .article-footer-meta { flex-direction: column; align-items: flex-start; padding: 24px 0; }
}
