.section-01 {
  padding-top: clamp(78px, 9vw, 120px);
}

.s01-masthead {
  border-top: 2px solid rgba(0, 0, 0, 0.64);
  border-bottom: 1px solid rgba(0, 0, 0, 0.34);
  padding: 18px 0 14px;
  margin-bottom: 18px;
}

.s01-title-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.s01-title-image {
  width: min(980px, 100%);
  height: auto;
  display: block;
  mix-blend-mode: lighten;
  filter: saturate(1.08) brightness(1.04);
}

.s01-title-fallback {
  font-family: 'Permanent Marker', 'Marker Felt', 'Bradley Hand', 'Comic Sans MS', cursive;
  display: block;
  max-width: min(760px, 100%);
  font-size: clamp(40px, 6.2vw, 76px);
  line-height: 1;
  letter-spacing: 0.015em;
  color: var(--kalshi-green);
}

.s01-meta {
  margin-top: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.72);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.s01-sn {
  font-weight: 700;
  margin-left: 8px;
}

.s01-newspaper-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.86fr;
  gap: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}

.s01-primary-story {
  grid-column: 1 / 3;
  padding: 18px 22px 22px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.26);
  display: flex;
  flex-direction: column;
}

.s01-secondary-column {
  grid-column: 3 / 4;
  display: flex;
  flex-direction: column;
}

.s01-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 9px;
  border: 1px solid rgba(0, 200, 83, 0.6);
  border-radius: 999px;
  color: var(--kalshi-green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.s01-primary-headline {
  margin-top: 14px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.94);
}

.s01-primary-dek {
  margin-top: 14px;
  max-width: 92%;
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.76);
}

.s01-source {
  display: inline-block;
  margin-top: 14px;
  color: rgba(0, 0, 0, 0.56);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.s01-primary-photo-wrap {
  margin-top: 16px;
  margin-bottom: 0;
  flex: 1;
  min-height: 220px;
}

.s01-primary-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s01-primary-photo-fallback {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.s01-secondary-item {
  display: block;
  padding: 16px 0 16px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.s01-secondary-item:last-child {
  border-bottom: 0;
}

.s01-secondary-headline {
  margin-top: 10px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  line-height: 1.2;
}

.s01-secondary-dek {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.72);
}

.s01-sidebar-headlines {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}

.s01-sidebar-item {
  display: block;
  padding: 14px 14px 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.22);
}

.s01-sidebar-item:last-child {
  border-right: 0;
}

.s01-sidebar-headline {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.s01-ticker-row {
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.36);
  border-bottom: 1px solid rgba(0, 0, 0, 0.36);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.s01-stat-card {
  min-height: 110px;
  min-width: 0;
  padding: 1rem 1.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  overflow: hidden;
}

.s01-stat-card:last-child {
  border-right: 0;
}

.s01-stat-value {
  font-size: clamp(24px, 2.25vw, 36px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.s01-stat-label {
  font-size: 13px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.72);
}

.s01-primary-story:hover .s01-primary-headline,
.s01-secondary-item:hover .s01-secondary-headline,
.s01-sidebar-item:hover .s01-sidebar-headline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.s01-primary-story:hover .s01-tag,
.s01-secondary-item:hover .s01-tag,
.s01-sidebar-item:hover .s01-tag {
  background: rgba(0, 200, 83, 0.08);
}

.s01-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 560ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.s01-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .s01-newspaper-grid {
    grid-template-columns: 1fr 1fr;
  }

  .s01-primary-story {
    grid-column: 1 / 3;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
    padding-right: 0;
  }

  .s01-secondary-column {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .s01-secondary-item {
    padding: 14px;
    border-bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.18);
  }

  .s01-secondary-item:last-child {
    border-right: 0;
  }

  .s01-sidebar-headlines {
    display: none;
  }

  .s01-ticker-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .s01-stat-card {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  }

  .s01-stat-card:nth-child(3n) {
    border-right: 0;
  }

  .s01-stat-card:nth-last-child(-n + 3) {
    border-bottom: 0;
  }
}

@media (max-width: 768px) {
  .s01-primary-headline {
    font-size: clamp(28px, 8vw, 38px);
  }

  .s01-primary-dek {
    max-width: 100%;
    font-size: 18px;
  }

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

  .s01-secondary-item {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    padding-left: 0;
    padding-right: 0;
  }

  .s01-secondary-item:last-child {
    border-bottom: 0;
  }

  .s01-primary-photo-wrap {
    min-height: 190px;
  }

  .s01-stat-card {
    padding: 0.95rem 1rem;
  }

  .s01-ticker-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .s01-stat-card:nth-child(3n) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }

  .s01-stat-card:nth-child(2n) {
    border-right: 0;
  }

  .s01-stat-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
  .s01-stat-value {
    font-size: clamp(22px, 8vw, 32px);
  }
}
