:root {
  --tsu-blue: #153f78;
  --tsu-bright-blue: #2f61a8;
  --tsu-ink: #172033;
  --tsu-muted: #566277;
  --tsu-pale: #eef4fb;
  --tsu-line: #d7e0ec;
}

.tsu-team-page,
.tsu-author-hero {
  color: var(--tsu-ink);
  font-family: Inter, Arial, sans-serif;
}

.tsu-team-page {
  max-width: 1240px;
  margin: 0 auto;
  padding: 76px 32px 96px;
}

.tsu-team-intro {
  max-width: 810px;
  margin-bottom: 56px;
}

.tsu-team-kicker {
  margin: 0 0 12px;
  color: var(--tsu-bright-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.tsu-team-intro h1,
.tsu-author-hero h1 {
  margin: 0;
  color: var(--tsu-blue);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.tsu-team-deck {
  margin: 22px 0 0;
  color: var(--tsu-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.tsu-team-list {
  display: grid;
  gap: 60px;
}

.tsu-team-member {
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  padding-top: 60px;
  border-top: 1px solid var(--tsu-line);
}

.tsu-team-member:first-child {
  padding-top: 0;
  border-top: 0;
}

.tsu-team-photo-wrap {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--tsu-pale);
  border-radius: 4px;
}

.tsu-team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tsu-team-copy h2 {
  margin: 0 0 6px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
}

.tsu-team-copy h2 a {
  color: var(--tsu-blue);
  text-decoration: none;
}

.tsu-team-copy h2 a:hover,
.tsu-team-copy h2 a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.tsu-team-role {
  margin: 0 0 24px;
  color: var(--tsu-bright-blue);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tsu-team-bio p,
.tsu-author-bio p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.72;
}

.tsu-team-stories {
  display: inline-block;
  margin-top: 8px;
  color: var(--tsu-blue);
  font-weight: 800;
  text-decoration: none;
}

.tsu-team-stories:hover,
.tsu-team-stories:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tsu-author-hero {
  padding: 70px 32px;
  background: var(--tsu-pale);
  border-bottom: 1px solid var(--tsu-line);
}

.tsu-author-hero-inner {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: start;
  max-width: 1140px;
  margin: 0 auto;
}

.tsu-author-hero img {
  width: 260px;
  height: 320px;
  object-fit: cover;
  border-radius: 4px;
}

.tsu-author-hero h1 {
  font-size: clamp(38px, 5vw, 62px);
}

.tsu-author-hero .tsu-team-role {
  margin-top: 12px;
}

.tsu-author-bio {
  max-width: 760px;
}

/* The custom, author-filtered profile and story list replace Elementor's generic archive. */
body.author .elementor-location-archive {
  display: none;
}

.tsu-author-stories {
  padding: 72px 32px 96px;
  color: var(--tsu-ink);
  font-family: Inter, Arial, sans-serif;
}

.tsu-author-stories-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.tsu-author-stories-heading {
  margin-bottom: 34px;
}

.tsu-author-stories-heading h2 {
  margin: 0;
  color: var(--tsu-blue);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
}

.tsu-author-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.tsu-author-story-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--tsu-line);
  border-top: 4px solid var(--tsu-blue);
  border-radius: 4px;
}

.tsu-author-story-copy {
  padding: 24px;
}

.tsu-author-story-copy time {
  color: var(--tsu-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tsu-author-story-copy h3 {
  margin: 10px 0 12px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(23px, 2.4vw, 30px);
  line-height: 1.16;
}

.tsu-author-story-copy h3 a,
.tsu-author-story-read {
  color: var(--tsu-blue);
  text-decoration: none;
}

.tsu-author-story-copy p {
  margin: 0 0 18px;
  color: var(--tsu-muted);
  font-size: 16px;
  line-height: 1.6;
}

.tsu-author-story-read {
  font-weight: 800;
}

.tsu-author-story-copy h3 a:hover,
.tsu-author-story-copy h3 a:focus-visible,
.tsu-author-story-read:hover,
.tsu-author-story-read:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tsu-author-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 42px;
}

.tsu-author-pagination .page-numbers {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: var(--tsu-blue);
  border: 1px solid var(--tsu-line);
  text-decoration: none;
}

.tsu-author-pagination .current {
  color: #fff;
  background: var(--tsu-blue);
  border-color: var(--tsu-blue);
}

.tsu-team-footer-item .elementor-icon-list-icon {
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 760px) {
  .tsu-team-page {
    padding: 52px 20px 72px;
  }

  .tsu-team-member,
  .tsu-author-hero-inner {
    grid-template-columns: 1fr;
  }

  .tsu-team-photo-wrap {
    max-width: 460px;
  }

  .tsu-author-hero {
    padding: 50px 20px;
  }

  .tsu-author-stories {
    padding: 52px 20px 72px;
  }

  .tsu-author-story-grid {
    grid-template-columns: 1fr;
  }

  .tsu-author-hero img {
    width: 180px;
    height: 220px;
  }
}
