* { box-sizing: border-box; }
body {
  margin: 0;
  background: #f5f5f5;
  color: #151515;
  font-family: "Trebuchet MS", Arial, sans-serif;
}
.sports-panel-feature-link img{
  height: 400px !important;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; object-fit: cover; }
.card-row.three article{
  height: 335px;
}
.page {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 100vh;
}
article{
  height: 320px;
}
.latest-news h2 {
  margin-top: -20px;
} 
.site-header {
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
}
.topbar {
  min-height: 55px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 18px 0 0;
  background: #0f2f67;
}
.logo {
  display: inline-flex;
  align-items: center;
  margin-right: 6px;
  align-self: stretch;
  padding: 10px 16px;
}
.logo img {
  width: auto;
  height: 44px;
  object-fit: contain;
}
.logo-zira {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 27px;
  line-height: 1;
  color: #3d3d3d;
  letter-spacing: -1px;
  padding-right: 2px;
}
.logo-daily {
  background: #a52335;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1;
  padding: 8px 8px 7px;
  margin-left: 2px;
}
.nav {
  display: flex;
  gap: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  flex: 1;
  align-self: stretch;
}
.nav a {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: #fff;
  letter-spacing: 0.3px;
  transition: background-color 0.2s ease;
}
.nav a:hover {
  background: rgba(255, 255, 255, 0.12);
}
.nav a.is-active {
  background: #cb0000;
}
.footer-brand img {
  width: auto;
  height: 52px;
  object-fit: contain;
}
.search-trigger {
  margin-left: auto;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.search-panel {
  display: flex;
  gap: 14px;
  align-items: stretch;
  padding: 8px 14px 8px 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  background: #e9e9e9;
  transition: max-height 0.24s ease, padding 0.24s ease;
}
.search-panel.is-open {
  max-height: 120px;
  padding: 24px 0;
}
.search-panel-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-panel input {
  flex: 1;
  min-width: 0;
  height: 50px;
  padding: 0 14px;
  border: 2px solid #353535;
  background: #fff;
  color: #474747;
  font-size: 22px;
  outline: none;
  border-radius: 17px;
}
.search-panel input::placeholder {
  color: #666;
}
.search-panel button {
  flex: 0 0 auto;
  min-width: 136px;
  height: 50px;
  border: 0;
  border-radius: 999px;
  background: #868686;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.ticker {
  display: flex;
  gap: 14px;
  align-items: stretch;
  padding: 8px 14px 8px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.ticker-label {
  position: relative;
  flex: 0 0 auto;
  width: 94px;
  padding: 11px 14px 11px 16px;
  background: linear-gradient(180deg, #bf2137 0%, #8f1d31 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 14px;
  padding-top: 15px;
}
.ticker-label::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -18px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 18px solid #8f1d31;
}
.ticker-items {
  min-width: 0;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  align-items: center;
}
.ticker-item {
  display: block;
  min-width: 0;
  padding: 6px 14px;
  border-right: 1px solid #d7d7d7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  color: #1f1f1f;
}
.ticker-item:last-child {
  border-right: 0;
}
.ticker-time {
  color: #7c1d2b;
  margin-right: 4px;
}
.ticker-next {
  flex: 0 0 auto;
  align-self: center;
  border: 0;
  background: transparent;
  color: #656565;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0 6px 0 0;
}
main {
  --main-gutter: 14px;
  overflow-x: clip;
  margin-top:40px;
}
.section-page-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  margin: 6px 0 22px;
}
.section-page-title h1 {
  margin: 0;
  color: #111;
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-align: center;
}
.section-page-title-line {
  display: block;
  height: 3px;
  background: #171717;
}
.latest-card {
  height: auto;
  margin-bottom: 0;
  display: block;
  background: #fff;
}
  .latest-card img,
  .mini-card img {
    height: 195px;
  }
.latest-card h3 {
  margin: 12px 0 0;
  padding: 0;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
}
.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  margin-bottom: 40px;
}
.lead-grid-secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  align-items: start;
}
.lead-grid-secondary h2 {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  padding: 0;
  border: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  color: #7a7a7a;
}
.latest-news,
.side-news {
  display: grid;
  gap: 22px;
  align-content: start;
}
.lead-card img {
  height: 412px;
}
.lead-card h1 {
  margin: 16px 0 0;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.03em;
}
.lead-grid-card,
.mini-card {
  height: auto !important;
  margin-bottom: 0;
  background: #fff;
}

