:root {
  --utah-red: #b00000;
  --utah-red-dark: #520000;
  --neural-cyan: #14e6f0;
  --neural-magenta: #ff245f;
  --deep-space: #090014;
  --ink: #f7f7fb;
  --soft-ink: rgba(255, 255, 255, 0.78);
  --muted: rgba(255, 255, 255, 0.58);
  --line: rgba(255, 255, 255, 0.13);
  --paper: #ffffff;
  --tint: #f7f5f1;
  --focus: #006eb6;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 24% 12%, rgba(176, 0, 0, 0.38), transparent 24rem),
    radial-gradient(circle at 74% 34%, rgba(20, 230, 240, 0.16), transparent 26rem),
    var(--deep-space);
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, sans-serif;
  line-height: 1.52;
}

main {
  flex: 1;
  display: grid;
  text-align: left;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 10;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.7rem 1rem;
  color: var(--paper);
  background: var(--ink);
  clip: auto;
}

.site-header {
  position: sticky;
  z-index: 4;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2rem;
  min-height: 72px;
  padding: 0.82rem clamp(1.1rem, 5vw, 4rem);
  background: rgba(8, 0, 20, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  text-decoration: none;
}

.brand-mark {
  width: 31px;
  height: 31px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
}

.brand small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
  min-width: 0;
}

.nav-group {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 2vw, 1.8rem);
}

.nav-primary {
  margin-right: auto;
}

.nav-secondary {
  margin-left: auto;
  gap: clamp(0.8rem, 1.4vw, 1.15rem);
  white-space: nowrap;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--neural-cyan);
}

.patient-nav {
  padding: 0.46rem 0.72rem;
  color: var(--paper) !important;
  background: linear-gradient(135deg, var(--utah-red), var(--neural-magenta));
  border-radius: 999px;
}

.support-nav {
  padding: 0.44rem 0.68rem;
  color: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.support-nav:hover {
  color: var(--paper) !important;
  border-color: rgba(20, 230, 240, 0.72);
}

.patient-nav:hover {
  color: var(--paper) !important;
  background: linear-gradient(135deg, var(--utah-red-dark), var(--neural-magenta));
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  background: linear-gradient(135deg, var(--utah-red), var(--neural-magenta));
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 4px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: var(--paper);
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px - 51px);
  display: grid;
  align-items: start;
  padding: clamp(2.15rem, 5vw, 4rem) clamp(1.1rem, 5vw, 4rem) clamp(2.75rem, 5.5vw, 4.5rem);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(9, 0, 20, 0.92) 0%, rgba(9, 0, 20, 0.78) 42%, rgba(9, 0, 20, 0.35) 78%, rgba(9, 0, 20, 0.62) 100%),
    radial-gradient(circle at 32% 45%, rgba(176, 0, 0, 0.32), transparent 22rem),
    var(--deep-space);
}

.hero::before {
  content: "";
  position: absolute;
  inset: -32% -20% -24% 28%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.78;
  background-image: url("assets/neural-background.png");
  background-repeat: no-repeat;
  background-position: 68% 44%;
  background-size: min(84vw, 980px) auto;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.2);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(9, 0, 20, 0.2), rgba(9, 0, 20, 0.76)),
    radial-gradient(circle at 68% 42%, transparent 0 20rem, rgba(9, 0, 20, 0.72) 36rem);
}

.hero-logo-watermark {
  position: absolute;
  z-index: 2;
  top: clamp(0.6rem, 3vw, 2.4rem);
  right: clamp(-4.6rem, -3vw, 0.5rem);
  width: min(62vw, 790px);
  max-width: none;
  opacity: 0.44;
  pointer-events: none;
  filter: saturate(1.05);
}

.hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  width: min(690px, 100%);
  margin: 0;
}

.hero-logo-frame {
  display: grid;
  align-items: stretch;
  min-height: 0;
}

.hero-logo {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
}

.hero-copy {
  max-width: 780px;
  text-align: left;
}

.hero-copy h1 {
  white-space: normal;
}

.home-support-link {
  display: inline-flex;
  margin-top: 0.95rem;
  color: var(--paper);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid var(--neural-magenta);
}

.home-support-link:hover {
  color: var(--neural-cyan);
  border-bottom-color: var(--neural-cyan);
}

