:root{--navy:#0d2048;--ink:#17213a;--muted:#667085;--line:#e6e9ef;--soft:#f5f7fb;--white:#fff;--max:1120px}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);line-height:1.6;background:#fff}a{color:var(--navy);text-decoration:none}a:hover{text-decoration:underline}.site-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:22px min(5vw,72px);background:var(--navy);border-bottom:1px solid rgba(255,255,255,.16);box-shadow:0 8px 24px rgba(13,32,72,.16);min-height:96px}.brand{display:flex;align-items:center;gap:18px;font-weight:800;letter-spacing:.02em;color:#fff;font-size:1.08rem}.brand:hover{text-decoration:none}.site-header nav{display:flex;gap:30px;font-weight:750;font-size:1.05rem}.site-header a{color:#fff}.site-header nav a{opacity:.92}.site-header nav a:hover{opacity:1;text-decoration:none;border-bottom:2px solid #fff}.hero{background:linear-gradient(180deg,#f6f8fc 0%,#fff 100%);color:var(--ink);display:grid;place-items:center;padding:86px min(5vw,64px)}.simple-hero{min-height:auto}.hero-card{width:min(980px,100%);background:#fff;border:1px solid var(--line);border-radius:34px;padding:clamp(34px,6vw,72px);box-shadow:0 18px 54px rgba(13,32,72,.10);text-align:center}.hero-logo{width:min(260px,65vw);height:auto;margin:0 auto 24px;display:block}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:#dbe7ff}.navy-eyebrow{color:var(--navy)}.hero .eyebrow{color:var(--navy)}.hero h1{font-size:clamp(38px,7vw,74px);line-height:1;margin:.15em auto;color:var(--navy);max-width:840px}.hero p{max-width:760px;font-size:clamp(17px,2.1vw,22px);margin-left:auto;margin-right:auto}.button-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px;justify-content:center}.button{display:inline-block;background:var(--navy);color:#fff;font-weight:800;padding:12px 18px;border-radius:999px}.button.secondary{background:#fff;color:var(--navy);border:1px solid var(--navy)}.section{max-width:var(--max);margin:0 auto;padding:70px min(5vw,64px)}.section.narrow{max-width:860px}.section h1,.section h2{color:var(--navy);line-height:1.1}.section h1{font-size:clamp(38px,6vw,62px)}.section h2{font-size:clamp(28px,4vw,42px)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 8px 28px rgba(13,32,72,.06)}.card h3{margin-top:0;color:var(--navy)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.split img{width:100%;border-radius:28px}.band{background:var(--soft)}.people-group{margin-top:40px}.people-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.person{padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.person strong{color:var(--navy);font-size:1.1rem}.person p{margin:.35em 0 0;color:var(--muted)}.pub-controls{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0}.search{width:min(460px,100%);padding:12px 14px;border:1px solid var(--line);border-radius:12px}.pub-year{margin-top:42px;border-top:3px solid var(--navy);padding-top:18px}.publication{padding:18px 0;border-bottom:1px solid var(--line)}.publication .title{font-weight:800;color:var(--navy)}.publication .meta{color:var(--muted);font-size:.95rem}.site-footer{background:var(--navy);color:white;padding:42px min(5vw,64px);text-align:center}.site-footer a{color:white}.logo-row{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:18px}.logo-row img{height:64px;width:auto;object-fit:contain}.brand-logo{height:56px;width:auto;display:block;object-fit:contain}.news-card{overflow:hidden;padding:0}.news-image{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;border-bottom:1px solid var(--line)}.news-card-body{padding:22px}
@media(max-width:760px){.site-header{align-items:flex-start;gap:14px;flex-direction:column;min-height:auto}.brand-logo{height:46px}.site-header nav{gap:14px;flex-wrap:wrap}.grid,.split,.people-list{grid-template-columns:1fr}.hero{padding:44px min(5vw,64px)}.hero-card{border-radius:24px}}
.section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-heading-row h2{margin:.1em 0 0}.news-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.news-card{border:1px solid var(--line);border-radius:20px;background:#fff;padding:22px;box-shadow:0 8px 28px rgba(13,32,72,.05)}.news-card time{display:block;color:var(--muted);font-size:.9rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.news-card h3{color:var(--navy);line-height:1.2;margin:.7em 0 .45em}.news-card p{margin:0;color:var(--muted)}.person-with-photo{display:grid;grid-template-columns:110px 1fr;gap:18px;align-items:start}.person-photo{width:110px;height:110px;object-fit:cover;border-radius:18px;border:1px solid var(--line);background:var(--soft)}.person-copy strong a{color:var(--navy)}.alumni-list .person{min-height:auto}@media(max-width:960px){.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.news-grid{grid-template-columns:1fr}.person-with-photo{grid-template-columns:82px 1fr}.person-photo{width:82px;height:82px;border-radius:14px}}
.research-card{overflow:hidden;padding:0}.research-card h3,.research-card p{padding-left:24px;padding-right:24px}.research-card p{padding-bottom:24px}.research-image-placeholder{aspect-ratio:16/10;background:var(--soft);border-bottom:1px solid var(--line);display:grid;place-items:center;overflow:hidden}.research-image-placeholder img{width:100%;height:100%;object-fit:cover;display:block}.group-photos-section{margin-top:64px;padding-top:44px;border-top:1px solid var(--line)}.group-photos-section>p{color:var(--muted);max-width:720px}.group-photo-featured{margin:28px auto 30px;max-width:940px;text-align:center}.group-photo-featured img{width:100%;display:block;border-radius:30px;box-shadow:0 16px 44px rgba(13,32,72,.14);border:1px solid var(--line)}.group-photo-featured figcaption,.group-photo-roll figcaption{margin-top:10px;color:var(--muted);font-size:.95rem}.group-photo-roll{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;align-items:start}.group-photo-roll figure{margin:0}.group-photo-roll img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:18px;border:1px solid var(--line);box-shadow:0 8px 24px rgba(13,32,72,.08)}@media(max-width:960px){.group-photo-roll{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.group-photo-roll{grid-template-columns:1fr}.group-photo-featured img{border-radius:20px}.research-card h3,.research-card p{padding-left:20px;padding-right:20px}.research-card p{padding-bottom:20px}}

.compact-section{padding-top:54px;padding-bottom:54px}.lead-text{max-width:760px;font-size:1.12rem;color:var(--muted)}.landing-grid{margin-top:28px}

/* v6 refinements: larger Oxford mark and compact expandable news cards */
.site-header{min-height:118px;padding-top:24px;padding-bottom:24px}.brand-logo{height:84px}.brand{gap:22px}.compact-news-grid{align-items:start}.compact-news-card{padding:0;overflow:hidden}.compact-news-card details{display:block}.compact-news-card summary{list-style:none;cursor:pointer;padding:16px 18px}.compact-news-card summary::-webkit-details-marker{display:none}.compact-news-card time{display:block;color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.compact-news-card h3{margin:.55em 0 .35em;color:var(--navy);font-size:1.02rem;line-height:1.22}.news-more{display:inline-block;color:var(--navy);font-weight:800;font-size:.88rem}.compact-news-card details[open] .news-more{margin-top:6px}.compact-news-card details[open] .news-more::after{content:" / less"}.compact-news-card .news-card-body{padding:0 18px 18px}.compact-news-card .news-card-body p{margin:0 0 14px;color:var(--muted);font-size:.96rem}.compact-news-card .news-image{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;border:1px solid var(--line);border-radius:14px;margin-top:12px}
@media(max-width:760px){.site-header{min-height:auto}.brand-logo{height:64px}.compact-news-card summary{padding:15px 16px}.compact-news-card .news-card-body{padding:0 16px 16px}}

/* v7: bottom-align navigation text and increase nav font size */
.site-header{align-items:flex-end}
.site-header nav{align-items:flex-end;font-size:1.22rem;line-height:1;padding-bottom:8px}
.site-header nav a{display:inline-flex;align-items:flex-end;min-height:1.2em}
@media(max-width:760px){.site-header{align-items:flex-start}.site-header nav{font-size:1.08rem;line-height:1.2;padding-bottom:0;align-items:flex-start}}

/* v8: bottom-align group name with navigation and match nav font size */
.brand{align-items:flex-end;font-size:1.22rem;line-height:1}
.brand span{display:inline-flex;align-items:flex-end;padding-bottom:8px;min-height:1.2em}
@media(max-width:760px){.brand{font-size:1.08rem;line-height:1.2;align-items:flex-start}.brand span{padding-bottom:0;min-height:auto}}

/* v9: simplified hero, left-aligned ARG footer strip, and compact expandable news previews */
.hero-card{padding-top:clamp(38px,5vw,64px)}
.hero-card h1{margin-top:0}
.site-footer{padding:28px min(5vw,64px);text-align:left}
.footer-strip{max-width:var(--max);margin:0 auto;display:flex;align-items:center;gap:28px;justify-content:flex-start}
.footer-arg-logo{height:92px;width:auto;display:block;object-fit:contain;flex:0 0 auto}
.footer-strip p{margin:0;color:#fff}.footer-strip a{color:#fff}.logo-row{display:none}
.compact-news-grid{align-items:stretch}.compact-news-card{height:100%;min-height:360px}.compact-news-card details{height:100%;display:flex;flex-direction:column}.compact-news-card summary{min-height:360px;height:100%;display:flex;flex-direction:column;gap:12px}.compact-news-card .news-summary-copy p{margin:.35em 0 0;color:var(--muted);font-size:.94rem;line-height:1.45}.compact-news-card .news-image{margin-top:auto;border-radius:12px;aspect-ratio:16/10}.compact-news-card .news-more{align-self:flex-start;border:1px solid var(--navy);border-radius:999px;padding:7px 11px;line-height:1;background:#fff}.compact-news-card details[open] summary{min-height:0;height:auto;border-bottom:1px solid var(--line)}.compact-news-card details[open] .news-more::after{content:""}.compact-news-card details[open] .news-more{font-size:0}.compact-news-card details[open] .news-more::before{content:"Show less";font-size:.88rem}.compact-news-card details[open] .news-card-body{display:block}.compact-news-card .news-card-body{padding:16px 18px 18px}.compact-news-card .news-card-body p{font-size:.96rem;line-height:1.55;color:var(--muted)}
@media(max-width:760px){.footer-strip{align-items:flex-start;flex-direction:column;gap:16px}.footer-arg-logo{height:78px}.compact-news-card,.compact-news-card summary{min-height:330px}}

/* v10: news card image placement, two-line previews, and footer alignment */
.footer-strip{justify-content:space-between;width:100%}
.footer-strip p{text-align:right;margin-left:auto;max-width:620px}
.compact-news-grid{align-items:stretch}.compact-news-card{min-height:340px;height:100%}.compact-news-card details{height:100%;display:flex;flex-direction:column}.compact-news-card summary{min-height:340px;height:100%;display:flex;flex-direction:column;gap:9px;padding:16px 18px 18px}.compact-news-card h3{margin:.35em 0 .15em;font-size:1rem;line-height:1.2}.compact-news-card .news-image{order:3;margin:4px 0 2px;width:100%;aspect-ratio:16/9;object-fit:cover;border:1px solid var(--line);border-radius:12px}.compact-news-card .news-preview{order:4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:2px 0 0;color:var(--muted);font-size:.92rem;line-height:1.42}.compact-news-card .news-more{order:5;margin-top:auto;align-self:flex-start;border:1px solid var(--navy);border-radius:999px;padding:7px 11px;line-height:1;background:#fff;color:var(--navy);font-weight:800;font-size:.86rem}.compact-news-card details[open] summary{min-height:0;height:auto;border-bottom:1px solid var(--line)}.compact-news-card details[open] .news-more{font-size:0}.compact-news-card details[open] .news-more::before{content:"Show less";font-size:.86rem}.compact-news-card details[open] .news-more::after{content:""}.compact-news-card .news-card-body{padding:14px 18px 18px}.compact-news-card .news-card-body p{font-size:.94rem;line-height:1.5;color:var(--muted)}
@media(max-width:760px){.footer-strip{flex-direction:row;align-items:center;gap:18px}.footer-strip p{text-align:right;font-size:.9rem}.footer-arg-logo{height:68px}.compact-news-card,.compact-news-card summary{min-height:320px}}

/* v11: expand the existing news text instead of duplicating it */
.compact-news-card{min-height:360px;height:100%}
.compact-news-card details{height:100%;display:flex;flex-direction:column}
.compact-news-card summary{min-height:360px;height:100%;display:flex;flex-direction:column;gap:9px;padding:16px 18px 18px}
.compact-news-card .news-preview{
  order:4;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;
  margin:2px 0 0;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.42;
}
.compact-news-card .news-more{order:5;margin-top:auto}
.compact-news-card details[open] summary{min-height:0;height:auto;border-bottom:0}
.compact-news-card details[open] .news-preview{
  display:block;
  overflow:visible;
  -webkit-line-clamp:unset;
}
.compact-news-card details[open] .news-more{font-size:0;margin-top:12px}
.compact-news-card details[open] .news-more::before{content:"Show less";font-size:.86rem}
.compact-news-card details[open] .news-more::after{content:""}
.compact-news-card .news-card-body{display:none!important}
@media(max-width:760px){.compact-news-card,.compact-news-card summary{min-height:340px}}

/* v15: highlight ARG group name in the navigation ribbon */
.brand span{color:#fff}
.research-image-link{display:block;text-decoration:none;color:inherit}.research-link{margin-top:-12px}.research-link a{font-weight:700;color:var(--blue);text-decoration:none}.research-link a:hover{text-decoration:underline}