.mini-card h3 {
  margin: 12px 0 0;
  font-size: 19px;
  line-height: 1.15;
}
h2 {
  font-size: 20px;
  line-height: 1;
  margin: 20px 0 15px;
  padding-bottom: 4px;
  border-bottom: 2px solid #afafaf;
}
h3 {
  font-size: 14px;
  line-height: 1.15;
  margin: 6px 0 0;
  font-weight: 800;
}
.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 13px;
}
.feature-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 27px;
  margin-bottom: 24px;
  height: 270px;
}
.feature-card{
  height: 200px;
  margin-bottom: 0;
}
.feature-card img { height: 95%; }
.feature-card h3 { font-size: 24px; }

.ad-banner-nav { 
  margin: 15px auto 15px;
  max-width: 800px;
}
.ad-banner-nav img { height: 100%; object-fit: cover; }
.ad-banner { 
  margin: 40px auto 40px;
  max-width: 958px;
}
.ad-banner img { height: 100%; object-fit: cover; }
.section-block h2 { text-align: center; border-bottom: 0; margin-bottom: 12px; font-size: 32px; }
.card-row {
  display: grid;
  gap: 18px;
}
.card-row.three { grid-template-columns: repeat(3, 1fr); }
.card-row.four { grid-template-columns: repeat(4, 1fr); }
.card-row img { height: 240px; }
.card-row.four img { height: 200px; }
.card-row h3 { 
  font-size: 24px;
line-height: 33px; }
.sports-layout {
  margin-top: 34px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.sports-layout h2 {
  display: none;
}
.sports-stage {
  position: relative;
  padding-top: 18px;
  border-top: 1px solid #dcdcdc;
}
.sports-layout article {
  height: auto;
}
.sports-hero-link,
.sports-panel-feature-link,
.sports-panel-list-link {
  display: block;
}
.sports-hero-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 10px;
  background: #0c62b6;
}
.sports-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.58) 100%);
}
.sports-hero-card img {
  height: 420px;
}
.sports-hero-overlay {
  position: absolute;
  left: 36px;
  bottom: 48px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sports-hero-accent {
  width: 8px;
  height: 32px;
  border-radius: 999px;
  background: #ff9e10;
}
.sports-hero-overlay h3 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}
.sports-panel {
  position: relative;
  z-index: 2;
  width: calc(100% - 74px);
  margin: -34px auto 0;
  padding: 14px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(17, 26, 37, 0.18);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(250px, 0.95fr);
  gap: 16px;
}
.sports-panel-feature {
  overflow: hidden;
}
.sports-panel-feature img {
  height: 400px;
  border-radius: 12px;
}
.sports-panel-feature-copy {
  padding-top: 10px;
}
.sports-panel-feature-copy h3 {
  margin: 0 0 10px;
  color: #111;
  font-size: 24px;
  line-height: 1.22;
}
.sports-panel-feature-copy p {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.55;
}
.sports-panel-list {
  display: grid;
  gap: 12px;
  align-content: start;
  grid-auto-rows: min-content;
}
.sports-panel-list-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 10px;
  align-items: start;
  align-self: start;
}
.sports-panel-list-item img {
  height: 115px;
  border-radius: 8px;
}
.sports-panel-list-copy p {
  margin: 0 0 5px;
  color: #6e6e6e;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
.sports-panel-list-copy h3 {
  margin: 0;
  color: #151515;
  font-size: 24px;
  line-height: 1.24;
}
.video-section {
  position: relative;
  z-index: 0;
  isolation: isolate;
  padding: 24px;
  border-radius: 0;
  color: #fff;
}
.video-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #091a34 0%, #102a52 55%, #173d72 100%);
  z-index: -1;
}
.video-section h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 18px;
}
.video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 1fr);
  gap: 18px;
}
.video-grid article {
  height: auto;
}
.video-list {
  display: grid;
  gap: 14px;
}
.video-lead,
.video-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}
.video-card {
  display: grid;
  grid-template-columns: 150px 1fr;
}
.video-thumb {
  position: relative;
  overflow: hidden;
}
.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 26, 52, 0) 10%, rgba(9, 26, 52, 0.78) 100%);
  pointer-events: none;
}
.video-lead .video-thumb img {
  height: 320px;
}
.video-card .video-thumb img {
  height: 100%;
}
.video-badge,
.video-time {
  position: absolute;
  z-index: 1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.video-badge {
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #d71920;
}
.video-time {
  right: 14px;
  bottom: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
}
.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(6px);
  font-size: 22px;
  line-height: 1;
  padding-left: 4px;
}
.video-copy {
  padding: 16px 18px 18px;
}
.video-copy h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.08;
}
.video-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}
.video-card .video-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 16px;
}
.video-card .video-copy h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.video-card .video-copy p {
  font-size: 13px;
}
.footer-container {
  background: #222;
}
.site-footer {
  width: 85%;
  margin: 0 auto;
  min-height: 165px;
  color: #fff;
  display: grid;
  grid-template-columns: auto 1px auto auto auto;
  align-items: center;
  gap: 38px;
  padding: 26px 18px;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  font-size: 0;
  line-height: 1;
}
.footer-brand-zira {
  color: #e6150f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -2px;
}
.footer-brand-daily {
  background: #3d3b3e;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  padding: 7px 9px 6px;
  margin-left: 4px;
}
.footer-divider {
  width: 1px;
  height: 85px;
  background: rgba(255, 255, 255, 0.85);
}
.footer-info,
.footer-contact {
  display: grid;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
}
.footer-info p,
.footer-contact p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-subline {
  padding-left: 30px;
}
.footer-mark {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  flex: 0 0 18px;
}
.footer-mark.location::before,
.footer-mark.mail::before,
.footer-mark.web::before {
  content: "";
  position: absolute;
  inset: 0;
}
.footer-mark.location::before {
  background: #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg) scale(0.82);
  transform-origin: center;
}
.footer-mark.location::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #b7b7b7;
  border-radius: 50%;
  top: 6px;
  left: 6px;
}
.footer-mark.mail::before {
  background: #fff;
  clip-path: polygon(0 18%, 100% 18%, 100% 82%, 0 82%);
}
.footer-mark.mail::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 4px;
  width: 16px;
  height: 10px;
  border-top: 2px solid #b7b7b7;
  transform: skewY(-28deg);
}
.footer-mark.web::before {
  border: 2px solid #fff;
  border-radius: 50%;
}
.footer-mark.web::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 50%;
}
.social {
  display: flex;
  gap: 18px;
  justify-self: end;
}
.social a {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #fff;
  color: #21324a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 19px;
  text-transform: lowercase;
}
.footer-bottom {
  background: #4a4747;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
}
.lead-card{
  height: auto;
  
}
@media (max-width: 768px) {
  .page {
    max-width: 100%;
  }
  .topbar {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 14px 14px;
  }
  .logo {
    min-height: 50px;
    padding: 6px 12px;
    margin-right: 0;
  }
  .logo img {
    height: 38px;
  }
  .search-trigger {
    order: 2;
    margin-left: auto;
    width: 40px;
    height: 40px;
  }
  .search-panel.is-open {
    max-height: 160px;
    padding: 16px 0;
  }
  .search-panel-inner {
    width: calc(100% - 28px);
    flex-wrap: wrap;
  }
  .search-panel input {
    width: 100%;
    height: 46px;
    font-size: 18px;
  }
  .search-panel button {
    width: 100%;
    min-width: 0;
    height: 44px;
  }
  .nav {
    order: 3;
    flex: 1 1 100%;
    gap: 8px;
    overflow-x: auto;
    font-size: 11px;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .nav::-webkit-scrollbar {
    display: none;
  }
  .nav a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
  }
  .nav a.is-active {
    background: #fff;
    color: #0f2f67;
  }
  .ticker {
    flex-direction: column;
    gap: 10px;
    padding: 12px 14px 14px;
  }
  .ticker-label {
    width: fit-content;
    margin-left: 0;
    padding: 10px 14px;
  }
  .ticker-label::after {
    display: none;
  }
  .ticker-items {
    grid-template-columns: 1fr;
    border-top: 1px solid #dedede;
  }
  .ticker-item {
    border-right: 0;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0;
    font-size: 13px;
  }
  .ticker-item:last-child {
    border-bottom: 0;
  }
  .ticker-next {
    display: none;
  }
  main {
    --main-gutter: 14px;
    padding: 16px var(--main-gutter) 24px;
    
  }
  .section-page-title {
    gap: 18px;
    margin-bottom: 18px;
  }
  .section-page-title h1 {
    font-size: 42px;
  }
  article {
    height: auto;
  }
  .lead-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .lead-card,
  .latest-card,
  .mini-card,
  .feature-card,
  .card-row article {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 47, 103, 0.08);
  }
  .lead-card {
    height: auto;
  }
  .lead-card img {
    height: 300px;
  }
  .lead-grid-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .lead-grid-secondary h2 {
    margin-bottom: 2px;
    font-size: 12px;
  }
  h1 {
    font-size: 34px;
    line-height: 1.04;
    margin: 14px 0 0;
    letter-spacing: -0.02em;
  }
  .side-news {
    gap: 14px;
  }
  .latest-news {
    gap: 14px;
  }
  .mini-card {
    height: auto !important;
  }
  .latest-card img,
  .mini-card img {
    height: 195px;
  }
  .latest-card h3,
  .mini-card h3 {
    margin-top: 10px;
    font-size: 16px;
  }
  h2 {
    font-size: 22px;
    margin: 6px 0 14px;
    padding-bottom: 8px;
  }
  h3 {
    font-size: 15px;
  }
  .mini-card h3,
  .feature-card h3,
  .card-row h3 {
    margin: 10px 12px 14px;
  }
  .two-columns {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .feature-pair {
    height: auto;
    gap: 14px;
    margin-bottom: 18px;
  }
  .feature-card {
    height: auto;
  }
  .feature-card img {
    height: 160px;
  }
  .feature-card h3 {
    font-size: 16px;
  }
  .headline-list {
    margin: 14px 0 0;
  }
  .headline-list li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .ad-banner {
    margin: 24px 0 30px;
  }
  .ad-banner img {
    height: auto;
    border-radius: 16px;
  }
  .section-block {
    margin-top: 26px;
  }
  .section-block h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 14px;
  }
  .sports-layout {
    margin-top: 26px;
  }
  .sports-stage {
    padding-top: 14px;
  }
  .sports-hero-card {
    min-height: 340px;
  }
  .sports-hero-card img {
    height: 340px;
  }
  .sports-hero-overlay {
    left: 24px;
    bottom: 28px;
  }
  .sports-hero-overlay h3 {
    font-size: 22px;
  }
  .sports-panel {
    width: calc(100% - 32px);
    margin-top: -24px;
    padding: 12px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .sports-panel-feature img {
    height: 220px;
  }
  .sports-panel-feature-copy h3 {
    font-size: 18px;
  }
  .sports-panel-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .video-section {
    padding: 18px 14px;
    border-radius: 0;
  }
  .video-section h2 {
    margin-bottom: 16px;
  }
  .video-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .video-lead,
  .video-card {
    border-radius: 16px;
  }
  .video-lead .video-thumb img {
    height: 240px;
  }
  .video-list {
    gap: 12px;
  }
  .video-card {
    grid-template-columns: 120px 1fr;
  }
  .video-card .video-thumb img {
    height: 100%;
  }
  .video-copy {
    padding: 14px;
  }
  .video-copy h3 {
    font-size: 20px;
  }
  .video-card .video-copy {
    padding: 12px;
  }
  .video-card .video-copy h3 {
    font-size: 15px;
  }
  .card-row.three,
  .card-row.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .card-row.three article:first-child,
  .card-row.four article:first-child {
    grid-column: 1 / -1;
  }
  .card-row img,
  .card-row.four img {
    height: 150px;
  }
  .card-row.three article:first-child img,
  .card-row.four article:first-child img {
    height: 210px;
  }
  .site-footer {
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 18px;
    padding: 22px 16px;
  }
  .footer-brand-zira {
    font-size: 36px;
  }
  .footer-brand-daily {
    font-size: 18px;
    padding: 6px 8px 5px;
  }
  .footer-divider {
    width: 96px;
    height: 1px;
  }
  .footer-info,
  .footer-contact {
    gap: 8px;
    font-size: 14px;
  }
  .footer-info p,
  .footer-contact p {
    justify-content: center;
    gap: 10px;
  }
  .footer-subline {
    padding-left: 0;
  }
  .social {
    justify-self: center;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .page {
    width: 100%;
    max-width: 100%;
  }
  .topbar {
    padding: 10px 12px 12px;
  }
  .search-panel.is-open {
    padding: 12px 0;
  }
  .search-panel-inner {
    width: calc(100% - 24px);
    gap: 10px;
  }
  .search-panel input {
    height: 42px;
    font-size: 16px;
  }
  .search-panel button {
    height: 42px;
    font-size: 16px;
  }
  .logo {
    padding: 5px 10px;
  }
  .logo img {
    height: 34px;
  }
  .ticker {
    padding: 10px 12px 12px;
  }
  main {
    --main-gutter: 12px;
    padding: 14px var(--main-gutter) 22px;
  }
  .section-page-title {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 2px 0 16px;
  }
  .section-page-title h1 {
    font-size: 34px;
  }
  .section-page-title-line {
    height: 2px;
  }
  .section-page-title-line:last-child {
    display: none;
  }
  .lead-card img {
    height: 220px;
  }
  .lead-grid-secondary {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .lead-grid-secondary h2 {
    margin-bottom: 0;
  }
  h1 {
    font-size: 28px;
    line-height: 1.08;
    margin: 12px 0 0;
  }
  .side-news,
  .feature-pair {
    height: auto;
    gap: 10px;
  }
  .latest-news {
    gap: 10px;
  }
  .latest-card img,
  .mini-card img {
    height: 160px;
  }
  .latest-card h3,
  .mini-card h3 {
    font-size: 17px;
  }
  .video-section {
    padding: 16px 12px;
  }
  .sports-layout {
    margin-top: 22px;
  }
  .sports-hero-card {
    min-height: 260px;
  }
  .sports-hero-card img {
    height: 260px;
  }
  .sports-hero-overlay {
    left: 18px;
    bottom: 20px;
  }
  .sports-hero-accent {
    width: 7px;
    height: 28px;
  }
  .sports-hero-overlay h3 {
    font-size: 18px;
  }
  .sports-panel {
    width: calc(100% - 14px);
    margin-top: -18px;
    padding: 10px;
    border-radius: 14px;
  }
  .sports-panel-feature img {
    height: 180px;
  }
  .sports-panel-feature-copy {
    padding-top: 8px;
  }
  .sports-panel-feature-copy h3 {
    font-size: 16px;
  }
  .sports-panel-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .sports-panel-list-item {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fafafa;
  }
  .sports-panel-list-item img {
    height: 72px;
    border-radius: 10px;
  }
  .sports-panel-list-copy p {
    margin-bottom: 4px;
    font-size: 9px;
  }
  .sports-panel-list-copy h3 {
    font-size: 15px;
    line-height: 1.3;
  }
  .video-lead .video-thumb img {
    height: 210px;
  }
  .video-card {
    grid-template-columns: 1fr;
  }
  .video-card .video-thumb img {
    height: 180px;
  }
  .video-play {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .video-copy h3 {
    font-size: 18px;
  }
  .video-copy p,
  .video-card .video-copy p {
    font-size: 12px;
  }
  .mini-card img,
  .feature-card img,
  .card-row img,
  .card-row.four img {
    height: 130px;
  }
  .card-row.three,
  .card-row.four {
    grid-template-columns: 1fr;
  }
  .card-row.three article:first-child,
  .card-row.four article:first-child {
    grid-column: auto;
  }
  .card-row.three article:first-child img,
  .card-row.four article:first-child img {
    height: 130px;
  }
  .headline-list li {
    padding: 10px 12px 10px 32px;
    font-size: 13px;
  }
  .footer-brand-zira {
    font-size: 32px;
  }
  .footer-bottom {
    font-size: 12px;
  }
}

.headline-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}

.headline-list li {
  position: relative;
  padding: 10px 12px 10px 34px;
  margin-bottom: 8px;
  background: #f8f8f8;
  border-left: 4px solid #585858;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
  transition: all 0.25s ease;
}

.headline-list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 9px;
  height: 9px;
  background: #464646;
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(62, 58, 58, 0.12);
}

.headline-list li:hover {
  background: #fff1f1;
  transform: translateX(4px);
  cursor: pointer;
}

@media (max-width: 768px) {
  .headline-list {
    margin: 14px 0 0;
  }
  .headline-list li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .headline-list li {
    padding: 10px 12px 10px 32px;
    font-size: 13px;
  }
}

main {
  --section-gap: 28px;
}

.section-page-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin: 8px 0 26px;
}