.funding-note {
  max-width: 720px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.84rem, 1vw, 0.94rem);
  line-height: 1.45;
}

.funding-note a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
  text-decoration-color: rgba(20, 230, 240, 0.6);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18rem;
}

.funding-note a:hover {
  color: var(--neural-cyan);
}

.eyebrow {
  margin: 0 0 0.95rem;
  color: var(--neural-cyan);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 1.15rem;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.45rem, 3.85vw, 4.05rem);
  white-space: nowrap;
}

h2 {
  max-width: 850px;
  font-size: clamp(1.8rem, 3.4vw, 3.35rem);
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1rem;
  font-weight: 800;
}

p {
  color: var(--soft-ink);
  max-width: 660px;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  font-weight: 400;
  margin-left: 0;
  margin-right: auto;
}

.lede {
  max-width: 780px;
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 600;
}

.section,
.contact-section {
  padding: clamp(3.8rem, 7vw, 6.25rem) clamp(1.1rem, 5vw, 4rem);
}

.page-shell {
  position: relative;
  min-height: calc(100vh - 76px);
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.1rem, 5vw, 4rem);
  background: linear-gradient(180deg, rgba(9, 0, 20, 0.86), rgba(9, 0, 20, 0.96));
  overflow: hidden;
}

.page-intro {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  margin: 0;
  text-align: left;
}

.page-intro h1 {
  white-space: normal;
}

.section-inner {
  width: min(1080px, 100%);
  margin: 0;
  text-align: left;
}

.research-page {
  background:
    linear-gradient(90deg, rgba(9, 0, 20, 0.92) 0%, rgba(9, 0, 20, 0.72) 44%, rgba(9, 0, 20, 0.34) 100%),
    linear-gradient(180deg, rgba(9, 0, 20, 0.06), rgba(9, 0, 20, 0.78) 68%, rgba(9, 0, 20, 0.98)),
    url("assets/research-bg.jpg") center top / cover no-repeat,
    var(--deep-space);
}

.research-page::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 75% 20%, rgba(176, 0, 0, 0.12), transparent 24rem),
    radial-gradient(circle at 30% 34%, rgba(20, 230, 240, 0.08), transparent 22rem);
}

.clinical-trials-page {
  background:
    linear-gradient(90deg, rgba(9, 0, 20, 0.86) 0%, rgba(9, 0, 20, 0.64) 44%, rgba(9, 0, 20, 0.28) 100%),
    linear-gradient(180deg, rgba(9, 0, 20, 0.18), rgba(9, 0, 20, 0.72)),
    url("assets/clinical-trials-bg.jpg") center 44% / cover no-repeat;
}

.clinical-trials-page::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 36, 95, 0.08), transparent 26rem),
    radial-gradient(circle at 28% 36%, rgba(20, 230, 240, 0.06), transparent 22rem);
}

.contact-page {
  background:
    linear-gradient(90deg, rgba(9, 0, 20, 0.9) 0%, rgba(9, 0, 20, 0.68) 44%, rgba(9, 0, 20, 0.32) 100%),
    linear-gradient(180deg, rgba(9, 0, 20, 0.08), rgba(9, 0, 20, 0.82) 72%, rgba(9, 0, 20, 0.98)),
    url("assets/contact-bg.jpg") center top / cover no-repeat;
}

.contact-page::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 36%, rgba(255, 36, 95, 0.09), transparent 28rem),
    radial-gradient(circle at 30% 42%, rgba(20, 230, 240, 0.07), transparent 22rem);
}

.contact-recruiting {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  margin-top: clamp(2.4rem, 4.5vw, 3.8rem);
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-recruiting h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1.05;
}

.contact-recruiting p {
  max-width: 680px;
}

.patients-page {
  background:
    linear-gradient(90deg, rgba(9, 0, 20, 0.92) 0%, rgba(9, 0, 20, 0.74) 45%, rgba(9, 0, 20, 0.34) 100%),
    linear-gradient(180deg, rgba(9, 0, 20, 0.1), rgba(9, 0, 20, 0.84) 66%, rgba(9, 0, 20, 0.98)),
    url("assets/patients-bg.jpg") center top / cover no-repeat;
}

