.tuu-podcast {
  --tuu-podcast-orange: var(--tuu-orange, #f95603);
  --tuu-podcast-black: var(--tuu-black, #000000);
  --tuu-podcast-white: var(--tuu-white, #ffffff);
  width: 100%;
  margin: 4px 0 14px;
  color: var(--tuu-podcast-orange);
  text-align: left;
}

.tuu-podcast *,
.tuu-podcast *::before,
.tuu-podcast *::after {
  box-sizing: border-box;
}

.tuu-podcast__eyebrow,
.tuu-podcast__date,
.tuu-podcast__footer,
.tuu-podcast__archive h2,
.tuu-podcast__archive-index,
.tuu-podcast__archive-meta,
.tuu-podcast__platform,
.tuu-podcast__status {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
}

.tuu-podcast__eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 8px 0;
  border-top: 1px solid currentColor;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.tuu-podcast__featured {
  display: block;
  width: 100%;
  margin: 0;
  border: 2px solid var(--tuu-podcast-orange);
  background: var(--tuu-podcast-black);
  color: var(--tuu-podcast-white);
  text-decoration: none;
  transition: background-color 160ms cubic-bezier(0.2, 0.8, 0.2, 1), color 160ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.tuu-podcast__featured:hover,
.tuu-podcast__featured:focus-visible {
  background: var(--tuu-podcast-orange);
  color: var(--tuu-podcast-black);
}

.tuu-podcast__featured:focus-visible,
.tuu-podcast__archive a:focus-visible {
  outline: 3px solid var(--tuu-podcast-white);
  outline-offset: 3px;
}

.tuu-podcast__featured-copy {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 20px;
}

.tuu-podcast__date {
  display: block;
  margin-bottom: 18px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: var(--tuu-podcast-orange);
}

.tuu-podcast__title {
  display: block;
  max-width: 14ch;
  font-family: "IBM Plex Sans Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(34px, 10vw, 50px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
  color: var(--tuu-podcast-white);
}

.tuu-podcast__summary {
  display: block;
  max-width: 50ch;
  margin-top: 18px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42;
  color: var(--tuu-podcast-white);
}

.tuu-podcast__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 28px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.045em;
  color: var(--tuu-podcast-orange);
}

.tuu-podcast__footer > :last-child {
  max-width: 18ch;
  text-align: right;
}

.tuu-podcast__featured:hover .tuu-podcast__date,
.tuu-podcast__featured:hover .tuu-podcast__title,
.tuu-podcast__featured:hover .tuu-podcast__summary,
.tuu-podcast__featured:hover .tuu-podcast__footer,
.tuu-podcast__featured:focus-visible .tuu-podcast__date,
.tuu-podcast__featured:focus-visible .tuu-podcast__title,
.tuu-podcast__featured:focus-visible .tuu-podcast__summary,
.tuu-podcast__featured:focus-visible .tuu-podcast__footer {
  color: var(--tuu-podcast-black);
}

.tuu-podcast__archive {
  margin-top: 34px;
}

.tuu-podcast__archive h2 {
  margin: 0;
  padding: 0 0 9px;
  color: currentColor !important;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.tuu-podcast__archive ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tuu-podcast__archive li {
  margin: 0;
  border-top: 1px solid currentColor;
}

.tuu-podcast__archive li:last-child {
  border-bottom: 1px solid currentColor;
}

.tuu-podcast__archive a {
  display: grid;
  min-height: 96px;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 15px 0 14px;
  color: currentColor;
  text-decoration: none;
}

.tuu-podcast__archive a:hover .tuu-podcast__archive-title,
.tuu-podcast__archive a:focus-visible .tuu-podcast__archive-title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.tuu-podcast__archive-index,
.tuu-podcast__archive-meta,
.tuu-podcast__platform {
  font-size: 9px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.045em;
}

.tuu-podcast__archive-copy,
.tuu-podcast__archive-title,
.tuu-podcast__archive-meta,
.tuu-podcast__platform {
  display: block;
}

.tuu-podcast__archive-title {
  font-family: "IBM Plex Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.015em;
  color: var(--tuu-podcast-white);
}

.tuu-podcast__archive-meta {
  margin-top: 8px;
}

.tuu-podcast__platform {
  grid-column: 2;
  margin-top: 10px;
}

.tuu-podcast__status {
  min-height: 86px;
  margin: 0;
  padding: 20px 0;
  border-top: 2px solid currentColor;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

@media (min-width: 560px) {
  .tuu-podcast__featured-copy {
    min-height: 330px;
    padding: 24px;
  }

  .tuu-podcast__title {
    max-width: 12ch;
    font-size: clamp(42px, 7vw, 58px);
  }

  .tuu-podcast__summary {
    font-size: 14px;
  }

  .tuu-podcast__archive a {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    align-items: center;
  }

  .tuu-podcast__platform {
    grid-column: 3;
    margin-top: 0;
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tuu-podcast__featured {
    transition-duration: 1ms;
  }
}
