:root {
  --page-bg: #e1e3e6;
  --surface: #fff;
  --surface-soft: #e1e3e6;
  --text: #33322f;
  --text-soft: #697177;
  --line: #dedbd3;
  --accent: #ff00ed;
  --accent-dark: #093f34;
  --warm: #ff00ed;
  --header: #fff;
  --header-soft: #243137;
  --shadow: 0 18px 50px rgba(0, 14, 41, 0.08);
  --radius-lg: 22px;
  --radius-md: 15px;
  --radius-sm: 10px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.site-header {
  position: relative;
  z-index: 10;
  color: #fff;
  box-shadow: 0 8px 30px rgba(0, 14, 41, 0.12);
}

.header-row a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 250px;
  outline: none !important;
  border: none !important;
}
.header-row a .icon {
  width: 50px;
}

.header-row a .text path {
  fill: #1c2841;
}

.topline {
  background: var(--header);
}

.header-row {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.live-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: #ff00ed;
}
.live-link svg {
  width: 24px;
}
.live-link svg path {
  fill: #ff00ed;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1;
  transition: opacity 0.2s ease;
}

.brand:hover {
  color: #fff;
  opacity: 0.82;
}

.edition {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.edition::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d89b72;
  box-shadow: 0 0 0 5px rgba(216, 155, 114, 0.12);
}

.newsbar {
  background: var(--header-soft);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.newsbar-inner {
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 15px;
  overflow: hidden;
}

.news-label {
  flex: 0 0 auto;
  padding: 4px 9px;
  border-radius: 5px;
  background: var(--warm);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.newsline {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-shell {
  padding-top: 46px;
  padding-bottom: 60px;
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 34px;
}

.article-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(45, 53, 57, 0.08);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.article-head {
  padding: clamp(30px, 5vw, 58px) clamp(24px, 5.2vw, 62px) 34px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.section-kicker::before {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--warm);
}

.article-head h1 {
  max-width: 820px;
  margin: 0;
  color: #015999;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.lead {
  max-width: 800px;
  margin: 25px 0 0;
  color: #33322f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.65;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 27px;
  color: #80878b;
  font-size: 0.78rem;
  font-weight: 600;
}

.hero {
  margin: 0;
}

.hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hero figcaption {
  padding: 12px clamp(24px, 5.2vw, 62px) 0;
  color: #8a8f92;
  font-size: 0.76rem;
  font-style: italic;
  line-height: 1.5;
}

.article-body {
  padding: 34px clamp(24px, 5.2vw, 62px) 60px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.03rem, 1.25vw, 1.12rem);
  line-height: 1.85;
}

.article-body > p {
  margin: 0 0 28px;
}

.article-body h2 {
  position: relative;
  margin: 48px 0 18px;
  padding-top: 19px;
  color: #015999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.article-body h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: var(--warm);
}

.story-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 38%) 1fr;
  min-height: 190px;
  margin: 34px 0 38px;
  overflow: hidden;
  border: 1px solid #e1e3e6;
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  font-family: Arial, Helvetica, sans-serif;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.story-panel:hover {
  color: inherit;
  transform: translateY(-3px);
  border-color: #e1e3e6;
  box-shadow: 0 14px 32px rgba(35, 45, 49, 0.1);
}

.story-right {
  grid-template-columns: 1fr minmax(180px, 38%);
}

.story-right .story-media {
  order: 2;
}

.story-right .story-body {
  order: 1;
}

.story-media {
  min-height: 190px;
  overflow: hidden;
}

.story-media img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.story-panel:hover .story-media img {
  transform: scale(1.035);
}

.story-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 28px;
}

.story-heading {
  color: #015999;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 800;
  line-height: 1.35;
}

