@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --brand: #a71917;
  --brand-dark: #75100f;
  --accent: #e9b949;
  --ink: #171717;
  --muted: #696969;
  --line: #e5e2dc;
  --paper: #fff;
  --page: #f7f6f3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--page); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
h1, h2, h3, p { margin-top: 0; }
button { font: inherit; }
.container-news { width: min(calc(100% - 40px), 1180px); margin-inline: auto; }

.network-bar { height: 34px; color: #706e69; background: #eeece7; font-size: 11px; }
.network-inner { height: 100%; display: flex; align-items: center; gap: 14px; }
.network-brand { color: var(--brand); font-weight: 800; letter-spacing: .08em; }
.network-links { margin-left: auto; display: flex; gap: 22px; font-weight: 700; }
.network-links a:hover { color: var(--brand); }

.brand-header { color: #fff; background: linear-gradient(110deg, var(--brand-dark), var(--brand) 60%, #bd2520); box-shadow: 0 3px 16px rgba(80, 8, 8, .14); }
.brand-main { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-logo { display: flex; align-items: center; gap: 13px; font-family: Manrope, sans-serif; font-size: 25px; font-weight: 600; letter-spacing: -.045em; }
.brand-logo strong { font-weight: 800; }
.logo-mark { width: 48px; aspect-ratio: 1; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; font-size: 15px; letter-spacing: -.04em; font-weight: 800; }
.header-place { padding: 10px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(80,0,0,.16); font-size: 12px; }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(233,185,73,.14); }
.section-nav { border-top: 1px solid rgba(255,255,255,.14); }
.section-nav .container-news { min-height: 48px; display: flex; align-items: stretch; gap: 30px; overflow-x: auto; scrollbar-width: none; }
.section-nav a { position: relative; display: flex; align-items: center; flex: 0 0 auto; color: #f0c3c1; font-size: 13px; font-weight: 700; }
.section-nav a:hover, .section-nav a.active { color: #fff; }
.section-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--accent); border-radius: 3px 3px 0 0; }

.page-shell { padding: 44px 0 72px; }
.eyebrow { display: inline-block; color: var(--brand); font-size: 11px; line-height: 1; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.intro-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.intro-row h1 { margin: 8px 0 0; font-family: Manrope, sans-serif; font-size: clamp(27px, 4vw, 42px); line-height: 1.05; letter-spacing: -.045em; }
.intro-row p { max-width: 410px; margin-bottom: 4px; color: var(--muted); line-height: 1.5; }

.home-feature { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); overflow: hidden; border-radius: 12px; background: var(--brand-dark); box-shadow: 0 10px 30px rgba(30,20,15,.1); }
.home-feature-image { align-self: center; background: #e7e3dd; }
.home-feature-image img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; transition: opacity .3s ease; }
.home-feature-image:hover img { opacity: .92; }
.home-feature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(25px, 4vw, 45px); color: #fff; }
.hero-kicker { display: inline-block; margin-bottom: 12px; color: #ffda7c; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.home-feature-copy h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(24px, 3vw, 35px); line-height: 1.08; letter-spacing: -.045em; }
.home-feature-copy h2 a:hover { color: #ffda7c; }
.home-feature-copy p { margin: 17px 0 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.55; }
.feature-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 12px; font-weight: 800; }
.feature-link:hover { color: #ffda7c; border-color: #ffda7c; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 46px; margin-top: 62px; }
.section-heading { margin-bottom: 24px; padding-bottom: 14px; border-bottom: 2px solid var(--ink); }
.section-heading h2 { margin: 7px 0 0; font-family: Manrope, sans-serif; font-size: 25px; letter-spacing: -.035em; }
.news-item { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 22px; padding: 0 0 26px; margin-bottom: 26px; border-bottom: 1px solid var(--line); }
.news-thumb { height: 175px; overflow: hidden; border-radius: 9px; background: #ddd; }
.news-thumb img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.news-thumb:hover img { transform: scale(1.035); }
.news-copy h2 { margin: 7px 0 0; }
.news-tag { color: var(--brand); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-title { font-family: Manrope, sans-serif; font-size: 22px; line-height: 1.12; letter-spacing: -.035em; }
.news-title:hover { color: var(--brand); }
.news-summary { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.news-meta { margin-top: 13px; color: #8b8984; font-size: 11px; }
.sidebar { min-width: 0; }
.sidebar-card { overflow: hidden; margin-bottom: 18px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.sidebar-title { padding: 18px 20px; border-bottom: 2px solid var(--ink); font-family: Manrope, sans-serif; font-size: 18px; font-weight: 800; }
.rank-list { counter-reset: rank; }
.rank-item { counter-increment: rank; display: grid; grid-template-columns: 27px 1fr; gap: 10px; padding: 17px 20px; border-bottom: 1px solid var(--line); }
.rank-item:last-child { border-bottom: 0; }
.rank-item::before { content: counter(rank, decimal-leading-zero); color: #b5b1aa; font-family: Manrope, sans-serif; font-size: 14px; font-weight: 800; }
.rank-item a { font-family: Manrope, sans-serif; font-size: 13px; line-height: 1.3; font-weight: 700; }
.rank-item a:hover { color: var(--brand); }
.about-card { padding: 25px; color: #fff; border: 0; background: var(--brand-dark); }
.about-card .eyebrow { color: var(--accent); }
.about-card h3 { margin: 12px 0 10px; font-family: Manrope, sans-serif; font-size: 21px; line-height: 1.15; }
.about-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.55; }

.category-head { max-width: 780px; padding: 12px 0 28px; }
.category-head h1 { margin: 9px 0; font-family: Manrope, sans-serif; font-size: clamp(38px, 6vw, 62px); letter-spacing: -.055em; }
.category-head p { color: var(--muted); line-height: 1.55; }
.category-feature { display: grid; grid-template-columns: 1.25fr .75fr; gap: 34px; padding: 28px 0 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.category-feature-image { min-height: 380px; overflow: hidden; border-radius: 12px; }
.category-feature-image img { height: 100%; object-fit: cover; }
.category-feature-copy { display: flex; flex-direction: column; justify-content: center; }
.category-feature-copy h2 { margin: 12px 0; font-family: Manrope, sans-serif; font-size: clamp(26px, 3.2vw, 38px); line-height: 1.08; letter-spacing: -.045em; }
.category-feature-copy h2 a:hover { color: var(--brand); }
.category-feature-copy p { color: var(--muted); line-height: 1.55; }
.category-list { max-width: 820px; padding-top: 42px; }
.category-more { margin-top: 38px; padding-top: 38px; border-top: 1px solid var(--line); }
.category-related-grid { grid-template-columns: repeat(4, 1fr); }
.category-related-grid .related-image { height: 145px; }
.soft-message { padding: 24px; color: var(--muted); border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: 14px; }

.article-page { background: var(--paper); }
.article-wrap { width: min(calc(100% - 40px), 900px); margin-inline: auto; padding: 42px 0 70px; }
.article-breadcrumb { display: flex; gap: 9px; margin-bottom: 42px; color: #87837d; font-size: 12px; }
.article-breadcrumb a:hover { color: var(--brand); }
.article-header h1 { margin: 14px 0 18px; font-family: Manrope, sans-serif; font-size: clamp(38px, 6.2vw, 67px); line-height: 1.01; letter-spacing: -.06em; }
.article-subtitle { max-width: 830px; color: var(--muted); font-size: clamp(18px, 2.2vw, 22px); line-height: 1.48; }
.article-byline { display: flex; flex-direction: column; gap: 5px; margin-top: 27px; padding-top: 20px; border-top: 1px solid var(--line); color: #77736e; font-size: 11px; }
.article-byline strong { color: #393735; font-size: 12px; }
.share-row { display: flex; gap: 9px; margin: 22px 0 28px; }
.share-btn { padding: 9px 15px; color: var(--brand); border: 1px solid #d8d3ca; border-radius: 99px; background: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.share-btn:hover { color: #fff; border-color: var(--brand); background: var(--brand); }
.article-figure { margin: 0 0 34px; }
.article-figure img { max-height: 610px; object-fit: cover; border-radius: 12px; }
.article-figure figcaption { margin-top: 9px; color: #87837d; font-size: 11px; }
.article-content { width: min(100%, 730px); margin-inline: auto; color: #2d2b29; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.78; }
.article-content p { margin-bottom: 28px; }
.article-divider { display: flex; align-items: center; gap: 14px; margin: 38px 0; color: var(--brand); font-family: Manrope, sans-serif; font-size: 11px; font-weight: 800; }
.article-divider::before, .article-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.article-divider span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--brand); border-radius: 50%; }
.source-box { margin-top: 44px; padding: 22px 24px; border: 1px solid var(--line); border-left: 4px solid var(--brand); border-radius: 8px; background: var(--page); font-family: "DM Sans", Arial, sans-serif; }
.source-box p { margin: 10px 0 14px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.source-box a { color: var(--brand); font-size: 12px; font-weight: 800; }
.source-box a:hover { text-decoration: underline; }
.related-section { padding: 60px 0 76px; background: var(--page); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.related-image { display: block; height: 180px; overflow: hidden; margin-bottom: 14px; border-radius: 9px; }
.related-image img { height: 100%; object-fit: cover; transition: transform .35s; }
.related-image:hover img { transform: scale(1.04); }
.related-card h3 { margin: 8px 0 0; font-family: Manrope, sans-serif; font-size: 18px; line-height: 1.2; letter-spacing: -.03em; }
.related-card h3 a:hover { color: var(--brand); }

.empty-state { min-height: 55vh; display: grid; align-items: center; padding: 60px 0; background: #fff; }
.empty-state h1 { margin: 12px 0; font-family: Manrope, sans-serif; font-size: clamp(35px, 6vw, 60px); letter-spacing: -.05em; }
.empty-state p { color: var(--muted); }
.primary-link { display: inline-block; margin-top: 16px; padding: 12px 18px; color: #fff; border-radius: 7px; background: var(--brand); font-size: 13px; font-weight: 800; }

.footer { color: #fff; background: #211f1d; }
.footer-top { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 11px; font-family: Manrope, sans-serif; font-weight: 800; }
.footer-brand span { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 11px; }
.footer-top p { margin: 0; color: #aaa5a0; font-size: 12px; }
.footer-bottom { min-height: 48px; display: flex; align-items: center; justify-content: space-between; color: #827e79; border-top: 1px solid #393633; font-size: 10px; }

@media (max-width: 920px) {
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .category-feature { grid-template-columns: 1fr; }
  .category-feature-copy { max-width: 760px; }
  .category-related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .container-news, .article-wrap { width: min(calc(100% - 28px), 1180px); }
  .network-inner > span, .network-links { display: none; }
  .brand-main { min-height: 78px; }
  .brand-logo { font-size: 20px; }
  .logo-mark { width: 40px; }
  .header-place { display: none; }
  .section-nav .container-news { gap: 23px; }
  .page-shell { padding-top: 30px; }
  .intro-row { align-items: flex-start; flex-direction: column; gap: 10px; }
  .home-feature { grid-template-columns: 1fr; }
  .home-feature-copy { padding: 25px 22px 28px; }
  .content-grid { margin-top: 46px; }
  .news-item { grid-template-columns: 150px minmax(0, 1fr); gap: 15px; }
  .news-thumb { height: 120px; }
  .news-title { font-size: 17px; }
  .news-summary { display: none; }
  .sidebar { display: block; }
  .category-feature-image { min-height: 280px; }
  .article-wrap { padding-top: 30px; }
  .article-breadcrumb { margin-bottom: 30px; }
  .article-content { font-size: 18px; }
  .related-grid { grid-template-columns: 1fr; gap: 32px; }
  .category-related-grid { grid-template-columns: 1fr; }
  .related-card { display: grid; grid-template-columns: 135px 1fr; column-gap: 15px; }
  .related-image { grid-row: span 2; height: 100px; margin: 0; }
  .related-card h3 { font-size: 16px; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; padding: 18px 0; }
}

@media (max-width: 440px) {
  .home-feature-copy h2 { font-size: 25px; }
  .news-item { grid-template-columns: 112px minmax(0, 1fr); }
  .news-thumb { height: 105px; }
}
