
:root{
  --red:#c9141b;
  --red-dark:#8f0d13;
  --navy:#122b47;
  --navy-2:#183a5b;
  --ink:#1f2937;
  --muted:#687386;
  --line:#dfe4ea;
  --light:#f4f6f8;
  --panel:#ffffff;
  --green:#1f8b4c;
  --gold:#c9932d;
  --shadow:0 2px 10px rgba(15,23,42,.05);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  background:#eef1f4;
  color:var(--ink);
}

.site-header{
  background:#fff;
  border-bottom:1px solid #d8dde3;
  position:sticky;
  top:0;
  z-index:50;
}
.header-inner{
  max-width:1580px;
  margin:0 auto;
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:0 22px;
}
.identity{display:flex;align-items:center}
.prime-lockup{display:flex;align-items:center;gap:14px}
.prime-title{
  color:var(--red);
  font-size:34px;
  font-weight:800;
  white-space:nowrap;
}
.prime-subtitle{
  font-size:13px;
  line-height:1.25;
  color:#333;
  border-left:1px solid #d7dce2;
  padding-left:14px;
  max-width:390px;
}
.main-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:19px;
  flex:1;
}
.main-nav a{
  color:#303846;
  text-decoration:none;
  font-size:15px;
  padding:27px 0 23px;
  border-bottom:3px solid transparent;
}
.main-nav a:hover,.main-nav a.active{
  color:var(--red);
  border-color:var(--red);
}


.u-mark.official-logo{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  min-width:145px;
  height:58px;
  text-decoration:none;
  overflow:visible;
}
.official-logo-crop{
  display:flex;
  align-items:center;
  justify-content:center;
  width:138px;
  height:58px;
  overflow:visible;
  background:#fff;
}
.official-logo-crop img{
  max-width:128px;
  max-height:54px;
  width:auto;
  height:auto;
  display:block;
  object-fit:contain;
  transform:none;
}
/* This uses a University-hosted current interlocking-U asset as the prototype source.
   For production publication, replace with the institutional-only approved asset
   supplied by University Marketing & Communications / brand.utah.edu. */

.page-shell{max-width:1580px;margin:0 auto;padding:18px 20px 28px}

