:root{--ink:#071126;--body:#303746;--blue:#1457ff;--rule:#e6e9ee;--soft:#f7f9fc;--max:1380px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wrap{width:min(calc(100% - 64px),var(--max));margin:auto}
header{padding:28px 0 16px;background:#fff}.head{display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:start}
.brand{font-size:28px;font-weight:600;letter-spacing:-.04em}.aff{font-size:12px;line-height:1.4;color:var(--body)}
nav{display:flex;gap:27px;font-size:14px}nav a{padding-bottom:7px;border-bottom:1px solid transparent}nav a:hover,nav a.active{border-color:var(--blue)}
.kicker{font-size:13px;letter-spacing:.09em;text-transform:uppercase;color:var(--blue);font-weight:600}.pagehero{padding:90px 0 110px}
.pagehero h1,.hero h1{margin:0;font-size:clamp(60px,7vw,105px);line-height:.94;letter-spacing:-.055em;font-weight:400}
.lede{max-width:850px;font-size:23px;line-height:1.55;color:var(--body);margin-top:35px}.rule{border-top:1px solid var(--rule)}
.hero{padding:65px 0 105px}.hero-grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center}.hero-copy{z-index:2}.hero-copy p.body{max-width:470px;font-size:20px;line-height:1.55;color:var(--body);margin:38px 0 27px}
.hero-art{width:120%;max-width:none;margin-left:-12%}.link{color:var(--blue);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.link:after{content:" →"}
.intro{padding:90px 0 115px}.intro-grid{display:grid;grid-template-columns:.28fr .72fr;gap:70px}.intro-copy{font-size:25px;line-height:1.52;margin:0}
.cards{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);margin-bottom:120px}
.card{padding:30px 24px;border-right:1px solid var(--rule)}.card:last-child{border-right:0}.num{color:var(--blue);margin-bottom:12px}.card h3{font-size:27px;font-weight:400;letter-spacing:-.03em;margin:0 0 20px}
.ph{aspect-ratio:4/3;background:var(--soft);display:grid;place-items:center;color:#77808d;text-align:center;padding:20px}.card p{font-size:16px;line-height:1.55;color:var(--body)}
.section{padding:0 0 130px}.research-row{display:grid;grid-template-columns:1.7fr .8fr;gap:90px;padding:105px 0;border-top:1px solid var(--rule);align-items:center}
.research-row h2{font-size:43px;font-weight:400;letter-spacing:-.04em;margin:5px 0 28px}.research-row p{font-size:18px;line-height:1.7;color:var(--body);max-width:800px}
.schematic{aspect-ratio:4/3;background:var(--soft);display:grid;place-items:center;padding:25px;color:#667080;text-align:center}
.people-feature{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px;padding:90px 0 110px;border-top:1px solid var(--rule)}
.portrait{aspect-ratio:4/5;background:var(--soft);display:grid;place-items:center;color:#687180}.bio h2{font-size:48px;font-weight:400;margin:0 0 8px;letter-spacing:-.04em}.role{color:var(--blue);margin-bottom:30px}
.bio p{font-size:18px;line-height:1.7;color:var(--body)}.people-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px 24px;padding-bottom:120px}
.person .portrait{margin-bottom:15px}.person h3{font-size:19px;margin:0 0 4px;font-weight:400}.person p{font-size:13px;color:#687180;margin:0}
.list{border-top:1px solid var(--rule);margin-bottom:120px}.list-item{display:grid;grid-template-columns:150px 1fr auto;gap:30px;padding:28px 0;border-bottom:1px solid var(--rule);align-items:start}
.meta{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#707986}.list-item h2{font-size:27px;font-weight:400;margin:0 0 9px;letter-spacing:-.025em}.list-item p{margin:0;color:var(--body);line-height:1.55}
.outreach-row{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:90px 0;border-top:1px solid var(--rule);align-items:center}.outreach-row h2{font-size:42px;font-weight:400;margin:0 0 25px;letter-spacing:-.04em}.outreach-row p{font-size:18px;line-height:1.7;color:var(--body)}
.outreach-img{aspect-ratio:16/10;background:var(--soft);display:grid;place-items:center;color:#687180}
footer{background:var(--soft);padding:45px 0 60px}.foot{display:flex;justify-content:space-between;gap:30px}.foot small{color:var(--body)}
@media(max-width:850px){.wrap{width:calc(100% - 36px)}.aff,nav{display:none}.head{display:block}.hero-grid,.intro-grid,.research-row,.people-feature,.outreach-row{grid-template-columns:1fr}.hero-art{width:135%;margin:30px 0 0 -20%}.cards,.people-grid{grid-template-columns:1fr 1fr}.list-item{grid-template-columns:1fr}.research-row{gap:35px}.people-feature{gap:35px}}
@media(max-width:540px){.cards,.people-grid{grid-template-columns:1fr}.card{border-right:0;border-bottom:1px solid var(--rule)}.pagehero{padding:60px 0 80px}.foot{display:block}.foot small{display:block;margin-top:12px}}

/* Source-based Outreach additions */
.outreach-source-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:34px;
  margin-top:28px;
}
.source-card{
  border-top:1px solid var(--line, #d9e1e8);
  padding-top:20px;
}
.source-card img{
  width:100%;
  aspect-ratio: 16 / 10;
  object-fit:cover;
  display:block;
  background:#f4f7f9;
}
.source-card:nth-child(2) img{
  object-fit:contain;
  background:#f6f6f6;
}
.source-card-wide{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  gap:36px;
  align-items:center;
}
.source-card-wide img{
  aspect-ratio: 1 / 1;
  object-fit:contain;
}
.source-copy{
  padding-top:18px;
}
.source-copy h2{
  margin:.35rem 0 .75rem;
}
.source-copy p{
  max-width:62ch;
}
@media (max-width:760px){
  .outreach-source-grid{grid-template-columns:1fr;}
  .source-card-wide{grid-column:auto;grid-template-columns:1fr;}
}


/* People page uploaded portraits */
.people-photo{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center top;
  filter:grayscale(100%);
}
.portrait-photo{
  overflow:hidden;
  min-height:420px;
  background:#f3f3f3;
}
.pi-photo{
  min-height:420px;
}
.people-grid .person{
  overflow:hidden;
}
.people-grid .person .people-photo{
  aspect-ratio:1 / 1;
  height:auto;
  background:#f5f5f5;
}
.people-grid .person h3{
  margin-top:14px;
}


/* Complete People roster extracted from supplied MHTML */
.people-roster-section{padding:20px 0 95px}
.actual-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.people-card-photo{aspect-ratio:1/1;overflow:hidden;background:#f4f4f4;}
.people-card-photo .people-photo{width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(100%);}
.actual-person h3{font-size:18px;margin:14px 0 4px;font-weight:400;}
.actual-person p{font-size:13px;color:#6c7480;margin:0;line-height:1.45;}
.alumni-section{border-top:1px solid var(--rule);padding:90px 0 120px;}
.alumni-section>h2{font-size:44px;font-weight:400;letter-spacing:-.04em;margin:0 0 50px;}
.alumni-group{display:grid;grid-template-columns:minmax(220px,.3fr) minmax(0,.7fr);gap:50px;padding:22px 0;border-top:1px solid var(--rule);}
.alumni-group h3{font-size:16px;font-weight:500;margin:0;}
.alumni-group p{font-size:15px;line-height:1.7;color:var(--body);margin:0;}
@media(max-width:850px){
  .actual-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .alumni-group{grid-template-columns:1fr;gap:8px;}
}
@media(max-width:520px){
  .actual-grid{grid-template-columns:1fr 1fr;gap:28px 14px;}
}


/* Homepage: equal square research graphics */
.cards .card .ph{
  width:100%;
  aspect-ratio:1 / 1;
  height:auto;
  overflow:hidden;
  background:#f7f9fc;
}
.cards .card .ph img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block;
}


/* Publications: selected recent highlights + source publication list */
.pub-highlights-section{padding:0 0 110px;}
.publication-highlights-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:28px;
}
.highlight-graphic{
  margin:0;
  aspect-ratio:1/1;
  background:#f6f8fb;
  overflow:hidden;
}
.highlight-graphic img{
  width:100%;height:100%;object-fit:contain;display:block;
}
.source-list-section{padding:80px 0 130px;border-top:1px solid var(--rule);}
.source-section-heading{display:grid;grid-template-columns:.28fr .72fr;gap:70px;margin-bottom:45px;}
.source-section-heading h2{font-size:48px;font-weight:400;letter-spacing:-.04em;margin:0;}
.source-publications-list,.source-news-list{border-top:1px solid var(--rule);}
.source-publication{
  display:grid;grid-template-columns:190px 1fr;gap:42px;
  padding:30px 0;border-bottom:1px solid var(--rule);align-items:start;
}
.source-publication-image{
  width:190px;aspect-ratio:1/1;background:#f7f9fc;overflow:hidden;
}
.source-publication-image img{width:100%;height:100%;object-fit:contain;display:block;}
.source-publication-copy{display:grid;grid-template-columns:50px 1fr auto;gap:22px;align-items:start;}
.source-publication-copy p,.source-news-copy p,.text-publication p{
  margin:0;font-size:17px;line-height:1.65;color:var(--body);
}
.source-index{font-size:12px;color:var(--blue);padding-top:5px;}
.text-publication{display:grid;grid-template-columns:55px 1fr;gap:25px;padding:22px 0;border-bottom:1px solid var(--rule);}
.source-news-item{
  display:grid;grid-template-columns:230px 1fr;gap:42px;padding:34px 0;border-bottom:1px solid var(--rule);
}
.source-news-image{width:230px;aspect-ratio:4/3;background:#f7f9fc;overflow:hidden;}
.source-news-image:empty{display:none;}
.source-news-image img{width:100%;height:100%;object-fit:cover;display:block;}
.source-news-copy{display:grid;grid-template-columns:50px 1fr auto;gap:22px;align-items:start;}
@media(max-width:850px){
  .publication-highlights-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .source-section-heading{grid-template-columns:1fr;gap:12px;}
  .source-publication,.source-news-item{grid-template-columns:110px 1fr;gap:20px;}
  .source-publication-image,.source-news-image{width:110px;}
  .source-publication-copy,.source-news-copy{grid-template-columns:36px 1fr;}
  .source-publication-copy .link,.source-news-copy .link{grid-column:2;}
}
@media(max-width:540px){
  .publication-highlights-grid{grid-template-columns:1fr 1fr;gap:12px;}
  .source-publication,.source-news-item{grid-template-columns:1fr;}
  .source-publication-image,.source-news-image{width:100%;max-width:220px;}
}


/* FINAL HOMEPAGE 01–04 IMAGE NORMALIZATION
   All four research images use the exact same square box. */
.cards .card .ph,
.danino-research-grid .danino-card-media {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  display: block !important;
  background: #f7f9fc !important;
}

.cards .card .ph img,
.danino-research-grid .danino-card-media img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* People page: smaller portraits + denser six-column roster */
.people-roster-section .people-grid,
.people-grid.actual-grid{
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 34px 18px !important;
}

.people-roster-section .people-card-photo,
.people-grid.actual-grid .people-card-photo{
  width: 70% !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 auto !important;
}

.people-roster-section .actual-person h3,
.people-grid.actual-grid .actual-person h3{
  width: 70%;
  margin: 12px auto 4px !important;
  font-size: 16px !important;
}

.people-roster-section .actual-person p,
.people-grid.actual-grid .actual-person p{
  width: 70%;
  margin: 0 auto !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

/* Keep Tal's featured portrait larger */
.people-feature .portrait-photo{
  width: 100% !important;
}

@media (max-width: 1150px){
  .people-roster-section .people-grid,
  .people-grid.actual-grid{
    grid-template-columns: repeat(5, minmax(0,1fr)) !important;
  }
}

@media (max-width: 900px){
  .people-roster-section .people-grid,
  .people-grid.actual-grid{
    grid-template-columns: repeat(4, minmax(0,1fr)) !important;
  }
  .people-roster-section .people-card-photo,
  .people-grid.actual-grid .people-card-photo,
  .people-roster-section .actual-person h3,
  .people-grid.actual-grid .actual-person h3,
  .people-roster-section .actual-person p,
  .people-grid.actual-grid .actual-person p{
    width: 82% !important;
  }
}

@media (max-width: 650px){
  .people-roster-section .people-grid,
  .people-grid.actual-grid{
    grid-template-columns: repeat(3, minmax(0,1fr)) !important;
    gap: 28px 12px !important;
  }
  .people-roster-section .people-card-photo,
  .people-grid.actual-grid .people-card-photo,
  .people-roster-section .actual-person h3,
  .people-grid.actual-grid .actual-person h3,
  .people-roster-section .actual-person p,
  .people-grid.actual-grid .actual-person p{
    width: 100% !important;
  }
}

@media (max-width: 430px){
  .people-roster-section .people-grid,
  .people-grid.actual-grid{
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
}


/* ================================================================
   PUBLICATIONS — compact 8-image highlights + sleek source-backed list
   ================================================================ */
.pub-highlights-compact{
  padding: 0 0 95px;
}
.pub-highlight-grid-eight{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:34px 24px;
  margin-top:28px;
  justify-items:center;
}
.pub-highlight-tile{
  width:52%;
  min-width:130px;
  max-width:185px;
  aspect-ratio:1/1;
  margin:0;
  background:#f7f9fc;
  overflow:hidden;
}
.pub-highlight-tile a{
  display:block;
  width:100%;
  height:100%;
}
.pub-highlight-tile img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.pub-sleek-list-section{
  padding:80px 0 130px;
  border-top:1px solid var(--rule);
}
.pub-list-heading{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:30px;
  align-items:end;
  margin-bottom:34px;
}
.pub-list-heading h2{
  margin:0;
  font-size:44px;
  line-height:1;
  font-weight:400;
  letter-spacing:-.04em;
}
.pub-sleek-list{
  border-top:1px solid var(--rule);
}
.sleek-pub-row{
  display:grid;
  grid-template-columns:220px minmax(0,1fr) 120px;
  gap:34px;
  align-items:start;
  padding:28px 0;
  border-bottom:1px solid var(--rule);
}
.sleek-pub-meta{
  color:#6d7683;
  font-size:12px;
  line-height:1.5;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.sleek-pub-meta a{
  color:var(--blue);
}
.pub-meta-sep{
  padding:0 5px;
  color:#a3aab2;
}
.sleek-pub-main h2{
  margin:0 0 9px;
  max-width:900px;
  font-size:25px;
  line-height:1.25;
  font-weight:400;
  letter-spacing:-.025em;
}
.sleek-pub-main h2 a:hover{
  color:var(--blue);
}
.sleek-pub-authors{
  margin:0 0 5px;
  color:var(--body);
  font-size:14px;
  line-height:1.55;
}
.sleek-pub-citation{
  margin:0;
  color:#737b86;
  font-size:13px;
  line-height:1.5;
}
.sleek-pub-action{
  text-align:right;
  padding-top:4px;
}
.pub-view-link{
  white-space:nowrap;
}

/* ================================================================
   POSITIONS
   ================================================================ */
.positions-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);
  gap:70px;
  align-items:center;
}
.positions-hero-image{
  max-width:460px;
  margin-left:auto;
}
.positions-hero-image img{
  width:100%;
  display:block;
  object-fit:contain;
}
.positions-section{
  padding:0 0 130px;
}
.positions-list{
  border-top:1px solid var(--rule);
}
.position-row{
  display:grid;
  grid-template-columns:90px minmax(0,1fr);
  gap:40px;
  padding:54px 0;
  border-bottom:1px solid var(--rule);
}
.position-row h2,
.position-contact-row h2{
  margin:0 0 14px;
  font-size:34px;
  line-height:1.15;
  font-weight:400;
  letter-spacing:-.035em;
}
.position-row p,
.position-contact-row p{
  max-width:850px;
  margin:0;
  color:var(--body);
  font-size:17px;
  line-height:1.7;
}
.position-row p a{
  color:var(--blue);
  text-decoration:underline;
  text-underline-offset:3px;
}
.position-contact-row{
  padding:68px 0 10px;
}
.position-contact-row h2{
  color:var(--blue);
}
.position-contact-row .link{
  margin-top:22px;
}

/* responsive */
@media(max-width:900px){
  .pub-highlight-grid-eight{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 12px;}
  .pub-highlight-tile{width:70%;min-width:0;}
  .sleek-pub-row{grid-template-columns:155px 1fr;gap:24px;}
  .sleek-pub-action{grid-column:2;text-align:left;}
  .positions-hero-grid{grid-template-columns:1fr;}
  .positions-hero-image{margin:0;max-width:420px;}
}
@media(max-width:650px){
  .pub-highlight-grid-eight{grid-template-columns:repeat(2,minmax(0,1fr));}
  .pub-highlight-tile{width:58%;max-width:165px;}
  .pub-list-heading{grid-template-columns:1fr;gap:10px;}
  .sleek-pub-row{grid-template-columns:1fr;gap:12px;}
  .sleek-pub-action{grid-column:1;}
  .position-row{grid-template-columns:55px 1fr;gap:18px;}
}


/* ==========================================================
   PUBLICATIONS REFINEMENT
   ========================================================== */

/* Compact, left-aligned 4 x 2 highlight grid.
   Horizontal spacing is intentionally tighter than vertical. */
.pub-highlight-grid-eight{
  display:grid !important;
  grid-template-columns:repeat(4, 136px) !important;
  column-gap:18px !important;
  row-gap:44px !important;
  justify-content:start !important;
  justify-items:start !important;
  align-items:start !important;
}
.pub-highlight-tile{
  width:136px !important;
  min-width:136px !important;
  max-width:136px !important;
  height:136px !important;
  aspect-ratio:1/1 !important;
  margin:0 !important;
}
.pub-highlight-tile img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
}

/* Replace Publication List with one larger blue Publications heading. */
.pub-list-heading-single{
  display:block !important;
  margin:0 0 34px !important;
}
.pub-blue-section-title{
  margin:0 !important;
  color:var(--blue) !important;
  font-size:44px !important;
  line-height:1 !important;
  font-weight:400 !important;
  letter-spacing:-.04em !important;
}

/* ==========================================================
   NEWS — source-backed content in the original sleek template
   ========================================================== */
.news-highlights-compact{
  padding:0 0 100px;
}
.news-blue-section-title{
  margin:0;
  color:var(--blue);
  font-size:44px;
  line-height:1;
  font-weight:400;
  letter-spacing:-.04em;
}
.news-highlight-grid-six{
  display:grid;
  grid-template-columns:repeat(3,136px);
  column-gap:18px;
  row-gap:44px;
  justify-content:start;
  justify-items:start;
  margin-top:30px;
}
.news-highlight-tile{
  width:136px;
  height:136px;
  aspect-ratio:1/1;
  margin:0;
  overflow:hidden;
  background:#f7f9fc;
}
.news-highlight-tile a{
  display:block;
  width:100%;
  height:100%;
}
.news-highlight-tile img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.news-list-section{
  padding:80px 0 130px;
  border-top:1px solid var(--rule);
}
.news-list-title{
  margin-bottom:34px;
}
.news-source-list{
  margin-bottom:0 !important;
}
.news-list-item h2{
  font-size:24px;
  line-height:1.3;
}
.news-list-item p{
  margin:7px 0 0;
  max-width:820px;
  color:var(--body);
  font-size:14px;
  line-height:1.55;
}

/* Responsive */
@media(max-width:760px){
  .pub-highlight-grid-eight{
    grid-template-columns:repeat(2,136px) !important;
    column-gap:16px !important;
    row-gap:34px !important;
  }
  .news-highlight-grid-six{
    grid-template-columns:repeat(2,136px);
    column-gap:16px;
    row-gap:34px;
  }
}
@media(max-width:380px){
  .pub-highlight-grid-eight,
  .news-highlight-grid-six{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  }
  .pub-highlight-tile,
  .news-highlight-tile{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:auto !important;
    aspect-ratio:1/1 !important;
  }
}


/* =================================================================
   MOBILE / TABLET RESPONSIVE PASS
   ================================================================= */

html, body{
  max-width:100%;
  overflow-x:hidden;
}

.mobile-menu{
  display:none;
}

/* Keep the site identity visible while scrolling on small screens. */
@media (max-width:850px){
  header{
    position:sticky;
    top:0;
    z-index:1000;
    padding:14px 0 13px !important;
    background:rgba(255,255,255,.98);
    border-bottom:1px solid var(--rule);
  }

  .wrap{
    width:calc(100% - 32px) !important;
    max-width:100%;
  }

  .head{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:16px !important;
  }

  .brand{
    display:block !important;
    font-size:22px !important;
    line-height:1 !important;
    white-space:nowrap;
  }

  .aff{
    display:none !important;
  }

  /* Desktop navigation hides; compact menu takes its place. */
  .head > nav{
    display:none !important;
  }

  .mobile-menu{
    display:block !important;
    position:relative;
    justify-self:end;
    z-index:1100;
  }

  .mobile-menu summary{
    list-style:none;
    cursor:pointer;
    min-width:62px;
    padding:9px 12px;
    border:1px solid var(--rule);
    border-radius:999px;
    background:#fff;
    color:var(--ink);
    font-size:13px;
    font-weight:600;
    letter-spacing:.04em;
    text-align:center;
    user-select:none;
  }

  .mobile-menu summary::-webkit-details-marker{
    display:none;
  }

  .mobile-menu[open] summary{
    color:var(--blue);
    border-color:var(--blue);
  }

  .mobile-menu-panel{
    position:absolute;
    top:calc(100% + 10px);
    right:0;
    width:min(280px, calc(100vw - 32px));
    padding:10px;
    background:#fff;
    border:1px solid var(--rule);
    box-shadow:0 14px 40px rgba(7,17,38,.12);
  }

  .mobile-nav{
    display:flex;
    flex-direction:column;
  }

  .mobile-nav a{
    display:block;
    padding:13px 12px;
    border-bottom:1px solid var(--rule);
    font-size:16px;
    line-height:1.2;
  }

  .mobile-nav a:last-child{
    border-bottom:0;
  }

  .mobile-nav a.active{
    color:var(--blue);
  }

  /* General type and spacing */
  .pagehero{
    padding:52px 0 65px !important;
  }

  .pagehero h1,
  .hero h1{
    font-size:clamp(48px, 14vw, 72px) !important;
    line-height:.96 !important;
    letter-spacing:-.05em !important;
    overflow-wrap:anywhere;
  }

  .lede{
    max-width:100%;
    margin-top:24px !important;
    font-size:18px !important;
    line-height:1.5 !important;
  }

  .hero{
    padding:44px 0 70px !important;
  }

  .hero-grid,
  .intro-grid,
  .research-row,
  .people-feature,
  .outreach-row,
  .positions-hero-grid{
    grid-template-columns:1fr !important;
  }

  .hero-copy p.body{
    max-width:100%;
    margin:26px 0 22px !important;
    font-size:17px !important;
  }

  /* Remove the desktop oversizing/negative margin that caused mobile overflow. */
  .hero-art{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    margin:30px 0 0 !important;
  }

  .intro{
    padding:62px 0 72px !important;
  }

  .intro-grid{
    gap:20px !important;
  }

  .intro-copy{
    font-size:20px !important;
    line-height:1.5 !important;
  }

  .cards{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    margin-bottom:80px !important;
  }

  .card{
    min-width:0;
    padding:24px 18px !important;
  }

  .card h3{
    font-size:23px !important;
  }

  .research-row{
    gap:28px !important;
    padding:65px 0 !important;
  }

  .research-row h2,
  .outreach-row h2{
    font-size:34px !important;
  }

  .research-row p,
  .outreach-row p,
  .bio p{
    font-size:16px !important;
  }

  /* People */
  .people-feature{
    gap:30px !important;
    padding:62px 0 78px !important;
  }

  .portrait-photo,
  .pi-photo{
    min-height:0 !important;
  }

  .bio h2{
    font-size:40px !important;
  }

  .people-roster-section{
    padding-bottom:70px !important;
  }

  .people-roster-section .people-grid,
  .people-grid.actual-grid{
    grid-template-columns:repeat(3, minmax(0,1fr)) !important;
    gap:28px 14px !important;
  }

  .people-roster-section .people-card-photo,
  .people-grid.actual-grid .people-card-photo,
  .people-roster-section .actual-person h3,
  .people-grid.actual-grid .actual-person h3,
  .people-roster-section .actual-person p,
  .people-grid.actual-grid .actual-person p{
    width:100% !important;
  }

  .actual-person h3{
    font-size:14px !important;
  }

  .actual-person p{
    font-size:11px !important;
  }

  .alumni-section{
    padding:65px 0 85px !important;
  }

  .alumni-section > h2{
    font-size:36px !important;
  }

  .alumni-group{
    grid-template-columns:1fr !important;
    gap:8px !important;
  }

  /* Sleek lists: News / Publications */
  .list-item,
  .news-list-item,
  .sleek-pub-row{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .list-item h2,
  .news-list-item h2,
  .sleek-pub-main h2{
    font-size:22px !important;
  }

  .sleek-pub-action,
  .list-item > .link{
    text-align:left !important;
  }

  .sleek-pub-meta,
  .meta{
    margin-bottom:2px;
  }

  .pub-sleek-list-section,
  .news-list-section{
    padding:60px 0 90px !important;
  }

  .pub-blue-section-title,
  .news-blue-section-title{
    font-size:36px !important;
  }

  /* Compact highlight grids fit within the viewport. */
  .pub-highlight-grid-eight{
    grid-template-columns:repeat(4, minmax(0,1fr)) !important;
    column-gap:10px !important;
    row-gap:28px !important;
    width:100%;
  }

  .pub-highlight-tile{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:auto !important;
    aspect-ratio:1/1 !important;
  }

  .news-highlight-grid-six{
    grid-template-columns:repeat(3, minmax(0,1fr)) !important;
    column-gap:10px !important;
    row-gap:28px !important;
    width:100%;
  }

  .news-highlight-tile{
    width:100% !important;
    height:auto !important;
    aspect-ratio:1/1 !important;
  }

  /* Positions */
  .positions-hero-grid{
    gap:30px !important;
  }

  .positions-hero-image{
    max-width:100% !important;
    margin:0 !important;
  }

  .position-row{
    grid-template-columns:44px minmax(0,1fr) !important;
    gap:14px !important;
    padding:38px 0 !important;
  }

  .position-row h2,
  .position-contact-row h2{
    font-size:29px !important;
  }

  .position-row p,
  .position-contact-row p{
    font-size:16px !important;
  }

  /* Footer */
  footer{
    padding:35px 0 44px !important;
  }

  .foot{
    display:block !important;
  }

  .foot small{
    display:block !important;
    margin-top:12px !important;
    line-height:1.5;
  }
}

@media (max-width:560px){
  .wrap{
    width:calc(100% - 28px) !important;
  }

  .pagehero h1,
  .hero h1{
    font-size:clamp(44px, 15vw, 64px) !important;
  }

  .cards{
    grid-template-columns:1fr !important;
  }

  .card{
    border-right:0 !important;
    border-bottom:1px solid var(--rule);
  }

  .people-roster-section .people-grid,
  .people-grid.actual-grid{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    gap:26px 12px !important;
  }

  .pub-highlight-grid-eight{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    column-gap:14px !important;
    row-gap:26px !important;
  }

  .news-highlight-grid-six{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    column-gap:14px !important;
    row-gap:26px !important;
  }

  .pub-highlight-tile,
  .news-highlight-tile{
    width:100% !important;
  }

  .position-row{
    grid-template-columns:1fr !important;
  }
}


/* ==========================================================
   MAJOR REFINEMENT — HOME
   ========================================================== */
.home-intro-title{
  color:var(--blue);
  font-size:30px !important;
  line-height:1.1 !important;
  letter-spacing:-.035em !important;
  text-transform:none !important;
  font-weight:500 !important;
}
.cards .card .ph,
.research-row .schematic{
  aspect-ratio:1/1 !important;
}
.cards .card .ph img,
.research-row .schematic img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
}
.home-location{
  padding:80px 0 95px;
  border-top:1px solid var(--rule);
}
.home-location-grid{
  display:grid;
  grid-template-columns:.32fr .68fr;
  gap:60px;
}
.home-location h2{
  margin:0 0 10px;
  font-size:34px;
  font-weight:400;
  letter-spacing:-.035em;
}
.home-location p{
  margin:0 0 16px;
  color:var(--body);
}

/* ==========================================================
   PEOPLE
   ========================================================== */
.people-photo,
.people-card-photo .people-photo{
  filter:none !important;
}
.people-feature .portrait-photo{
  min-height:0 !important;
  aspect-ratio:16/10 !important;
}
.people-feature .pi-photo{
  width:100%;
  height:100% !important;
  min-height:0 !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.people-feature .bio p{
  max-width:760px;
}

/* ==========================================================
   RESEARCH PUBLICATIONS
   ========================================================== */
.research-pubs{
  margin-top:30px;
  padding-top:22px;
  border-top:1px solid var(--rule);
}
.research-pubs-label{
  margin:0 0 14px !important;
  color:var(--blue) !important;
  font-size:12px !important;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.research-pubs ol{
  margin:0;
  padding-left:20px;
}
.research-pubs li{
  padding:7px 0;
  color:var(--body);
  line-height:1.45;
}
.research-pubs li a{
  color:var(--ink);
  text-decoration:underline;
  text-decoration-color:#cbd4e2;
  text-underline-offset:3px;
}
.research-pubs li a:hover{
  color:var(--blue);
}
.research-pubs li span{
  display:block;
  margin-top:2px;
  color:#777f8a;
  font-size:12px;
}

/* ==========================================================
   PUBLICATION HIGHLIGHTS + PRESS
   ========================================================== */
.pub-highlight-grid-eight{
  align-items:start !important;
}
.pub-highlight-tile{
  height:auto !important;
  min-height:0 !important;
  overflow:visible !important;
  background:transparent !important;
}
.pub-highlight-tile > a:first-child{
  display:block;
  aspect-ratio:1/1;
  background:#f7f9fc;
  overflow:hidden;
}
.pub-highlight-tile figcaption{
  margin-top:10px;
}
.pub-highlight-title{
  color:var(--ink);
  font-size:11px;
  line-height:1.35;
}
.pub-highlight-meta{
  margin-top:4px;
  color:#7b8390;
  font-size:10px;
  line-height:1.3;
}
.pub-highlight-tile > a:last-child:hover .pub-highlight-title{
  color:var(--blue);
}
.pub-press-box{
  margin-top:15px;
  padding:12px 14px;
  background:#f7f9fc;
  border-left:2px solid var(--blue);
}
.pub-press-label{
  margin-bottom:5px;
  color:var(--blue);
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.pub-press-box a{
  display:block;
  padding:3px 0;
  color:#4b5563;
  font-size:12px;
  line-height:1.4;
}
.pub-press-box a:hover{
  color:var(--blue);
}

/* ==========================================================
   NEWS
   ========================================================== */
.news-highlight-tile{
  height:auto !important;
  overflow:visible !important;
  padding:0;
  background:#fff !important;
  border:1px solid var(--rule);
}
.news-highlight-tile > a:first-child{
  display:block;
  aspect-ratio:1/1;
  overflow:hidden;
  background:#f7f9fc;
}
.news-highlight-tile figcaption{
  min-height:66px;
  padding:10px 11px 12px;
  color:var(--ink);
  font-size:11px;
  line-height:1.35;
}
.news-highlight-tile > a:last-child:hover figcaption{
  color:var(--blue);
}
.news-source-list{
  border-top:0 !important;
}
.news-year-group{
  margin:0 0 74px;
}
.news-year-heading{
  margin:0 0 18px;
  padding-bottom:12px;
  border-bottom:2px solid var(--blue);
  color:var(--blue);
  font-size:38px;
  font-weight:400;
  letter-spacing:-.04em;
}
.news-year-items{
  border-top:1px solid var(--rule);
}
.news-list-item{
  grid-template-columns:74px 104px minmax(0,1fr) 90px !important;
  gap:18px !important;
  align-items:start !important;
}
.news-row-thumb{
  width:104px;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#f7f9fc;
}
.news-row-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* ==========================================================
   OUTREACH — real source imagery / subpages
   ========================================================== */
.outreach-projects{
  padding:0 0 120px;
}
.outreach-project-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}
.outreach-project-card{
  display:block;
  color:inherit;
  border-top:1px solid var(--rule);
  padding-top:18px;
}
.outreach-project-image{
  aspect-ratio:1/1;
  overflow:hidden;
  background:#f7f9fc;
}
.outreach-project-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.outreach-project-copy{
  padding-top:16px;
}
.outreach-project-copy h2{
  margin:0 0 8px;
  font-size:28px;
  font-weight:400;
  letter-spacing:-.035em;
}
.outreach-project-copy p{
  min-height:75px;
  margin:0 0 14px;
  color:var(--body);
  line-height:1.55;
}
.project-hero .kicker a{
  color:var(--blue);
}
.project-copy-section{
  padding:0 0 90px;
}
.project-copy-grid{
  display:grid;
  grid-template-columns:.34fr .66fr;
  gap:60px;
  border-top:1px solid var(--rule);
  padding-top:38px;
}
.project-copy-grid h2{
  margin:0;
  font-size:34px;
  font-weight:400;
  letter-spacing:-.04em;
}
.project-copy-grid p{
  color:var(--body);
  line-height:1.65;
}
.source-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  margin:16px 0 22px;
}
.source-link{
  color:var(--blue);
  font-size:13px;
  text-decoration:underline;
  text-underline-offset:3px;
}
.source-gallery-section{
  padding:0 0 120px;
}
.source-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.source-gallery-item{
  margin:0;
  aspect-ratio:1/1;
  overflow:hidden;
  background:#f7f9fc;
}
.source-gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.outreach-stories{
  padding:0 0 90px;
}
.outreach-story{
  display:grid;
  grid-template-columns:minmax(280px,.42fr) minmax(0,.58fr);
  gap:48px;
  padding:56px 0;
  border-top:1px solid var(--rule);
}
.outreach-story-image{
  aspect-ratio:4/3;
  overflow:hidden;
}
.outreach-story-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.outreach-story h2{
  margin:5px 0 12px;
  font-size:34px;
  font-weight:400;
  letter-spacing:-.035em;
}
.outreach-story p{
  color:var(--body);
  line-height:1.65;
}
.project-credit{
  margin-top:22px !important;
  color:#6b7280;
  font-size:14px;
}

/* ==========================================================
   POSITIONS + FOOTER
   ========================================================== */
.position-row p{
  max-width:720px;
}
.foot-address a{
  color:var(--blue);
}

/* ==========================================================
   RESPONSIVE additions
   ========================================================== */
@media(max-width:850px){
  .home-location-grid,
  .project-copy-grid,
  .outreach-story{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }
  .outreach-project-grid{
    grid-template-columns:1fr !important;
  }
  .source-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .news-list-item{
    grid-template-columns:70px 90px minmax(0,1fr) !important;
  }
  .news-list-item > .link{
    grid-column:3 !important;
  }
}
@media(max-width:560px){
  .home-intro-title{
    font-size:25px !important;
  }
  .source-gallery{
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }
  .news-list-item{
    grid-template-columns:84px minmax(0,1fr) !important;
  }
  .news-list-item .meta{
    grid-column:1 / -1;
  }
  .news-row-thumb{
    width:84px;
  }
  .news-list-item > .link{
    grid-column:2 !important;
  }
  .news-year-heading{
    font-size:32px;
  }
}


/* ==========================================================
   EDITORIAL REFINEMENT PASS
   ========================================================== */
/* Header / footer */
.head{grid-template-columns:auto 1fr !important;}
.head .brand{justify-self:start;}
.head nav{justify-self:end;}
.footer-identity{display:flex;align-items:baseline;gap:0;white-space:nowrap;font-size:14px;}
.footer-identity strong{font-size:15px;letter-spacing:.02em;}
.footer-dot{white-space:pre;}

/* Home */
.hero-copy h1{max-width:720px;}
.cards .card:first-child .ph img{object-fit:cover !important;transform:scale(1.02);}
.card-long-title{font-size:20px;}

/* Research overview and videos */
.research-overview-copy{max-width:1100px;margin-top:30px;font-size:20px;line-height:1.65;color:var(--body);}
.research-videos{padding:95px 0 120px;border-top:1px solid var(--rule);}
.research-videos-head{display:grid;grid-template-columns:180px 1fr;gap:40px;align-items:end;margin-bottom:34px;}
.research-videos-head h2{margin:0;font-size:42px;font-weight:400;letter-spacing:-.04em;}
.research-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;}
.video-frame{aspect-ratio:16/9;background:#eef2f7;overflow:hidden;}
.video-frame iframe{width:100%;height:100%;border:0;display:block;}
.video-card h3{margin:14px 0 4px;font-size:20px;font-weight:400;}
.video-card p{margin:0;color:#737b86;font-size:13px;}

/* Publications */
.publications-hero{padding-bottom:54px !important;}
.pub-highlights-compact{padding-bottom:110px;}
.pub-highlight-grid-eight{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:48px 26px !important;width:100%;justify-content:stretch !important;}
.journal-highlight-card{display:block;min-width:0;color:inherit;}
.journal-cover-media{width:100%;aspect-ratio:3/4;overflow:hidden;background:#f4f6f9;border:1px solid var(--rule);}
.journal-cover-media img{width:100%;height:100%;object-fit:cover;display:block;}
.journal-highlight-copy{padding-top:13px;}
.journal-highlight-meta{color:var(--blue);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;}
.journal-highlight-copy h3{margin:6px 0 0;font-size:15px;line-height:1.35;font-weight:400;letter-spacing:-.015em;}
.journal-highlight-card:hover h3{color:var(--blue);}
.pub-list-heading .kicker{color:var(--blue);}

/* News — wider selected cards, smaller grouped list */
.news-highlights-compact{padding-bottom:82px;}
.news-highlight-grid-six{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:22px !important;width:100%;}
.selected-news-card{display:grid;grid-template-columns:42% 58%;min-height:180px;border:1px solid var(--rule);background:#fff;color:inherit;overflow:hidden;}
.selected-news-media{min-width:0;height:100%;background:#f5f7fa;}
.selected-news-media img{width:100%;height:100%;object-fit:cover;display:block;}
.selected-news-copy{padding:20px 20px 18px;display:flex;flex-direction:column;justify-content:flex-end;}
.selected-news-copy span{color:var(--blue);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;}
.selected-news-copy h3{margin:8px 0 0;font-size:17px;line-height:1.35;font-weight:400;letter-spacing:-.02em;}
.selected-news-card:hover h3{color:var(--blue);}
.news-list-section{padding-top:58px !important;}
.news-list-title{display:none;}
.news-year-group{margin-bottom:48px !important;}
.news-year-heading{font-size:30px !important;margin-bottom:8px !important;padding-bottom:8px !important;border-bottom:1px solid var(--blue) !important;}
.news-list-item{grid-template-columns:44px 58px minmax(0,1fr) 76px !important;gap:12px !important;padding:15px 0 !important;align-items:center !important;}
.news-list-item .meta{font-size:11px !important;color:#8a919b;}
.news-list-item h2{font-size:17px !important;line-height:1.3 !important;margin:0 !important;}
.news-list-item p{font-size:12px !important;line-height:1.45 !important;margin:4px 0 0 !important;}
.news-list-item > .link{font-size:11px !important;text-align:right !important;white-space:nowrap;}
.news-category-icon{width:44px;height:44px;border:1px solid var(--rule);display:flex;align-items:center;justify-content:center;background:#fff;}
.news-category-icon svg{width:28px;height:28px;fill:none;stroke:var(--blue);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
.news-category-press svg{stroke:#4b5c70;}.news-category-award svg{stroke:#7358a6;}.news-category-event svg{stroke:#2d6d8a;}.news-category-people svg{stroke:#6b7280;}.news-category-lab svg{stroke:#446a5b;}
.news-archive-link-wrap{padding:4px 0 0;}
.news-archive-link{display:inline-block;padding:14px 18px;border:1px solid var(--blue);color:var(--blue);font-size:13px;font-weight:600;}
.archive-hero{padding-bottom:42px !important;}
.archive-news-section{padding-top:30px !important;}

/* Outreach */
.outreach-project-card:first-child{border-top-color:var(--blue);}

/* Positions — compact cards and map */
.positions-hero{padding-bottom:52px !important;}
.positions-section{padding:0 0 90px !important;}
.compact-positions{border-top:1px solid var(--rule);padding-top:28px;}
.position-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.position-card{padding:20px 18px 22px;border:1px solid var(--rule);min-height:205px;}
.position-card h2{margin:8px 0 10px;font-size:23px;font-weight:400;letter-spacing:-.03em;}
.position-card p{margin:0;color:var(--body);font-size:14px;line-height:1.55;}
.position-card p a{color:var(--blue);text-decoration:underline;text-underline-offset:3px;}
.position-contact-compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px;padding:22px 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);}
.contact-email{margin:7px 0 0;font-size:15px;color:var(--ink);}
.positions-map-block{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px;padding-top:30px;align-items:start;}
.positions-map-copy h2{margin:6px 0 8px;font-size:26px;font-weight:400;letter-spacing:-.03em;}
.positions-map-copy p{margin:0;color:var(--body);font-size:14px;line-height:1.5;}
.positions-map{aspect-ratio:16/6;min-height:280px;background:#eef2f7;overflow:hidden;}
.positions-map iframe{width:100%;height:100%;border:0;display:block;}

@media(max-width:900px){
  .footer-identity{white-space:normal;}
  .research-videos-head{grid-template-columns:1fr;gap:8px;}
  .pub-highlight-grid-eight{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .news-highlight-grid-six{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .selected-news-card{grid-template-columns:40% 60%;}
  .position-card-grid{grid-template-columns:1fr !important;}
  .position-card{min-height:0;}
  .positions-map-block{grid-template-columns:1fr;}
}
@media(max-width:650px){
  .footer-identity{display:block;line-height:1.5;}.footer-dot{display:none;}.footer-identity span:last-child{display:block;}
  .research-overview-copy{font-size:17px;line-height:1.55;}
  .research-video-grid{grid-template-columns:1fr;}
  .pub-highlight-grid-eight{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:30px 14px !important;}
  .news-highlight-grid-six{grid-template-columns:1fr !important;}
  .selected-news-card{min-height:150px;}
  .news-list-item{grid-template-columns:42px minmax(0,1fr) !important;gap:10px !important;}
  .news-list-item .meta{grid-column:1/-1 !important;margin-bottom:-2px;}
  .news-category-icon{grid-column:1;grid-row:2/span 2;}
  .news-list-item > div:not(.meta):not(.news-category-icon){grid-column:2;}
  .news-list-item > .link{grid-column:2 !important;text-align:left !important;margin-top:2px;}
  .position-contact-compact{grid-template-columns:1fr;}
  .positions-map{aspect-ratio:4/3;min-height:0;}
}


/* People page: seven people per row on wide desktop */
.people-roster-section .people-grid,
.people-grid.actual-grid{
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 30px 16px !important;
}

.people-roster-section .people-card-photo,
.people-grid.actual-grid .people-card-photo,
.people-roster-section .actual-person h3,
.people-grid.actual-grid .actual-person h3,
.people-roster-section .actual-person p,
.people-grid.actual-grid .actual-person p{
  width: 100% !important;
}

@media (max-width: 1250px){
  .people-roster-section .people-grid,
  .people-grid.actual-grid{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1050px){
  .people-roster-section .people-grid,
  .people-grid.actual-grid{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 850px){
  .people-roster-section .people-grid,
  .people-grid.actual-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 650px){
  .people-roster-section .people-grid,
  .people-grid.actual-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 26px 12px !important;
  }
}

@media (max-width: 440px){
  .people-roster-section .people-grid,
  .people-grid.actual-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


/* People page: tighter vertical spacing between portrait rows */
.people-roster-section .people-grid,
.people-grid.actual-grid{
  row-gap: 16px !important;
}

/* Keep names/roles compact so the next image row starts sooner */
.people-roster-section .actual-person h3,
.people-grid.actual-grid .actual-person h3{
  margin-top: 9px !important;
  margin-bottom: 2px !important;
}

.people-roster-section .actual-person p,
.people-grid.actual-grid .actual-person p{
  margin-bottom: 0 !important;
  line-height: 1.3 !important;
}

@media (max-width: 650px){
  .people-roster-section .people-grid,
  .people-grid.actual-grid{
    row-gap: 20px !important;
  }
}


/* Home hero CTA dark grey override */
.hero-copy .link {
  color: #4b4b56 !important;
}
.hero-copy .link:hover,
.hero-copy .link:focus {
  color: #2f2f38 !important;
}


/* ==========================================================
   CONSOLIDATED FINAL UPDATE PASS
   ========================================================== */

/* Slightly larger site identity and desktop nav */
@media (min-width:851px){
  .head .brand{
    font-size:30px !important;
    line-height:1 !important;
  }
  .head nav{
    font-size:16px !important;
    gap:29px !important;
  }
}
@media (max-width:850px){
  .head .brand{
    font-size:24px !important;
  }
  .mobile-menu summary{
    font-size:14px !important;
  }
}

/* Home */
.home-intro-title{
  font-size:31px !important;
  line-height:1.08 !important;
  letter-spacing:-.035em !important;
  text-transform:none !important;
  font-weight:500 !important;
}
.hero-copy .link{
  color:#4b4b56 !important;
}
.hero-copy .link:hover,
.hero-copy .link:focus{
  color:#2f2f38 !important;
}

/* New research schematics are true square source files */
.cards .ph,
.research-row .schematic{
  aspect-ratio:1 / 1 !important;
  background:#fff !important;
}
.cards .ph img,
.research-row .schematic img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  transform:none !important;
}

/* Research page: more compact overview + sections */
.research-page .pagehero{
  padding-bottom:54px !important;
}
.research-page .research-overview-copy{
  margin-top:22px !important;
  max-width:1120px;
}
.research-page .research-row{
  padding:52px 0 68px !important;
  gap:72px !important;
}
.research-title-line{
  display:flex;
  align-items:baseline;
  gap:16px;
  margin:0 0 20px;
}
.research-title-line .num{
  flex:0 0 auto;
  margin:0 !important;
  color:var(--blue);
}
.research-title-line h2{
  margin:0 !important;
}
.research-page .research-row > div:first-child > p{
  margin-top:0;
}
.research-page .research-pubs{
  margin-top:24px;
}

/* Research videos: ~30% smaller than the prior full-width layout */
.research-page .research-videos{
  padding:70px 0 92px !important;
}
.research-page .research-video-grid{
  max-width:900px;
  gap:24px !important;
}
.research-page .research-videos-head{
  max-width:900px;
  margin-bottom:26px !important;
}
.research-page .video-card h3{
  font-size:18px !important;
}

/* Positions: no numerical badges */
.position-card .num{
  display:none !important;
}

/* Beautiful Bacteria: book-forward hero */
.beautiful-bacteria-page .project-hero{
  padding-bottom:62px !important;
}
.beautiful-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  gap:70px;
  align-items:center;
}
.beautiful-book-hero{
  justify-self:end;
  width:100%;
  max-width:310px;
}
.beautiful-book-hero img{
  display:block;
  width:100%;
  height:auto;
  box-shadow:0 20px 42px rgba(15,23,42,.14);
}

/* Bacteria Outreach: more imagery up top, smaller story images, denser gallery */
.bacteria-outreach-page .project-hero{
  padding-bottom:44px !important;
}
.outreach-preview-strip{
  padding:0 0 38px;
}
.outreach-preview-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.outreach-preview-grid figure{
  margin:0;
  aspect-ratio:4 / 3;
  overflow:hidden;
  background:#f7f9fc;
}
.outreach-preview-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.bacteria-outreach-page .outreach-story{
  grid-template-columns:220px minmax(0,1fr) !important;
  gap:32px !important;
  padding:34px 0 !important;
}
.bacteria-outreach-page .outreach-story-image{
  width:220px;
  aspect-ratio:1 / 1;
}
.bacteria-outreach-page .outreach-story h2{
  font-size:29px !important;
}
.bacteria-outreach-page .source-gallery{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:12px !important;
}
.bacteria-outreach-page .source-gallery-section{
  padding-top:18px !important;
}

/* Keep current People grid compact */
.people-roster-section .people-grid,
.people-grid.actual-grid{
  grid-template-columns:repeat(7,minmax(0,1fr)) !important;
  column-gap:16px !important;
  row-gap:16px !important;
}

/* Responsive final pass */
@media (max-width:1050px){
  .beautiful-hero-grid{
    grid-template-columns:minmax(0,1fr) 260px;
    gap:38px;
  }
  .bacteria-outreach-page .source-gallery{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media (max-width:850px){
  .research-page .pagehero{
    padding-bottom:38px !important;
  }
  .research-page .research-row{
    padding:44px 0 54px !important;
    gap:28px !important;
  }
  .research-title-line{
    gap:12px;
    margin-bottom:16px;
  }
  .research-page .research-video-grid{
    max-width:100%;
  }
  .beautiful-hero-grid{
    grid-template-columns:1fr;
    gap:26px;
  }
  .beautiful-book-hero{
    justify-self:start;
    max-width:260px;
  }
  .outreach-preview-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .bacteria-outreach-page .outreach-story{
    grid-template-columns:150px minmax(0,1fr) !important;
    gap:22px !important;
  }
  .bacteria-outreach-page .outreach-story-image{
    width:150px;
  }
}
@media (max-width:560px){
  .home-intro-title{
    font-size:26px !important;
  }
  .research-title-line{
    align-items:flex-start;
  }
  .research-title-line h2{
    font-size:31px !important;
  }
  .research-page .research-video-grid{
    grid-template-columns:1fr !important;
    max-width:100%;
  }
  .bacteria-outreach-page .outreach-story{
    grid-template-columns:1fr !important;
  }
  .bacteria-outreach-page .outreach-story-image{
    width:100%;
    max-width:240px;
  }
  .bacteria-outreach-page .source-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}


/* FINAL REFINEMENT V2 */
.people-feature{padding-bottom:48px!important}.people-roster-section{padding-top:38px!important;padding-bottom:44px!important}.people-roster-section+.people-roster-section{padding-top:30px!important}.people-roster-section .kicker,.alumni-section h2{margin-bottom:22px!important}.alumni-section{padding-top:42px!important}.people-feature .bio p{margin-top:18px!important;margin-bottom:0!important;line-height:1.62!important}
.journal-cover-media{background:#fff!important}.journal-cover-media img{object-fit:cover!important}
.news-highlights-compact{padding-bottom:54px!important}.news-highlights-compact .kicker{font-size:12px!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important;margin-bottom:20px!important}.news-highlight-grid-six{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px 16px!important}.selected-news-card{display:grid!important;grid-template-columns:minmax(0,1fr) 82px!important;align-items:center!important;min-height:112px!important;border-radius:14px!important;box-shadow:none!important;padding:14px 14px 14px 16px!important}.selected-news-copy{padding:0 14px 0 0!important}.selected-news-copy h3{font-size:14px!important;line-height:1.35!important;margin:0!important}.selected-news-media{width:82px!important;height:82px!important;aspect-ratio:1/1!important;padding:0!important;border-radius:10px!important;overflow:hidden!important}.selected-news-media img{width:100%!important;height:100%!important;object-fit:cover!important}
.news-year-heading{margin:0 0 12px!important;padding:0 0 9px!important;border-bottom:1px solid var(--rule)!important;color:var(--ink)!important;font-size:12px!important;font-weight:700!important;letter-spacing:.13em!important;text-transform:uppercase!important}.news-year-group{margin-bottom:46px!important}.news-list-item{grid-template-columns:48px 72px minmax(0,1fr) 148px!important;gap:14px!important;align-items:center!important;padding:12px 0!important}.news-category-icon,.news-category-icon-img{width:38px!important;height:38px!important}.news-list-item h2{font-size:15px!important;line-height:1.35!important;margin-bottom:2px!important}.news-list-item p{font-size:13px!important;line-height:1.4!important}.news-source-card{position:relative;display:block;min-height:58px;padding:10px 32px 9px 11px;border:1px solid var(--rule);background:#fafbfd;color:var(--ink);text-decoration:none}.news-source-card:hover{border-color:#cfd7e5;background:#f5f7fb}.news-source-eyebrow{display:block;margin-bottom:3px;color:#7a8494;font-size:9px;line-height:1.2;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.news-source-card strong{display:block;font-size:11px;line-height:1.25;font-weight:600}.news-source-arrow{position:absolute;top:50%;right:10px;transform:translateY(-50%);color:#555f71;font-size:15px}
.research-title-line .num{font-size:31px!important;line-height:1!important;font-weight:500!important;letter-spacing:-.04em!important;min-width:44px}
.bacteria-outreach-page .outreach-stories{padding-top:0!important}.bacteria-outreach-page .project-hero{padding-bottom:34px!important}.outreach-project-card[href="microuniverse.html"] .outreach-project-image img{object-fit:contain!important;background:#fff!important}
@media(max-width:1100px){.news-highlight-grid-six{grid-template-columns:repeat(2,minmax(0,1fr))!important}.news-list-item{grid-template-columns:42px 64px minmax(0,1fr) 132px!important}}@media(max-width:760px){.news-highlight-grid-six{grid-template-columns:1fr!important}.selected-news-card{grid-template-columns:minmax(0,1fr) 74px!important}.selected-news-media{width:74px!important;height:74px!important}.news-list-item{grid-template-columns:40px minmax(0,1fr)!important;grid-template-areas:"icon meta" "icon text" "icon source"!important}.news-category-icon{grid-area:icon}.news-list-item .meta{grid-area:meta}.news-list-item>div:nth-of-type(2){grid-area:text}.news-source-card{grid-area:source;width:min(180px,100%);margin-top:5px}}


/* ==========================================================
   HEADER / HOME / NEWS REFINEMENT
   ========================================================== */

/* Larger header typography and less unused vertical space */
header{
  padding:20px 0 12px !important;
}
.head{
  align-items:center !important;
}
@media (min-width:851px){
  .head .brand{
    font-size:33px !important;
    line-height:1 !important;
  }
  .head nav{
    font-size:17px !important;
    gap:31px !important;
    align-items:center !important;
  }
  .head nav a{
    padding-bottom:5px !important;
  }
}

/* Home hero: bring title upward and move lab label directly above CTA */
.hero{
  padding-top:42px !important;
}
.hero-grid{
  align-items:center !important;
}
.hero-copy h1{
  margin-top:-8px !important;
}
.hero-copy p.body{
  margin:30px 0 22px !important;
}
.hero-lab-kicker{
  margin:0 0 10px !important;
  color:#5d6572 !important;
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:.11em !important;
  text-transform:uppercase !important;
}
.hero-copy .link{
  display:inline-block;
  margin-top:0 !important;
}

/* News list adopts the same editorial structure as Publication List */
.news-list-section{
  padding-top:38px !important;
}
.news-list-heading{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:28px;
  align-items:end;
  padding-bottom:20px;
  border-bottom:1px solid var(--rule);
}
.news-list-heading .kicker{
  margin:0 !important;
}
.news-list-heading h2{
  margin:0;
  font-size:38px;
  font-weight:400;
  letter-spacing:-.04em;
}
.news-sleek-list{
  border-top:0;
}
.news-sleek-row{
  display:grid;
  grid-template-columns:180px minmax(0,1fr) 150px;
  gap:28px;
  align-items:start;
  padding:23px 0;
  border-bottom:1px solid var(--rule);
}
.news-sleek-meta{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  color:#646d7b;
  font-size:12px;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.news-sleek-meta .news-category-icon{
  flex:0 0 auto;
  width:34px !important;
  height:34px !important;
}
.news-sleek-meta .news-category-icon-img{
  width:34px !important;
  height:34px !important;
}
.news-sleek-year{
  color:#657082;
  font-size:11px;
  font-weight:700;
  letter-spacing:.09em;
}
.news-sleek-main h2{
  margin:0 0 6px;
  font-size:18px;
  line-height:1.32;
  font-weight:500;
  letter-spacing:-.015em;
}
.news-sleek-main h2 a{
  color:var(--ink);
}
.news-sleek-main h2 a:hover{
  color:var(--blue);
}
.news-sleek-main p{
  margin:0;
  max-width:760px;
  color:#666f7d;
  font-size:13px;
  line-height:1.45;
}
.news-sleek-action{
  justify-self:end;
  width:100%;
  max-width:150px;
}
.news-view-link{
  position:relative;
  display:block;
  min-height:58px;
  padding:10px 32px 9px 11px;
  border:1px solid var(--rule);
  background:#fafbfd;
  color:var(--ink);
}
.news-view-link:hover{
  border-color:#ccd5e3;
  background:#f5f7fb;
}
.news-view-link strong{
  display:block;
  font-size:11px;
  line-height:1.3;
  font-weight:600;
}
.news-view-link .news-source-arrow{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  font-size:15px;
}
.news-view-link .news-source-eyebrow{
  display:block;
  margin-bottom:3px;
  color:#7a8494;
  font-size:9px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
}

/* Slightly tighten the selected-news area above the list */
.news-highlights-compact{
  padding-bottom:44px !important;
}

@media(max-width:900px){
  header{
    padding-top:14px !important;
  }
  .news-list-heading{
    grid-template-columns:1fr;
    gap:6px;
  }
  .news-sleek-row{
    grid-template-columns:110px minmax(0,1fr) 130px;
    gap:18px;
  }
}

@media(max-width:680px){
  .hero{
    padding-top:28px !important;
  }
  .hero-copy h1{
    margin-top:0 !important;
  }
  .news-sleek-row{
    grid-template-columns:46px minmax(0,1fr);
    gap:12px;
  }
  .news-sleek-meta{
    align-items:flex-start;
  }
  .news-sleek-year{
    display:none;
  }
  .news-sleek-action{
    grid-column:2;
    justify-self:start;
    max-width:160px;
    margin-top:8px;
  }
}


/* ==========================================================
   JULY REFINEMENT — HOME / PEOPLE / ABOUT / NEWS
   ========================================================== */

/* Home lab label: same scale as CTA, bright blue */
.hero-lab-kicker{
  color:var(--blue) !important;
  font-size:13px !important;
  line-height:1.25 !important;
  font-weight:700 !important;
  letter-spacing:.09em !important;
  margin:0 0 8px !important;
}
.hero-copy .link{
  font-size:13px !important;
}

/* People: further reduce inter-section whitespace */
.people-feature{
  padding-bottom:34px !important;
}
.people-roster-section{
  padding-top:24px !important;
  padding-bottom:30px !important;
}
.people-roster-section + .people-roster-section{
  padding-top:20px !important;
}
.alumni-section{
  padding-top:30px !important;
}
.alumni-section h2,
.people-roster-section .kicker{
  margin-bottom:16px !important;
}

/* News list heading now just uses the compact News kicker */
.news-list-heading{
  grid-template-columns:1fr !important;
  padding-bottom:12px !important;
}

/* About page */
.about-location-images{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:22px;
}
.about-location-images figure{
  margin:0;
  overflow:hidden;
  background:#f7f9fc;
  aspect-ratio:16/10;
}
.about-location-images img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

@media(max-width:680px){
  .about-location-images{
    grid-template-columns:1fr;
  }
}

.people-photo,.people-card-photo img,.people-feature img{filter:none!important;opacity:1!important;mix-blend-mode:normal!important}
.research-feature-image{margin:24px 0 4px;width:min(420px,100%);aspect-ratio:4/3;overflow:hidden;background:#071126}
.research-feature-image img{width:100%;height:100%;object-fit:cover;display:block}
.news-highlights-compact .news-highlight-grid-six{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:34px 30px!important}
.news-highlights-compact .selected-news-card{display:block!important;padding:0!important;border:0!important;border-top:3px solid #8d6fd1!important;border-radius:0!important;box-shadow:none!important;background:#fff!important}
.news-highlights-compact .selected-news-media{width:100%!important;height:auto!important;aspect-ratio:4/3!important;border-radius:0!important;overflow:hidden;background:#f7f9fc}
.news-highlights-compact .selected-news-media img{width:100%!important;height:100%!important;object-fit:cover!important}
.news-highlights-compact .selected-news-copy{padding:12px 0 0!important}
.selected-news-meta{margin-bottom:6px;color:#6f50b5;font-size:10px;line-height:1.2;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.news-highlights-compact .selected-news-copy h3{color:#111827;font-size:14px!important;line-height:1.38!important}
.selected-news-lotus{border-top-color:#d6a52c!important}.selected-news-lotus .selected-news-meta{color:#9b6c00}
.selected-news-award-media{display:flex!important;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff9e8,#f4e3a8)!important}
.selected-news-award-media img{width:45%!important;height:45%!important;object-fit:contain!important}
.source-gallery-wide{grid-column:span 2;aspect-ratio:16/9!important}
.bacteria-outreach-gallery{padding:34px 0 95px}.bacteria-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}
.bacteria-gallery-grid figure{margin:0;aspect-ratio:1/1;overflow:hidden;background:#f7f9fc}.bacteria-gallery-grid img{width:100%;height:100%;object-fit:cover;display:block}
.about-location-images{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important;margin-top:34px!important}.about-location-images figure{aspect-ratio:4/3!important}
.cancer-outreach-hero{padding-bottom:58px!important}.cancer-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.7fr);gap:58px;align-items:center}
.cancer-hero-grid figure{margin:0;overflow:hidden;background:#f9eff5}.cancer-hero-grid img{width:100%;height:auto;display:block}
.cancer-article-section{padding:62px 0 72px;border-top:1px solid var(--rule)}.cancer-article-grid{display:grid;grid-template-columns:180px minmax(0,1fr);gap:52px}
.cancer-article-grid h2{margin:0 0 14px;font-size:34px;font-weight:400;letter-spacing:-.035em}.cancer-article-grid p{max-width:820px;color:var(--body);line-height:1.65}
.cancer-gallery-section{padding:42px 0 110px;border-top:1px solid var(--rule)}.cancer-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}
.cancer-gallery-grid figure{margin:0;min-height:260px;overflow:hidden;background:#f7f9fc}.cancer-gallery-grid img{width:100%;height:100%;min-height:260px;object-fit:cover;display:block}
.cancer-gallery-grid figure:nth-child(1),.cancer-gallery-grid figure:nth-child(4){grid-column:span 2}
@media(max-width:1100px){.news-highlights-compact .news-highlight-grid-six{grid-template-columns:repeat(3,minmax(0,1fr))!important}.bacteria-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.news-highlights-compact .news-highlight-grid-six{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cancer-hero-grid,.cancer-article-grid{grid-template-columns:1fr;gap:24px}.cancer-gallery-grid{grid-template-columns:1fr 1fr}.cancer-gallery-grid figure:nth-child(1),.cancer-gallery-grid figure:nth-child(4){grid-column:auto}}


/* ==========================================================
   COMPACTNESS + NEWS / OUTREACH / ABOUT REFINEMENT
   ========================================================== */

/* Global vertical rhythm: slightly tighter */
.pagehero{
  padding-top:54px !important;
  padding-bottom:44px !important;
}
section{
  scroll-margin-top:80px;
}

/* Research: reduce whitespace between sections */
.research-page .pagehero{
  padding-bottom:34px !important;
}
.research-page .research-row{
  padding:38px 0 46px !important;
}
.research-page .research-pubs{
  margin-top:18px !important;
  padding-top:16px !important;
}
.research-page .research-videos{
  padding-top:48px !important;
  padding-bottom:64px !important;
}

/* News selected highlights: exact image sizing and cleaner hierarchy */
.news-highlights-compact{
  padding-top:34px !important;
  padding-bottom:38px !important;
}
.news-highlights-compact .news-highlight-grid-six{
  gap:28px 26px !important;
}
.news-highlights-compact .selected-news-media{
  width:100% !important;
  aspect-ratio:4 / 3 !important;
  overflow:hidden !important;
  background:#f7f9fc !important;
}
.news-highlights-compact .selected-news-media img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}
.selected-news-copy{
  padding-top:11px !important;
}
.selected-news-meta{
  order:-1;
  margin:0 0 6px !important;
  color:#6f50b5 !important;
  font-size:10px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  letter-spacing:.11em !important;
  text-transform:uppercase !important;
}
.selected-news-copy h3{
  margin:0 !important;
  color:#111827 !important;
  font-size:14px !important;
  line-height:1.4 !important;
  font-style:italic !important;
  font-weight:650 !important;
}

/* Outreach landing: four projects across one row */
.outreach-project-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:22px !important;
}
.outreach-project-card{
  padding-top:14px !important;
}
.outreach-project-image{
  aspect-ratio:1 / 1 !important;
}
.outreach-project-copy h2{
  font-size:24px !important;
}
.outreach-project-copy p{
  min-height:0 !important;
  font-size:14px !important;
}

/* Cancer Outreach: align scale with other outreach pages */
.cancer-outreach-hero{
  padding-top:54px !important;
  padding-bottom:42px !important;
}
.cancer-hero-grid{
  grid-template-columns:minmax(0,1fr) 360px !important;
  gap:42px !important;
}
.cancer-hero-grid h1{
  font-size:56px !important;
  line-height:1 !important;
}
.cancer-hero-grid figure{
  max-width:360px;
  justify-self:end;
}
.cancer-article-section{
  padding:48px 0 56px !important;
}
.cancer-article-grid{
  gap:40px !important;
}
.cancer-gallery-section{
  padding:34px 0 80px !important;
}
.cancer-gallery-grid{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:10px !important;
}
.cancer-gallery-grid figure,
.cancer-gallery-grid figure:nth-child(1),
.cancer-gallery-grid figure:nth-child(4){
  grid-column:auto !important;
  min-height:0 !important;
  aspect-ratio:1 / 1 !important;
}
.cancer-gallery-grid img{
  min-height:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

/* About: substantially larger paired images */
.about-location-images{
  width:100% !important;
  max-width:none !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:24px !important;
  margin-top:30px !important;
}
.about-location-images figure{
  aspect-ratio:16 / 9 !important;
  min-height:360px !important;
}
.about-location-images img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

/* Also tighten People section spacing a bit more */
.people-feature{
  padding-bottom:26px !important;
}
.people-roster-section{
  padding-top:18px !important;
  padding-bottom:24px !important;
}
.people-roster-section + .people-roster-section{
  padding-top:14px !important;
}
.alumni-section{
  padding-top:24px !important;
}

@media(max-width:1100px){
  .outreach-project-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .cancer-gallery-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media(max-width:760px){
  .outreach-project-grid{
    grid-template-columns:1fr !important;
  }
  .cancer-hero-grid{
    grid-template-columns:1fr !important;
  }
  .cancer-hero-grid figure{
    justify-self:start;
    max-width:280px;
  }
  .cancer-hero-grid h1{
    font-size:44px !important;
  }
  .cancer-gallery-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .about-location-images{
    grid-template-columns:1fr !important;
  }
  .about-location-images figure{
    min-height:260px !important;
  }
}


/* ==========================================================
   PEOPLE + NEWS REFINEMENT
   ========================================================== */

/* People: reduce white space between page heading and Tal section */
.people-page .pagehero,
body:has(.people-feature) .pagehero{
  padding-bottom:24px !important;
}
.people-feature{
  padding-top:18px !important;
  padding-bottom:22px !important;
}
.people-feature .bio p{
  margin-top:14px !important;
  line-height:1.58 !important;
}

/* People: compact section spacing */
.people-roster-section{
  padding-top:16px !important;
  padding-bottom:22px !important;
}
.people-roster-section + .people-roster-section{
  padding-top:12px !important;
}
.alumni-section{
  padding-top:18px !important;
}

/* Alumni label matches the blue all-caps section language */
.alumni-kicker{
  margin:0 0 16px !important;
  color:var(--blue) !important;
  font-size:12px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  letter-spacing:.11em !important;
  text-transform:uppercase !important;
}

/* News: bring selected recent highlights closer to page heading */
.news-page .pagehero,
body:has(.news-highlights-compact) .pagehero{
  padding-bottom:20px !important;
}
.news-highlights-compact{
  padding-top:16px !important;
}
.news-highlights-compact .kicker{
  margin-top:0 !important;
  margin-bottom:16px !important;
}

/* Current requested refinements */
.hero-research-cta{
  display:inline-block;
  margin-top:18px;
  color:var(--blue);
  font-size:14px;
  line-height:1.45;
  font-weight:700;
  letter-spacing:.075em;
  text-transform:uppercase;
  text-decoration:none;
}
.hero-research-cta span{padding-left:8px}
.hero-research-cta:hover{opacity:.72}

/* News article titles should not read as bold blocks */
.news-sleek-main h2,
.news-sleek-main h2 a{
  font-weight:400 !important;
}

/* About: upper lab image stays independent; building moves beside map */
.about-location-images{
  grid-template-columns:minmax(0,1fr) !important;
}
.about-location-images figure{
  max-width:none !important;
}
.positions-map-block{
  display:grid !important;
  grid-template-columns:minmax(240px,.72fr) minmax(0,1.55fr) !important;
  gap:34px !important;
  align-items:start !important;
}
.about-map-media{
  min-width:0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:stretch;
}
.about-map-media figure,
.about-map-media .positions-map{
  margin:0;
  min-width:0;
  overflow:hidden;
}
.about-map-media figure img{
  width:100%;
  height:100%;
  min-height:330px;
  object-fit:cover;
  display:block;
}
.about-map-media .positions-map iframe{
  width:100%;
  height:100%;
  min-height:330px;
  display:block;
}
@media(max-width:900px){
  .positions-map-block{grid-template-columns:1fr !important}
  .about-map-media{grid-template-columns:1fr}
  .about-map-media figure img,.about-map-media .positions-map iframe{min-height:280px}
}

/* News titles: roman, not italic */
.selected-news-copy h3,
.news-sleek-main h2,
.news-sleek-main h2 a {
  font-style: normal !important;
}


/* ==========================================================
   NEWS SELECTED HIGHLIGHTS — 6 × 1 EDITORIAL ROW
   ========================================================== */

.news-highlights-compact .wrap{
  max-width:1500px !important;
}

/* Six cards across on wide desktop */
.news-highlights-compact .news-highlight-grid-six{
  display:grid !important;
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:28px 18px !important;
  align-items:start !important;
}

/* Image/schematic first, title underneath */
.news-highlights-compact .selected-news-card{
  display:block !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-top:2px solid #dfe4ec !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  color:inherit !important;
}

.news-highlights-compact .selected-news-media{
  display:block !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:1 / 1 !important;
  overflow:hidden !important;
  background:#f7f9fc !important;
  margin-top:10px !important;
}

.news-highlights-compact .selected-news-media img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}

.news-highlights-compact .selected-news-copy{
  display:block !important;
  padding:10px 0 0 !important;
  margin:0 !important;
}

.news-highlights-compact .selected-news-title,
.news-highlights-compact .selected-news-copy h3{
  margin:0 !important;
  color:#222936 !important;
  font-size:13px !important;
  line-height:1.38 !important;
  font-weight:400 !important;
  font-style:normal !important;
  letter-spacing:0 !important;
}

.news-highlights-compact .selected-news-card:hover .selected-news-title,
.news-highlights-compact .selected-news-card:hover .selected-news-copy h3{
  color:var(--blue) !important;
}

/* Keep section itself compact */
.news-highlights-compact{
  padding-top:14px !important;
  padding-bottom:34px !important;
}

.news-highlights-compact .kicker{
  margin-bottom:16px !important;
}

/* Responsive fallbacks */
@media(max-width:1250px){
  .news-highlights-compact .news-highlight-grid-six{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:24px 22px !important;
  }
}

@media(max-width:720px){
  .news-highlights-compact .news-highlight-grid-six{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:22px 16px !important;
  }
}

@media(max-width:480px){
  .news-highlights-compact .news-highlight-grid-six{
    grid-template-columns:1fr !important;
  }
  .news-highlights-compact .selected-news-media{
    max-width:280px;
  }
}


/* Minor July refinements */
.research-pubs li a{
  text-transform:none !important;
}

/* Bacteria outreach sections no longer use numerical labels */
.bacteria-outreach-page .outreach-story .num{
  display:none !important;
}


/* Final News Selected Highlights venue metadata */
.news-highlights-compact .news-venue-meta{
  margin:10px 0 5px !important;
  color:var(--blue) !important;
  font-size:9.5px !important;
  line-height:1.25 !important;
  font-weight:700 !important;
  letter-spacing:.10em !important;
  text-transform:uppercase !important;
}

.news-highlights-compact .selected-news-copy{
  padding-top:0 !important;
}

.news-highlights-compact .selected-news-copy h3{
  margin-top:0 !important;
  font-weight:400 !important;
  font-style:normal !important;
}

/* News Selected Recent Highlights: publication-card title treatment. */
.news-highlights-compact .selected-news-title,
.news-highlights-compact .selected-news-copy h3{
  margin:6px 0 0 !important;
  color:var(--ink) !important;
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:600 !important;
  font-style:normal !important;
  letter-spacing:-.015em !important;
}


/* ==========================================================
   NEWS — GROUP RELATED COVERAGE
   Restores the parent/indented-coverage logic of the original site
   while retaining the current publication-list visual system.
   ========================================================== */
.news-topic-parent{
  position:relative;
}

.news-topic-cluster-label{
  display:inline-block;
  margin-top:8px;
  color:var(--blue);
  font-size:9px;
  line-height:1;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.news-topic-child{
  position:relative;
  margin-left:52px !important;
  width:calc(100% - 52px) !important;
  background:rgba(27, 95, 191, .018);
}

.news-topic-child::before{
  content:"";
  position:absolute;
  left:-25px;
  top:-1px;
  bottom:-1px;
  width:1px;
  background:rgba(27, 95, 191, .22);
}

.news-topic-child::after{
  content:"↳";
  position:absolute;
  left:-18px;
  top:50%;
  transform:translateY(-50%);
  color:var(--blue);
  font-size:13px;
  line-height:1;
}

.news-topic-child .news-item-title,
.news-topic-child .news-title,
.news-topic-child h3{
  font-size:.94em !important;
  font-weight:500 !important;
}

.news-topic-child .news-icon,
.news-topic-child .news-list-icon,
.news-topic-child img{
  transform:scale(.86);
  transform-origin:center;
}

@media (max-width: 760px){
  .news-topic-child{
    margin-left:24px !important;
    width:calc(100% - 24px) !important;
  }
  .news-topic-child::before{ left:-13px; }
  .news-topic-child::after{ left:-9px; font-size:11px; }
}


/* Parent News items with related coverage: stronger visual hierarchy */
.news-topic-parent .news-topic-parent-title,
.news-topic-parent .news-topic-parent-title a{
  font-weight:700 !important;
}


/* Header-only flat bacterium/gene-circuit icon.
   No homepage content, image, CTA, spacing, or other page changes. */
.brand-bacteria-icon{
  display:inline-flex;
  width:46px;
  height:22px;
  margin-left:8px;
  color:#5f49a8;
  flex:0 0 auto;
  vertical-align:middle;
}
.brand-bacteria-icon svg{
  display:block;
  width:100%;
  height:100%;
}
@media(max-width:560px){
  .brand-bacteria-icon{
    width:38px;
    height:19px;
    margin-left:5px;
  }
}


/* Header bacterium icon v2 — image only; no other layout changes */
.brand-bacteria-icon-v2{
  width:54px !important;
  height:28px !important;
  margin-left:8px !important;
  display:inline-flex !important;
  align-items:center;
  overflow:visible;
}
.brand-bacteria-icon-v2 img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
@media(max-width:560px){
  .brand-bacteria-icon-v2{
    width:45px !important;
    height:23px !important;
    margin-left:5px !important;
  }
}


/* ==========================================================
   FINAL HEADER / HOME CTA / PUBLICATION #7 / NEWS TITLE POLISH
   ========================================================== */

/* Header icon removed; no replacement. */

/* Home CTA */
.hero-lab-label-final{
  margin-top:24px;
  margin-bottom:5px;
  color:var(--blue);
  font-size:12px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:.105em;
  text-transform:uppercase;
}
.hero-research-cta{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  margin-top:0 !important;
  color:#3b3f49 !important;
  font-size:15px !important;
  line-height:1.3 !important;
  font-weight:600 !important;
  letter-spacing:.01em !important;
  text-transform:uppercase !important;
  text-decoration:none !important;
}
.hero-research-cta span{
  padding-left:0 !important;
}

/* News Selected Recent Highlights titles: semibold, not italic. */
.news-highlights-compact .selected-news-title,
.news-highlights-compact .selected-news-copy h3{
  font-weight:600 !important;
  font-style:normal !important;
}

@media(max-width:560px){
  .hero-lab-label-final{
    font-size:10.5px;
    margin-top:20px;
  }
  .hero-research-cta{
    font-size:14px !important;
  }
}


/* ==========================================================
   Publications Press / Outreach / About refinements
   ========================================================== */

/* Press: title plus publication name, with slightly larger text. */
.pub-press-box a{
  font-size:calc(1em + 1px) !important;
  line-height:1.45 !important;
}
.pub-press-box .press-title{
  display:inline;
}
.pub-press-box .press-source{
  display:inline;
  margin-left:.42em;
  font-style:italic;
  font-weight:400;
  color:#687386;
}
.pub-press-box .press-source::before{
  content:"— ";
}

/* Outreach landing: show entire Cancer Outreach artwork, no crop. */
.outreach-project-card.cancer-outreach-card .outreach-project-image{
  background:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}
.outreach-project-card.cancer-outreach-card .outreach-project-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  transform:none !important;
}


/* News Selected Recent Highlights — medium weight */
.news-highlights-compact .selected-news-title,
.news-highlights-compact .selected-news-copy h3{
  font-weight:500 !important;
  font-style:normal !important;
}


/* Homepage Research Areas label */
.research-areas-label{
  margin:0 0 18px;
  color:var(--blue);
  font-size:12px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:.105em;
  text-transform:uppercase;
}
@media(max-width:560px){
  .research-areas-label{
    font-size:10.5px;
    margin-bottom:14px;
  }
}


/* Research page: introductory reading before videos */
.research-intro-articles{
  padding:28px 0 12px;
  border-top:1px solid var(--rule);
}
.research-intro-articles .research-videos-head{
  margin-bottom:16px;
}
.research-intro-article-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.research-intro-article-card{
  display:block;
  padding:18px 0 20px;
  border-top:1px solid var(--rule);
  color:inherit;
  text-decoration:none;
}
.research-intro-article-meta{
  margin-bottom:8px;
  color:var(--blue);
  font-size:12px;
  font-weight:700;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.research-intro-article-card h3{
  margin:0 0 7px;
  font-size:18px;
  line-height:1.35;
  font-weight:600;
  text-transform:none;
}
.research-intro-article-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}
.research-intro-article-card:hover h3{
  color:var(--blue);
}
@media(max-width:700px){
  .research-intro-article-grid{
    grid-template-columns:1fr;
  }
}


/* Header brand refinement: more colorful DANINO LAB wordmark */
.head .brand,
.brand{
  color: var(--blue);
  background: linear-gradient(90deg, #071126 0%, #0b2f73 38%, #1457ff 72%, #4f86ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: -0.045em;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .head .brand,
  .brand{
    color: var(--blue);
  }
}


/* Research explainer heading shared by Introductory Reads + Videos */
.research-explainer-heading{
  padding:44px 0 10px;
  border-top:1px solid var(--rule);
}
.research-explainer-heading h2{
  margin:0;
  font-size:clamp(34px,4vw,54px);
  line-height:1.06;
  letter-spacing:-.04em;
  font-weight:400;
}
.research-intro-article-card p{
  max-width:62ch;
  font-size:13.5px;
  line-height:1.55;
}


/* Research page publication author lines */
.research-pubs li .research-pub-authors{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.35;
  font-weight:500;
}


/* Homepage: soften transition from Engineering Living Medicines into hero image */
.home-hero{
  position:relative;
}
.home-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:150px;
  pointer-events:none;
  z-index:2;
  background:linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.22) 35%,
    rgba(255,255,255,.58) 70%,
    rgba(255,255,255,.92) 100%
  );
}
.home-hero > *{
  position:relative;
  z-index:1;
}

/* Homepage CTA: make EXPLORE OUR RESEARCH match SYNTHETIC BIOLOGICAL SYSTEMS LABORATORY */
.home .hero-link,
.home-hero .hero-link,
.hero-link{
  font-size:12px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:.105em;
}
@media(max-width:560px){
  .home .hero-link,
  .home-hero .hero-link,
  .hero-link{
    font-size:10.5px;
  }
}


/* Research explainer: cleaner transition without horizontal rules */
.research-explainer-heading,
.research-intro-articles{
  border-top:none !important;
}
.research-intro-articles{
  border-bottom:none !important;
}

/* Research publication citation: authors + venue/year on one line */
.research-pubs li .research-pub-authors{
  display:block;
  margin-top:4px;
}


/* Homepage CTA: exactly match SYNTHETIC BIOLOGICAL SYSTEMS LABORATORY size */
.hero-research-cta{
  font-size:12px !important;
  line-height:1.3 !important;
  font-weight:700 !important;
  letter-spacing:.105em !important;
}
.hero-research-cta span{
  font-size:12px !important;
}
@media(max-width:560px){
  .hero-research-cta,
  .hero-research-cta span{
    font-size:10.5px !important;
  }
}


/* People page: remove horizontal rule directly after Alumni heading/tag */
.people-alumni,
.alumni-section,
.people-roster-section:last-of-type{
  border-top:none !important;
}
.people-alumni .kicker,
.alumni-section .kicker{
  border-bottom:none !important;
}


/* PI layout: photo remains in its original portrait box; identity sits below it */
.people-feature .pi-left-column{
  min-width:0;
}
.people-feature .pi-photo-text{
  padding-top:16px;
}
.people-feature .pi-photo-text h2{
  margin-top:0;
}
.people-feature .pi-photo-text .role{
  margin-bottom:0;
}


/* PI feature refinement: identity above portrait to create a stronger left-hand block */
.people-feature .pi-left-column{
  min-width:0;
  display:flex;
  flex-direction:column;
}

.people-feature .pi-photo-text{
  padding:0 0 20px 0 !important;
  margin:0 !important;
}

.people-feature .pi-photo-text h2{
  margin:0 0 8px 0 !important;
  font-size:50px !important;
  line-height:.98 !important;
  font-weight:400 !important;
  letter-spacing:-.045em !important;
}

.people-feature .pi-photo-text .role{
  margin:0 !important;
  font-size:13px !important;
  line-height:1.3 !important;
}

.people-feature .portrait-photo{
  margin:0 !important;
}

@media(max-width:850px){
  .people-feature .pi-photo-text{
    padding-bottom:16px !important;
  }
  .people-feature .pi-photo-text h2{
    font-size:42px !important;
  }
}


/* PI bio spacing: keep the right column cohesive and restore affiliations */
.people-feature .pi-bio-copy{
  align-self:start;
  padding-top:2px;
}
.people-feature .pi-bio-copy > p:first-child{
  margin-top:0 !important;
}
.people-feature .pi-bio-copy .pi-affiliations{
  margin-top:18px !important;
  margin-bottom:0 !important;
}
@media(max-width:850px){
  .people-feature .pi-bio-copy{
    padding-top:0;
  }
  .people-feature .pi-bio-copy .pi-affiliations{
    margin-top:14px !important;
  }
}


/* PI typography + section spacing refinement */
.people-feature .pi-photo-text h2{
  font-size:48px !important; /* ~2pt smaller */
}

/* Match Principal Investigator to roster section-heading typography */
.people-feature .pi-photo-text .role{
  font-size:12px !important;
  line-height:1.3 !important;
  font-weight:700 !important;
  letter-spacing:.105em !important;
  text-transform:uppercase !important;
}

/* More breathing room between PI feature and Graduate Students / Postdocs / Staff */
.people-feature + .people-roster-section{
  margin-top:44px !important;
  padding-top:28px !important;
}

@media(max-width:850px){
  .people-feature .pi-photo-text h2{
    font-size:40px !important;
  }
  .people-feature + .people-roster-section{
    margin-top:34px !important;
    padding-top:22px !important;
  }
}


/* PI bio is one continuous paragraph */
.people-feature .pi-bio-copy p{
  margin-top:0 !important;
  margin-bottom:0 !important;
}


/* People portraits: consistent rectangular presentation */
.people-card-photo,
.people-card-photo img,
.people-photo{
  border-radius:0 !important;
  clip-path:none !important;
}


/* People page final PI spacing/rules */
.people-feature .pi-photo-text h2{
  font-size:46px !important; /* another ~2pt reduction */
}

/* Move bio down slightly to create breathing room at top */
.people-feature .pi-bio-copy{
  padding-top:18px !important;
}

/* Divider after complete PI photo/bio feature */
.people-feature{
  border-bottom:1px solid var(--line) !important;
  padding-bottom:42px !important;
  margin-bottom:44px !important;
}

/* The roster section follows the PI divider without an extra top rule */
.people-feature + .people-roster-section{
  border-top:none !important;
  margin-top:0 !important;
  padding-top:0 !important;
}

/* Alumni: no horizontal rule directly beneath/around the Alumni label */
.people-roster-section:last-of-type,
.people-roster-section:last-of-type .kicker,
.people-alumni,
.people-alumni .kicker,
.alumni-section,
.alumni-section .kicker{
  border-top:none !important;
  border-bottom:none !important;
}

@media(max-width:850px){
  .people-feature .pi-photo-text h2{
    font-size:38px !important;
  }
  .people-feature .pi-bio-copy{
    padding-top:14px !important;
  }
  .people-feature{
    padding-bottom:34px !important;
    margin-bottom:36px !important;
  }
}

/* Haoyang portrait: remove circular mask; other portrait assets remain original */
.people-card-photo,
.people-card-photo img,
.people-photo{
  border-radius:0 !important;
  clip-path:none !important;
}

/* People portrait display: rectangular cards */
.people-card-photo,
.people-card-photo img,
.people-photo{
  border-radius:0 !important;
  clip-path:none !important;
}