.section-page-title h1 {
  margin: 0;
  color: #111;
  font-size: 54px;
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-align: center;
  overflow-wrap: break-word;
}

.section-page-title-line {
  display: block;
  height: 3px;
  background: #171717;
}

.lead-grid,
.lead-grid-secondary,
.two-columns,
.feature-pair,
.card-row {
  position: relative;
}

.lead-grid > *,
.lead-grid-secondary > *,
.two-columns > *,
.feature-pair > *,
.card-row > * {
  min-width: 0;
}

.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.92fr);
  gap: var(--section-gap);
  align-items: start;
  margin-bottom: 42px;
}

.lead-grid-secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 27px;
  align-items: start;
}

.latest-news,
.side-news {
  display: grid;
  gap: 18px;
  align-content: start;
}

.lead-card,
.latest-card,
.mini-card,
.feature-card,
.card-row article {
  height: auto !important;
  background: #fff;
}

.lead-card img {
  height: 430px;
}

.lead-card h1 {
  margin: 16px 0 0;
  color: #111;
  font-size: 46px;
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
}

.latest-card,
.mini-card {
  display: block;
  margin-bottom: 0;
}

.latest-card img,
.mini-card img {
  height: 188px;
}

.latest-card h3,
.mini-card h3 {
  margin: 12px 0 0;
  padding: 0;
  color: #111;
  font-size: 19px;
  line-height: 1.18;
  font-weight: 700;
  overflow-wrap: break-word;
}