.hero-grid{
  display:grid;
  grid-template-columns:minmax(0, 3.3fr) minmax(290px, 1fr);
  gap:14px;
}
.hero-banner{
  min-height:240px;
  position:relative;
  overflow:hidden;
  border-radius:4px;
  background:
    linear-gradient(90deg,rgba(10,32,54,.82),rgba(10,32,54,.15)),
    linear-gradient(135deg,#5e748b 0%, #264a68 42%, #8d9aa6 100%);
  box-shadow:var(--shadow);
}
.hero-banner:after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:34%;
  background:
    linear-gradient(10deg,transparent 0 42%,rgba(255,255,255,.10) 43% 45%,transparent 46%),
    linear-gradient(-12deg,transparent 0 50%,rgba(0,0,0,.08) 51% 53%,transparent 54%);
}
.hero-message{
  position:relative;
  z-index:2;
  color:#fff;
  padding:32px 34px;
  width:min(620px,76%);
}
.eyebrow{
  font-size:11px;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.eyebrow.light{color:#d9e3eb}
.hero-message h1{
  font-size:36px;
  line-height:1.13;
  margin:9px 0 11px;
  max-width:560px;
}
.hero-message p{font-size:17px;line-height:1.55;margin:0;color:#e9eef3}

.updates-card{
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  border-radius:4px;
  overflow:hidden;
}
.section-bar{
  background:linear-gradient(90deg,var(--red-dark),var(--red));
  color:#fff;
  font-weight:700;
  font-size:17px;
  padding:11px 14px;
}
.update-row{
  padding:14px 15px;
  border-bottom:1px solid #eceff2;
  display:flex;
  justify-content:space-between;
  gap:14px;
  font-size:14px;
}
.update-row span{color:#556070}
.update-row strong{text-align:right;max-width:58%}

.metrics-panel{
  background:#fff;
  border:1px solid var(--line);
  margin-top:14px;
  padding:14px;
  box-shadow:var(--shadow);
}
.metrics-heading{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin-bottom:12px;
}
.metrics-heading h2{margin:0;font-size:19px}
.metrics-heading span{font-size:13px;color:var(--muted)}
.metrics-grid{
  border:1px solid var(--line);
  display:grid;
  grid-template-columns:repeat(6,1fr);
  background:#fff;
}
.metric-card{
  display:flex;
  gap:12px;
  align-items:center;
  min-height:116px;
  padding:18px;
  border-right:1px solid var(--line);
}
.metric-card:last-child{border-right:0}
.metric-icon{
  width:38px;height:38px;border-radius:50%;
  display:grid;place-items:center;
  color:#fff;font-weight:800;font-size:15px;flex:0 0 auto;
}
.metric-icon.people,.metric-icon.dollar,.metric-icon.milestone{background:var(--red)}
.metric-icon.cap,.metric-icon.trl,.metric-icon.partner{background:var(--navy)}
.metric-value{font-size:31px;font-weight:800;line-height:1}
.metric-label{font-size:13px;font-weight:700;margin-top:6px}
.metric-detail{font-size:12px;color:var(--muted);margin-top:5px}

.content-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:14px;
}
.card{
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  padding:18px;
  min-height:330px;
}
.card.wide{grid-column:span 2}
.card-header{
  display:flex;justify-content:space-between;gap:14px;align-items:flex-start;
  margin-bottom:12px;
}
.card-header h2{margin:0;font-size:20px}
.card-header p{margin:5px 0 0;font-size:13px;color:var(--muted)}
.tag{
  background:#f1f3f5;border:1px solid #dfe4ea;color:#5b6573;
  padding:5px 8px;border-radius:999px;font-size:12px;white-space:nowrap;
}
canvas{width:100%;height:250px;display:block}

.mini-stats{
  border-top:1px solid var(--line);margin-top:8px;padding-top:10px;
}
.mini-stats.three{display:grid;grid-template-columns:repeat(3,1fr)}
.mini-stats div{padding:0 9px;border-right:1px solid var(--line)}
.mini-stats div:last-child{border-right:0}
.mini-stats span{display:block;font-size:12px;color:var(--muted)}
.mini-stats strong{display:block;font-size:18px;margin-top:3px}

.trl-scale{padding:22px 4px 14px;text-align:center}
.trl-axis{display:flex;justify-content:space-between;color:#6d7784;font-size:10px;margin:0 1px 4px}
.trl-bar{
  height:14px;border-radius:20px;background:#e6e9ed;overflow:hidden;border:1px solid #d8dde3;
}
.trl-current{
  height:100%;width:50%;
  background:linear-gradient(90deg,#e5a52e 0%,#f3c451 40%,#2f9b61 100%);
}
.trl-number{font-size:54px;font-weight:800;color:var(--navy);margin-top:12px}
.trl-status{font-size:11px;color:var(--muted)}
.status-list{font-size:13px;color:#4f5a68;line-height:1.65;padding-left:18px}

.funding-callout{font-size:48px;color:var(--red);font-weight:800;margin:24px 0 4px}
.funding-caption{font-size:13px;color:var(--muted)}
.funding-track{height:10px;background:#e8ebef;margin:17px 0 5px;overflow:hidden}
.funding-fill{width:40%;height:100%;background:var(--red)}
.funding-key{margin-top:14px}
.funding-key div{display:flex;justify-content:space-between;border-bottom:1px solid #edf0f2;padding:10px 0;font-size:13px}

.milestone-table{border-top:1px solid var(--line)}
.milestone-row{
  display:grid;
  grid-template-columns:42px 1fr 115px 95px;
  gap:10px;
  align-items:center;
  padding:10px 0;
  border-bottom:1px solid #edf0f2;
  font-size:13px;
}
.milestone-no{
  width:26px;height:26px;border-radius:50%;
  background:#eef1f4;display:grid;place-items:center;font-weight:700;
}
.milestone-date{color:var(--muted)}
.status-badge{
  text-align:center;
  border:1px solid #dfe4ea;
  background:#f5f7f9;
  padding:5px 6px;
  border-radius:3px;
  color:#667085;
  font-size:10px;
}

.impact-list div{
  display:flex;justify-content:space-between;gap:14px;
  padding:12px 0;border-bottom:1px solid #edf0f2;font-size:13px;
}
.impact-list strong{font-size:16px;color:var(--navy)}
.accountability-copy{font-size:14px;line-height:1.6;color:#4f5b68}
.primary-btn{
  margin-top:12px;background:var(--red);border:0;color:#fff;
  padding:11px 14px;border-radius:3px;font-weight:700;cursor:pointer;
}

.partners-panel{
  margin-top:14px;background:#fff;border:1px solid var(--line);
  box-shadow:var(--shadow);padding:16px;
}
.partners-head h2{margin:0;font-size:20px}
.partners-head p{margin:5px 0 14px;color:var(--muted);font-size:13px}
.partner-row{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.partner-row div{
  border:1px solid var(--line);padding:18px 10px;text-align:center;
  font-size:13px;font-weight:700;color:#586273;background:#fafbfc;
}

.site-footer{
  background:var(--navy);
  color:#fff;
  padding:22px max(20px,calc((100vw - 1460px)/2));
  display:flex;justify-content:space-between;gap:30px;
  font-size:13px;line-height:1.55;
}

@media(max-width:1180px){
  .main-nav{display:none}
  .metrics-grid{grid-template-columns:repeat(3,1fr)}
  .metric-card:nth-child(3){border-right:0}
  .metric-card:nth-child(-n+3){border-bottom:1px solid var(--line)}
  .content-grid{grid-template-columns:1fr 1fr}
  .card.wide{grid-column:span 2}
}
@media(max-width:800px){
  .header-inner{align-items:flex-start;padding:14px 16px}
  .u-mark{display:none}
  .prime-lockup{display:block}
  .prime-subtitle{border-left:0;padding-left:0;margin-top:4px}
  .hero-grid{grid-template-columns:1fr}
  .metrics-grid{grid-template-columns:1fr 1fr}
  .metric-card{border-bottom:1px solid var(--line)}
  .content-grid{grid-template-columns:1fr}
  .card.wide{grid-column:span 1}
  .partner-row{grid-template-columns:1fr 1fr}
  .hero-message{width:100%}
}
