/* Figma 6891:3521 / 6891:3630: audience links followed by the full-bleed swirl. */
.marketing-resources { background: var(--paper); scroll-margin-top: 96px; }
.resources-content { display: grid; grid-template-columns: minmax(0, 426px) minmax(0, 538px); justify-content: space-between; align-items: start; gap: 80px; padding-block: var(--marketing-section-padding) 150px; }
.resources-list { display: flex; flex-direction: column; gap: 56px; align-self: start; }
.resource-card { min-width: 0; padding-inline: 24px 80px; }
.resource-card h3 { display: flex; align-items: center; gap: 16px; margin: 0; font-size: 28px; line-height: 34px; font-weight: 590; letter-spacing: -0.41px; color: var(--coffee-900); }
.resource-card h3 > img { flex: 0 0 24px; }
.resource-card a { display: inline-flex; align-items: center; min-width: 0; gap: 4px; color: inherit; text-decoration: none; }
.resource-card a > img { flex: 0 0 24px; }
.resource-card a:hover { color: var(--coffee-700); text-decoration: underline; text-underline-offset: 4px; }
.resource-card a:focus-visible { outline: 2px solid var(--merlot); outline-offset: 5px; border-radius: 2px; }
.resource-card p { margin: 12px 0 0 40px; font-size: var(--text-body-size); line-height: var(--text-body-line-height); letter-spacing: var(--text-body-letter-spacing); color: var(--coffee-500); text-wrap: pretty; }
.resources-swirl { display: block; overflow: hidden; }
.resources-swirl img { display: block; width: 100%; height: auto; aspect-ratio: 1440 / 320; }
@media (min-width: 1024px) {
  /* Align the visible text tops, not the different fonts' leading. */
  .resources-heading { align-self: start; }
  .resources-heading > .section-kicker,
  .resource-card h3 a > span { text-box-trim: trim-both; text-box-edge: cap alphabetic; }
  .resource-card h3, .resource-card a { align-items: flex-start; }
}
@media (max-width: 1023px) {
  .resources-content { grid-template-columns: minmax(0, 1fr); gap: 120px; }
  .resource-card { padding-inline: 0; }
  .resources-swirl img { aspect-ratio: 402 / 160; }
}
