/* (c) 2026 Sentys Inc. All rights reserved. */




.hero-section--research-index { position: relative; overflow: visible; }
.hero-section--research-index .hero-content { position: static; }
.hero-section--research-index .hero-content > h1 { position: relative; z-index: 3; }
.hero-section--research-index .hero-subtitle {
  display: block;
  position: absolute;
  left: clamp(24px, 5vw, 48px);
  right: clamp(24px, 5vw, 48px);
  top: 100%;
  margin: 18px 0 0;
  max-width: none;
  z-index: 4;
  font-family: var(--font-body, 'Poppins', sans-serif);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.7rem, 0.85vw, 0.82rem);
  color: #707070;
  text-shadow: none;
  white-space: normal;
}
@media (max-width: 768px) {
  .hero-section--research-index .hero-subtitle {
    margin-top: 12px;
    letter-spacing: 0.14em;
  }
}

.research-index {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 92px) clamp(24px, 5vw, 48px) clamp(80px, 10vw, 120px);
}

.research-index-intro {
  max-width: 740px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #555;
  margin: 0 0 clamp(36px, 5vw, 56px);
}

.research-index__group-title {
  font-family: var(--font-heading, 'DIN Condensed', sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: #707070;
  margin: clamp(28px, 3vw, 40px) 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.research-index__group-title:first-child { margin-top: 0; }

.research-index__list {
  list-style: none;
  margin: 0 0 clamp(20px, 2vw, 28px);
  padding: 0;
}

.research-index__row {
  border-bottom: 1px solid #f0f0ee;
}
.research-index__row:last-child { border-bottom: 0; }

.research-index__row-link {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
  padding: 14px 0;
  text-decoration: none;
  color: inherit;
  transition: padding-left 0.15s ease;
}
.research-index__row-link:hover {
  padding-left: 8px;
}
.research-index__row-link:hover .research-index__row-name {
  color: #4a6300;
}

.research-index__row-name {
  font-family: 'Charter', 'Iowan Old Style', 'Georgia', serif;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: #1a1a19;
  font-weight: 500;
}
.research-index__row-org {
  font-size: 0.9rem;
  color: #707070;
  text-align: right;
}

.research-index__empty {
  text-align: center;
  color: #707070;
  padding: 48px 0;
}


.research-index__row-org {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
}
.research-index__row-logo {
  max-width: 110px;
  max-height: 28px;
  width: auto;
  height: auto;
  object-fit: contain;
  background: transparent;
  border-radius: 2px;
  flex-shrink: 0;
}
