.article-card[data-astro-cid-7ahxywo7] a[data-astro-cid-7ahxywo7] {
  display: grid;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.article-card[data-astro-cid-7ahxywo7]:focus-within h2[data-astro-cid-7ahxywo7] {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .16em;
}

.card-image[data-astro-cid-7ahxywo7] {
  overflow: hidden;
  background: var(--paper-deep);
}

.card-image[data-astro-cid-7ahxywo7] img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82);
  transition: transform .5s, filter .4s;
}

a[data-astro-cid-7ahxywo7]:hover .card-image[data-astro-cid-7ahxywo7] img {
  transform: scale(1.025);
  filter: saturate();
}

.card-copy[data-astro-cid-7ahxywo7] {
  display: flex;
  min-width: 0;
  padding-top: 1rem;
  flex-direction: column;
}

.card-meta[data-astro-cid-7ahxywo7] {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .7rem;
  margin-bottom: .85rem;
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.card-meta[data-astro-cid-7ahxywo7] span[data-astro-cid-7ahxywo7] + span[data-astro-cid-7ahxywo7] {
  padding-left: .7rem;
  border-left: 1px solid var(--line);
}

h2[data-astro-cid-7ahxywo7] {
  margin: 0;
  font-size: clamp(1.3rem, 2.35vw, 2.35rem);
  font-weight: 640;
  line-height: 1.32;
  letter-spacing: -.04em;
}

a[data-astro-cid-7ahxywo7]:hover h2[data-astro-cid-7ahxywo7] {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: .13em;
}

p[data-astro-cid-7ahxywo7] {
  margin: 1rem 0 0;
  font-family: var(--font-serif);
  font-size: .88rem;
  line-height: 1.75;
}

.sponsored[data-astro-cid-7ahxywo7] {
  color: var(--accent-text);
}

.card-foot[data-astro-cid-7ahxywo7] {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .75rem;
  align-items: center;
  margin-top: auto;
  padding-top: 1.15rem;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.3;
}

.card-foot[data-astro-cid-7ahxywo7] > [data-astro-cid-7ahxywo7] + [data-astro-cid-7ahxywo7] {
  padding-left: .75rem;
  border-left: 1px solid var(--line);
}

.standard[data-astro-cid-7ahxywo7] .card-image[data-astro-cid-7ahxywo7] {
  aspect-ratio: 4 / 3;
}

.lead[data-astro-cid-7ahxywo7] a[data-astro-cid-7ahxywo7] {
  position: relative;
  grid-template-columns: 1fr;
  min-height: clamp(590px, 51vw, 720px);
  background: var(--ink);
  color: var(--on-ink);
  isolation: isolate;
  overflow: hidden;
}

.lead[data-astro-cid-7ahxywo7] .card-image[data-astro-cid-7ahxywo7] {
  position: relative;
  grid-area: 1 / 1;
  min-height: 100%;
}

.lead[data-astro-cid-7ahxywo7] .card-image[data-astro-cid-7ahxywo7]:after {
  position: absolute;
  inset: 0;
  background: linear-gradient(#0000 42%, #090a0944 72%, #090a0988);
  content: "";
}

.lead[data-astro-cid-7ahxywo7] .card-image[data-astro-cid-7ahxywo7] img {
  min-height: 100%;
}

.lead[data-astro-cid-7ahxywo7] .card-copy[data-astro-cid-7ahxywo7] {
  position: relative;
  z-index: 2;
  grid-area: 1 / 1;
  justify-content: flex-end;
  align-self: end;
  width: min(72%, 790px);
  min-height: 55%;
  margin: 0 0 clamp(1.3rem, 2.5vw, 2.25rem) clamp(1.3rem, 2.5vw, 2.25rem);
  padding: clamp(1.5rem, 2.6vw, 2.65rem);
  background: color-mix(in srgb, var(--ink-deep) 96%, transparent);
  box-shadow: 0 0 0 1px #ffffff12;
}

.lead[data-astro-cid-7ahxywo7] .card-copy[data-astro-cid-7ahxywo7]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(70px, 12vw, 150px);
  height: 5px;
  background: var(--signal);
  content: "";
}

.lead[data-astro-cid-7ahxywo7] .card-meta[data-astro-cid-7ahxywo7] span[data-astro-cid-7ahxywo7] + span[data-astro-cid-7ahxywo7], .lead[data-astro-cid-7ahxywo7] .card-foot[data-astro-cid-7ahxywo7] > [data-astro-cid-7ahxywo7] + [data-astro-cid-7ahxywo7] {
  border-color: #ffffff4d;
}

.lead[data-astro-cid-7ahxywo7] .card-foot[data-astro-cid-7ahxywo7] {
  color: #d8d4c8;
}

.lead[data-astro-cid-7ahxywo7] h2[data-astro-cid-7ahxywo7] {
  max-width: 720px;
  font-size: clamp(2.4rem, 3.55vw, 4.25rem);
  line-height: 1.04;
  letter-spacing: -.065em;
  text-wrap: pretty;
}

.lead[data-astro-cid-7ahxywo7] p[data-astro-cid-7ahxywo7] {
  max-width: 560px;
  font-size: clamp(.88rem, 1.1vw, 1rem);
}

.compact[data-astro-cid-7ahxywo7] {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.compact[data-astro-cid-7ahxywo7] a[data-astro-cid-7ahxywo7] {
  grid-template-columns: 110px 1fr;
  gap: 1rem;
}

.compact[data-astro-cid-7ahxywo7] .card-image[data-astro-cid-7ahxywo7] {
  aspect-ratio: 1;
}

.compact[data-astro-cid-7ahxywo7] .card-copy[data-astro-cid-7ahxywo7] {
  padding: 0;
}

.compact[data-astro-cid-7ahxywo7] h2[data-astro-cid-7ahxywo7] {
  font-size: 1.05rem;
  line-height: 1.42;
}

.compact[data-astro-cid-7ahxywo7] .card-foot[data-astro-cid-7ahxywo7] {
  margin-top: .7rem;
  padding-top: 0;
}

@media (width <= 820px) {
  .lead[data-astro-cid-7ahxywo7] a[data-astro-cid-7ahxywo7] {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .lead[data-astro-cid-7ahxywo7] .card-copy[data-astro-cid-7ahxywo7] {
    grid-area: auto;
    order: 1;
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 1.8rem 1.25rem 1.75rem;
    box-shadow: none;
  }

  .lead[data-astro-cid-7ahxywo7] .card-image[data-astro-cid-7ahxywo7] {
    grid-area: auto;
    order: 2;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .lead[data-astro-cid-7ahxywo7] .card-image[data-astro-cid-7ahxywo7]:after {
    display: none;
  }
}

@media (width <= 640px) {
  .card-meta[data-astro-cid-7ahxywo7], .card-foot[data-astro-cid-7ahxywo7] {
    font-size: .75rem;
  }

  .compact[data-astro-cid-7ahxywo7] a[data-astro-cid-7ahxywo7] {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: .85rem;
  }

  .compact[data-astro-cid-7ahxywo7] .card-image[data-astro-cid-7ahxywo7] {
    aspect-ratio: 4 / 3;
  }

  .compact[data-astro-cid-7ahxywo7] h2[data-astro-cid-7ahxywo7] {
    font-size: 1rem;
    line-height: 1.38;
  }
}