.two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--section-gap);
  margin-top: 10px;
}

.feature-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 27px;
  margin-bottom: 22px;
  height: auto;
}

.feature-card {
  margin-bottom: 0;
}

.feature-card img {
  height: 186px;
}

.feature-card h3 {
  font-size: 22px;
  line-height: 1.18;
  overflow-wrap: break-word;
}

.headline-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.headline-list li {
  position: relative;
  padding: 10px 12px 10px 34px;
  margin-bottom: 8px;
  background: #f8f8f8;
  border-left: 4px solid #585858;
  border-radius: 6px;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  transition: all 0.25s ease;
}

.headline-list li a {
  display: block;
  overflow-wrap: break-word;
}

.headline-list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 9px;
  height: 9px;
  background: #464646;
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(62, 58, 58, 0.12);
}

.headline-list li:hover {
  background: #fff1f1;
  transform: translateX(4px);
  cursor: pointer;
}

.section-block {
  margin-top: 28px;
}

.section-block h2 {
  text-align: center;
  border-bottom: 0;
  margin-bottom: 14px;
  font-size: 32px;
}

.card-row {
  display: grid;
  gap: 27px;
}

.card-row.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-row.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-row img {
  height: 230px;
}

.card-row.four img {
  height: 190px;
}

.card-row h3 {
  font-size: 22px;
  line-height: 1.28;
  overflow-wrap: break-word;
}

