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






.hero-section--research-profile {
  position: relative;
  height: auto !important;



  min-height: 0 !important;



  padding-bottom: 44px;
  overflow: hidden;
}
.hero-section--research-profile::after { height: 44px; }
.hero-section--research-profile .hero-content { --hero-fs: clamp(2rem, 5.5vw, 4.75rem); position: relative; z-index: 3; padding-bottom: 0; }
.hero-section--research-profile .hero-content > h1 {
  position: relative;
  z-index: 3;
  max-width: 26ch;
  text-wrap: balance;
  overflow-wrap: anywhere;
  line-height: 0.95;
}
.hero-section--research-profile .hero-subtitle { display: none; }

.research-profile__dek {
  margin: 0 0 18px;
  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;
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  .hero-section--research-profile { padding-bottom: 36px; }
  .hero-section--research-profile::after { height: 36px; }
  .research-profile__dek { letter-spacing: 0.14em; }
}

.research-profile {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px clamp(24px, 5vw, 48px) clamp(80px, 10vw, 120px);
}


.research-profile.page-padded { padding-top: 12px; }


.research-profile__intro {
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  margin: 0 0 clamp(48px, 6vw, 72px);
}

.research-profile__portrait-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
}

.research-profile__portrait {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 6px;
  background: #f0f0ee;
}
.research-profile__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.research-profile__org {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 16px 16px;
  background: #fafaf9;
  border: 1px solid #eee;
  border-radius: 6px;
}
.research-profile__org-link {
  display: block;
  line-height: 0;
  transition: opacity 0.15s ease;
}
.research-profile__org-link:hover { opacity: 0.75; }
.research-profile__org-logo {
  max-width: 180px;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.research-profile__org-name {
  font-size: 0.78rem;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 600;
}

.research-profile__quote {
  margin: 0;
  padding: 0 0 0 24px;
  font-family: 'Charter', 'Iowan Old Style', 'Georgia', serif;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  line-height: 1.45;
  color: #1a1a19;
  border-left: 3px solid #B0D237;
  font-weight: 400;
}
.research-profile__quote-cite {
  display: block;
  margin-top: 18px;
  font-family: var(--font-body, 'Poppins', sans-serif);
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  color: #707070;
}


.research-profile__section-title {
  font-family: var(--font-heading, 'DIN Condensed', sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: #707070;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}


.research-profile__focus {
  margin: 0 0 clamp(40px, 5vw, 64px);
  max-width: 780px;
}
.research-profile__prose {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}
.research-profile__prose p { margin: 0 0 1.1rem; }


.research-profile__system {
  margin: 0 0 clamp(40px, 5vw, 64px);
}
.research-profile__system-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: clamp(24px, 3vw, 40px);
  align-items: start;
}
.research-profile__system-photo {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 6px;
  background: #f0f0ee;
}
.research-profile__system-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.research-profile__system-meta {
  padding-top: 8px;
}
.research-profile__system-name {
  font-family: var(--font-heading, 'DIN Condensed', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.15rem;
  color: #1a1a19;
  margin: 0;
}
.research-profile__system-year {
  font-size: 0.92rem;
  color: #707070;
  margin: 4px 0 16px;
}
.research-profile__system-link {
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 600;
  color: #4a6300;
  text-decoration: none;
  border-bottom: 1px solid #B0D237;
  padding-bottom: 1px;
}
.research-profile__system-link:hover { color: #1a1a19; }


.research-profile__pubs {
  margin: 0 0 clamp(40px, 5vw, 64px);
}
.research-profile__pubs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.research-profile__pub {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  align-items: baseline;
}
.research-profile__pub:last-child { border-bottom: 0; }
.research-profile__pub-journal {
  font-family: var(--font-heading, 'DIN Condensed', sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
  color: #707070;
}
.research-profile__pub-title {
  display: block;
  font-family: 'Charter', 'Iowan Old Style', 'Georgia', serif;
  font-size: 1.05rem;
  line-height: 1.4;
  color: #1a1a19;
  text-decoration: none;
}
.research-profile__pub-title:hover {
  color: #4a6300;
  text-decoration: underline;
  text-decoration-color: #B0D237;
  text-underline-offset: 3px;
}
.research-profile__pub-authors {
  display: block;
  margin-top: 4px;
  font-size: 0.86rem;
  color: #707070;
}


.research-profile__lab { margin: 0; }

@media (max-width: 720px) {
  .research-profile__intro { grid-template-columns: 1fr; }
  .research-profile__portrait { max-width: 280px; }
  .research-profile__system-grid { grid-template-columns: 1fr; }
  .research-profile__pub { grid-template-columns: 1fr; gap: 4px; }
}


.profile-nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  margin: 0 auto 36px;
  padding-top: 14px;
  border-top: 1px solid #ececea;
  padding: 0;
  max-width: 900px;
}
.profile-nav__link {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 0;
  padding: 4px 0;
  color: #1a1a19;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}
.profile-nav__link--prev { justify-content: flex-start; text-align: left; }
.profile-nav__link--next { justify-content: flex-end; text-align: right; }
.profile-nav__link:hover { color: #69842b; }
.profile-nav__link--prev:hover { transform: translateX(-4px); }
.profile-nav__link--next:hover { transform: translateX(4px); }
.profile-nav__chev {
  font-size: 28px;
  line-height: 1;
  color: #B0D237;
  flex: 0 0 auto;
}
.profile-nav__label {
  font-family: var(--font-body, 'Poppins', sans-serif);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  color: #707070;
}
.profile-nav__hint {
  font: 600 10px/1 var(--font-body, system-ui, sans-serif);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #888;
}
.profile-nav__name {
  font: 700 14px/1.3 var(--font-heading, var(--font-body, system-ui, sans-serif));
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (max-width: 700px) {
  .profile-nav { flex-direction: column; gap: 8px; }
  .profile-nav__link--next { justify-content: flex-start; text-align: left; }
  .profile-nav__link--next .profile-nav__chev { order: -1; }
}






