@import url('/styles.css');

.content-topbar { position: relative; }
.content-main { width: min(1040px, calc(100% - 40px)); }
.breadcrumbs { display: flex; gap: 9px; align-items: center; padding-top: 34px; color: #747a7e; font-size: 12px; }
.breadcrumbs a { color: #aeb2b4; text-decoration: none; }
.breadcrumbs a:hover { color: var(--gold-light); }
.article-header { max-width: 900px; padding: 70px 0 62px; }
.article-header h1 { margin: 18px 0 24px; font-size: clamp(48px, 7vw, 78px); line-height: 1.02; }
.article-header p { max-width: 780px; color: #b1b5b7; font-size: 18px; line-height: 1.75; }
.article-header small { color: #6f7579; font-size: 11px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 54px; align-items: start; padding-bottom: 90px; }
.article-body { border-top: 1px solid var(--line); }
.article-section { padding: 38px 0; border-bottom: 1px solid var(--line); }
.article-section h2 { margin: 0 0 18px; font: 400 31px/1.22 Georgia, serif; letter-spacing: -.025em; }
.article-section p, .article-section li { color: #abb0b2; font-size: 15px; line-height: 1.78; }
.article-section p:last-child { margin-bottom: 0; }
.article-section li + li { margin-top: 8px; }
.article-section a { color: var(--gold-light); text-underline-offset: 3px; }
.article-section ul, .article-section ol { padding-left: 22px; }
.article-aside { position: sticky; top: 24px; padding: 24px; border: 1px solid rgba(213,179,107,.3); border-radius: 17px; background: linear-gradient(145deg, rgba(213,179,107,.08), rgba(16,19,22,.92)); }
.article-aside strong { font: 400 23px/1.25 Georgia, serif; }
.article-aside p { margin: 13px 0 18px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.article-aside small { display: block; margin-top: 15px; color: #70767a; font-size: 10px; line-height: 1.55; }
.content-button, .inline-cta { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 16px; border-radius: 9px; background: var(--gold); color: #17130c !important; font-weight: 720; text-decoration: none; }
.related { padding: 80px 0 100px; border-top: 1px solid var(--line); }
.related h2 { margin: 14px 0 34px; font: 400 42px/1.1 Georgia, serif; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.related-grid a { display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 13px; background: rgba(16,19,22,.6); color: #d2d0ca; text-decoration: none; font-size: 14px; }
.related-grid a:hover { border-color: var(--gold-dark); color: var(--gold-light); }
.related-grid span { color: var(--gold); }
.content-footer { width: min(1040px, calc(100% - 40px)); }

@media (max-width: 820px) {
  .article-layout { grid-template-columns: 1fr; gap: 30px; }
  .article-aside { position: static; }
}

@media (max-width: 680px) {
  .content-main, .content-footer { width: min(100% - 26px, 1040px); }
  .content-topbar .topnav { display: none; }
  .article-header { padding: 52px 0 45px; }
  .article-header h1 { font-size: 43px; }
  .article-header p { font-size: 15px; }
  .article-section { padding: 30px 0; }
  .article-section h2 { font-size: 26px; }
  .article-section p, .article-section li { font-size: 14px; }
  .related-grid { grid-template-columns: 1fr; }
}