@media (max-width: 1439px) {
  .page {
    width: 90%;
  }

  .section-page-title h1 {
    font-size: 50px;
  }

  .lead-grid {
    grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.96fr);
    gap: 24px;
  }

  .lead-card img {
    height: 390px;
  }

  .lead-card h1 {
    font-size: 40px;
  }

  .latest-card img,
  .mini-card img {
    height: 172px;
  }

  .feature-card img {
    height: 170px;
  }

  .feature-card h3,
  .card-row h3 {
    font-size: 20px;
  }

  .card-row img {
    height: 210px;
  }

  .card-row.four img {
    height: 176px;
  }
}

@media (max-width: 1199px) {
  .page {
    width: 94%;
  }

  .section-page-title {
    gap: 20px;
    margin-bottom: 22px;
  }

  .section-page-title h1 {
    font-size: 44px;
  }

  .lead-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 20px;
  }

  .lead-grid-secondary {
    grid-template-columns: 1fr;
  }

  .lead-card img {
    height: 340px;
  }

  .lead-card h1 {
    font-size: 34px;
  }

  .latest-card img,
  .mini-card img {
    height: 156px;
  }

  .latest-card h3,
  .mini-card h3 {
    font-size: 17px;
  }

  .two-columns {
    gap: 20px;
  }

  .feature-pair {
    gap: 14px;
  }

  .feature-card img {
    height: 152px;
  }

  .feature-card h3 {
    font-size: 18px;
  }

  .headline-list li {
    font-size: 16px;
  }

  .card-row.three,
  .card-row.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-row.three article:first-child,
  .card-row.four article:first-child {
    grid-column: 1 / -1;
  }

  .card-row.three article:first-child img,
  .card-row.four article:first-child img {
    height: 220px;
  }
}