.patients-page::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 30%, rgba(255, 36, 95, 0.08), transparent 28rem),
    radial-gradient(circle at 28% 38%, rgba(20, 230, 240, 0.07), transparent 24rem);
}

.publications-page {
  background:
    radial-gradient(circle at 22% 14%, rgba(176, 0, 0, 0.28), transparent 22rem),
    radial-gradient(circle at 76% 30%, rgba(20, 230, 240, 0.12), transparent 24rem),
    linear-gradient(180deg, rgba(9, 0, 20, 0.9), rgba(9, 0, 20, 0.98));
}

.inline-query {
  color: var(--ink);
  font-weight: 750;
}

.publications-section {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  margin-top: clamp(2.6rem, 5vw, 4.2rem);
}

.publication-status {
  margin-bottom: 1.4rem;
  color: var(--soft-ink);
  font-size: 1rem;
}

.publication-status a {
  color: var(--neural-cyan);
}

.publication-list {
  display: grid;
  gap: 1.15rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.publication-item {
  padding-top: 1.05rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.publication-item h2 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.12rem, 1.6vw, 1.42rem);
  line-height: 1.16;
}

.publication-item h2 a {
  color: var(--ink);
  text-decoration-color: rgba(20, 230, 240, 0.65);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18rem;
}

.publication-item h2 a:hover {
  color: var(--neural-cyan);
}

.publication-meta,
.publication-authors {
  max-width: 850px;
  margin-bottom: 0.35rem;
  font-size: 0.94rem;
}

.publication-meta {
  color: var(--neural-cyan);
  font-weight: 750;
}

.publication-authors {
  color: var(--muted);
}

.trials-section {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.2rem, 2vw, 1.55rem);
  width: min(940px, 100%);
  margin-top: clamp(2.6rem, 5vw, 4.1rem);
}

.trial-card {
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.trial-card h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1.05;
}

.trial-card p {
  max-width: 740px;
}

.trial-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.1rem;
}

.trial-status {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.85rem;
  padding: 0.32rem 0.52rem;
  color: var(--paper);
  background: rgba(176, 0, 0, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 3px;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.trial-card-muted .trial-status {
  background: rgba(20, 230, 240, 0.18);
}

.section-tint {
  background: var(--tint);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.research-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.1rem;
}

.research-list article {
  padding-top: 1rem;
  border-top: 3px solid var(--utah-red);
}

.research-programs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.4rem, 3vw, 2.4rem);
  width: min(1120px, 100%);
  margin-top: clamp(2.8rem, 5vw, 4.4rem);
}

.research-programs article {
  padding-top: 1.05rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.program-number {
  margin-bottom: 0.75rem;
  color: var(--neural-cyan);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.research-programs h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(1.28rem, 2.1vw, 2.05rem);
  line-height: 1.08;
}

.research-programs p {
  max-width: 100%;
  font-size: 0.98rem;
}

.two-column,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.patients-section {
  background: var(--tint);
  border-top: 1px solid var(--line);
}

.text-link {
  display: inline-flex;
  margin-top: 0.6rem;
  color: var(--utah-red);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.22rem;
}

.patient-page {
  max-width: 980px;
}

.patient-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.patient-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  width: min(1120px, 100%);
  margin-top: clamp(2.6rem, 5vw, 4.2rem);
}

.patient-panel {
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.patient-panel h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.05;
}

.focus-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem 1.4rem;
}

.focus-list article {
  min-height: 0;
}

.focus-list p,
.patient-note p {
  max-width: 100%;
  font-size: 0.98rem;
}

.support-page {
  max-width: 980px;
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.support-contact {
  margin-top: 1.25rem;
  color: var(--soft-ink);
  font-size: 0.98rem;
}

.support-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.6vw, 1.6rem);
  width: min(1120px, 100%);
  margin-top: clamp(2.8rem, 5vw, 4.6rem);
}

.support-content article {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.support-content h2 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.08;
}

.support-content p {
  max-width: 100%;
  font-size: 0.98rem;
}

.people-page {
  max-width: 980px;
}

.team-section {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.25rem);
  width: min(1120px, 100%);
  margin-top: clamp(2.8rem, 5vw, 4.6rem);
}

.person-card,
.team-panel,
.member-card,
.join-section {
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.principal-investigator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: end;
  max-width: 980px;
}

