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


.apps-research {
  margin: clamp(56px, 7vw, 80px) 0 clamp(40px, 5vw, 56px);
  padding-top: clamp(40px, 5vw, 56px);
  border-top: 1px solid #eee;
  max-width: 920px;
}

.apps-research__title {
  font-family: var(--font-heading, 'DIN Condensed', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  color: #1a1a19;
  margin: 0 0 clamp(20px, 2.4vw, 32px);
}

.apps-research__group-title {
  font-family: var(--font-heading, 'DIN Condensed', sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  color: #707070;
  margin: clamp(20px, 2vw, 28px) 0 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #f0f0ee;
}

.apps-research__list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.apps-research__row {
  border-bottom: 1px solid #f6f6f4;
}
.apps-research__row:last-child { border-bottom: 0; }

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

.apps-research__row-name {
  font-family: 'Charter', 'Iowan Old Style', 'Georgia', serif;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: #1a1a19;
  font-weight: 500;
}

.apps-research__row-org {
  font-size: 0.86rem;
  color: #707070;
  text-align: right;
}