@media (max-width: 991px) {
  .page {
    width: 96%;
    max-width: 100%;
  }

  main {
    padding: 16px var(--main-gutter) 24px;
    margin-top: 0;
  }

  .section-page-title {
    gap: 16px;
    margin: 4px 0 18px;
  }

  .section-page-title h1 {
    font-size: 38px;
  }

  .lead-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 30px;
  }

  .lead-grid-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .lead-card img {
    height: 320px;
  }

  .lead-card h1 {
    font-size: 30px;
  }

  .latest-card,
  .mini-card,
  .feature-card,
  .card-row article {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 47, 103, 0.08);
  }

  .latest-card img,
  .mini-card img {
    height: 170px;
  }

  .two-columns {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .feature-card img {
    height: 160px;
  }

  .headline-list li {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .section-block h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .section-page-title {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 2px 0 16px;
  }

  .section-page-title h1 {
    font-size: 34px;
  }

  .section-page-title-line:last-child {
    display: none;
  }

  .lead-card img {
    height: 260px;
  }

  .lead-card h1 {
    font-size: 28px;
    margin-top: 12px;
  }

  .lead-grid-secondary {
    grid-template-columns: 1fr;
  }

  .latest-card img,
  .mini-card img {
    height: 180px;
  }

  .feature-pair {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .feature-card img {
    height: 180px;
  }

  .card-row img,
  .card-row.four img {
    height: 180px;
  }
}

@media (max-width: 575px) {
  .page {
    width: 100%;
    max-width: 100%;
  }

  .section-page-title h1 {
    font-size: 30px;
  }

  .section-page-title-line {
    height: 2px;
  }

  .lead-card img {
    height: 220px;
  }

  .lead-card h1 {
    font-size: 24px;
  }

  .latest-card img,
  .mini-card img,
  .feature-card img,
  .card-row img,
  .card-row.four img {
    height: 150px;
  }

  .latest-card h3,
  .mini-card h3 {
    font-size: 16px;
  }

  .feature-card h3,
  .card-row h3 {
    font-size: 17px;
  }

  .headline-list li {
    padding: 10px 12px 10px 32px;
    font-size: 13px;
  }

  .card-row.three,
  .card-row.four {
    grid-template-columns: 1fr;
  }

  .card-row.three article:first-child,
  .card-row.four article:first-child {
    grid-column: auto;
  }

  .card-row.three article:first-child img,
  .card-row.four article:first-child img {
    height: 150px;
  }
}