.principal-investigator h2,
.join-section h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1.05;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.6vw, 1.6rem);
}

.team-roster {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.6vw, 1.9rem);
}

.member-card {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.member-photo-shell {
  width: clamp(138px, 13vw, 172px);
  height: clamp(138px, 13vw, 172px);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.member-info {
  display: grid;
  gap: 0.45rem;
}

.member-role {
  margin: 0;
  color: var(--neural-cyan);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.member-card h2 {
  margin: 0;
  font-size: clamp(1.22rem, 1.7vw, 1.58rem);
  line-height: 1.08;
}

.collaborators-section,
.alumni-section {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  margin-top: clamp(2.7rem, 5vw, 4.2rem);
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.collaborator-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.5rem;
  padding: 0;
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 750;
  list-style: none;
}

.alumni-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.alumni-list li {
  display: grid;
  gap: 0.15rem;
}

.alumni-list strong {
  color: var(--ink);
  font-size: 1rem;
}

.alumni-list span {
  color: var(--soft-ink);
  font-size: 0.95rem;
}

.team-panel h2 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.08;
}

.team-panel p,
.person-card p,
.join-section p {
  max-width: 100%;
  font-size: 0.98rem;
}

.join-section {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: end;
  width: min(980px, 100%);
  margin-top: clamp(2.8rem, 5vw, 4.8rem);
}

.patient-feedback {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: start;
  width: min(1120px, 100%);
  margin-top: clamp(2.8rem, 5vw, 4.8rem);
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.patient-feedback h2 {
  max-width: 780px;
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1.05;
}

.feedback-source {
  color: var(--muted);
  font-size: 0.88rem;
}

.feedback-card {
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.feedback-card strong,
.feedback-card span {
  display: block;
}

.feedback-card strong {
  margin-top: 0.35rem;
  font-size: 1.8rem;
  line-height: 1;
}

.feedback-card span {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.feedback-card ul {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--soft-ink);
  font-size: 0.94rem;
}

.review-source {
  display: block;
  margin-bottom: 0.18rem;
  color: var(--neural-cyan);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.stars {
  color: var(--neural-magenta);
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.contact-section {
  color: var(--paper);
  background: var(--utah-red-dark);
}

.contact-section .eyebrow,
.contact-section p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1rem;
  color: var(--utah-red);
  background: var(--paper);
  border: 1px solid var(--paper);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.button-outline {
  color: var(--paper);
  background: transparent;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem clamp(1.1rem, 5vw, 4rem);
  color: var(--paper);
  background: #07000f;
}

.site-footer span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
}

.nowrap {
  white-space: nowrap;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .hero-inner,
  .two-column,
  .contact-layout,
  .patient-content,
  .patient-feedback,
  .support-content,
  .team-grid,
  .team-roster,
  .principal-investigator,
  .join-section {
    grid-template-columns: 1fr;
  }

  .team-roster {
    max-width: 560px;
  }

  .member-card {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
  }

  .member-photo-shell {
    width: 118px;
    height: 118px;
  }

  .hero::before {
    inset: 0 -22% auto 18%;
    height: min(70vh, 560px);
    opacity: 0.32;
    background-position: center top;
    background-size: auto min(68vh, 540px);
    transform: none;
  }

  .hero-logo-watermark {
    top: 4.15rem;
    right: -4.9rem;
    width: min(92vw, 440px);
    opacity: 0.24;
  }

  .research-list,
  .research-programs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 1rem;
    min-height: 68px;
    padding-block: 0.72rem;
  }

  .brand {
    min-width: 0;
    gap: 0.54rem;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
  }

  .brand span {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .brand small {
    display: block;
    font-size: 0.58rem;
    line-height: 1.15;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 0.75rem clamp(1rem, 4vw, 3rem) 1rem;
    background: rgba(8, 0, 20, 0.96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
  }

  .site-nav.is-open {
    z-index: 8;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .nav-group {
    display: grid;
    gap: 0;
  }

  .nav-primary,
  .nav-secondary {
    margin: 0;
    white-space: normal;
  }

  .site-nav a {
    display: block;
    padding: 0.9rem 0;
    color: rgba(255, 255, 255, 0.94) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

  .support-nav,
  .patient-nav {
    margin-top: 0.35rem;
    padding: 0.85rem 1rem !important;
    text-align: center;
  }

  .hero {
    min-height: calc(100vh - 68px - 78px);
    padding: 2rem clamp(1rem, 5vw, 1.5rem) 2.75rem;
  }

  .hero::before {
    inset: 0 -26% auto 10%;
    height: min(62vh, 510px);
    opacity: 0.42;
    background-position: 58% 0;
    background-size: auto min(60vh, 500px);
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(9, 0, 20, 0.18), rgba(9, 0, 20, 0.72) 58%, rgba(9, 0, 20, 0.92)),
      radial-gradient(circle at 78% 22%, rgba(176, 0, 0, 0.1), transparent 17rem),
      radial-gradient(circle at 70% 24%, transparent 0 9rem, rgba(9, 0, 20, 0.68) 25rem);
  }

  .hero-logo-watermark {
    top: 4.7rem;
    right: -8rem;
    width: min(88vw, 390px);
    opacity: 0.24;
  }

  .hero-inner {
    gap: 1.15rem;
  }

  .page-shell {
    min-height: calc(100vh - 68px);
    padding: 3.25rem clamp(1rem, 5vw, 1.5rem) 3.75rem;
  }

  .research-page,
  .clinical-trials-page,
  .contact-page,
  .patients-page {
    background-position: center top;
  }

  .research-page {
    background:
      linear-gradient(90deg, rgba(9, 0, 20, 0.78) 0%, rgba(9, 0, 20, 0.58) 52%, rgba(9, 0, 20, 0.24) 100%),
      linear-gradient(180deg, rgba(9, 0, 20, 0.04), rgba(9, 0, 20, 0.74) 56%, rgba(9, 0, 20, 0.98) 80%),
      url("assets/research-bg.jpg") center top / auto min(88vh, 720px) no-repeat,
      var(--deep-space);
  }

  .clinical-trials-page {
    background:
      linear-gradient(90deg, rgba(9, 0, 20, 0.78) 0%, rgba(9, 0, 20, 0.56) 52%, rgba(9, 0, 20, 0.24) 100%),
      linear-gradient(180deg, rgba(9, 0, 20, 0.04), rgba(9, 0, 20, 0.74) 58%, rgba(9, 0, 20, 0.98) 82%),
      url("assets/clinical-trials-bg.jpg") center top / auto min(88vh, 720px) no-repeat,
      var(--deep-space);
  }

  .contact-page {
    background:
      linear-gradient(90deg, rgba(9, 0, 20, 0.78) 0%, rgba(9, 0, 20, 0.56) 52%, rgba(9, 0, 20, 0.24) 100%),
      linear-gradient(180deg, rgba(9, 0, 20, 0.04), rgba(9, 0, 20, 0.74) 58%, rgba(9, 0, 20, 0.98) 82%),
      url("assets/contact-bg.jpg") center top / auto min(90vh, 740px) no-repeat,
      var(--deep-space);
  }

  .patients-page {
    background:
      linear-gradient(90deg, rgba(9, 0, 20, 0.76) 0%, rgba(9, 0, 20, 0.54) 52%, rgba(9, 0, 20, 0.22) 100%),
      linear-gradient(180deg, rgba(9, 0, 20, 0.04), rgba(9, 0, 20, 0.76) 58%, rgba(9, 0, 20, 0.98) 82%),
      url("assets/patients-bg.jpg") center top / auto min(92vh, 760px) no-repeat,
      var(--deep-space);
  }

  .patient-content,
  .patient-feedback,
  .support-content,
  .team-section,
  .collaborators-section,
  .alumni-section,
  .join-section {
    margin-top: 2.25rem;
  }

  h1 {
    font-size: clamp(1.38rem, 6vw, 3.2rem);
    line-height: 1.04;
  }

  .lede {
    font-size: clamp(1.08rem, 5vw, 1.28rem);
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 430px) {
  .contact-actions,
  .patient-actions,
  .focus-list,
  .support-actions,
  .join-section {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .member-card {
    grid-template-columns: 1fr;
  }

  .member-photo-shell {
    width: 136px;
    height: 136px;
  }

  .collaborator-list {
    grid-template-columns: 1fr;
  }
}
