:root {
  --tfel-brand-night: #10071f;
  --tfel-brand-violet: #3b1c62;
  --tfel-brand-gold: #d7bb72;
  --tfel-brand-ivory: #fffaf0;
}

.tfel-footer-brand a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--tfel-brand-ivory) !important;
  text-decoration: none !important;
}

.tfel-footer-brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .24));
}

.tfel-footer-brand span {
  display: grid;
  gap: 5px;
}

.tfel-footer-brand strong {
  color: #fff !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(18px, 2.2vw, 25px);
  font-weight: 700;
  letter-spacing: .06em;
}

.tfel-footer-brand small {
  color: var(--tfel-brand-gold) !important;
  font-size: 12px;
  letter-spacing: .12em;
}

.tfel-author {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 34px);
  align-items: center;
  margin: 64px 0 42px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid #dccce7;
  border-left: 4px solid var(--tfel-brand-gold);
  background:
    radial-gradient(circle at 96% 0, rgba(121, 78, 151, .13), transparent 34%),
    linear-gradient(145deg, #fffdf9, #faf5ff);
  box-shadow: 0 18px 45px rgba(38, 18, 52, .09);
}

.tfel-author__portrait img {
  display: block;
  width: 132px;
  height: 132px;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px #d7bb72, 0 14px 28px rgba(31, 13, 45, .18);
}

.tfel-author__copy p {
  margin: 0 !important;
}

.tfel-author__eyebrow {
  color: #98752c !important;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: .16em;
}

.tfel-author__name {
  margin-top: 7px !important;
  color: #21152f !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(21px, 3vw, 28px) !important;
  font-weight: 700;
  line-height: 1.45 !important;
}

.tfel-author__role {
  margin-top: 4px !important;
  color: #6d3b8c !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: .04em;
}

.tfel-author__bio {
  margin-top: 14px !important;
  color: #4c4252 !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}

@media (max-width: 600px) {
  .tfel-footer-brand a {
    gap: 12px;
  }

  .tfel-footer-brand img {
    width: 58px;
    height: 58px;
  }

  .tfel-footer-brand strong {
    font-size: 18px;
  }

  .tfel-footer-brand small {
    font-size: 10px;
    letter-spacing: .08em;
  }

  .tfel-author {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin: 48px 0 34px;
    padding: 24px 22px 26px;
  }

  .tfel-author__portrait {
    justify-self: center;
  }

  .tfel-author__portrait img {
    width: 104px;
    height: 104px;
  }

  .tfel-author__copy {
    min-width: 0;
  }

  .tfel-author__eyebrow,
  .tfel-author__name,
  .tfel-author__role {
    text-align: center;
  }

  .tfel-author__name {
    font-size: 22px !important;
  }

  .tfel-author__bio {
    margin-top: 18px !important;
    padding-top: 16px;
    border-top: 1px solid rgba(109, 59, 140, .18);
    font-size: 13px !important;
    line-height: 1.85 !important;
  }
}