.story-more {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  margin-top: 17px;
  color: var(--accent);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.story-more::after {
  content: "→";
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.story-panel:hover .story-more::after {
  transform: translateX(4px);
}

.sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 15px;
}

.sidebar-heading {
  padding: 6px 2px 10px;
}

.sidebar-heading span {
  display: block;
  margin-bottom: 6px;
  color: var(--warm);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.sidebar-heading strong {
  display: block;
  color: #015999;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.25;
}

.sidebar-item {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  min-height: 116px;
  overflow: hidden;
  border: 1px solid rgba(38, 48, 52, 0.09);
  border-radius: var(--radius-sm);
  background: var(--header);
  box-shadow: 0 8px 24px rgba(35, 45, 49, 0.05);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.sidebar-item:hover {
  color: inherit;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(35, 45, 49, 0.09);
}

.sidebar-media {
  min-height: 116px;
  overflow: hidden;
  background: #e7e3db;
}

.sidebar-media img {
  width: 100%;
  height: 100%;
  min-height: 116px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.sidebar-item:hover .sidebar-media img {
  transform: scale(1.04);
}

.sidebar-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 15px;
}

.sidebar-title {
  display: -webkit-box;
  overflow: hidden;
  color: #015999;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.sidebar-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 9px;
  color: var(--accent);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

footer {
  border-top: 1px solid rgba(42, 53, 57, 0.11);
  background: var(--header);
}

.footer-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
}

.footer-inner p {
  margin: 0;
  color: #747b7e;
  font-size: 0.75rem;
}

@media (max-width: 1050px) {
  .layout {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 24px;
  }

  .sidebar-item {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .sidebar-title {
    font-size: 0.78rem;
  }

  .sidebar-body {
    padding: 12px;
  }
}

@media (max-width: 860px) {
  .page-shell {
    padding-top: 30px;
  }

  .layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .sidebar-heading {
    grid-column: 1 / -1;
    padding-top: 14px;
  }

  .sidebar-item {
    grid-template-columns: 118px minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .header-row {
    min-height: 68px;
  }

  .brand {
    font-size: 1.15rem;
    letter-spacing: 0.14em;
  }

  .edition {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .newsbar-inner {
    min-height: 39px;
  }

  .news-label {
    font-size: 0.6rem;
  }

  .newsline {
    font-size: 0.72rem;
  }

  .page-shell {
    padding-top: 18px;
    padding-bottom: 34px;
  }

  .article-card {
    border-radius: 15px;
  }

  .article-head {
    padding: 27px 20px 25px;
  }

  .article-head h1 {
    font-size: clamp(2rem, 11vw, 2.1rem);
  }

  .lead {
    margin-top: 18px;
    font-size: 1.05rem;
  }

  .meta-row {
    margin-top: 21px;
    font-size: 0.7rem;
  }

  .hero figcaption {
    padding: 10px 20px 0;
  }

  .article-body {
    padding: 27px 20px 38px;
    font-size: 1rem;
    line-height: 1.78;
  }

  .article-body h2 {
    margin-top: 39px;
  }

  .story-panel,
  .story-right {
    grid-template-columns: 1fr;
    min-height: 0;
    margin: 28px 0 32px;
  }

  .story-right .story-media,
  .story-right .story-body {
    order: initial;
  }

  .story-media,
  .story-media img {
    min-height: 0;
  }

  .story-media img {
    aspect-ratio: 16 / 9;
  }

  .story-body {
    padding: 19px 20px 21px;
  }

  .story-heading {
    font-size: 1rem;
  }

  .sidebar {
    grid-template-columns: 1fr;
  }

  .sidebar-heading {
    grid-column: auto;
  }

  .sidebar-item {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 112px;
  }

  .sidebar-media,
  .sidebar-media img {
    min-height: 112px;
  }

  .footer-inner {
    min-height: 78px;
  }
}

@media (max-width: 390px) {
  .edition {
    max-width: 92px;
    justify-content: flex-end;
  }

  .sidebar-item {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .sidebar-title {
    -webkit-line-clamp: 3;
  }
}
