:root {
  --ink: #07152f;
  --ink-soft: #12294d;
  --blue: #263d7d;
  --cyan: #63d8ef;
  --cyan-dark: #087c9a;
  --red: #ec2630;
  --paper: #f4f7fb;
  --white: #ffffff;
  --line: rgba(7, 21, 47, 0.14);
  --muted: #53637b;
  --shadow: 0 24px 70px rgba(7, 21, 47, 0.16);
  --radius: 26px;
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: -0.035em;
  overflow-wrap: break-word;
  hyphens: auto;
}

h1 {
  max-width: 810px;
  margin-bottom: 26px;
  font-size: clamp(2.35rem, 5.3vw, 4.75rem);
}

h2 {
  margin-bottom: 28px;
  font-size: clamp(1.85rem, 3.5vw, 3.2rem);
}

h3 {
  margin-bottom: 16px;
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
}

p:last-child {
  margin-bottom: 0;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.eyebrow,
.card-kicker {
  margin-bottom: 18px;
  color: var(--cyan-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-dark .eyebrow,
.funding-section .eyebrow,
.hero .eyebrow {
  color: var(--cyan);
}

.section {
  padding: clamp(88px, 10vw, 150px) 0;
}

.section-light {
  background: var(--paper);
}

.section-heading {
  max-width: 850px;
}

.section-heading.constrained {
  max-width: 760px;
  margin-bottom: 65px;
}

.lead-copy {
  color: var(--ink-soft);
  font-size: clamp(1.18rem, 1.8vw, 1.45rem);
  line-height: 1.55;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  color: var(--white);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(7, 21, 47, 0.94);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.brand small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.brand-wordmark {
  font-weight: 830;
  letter-spacing: -0.055em;
  line-height: 1;
}

.brand-wordmark {
  font-size: 1.45rem;
}

.brand-wordmark > span {
  color: var(--red);
}

.hero-programme-logo {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.hero-programme-logo img {
  width: clamp(245px, 30vw, 355px);
  padding: 10px 14px;
  background: var(--white);
  border-radius: 5px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

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

.site-nav > a:hover,
.site-nav > a:focus-visible {
  color: var(--cyan);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.language-switcher a {
  display: grid;
  min-width: 32px;
  height: 28px;
  place-items: center;
  color: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
}

.language-switcher a[aria-current="page"] {
  color: var(--ink);
  background: var(--cyan);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: var(--white);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 150px 0 82px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 18%, rgba(64, 145, 221, 0.3), transparent 25%),
    radial-gradient(circle at 20% 85%, rgba(33, 181, 205, 0.13), transparent 28%),
    linear-gradient(140deg, #050d1e 0%, #07152f 46%, #0a2142 100%);
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  inset: 0;
  opacity: 0.32;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(99, 216, 239, 0.55) 0 1px, transparent 1.5px);
  background-position: 0 0, 48px 54px;
  background-size: 82px 82px, 118px 118px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.hero::after {
  right: -110px;
  bottom: -180px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(99, 216, 239, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(99, 216, 239, 0.025), 0 0 0 120px rgba(99, 216, 239, 0.018);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100svh - 232px);
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 6vw, 90px);
}

.hero-copy,
.section-heading,
.application-row > div,
.partner-card,
.conference-copy,
.progress-intro,
.timeline-item > div {
  min-width: 0;
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.18rem, 1.8vw, 1.5rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 46px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 760;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--ink);
  background: var(--cyan);
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
}

.button-light {
  color: var(--ink);
  background: var(--white);
}

.programme-mark {
  display: flex;
  max-width: 530px;
  align-items: center;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.programme-mark img {
  width: 215px;
  padding: 8px;
  background: white;
}

.hero-visual {
  position: relative;
  margin: 0;
  width: 100%;
  height: clamp(250px, 30vw, 400px);
  max-height: 400px;
  align-self: center;
  overflow: hidden;
  background-color: #0f1e37;
  background-image: url("rollup-arm.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 32px;
  box-shadow: 0 45px 110px rgba(0, 0, 0, 0.42);
  transform: rotate(1.4deg);
  max-width: 560px;
  justify-self: end;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 12, 29, 0.75), transparent 42%);
  content: "";
}

.hero-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  left: 22px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 50px 90px;
}

.about-copy {
  padding-top: 10px;
}

.facts {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  margin: 25px 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.facts div {
  min-height: 130px;
  padding: 26px 22px;
  border-right: 1px solid var(--line);
}

.facts div:first-child {
  padding-left: 0;
}

.facts div:last-child {
  border-right: 0;
}

.facts dt,
.funding-panel dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.facts dd,
.funding-panel dd {
  margin: 10px 0 0;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  font-weight: 760;
  line-height: 1.25;
}

.applications {
  overflow: hidden;
}

.application-row {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(310px, 0.68fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
  margin-bottom: 105px;
}

.application-row:last-child {
  margin-bottom: 0;
}

.application-row-reverse {
  grid-template-columns: minmax(310px, 0.68fr) minmax(0, 1.12fr);
}

.application-row-reverse figure {
  grid-column: 2;
}

.application-row-reverse > div {
  grid-row: 1;
  grid-column: 1;
}

.application-row figure {
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.application-row figure img {
  width: 100%;
  height: clamp(360px, 45vw, 585px);
  object-fit: cover;
}

.application-row:not(.application-row-reverse) figure img {
  height: auto;
  aspect-ratio: 3849 / 2463;
  object-fit: contain;
  background: #eef1f4;
}

.application-row-reverse figure img {
  height: clamp(330px, 39vw, 520px);
  padding: clamp(20px, 3vw, 42px);
  object-fit: contain;
  background: #eef1f4;
}

.application-row > div > p:last-child {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-dark {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 8% 82%, rgba(99, 216, 239, 0.14), transparent 25%),
    linear-gradient(145deg, var(--ink) 0%, #0b2344 100%);
}

.progress-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.15fr);
  gap: clamp(60px, 8vw, 120px);
}

.progress-intro {
  position: sticky;
  top: 125px;
  align-self: start;
}

.progress-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.next-step {
  margin-top: 55px;
  padding: 28px;
  background: rgba(99, 216, 239, 0.08);
  border: 1px solid rgba(99, 216, 239, 0.26);
  border-radius: 20px;
}

.next-step h3 {
  font-size: 1.35rem;
}

.timeline {
  position: relative;
}

.timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 1px;
  background: linear-gradient(var(--cyan), rgba(99, 216, 239, 0.08));
  content: "";
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 30px;
  padding: 0 0 58px 38px;
}

.timeline-item::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  background: var(--cyan);
  border: 5px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--cyan);
  content: "";
}

.timeline-item time {
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.timeline-item h3 {
  font-size: clamp(1.3rem, 2vw, 1.75rem);
}

.timeline-item p {
  color: rgba(255, 255, 255, 0.66);
}

.conference {
  background: var(--paper);
}

.conference-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(440px, 1.2fr);
  align-items: center;
  gap: clamp(55px, 8vw, 120px);
}

.conference-copy p:not(.eyebrow) {
  color: var(--muted);
}

.text-link,
.icon-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cyan-dark);
  font-size: 0.86rem;
  font-weight: 760;
  text-decoration: none;
}

.text-link {
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
}

.text-link span,
.icon-link span {
  transition: transform 160ms ease;
}

.text-link:hover span,
.icon-link:hover span {
  transform: translate(3px, -3px);
}

.conference-photos {
  position: relative;
  min-height: 570px;
}

.conference-photos img {
  position: absolute;
  width: 72%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 10px solid var(--white);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.conference-photos img:first-child {
  top: 0;
  left: 0;
  transform: rotate(-2deg);
}

.conference-photos img:last-child {
  right: 0;
  bottom: 0;
  transform: rotate(3deg);
}

.gallery-section {
  background: var(--white);
}

.gallery-grid {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  margin-top: 56px;
}

.gallery-item {
  position: relative;
  grid-column: span 6;
  aspect-ratio: 1.45;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  border-radius: 20px;
}

.gallery-item-1,
.gallery-item-4 {
  grid-column: span 6;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.gallery-item:hover img {
  transform: scale(1.025);
}

.gallery-item-1 img {
  object-fit: contain;
  background: #eef1f4;
}

.gallery-item figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 10px 13px;
  color: var(--white);
  background: rgba(7, 21, 47, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.split-heading {
  display: grid;
  max-width: none;
  grid-template-columns: 1fr 0.7fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 58px;
}

.split-heading h2 {
  margin-bottom: 0;
}

.split-heading > p {
  color: var(--muted);
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.partner-card {
  display: flex;
  min-height: 450px;
  flex-direction: column;
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.partner-card > p:not(.card-kicker) {
  color: var(--muted);
}

.partner-card .text-link {
  margin-top: auto;
  align-self: flex-start;
}

.partner-logo {
  display: flex;
  height: 100px;
  align-items: center;
  margin-bottom: 30px;
}

.partner-logo img {
  max-width: 210px;
  max-height: 86px;
  object-fit: contain;
}

.partner-monogram {
  width: 100px;
  justify-content: center;
  color: var(--white);
  background: var(--blue);
  border-radius: 16px;
  font-size: 1.7rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.testing-section {
  background: var(--white);
}

.testing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.15fr);
  gap: 90px;
}

.testing-grid > div > p:last-child {
  color: var(--muted);
}

.testing-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.testing-list li {
  display: flex;
  min-height: 105px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.testing-list strong,
.testing-list small {
  display: block;
}

.testing-list strong {
  line-height: 1.35;
}

.testing-list small {
  margin-top: 6px;
  color: var(--muted);
}

.funding-section {
  color: var(--white);
  background: var(--blue);
}

.funding-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1fr);
  align-items: center;
  gap: clamp(55px, 8vw, 120px);
}

.funding-grid > div:first-child > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.funding-grid .button {
  margin-top: 24px;
}

.funding-panel {
  padding: 28px;
  color: var(--ink);
  background: var(--white);
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}

.funding-panel img {
  width: 100%;
  max-height: 150px;
  padding: 16px;
  object-fit: contain;
  border: 1px solid var(--line);
}

.funding-panel dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 28px 0 0;
}

.funding-panel dl div:last-child {
  grid-column: 1 / -1;
}

.contact-section {
  background: var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 90px;
}

.contact-grid address {
  padding: 34px;
  background: var(--white);
  border-left: 4px solid var(--cyan-dark);
  border-radius: 0 18px 18px 0;
  font-style: normal;
  box-shadow: 0 18px 55px rgba(7, 21, 47, 0.08);
}

.contact-grid address p {
  display: grid;
  grid-template-columns: 95px 1fr;
  margin-bottom: 10px;
}

.contact-grid address p:first-child {
  display: block;
  margin-bottom: 24px;
  font-weight: 700;
}

.contact-grid address span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.contact-grid address a:not(.text-link) {
  color: var(--ink);
  font-weight: 700;
  text-decoration-color: rgba(7, 21, 47, 0.28);
}

.site-footer {
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.66);
  background: #040b19;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-inner p {
  margin: 0;
  font-size: 0.78rem;
}

@media (max-width: 1050px) {
  .site-nav {
    gap: 18px;
  }

  .site-nav > a {
    font-size: 0.8rem;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.7fr;
    gap: 45px;
  }

  .facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .facts div:nth-child(2) {
    border-right: 0;
  }

  .facts div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .facts div:nth-child(3) {
    padding-left: 0;
  }

  .partner-grid {
    grid-template-columns: 1fr 1fr;
  }

  .partner-card:last-child {
    grid-column: 1 / -1;
    min-height: 360px;
  }
}

@media (max-width: 860px) {
  :root {
    --shell: min(100% - 30px, 680px);
  }

  .menu-button {
    display: block;
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(3) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    z-index: -1;
    inset: 0;
    display: flex;
    padding: 118px 30px 42px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    visibility: hidden;
    background: rgba(7, 21, 47, 0.985);
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .site-nav > a {
    font-size: clamp(1.45rem, 6vw, 2.2rem);
  }

  .site-nav .language-switcher {
    margin-top: 18px;
  }

  .hero {
    padding-top: 135px;
  }

  .hero-grid,
  .about-grid,
  .application-row,
  .application-row-reverse,
  .progress-grid,
  .conference-grid,
  .testing-grid,
  .funding-grid,
  .contact-grid,
  .split-heading {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-visual {
    max-width: 570px;
    transform: none;
  }

  .application-row-reverse figure,
  .application-row-reverse > div {
    grid-row: auto;
    grid-column: auto;
  }

  .application-row-reverse figure {
    order: 1;
  }

  .application-row-reverse > div {
    order: 2;
  }

  .application-row figure img,
  .application-row-reverse figure img {
    height: min(68vw, 500px);
  }

  .progress-intro {
    position: static;
  }

  .conference-grid {
    gap: 55px;
  }

  .conference-photos {
    min-height: 540px;
  }

  .gallery-grid {
    grid-auto-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-item,
  .gallery-item-1,
  .gallery-item-4 {
    grid-column: span 1;
  }

  .split-heading {
    gap: 20px;
  }

  .partner-grid {
    grid-template-columns: 1fr;
  }

  .partner-card,
  .partner-card:last-child {
    grid-column: auto;
    min-height: 390px;
  }

  .testing-grid,
  .contact-grid {
    gap: 45px;
  }

  .funding-grid {
    gap: 50px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .section {
    padding: 78px 0;
  }

  .hero {
    padding-bottom: 65px;
  }

  .programme-mark {
    align-items: flex-start;
    flex-direction: column;
  }

  .programme-mark img {
    width: 100%;
    max-width: 280px;
  }

  .facts {
    grid-template-columns: 1fr;
  }

  .facts div,
  .facts div:nth-child(2) {
    min-height: auto;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .facts div:last-child {
    border-bottom: 0;
  }

  .application-row {
    margin-bottom: 78px;
  }

  .application-row figure img,
  .application-row-reverse figure img {
    height: 340px;
  }

  .timeline-item {
    display: block;
    padding-left: 34px;
  }

  .timeline-item time {
    display: block;
    margin-bottom: 9px;
  }

  .conference-photos {
    display: grid;
    min-height: 0;
    gap: 15px;
  }

  .conference-photos img,
  .conference-photos img:first-child,
  .conference-photos img:last-child {
    position: static;
    width: 100%;
    transform: none;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .funding-panel dl {
    grid-template-columns: 1fr;
  }

  .funding-panel dl div:last-child {
    grid-column: auto;
  }

  .contact-grid address {
    padding: 26px 22px;
  }

  .contact-grid address p {
    display: block;
  }

  .contact-grid address span {
    display: block;
    margin-bottom: 2px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* WWW_NEW_v2: editorial news, outreach gallery and compact typography */
h1,
h2,
h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.15rem, 4.4vw, 4.15rem);
}

h2 {
  font-size: clamp(1.7rem, 2.7vw, 2.65rem);
}

h3 {
  font-size: clamp(1.18rem, 1.5vw, 1.55rem);
}

.section {
  padding: clamp(78px, 8vw, 118px) 0;
}

.header-inner {
  display: grid;
  grid-template-columns: auto minmax(150px, 190px) 1fr;
  gap: clamp(16px, 2.2vw, 30px);
}

.header-programme {
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}

.header-programme img {
  width: 100%;
  height: 46px;
  object-fit: contain;
}

.site-nav {
  justify-content: flex-end;
  gap: clamp(10px, 1.35vw, 20px);
}

.site-nav > a {
  font-size: 0.78rem;
  white-space: nowrap;
}

.hero-grid {
  min-height: min(760px, calc(100svh - 80px));
}

.formal-copy {
  margin-bottom: 38px;
  padding-left: 22px;
  border-left: 4px solid var(--cyan-dark);
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.objective-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.objective-grid article {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.objective-grid h3 {
  margin-bottom: 12px;
  color: var(--cyan-dark);
  font-size: 1rem;
  letter-spacing: 0;
}

.objective-grid p {
  color: var(--ink-soft);
  font-size: 1rem;
}

.news-heading {
  max-width: 900px;
  margin-bottom: 46px;
}

.news-heading > p:last-child {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.7);
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 88px;
}

.status-card {
  min-width: 0;
  padding: 26px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
}

.status-card-2 {
  background: rgba(99, 216, 239, 0.12);
  border-color: rgba(99, 216, 239, 0.48);
}

.status-card h3 {
  font-size: 1.25rem;
}

.status-card p:last-child {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.92rem;
}

.news-timeline {
  position: relative;
  max-width: 980px;
  margin-left: auto;
}

.news-timeline::before {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 165px;
  width: 1px;
  background: linear-gradient(var(--cyan), rgba(99, 216, 239, 0.05));
  content: "";
}

.news-item {
  position: relative;
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  gap: 62px;
  padding-bottom: 76px;
}

.news-item::before {
  position: absolute;
  top: 2px;
  left: 157px;
  width: 17px;
  height: 17px;
  background: var(--cyan);
  border: 5px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--cyan);
  content: "";
}

.news-meta {
  text-align: right;
}

.news-meta time,
.news-meta span {
  display: block;
}

.news-meta time {
  color: var(--cyan);
  font-size: 0.8rem;
  font-weight: 800;
}

.news-meta span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.news-content > p,
.news-content li {
  color: rgba(255, 255, 255, 0.68);
}

.news-content details {
  margin-top: 20px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.news-content summary {
  color: var(--cyan);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 750;
}

.news-content details ul {
  margin: 16px 0 4px;
  padding-left: 20px;
}

.news-content details li + li {
  margin-top: 8px;
}

.news-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 250px));
  gap: 14px;
  margin-top: 24px;
}

.news-photo,
.outreach-card,
.gallery-item {
  margin: 0;
}

.news-photo button,
.outreach-card button,
.gallery-item button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: var(--paper);
  border: 0;
  border-radius: 14px;
  cursor: zoom-in;
}

.news-photo button {
  aspect-ratio: 4 / 3;
}

.news-photo img,
.outreach-card img,
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.news-photo button > span,
.outreach-card button > span,
.gallery-item button > span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
}

.news-photo figcaption,
.outreach-card figcaption {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
}

.communication-section {
  color: var(--white);
  background: #10213d;
}

.communication-section .eyebrow {
  color: var(--cyan);
}

.communication-section .split-heading > p {
  color: rgba(255, 255, 255, 0.67);
}

.outreach-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
  margin-top: 56px;
}

.outreach-card {
  grid-column: span 4;
}

.outreach-card button {
  aspect-ratio: 4 / 3;
}

.outreach-card:nth-child(1),
.outreach-card:nth-child(6) {
  grid-column: span 6;
}

.outreach-card:nth-child(1) button,
.outreach-card:nth-child(6) button {
  aspect-ratio: 16 / 10;
}

.outreach-card button:hover img,
.news-photo button:hover img,
.gallery-item button:hover img {
  transform: scale(1.025);
}

.gallery-grid {
  align-items: stretch;
}

.gallery-item {
  min-height: 430px;
  aspect-ratio: auto;
}

.gallery-item button {
  height: 100%;
  min-height: 430px;
}

.gallery-item:first-child img {
  padding: 14px;
  object-fit: contain;
  background: #eef1f4;
}

.gallery-item figcaption {
  right: 18px;
  bottom: 18px;
  left: 18px;
  width: fit-content;
  padding: 8px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.93);
  border-radius: 8px;
  font-size: 0.75rem;
}

.leaders-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 50px;
  margin-top: 64px;
  padding: 36px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.leaders-panel > div > p {
  color: var(--muted);
}

.leader-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.leader-grid article {
  min-width: 0;
  padding: 22px;
  background: var(--paper);
  border-radius: 15px;
}

.leader-grid h3 {
  font-size: 1.12rem;
}

.leader-grid a {
  color: var(--cyan-dark);
  font-size: 0.78rem;
  overflow-wrap: anywhere;
}

.lightbox {
  width: min(1100px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  padding: 0;
  overflow: visible;
  color: var(--white);
  background: transparent;
  border: 0;
}

.lightbox::backdrop {
  background: rgba(3, 10, 24, 0.92);
  backdrop-filter: blur(8px);
}

.lightbox figure {
  margin: 0;
}

.lightbox img {
  width: 100%;
  max-height: calc(100svh - 100px);
  object-fit: contain;
}

.lightbox figcaption {
  margin-top: 10px;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  z-index: 2;
  top: -10px;
  right: -10px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: var(--ink);
  background: var(--white);
  border: 0;
  border-radius: 50%;
  font-size: 1.8rem;
  cursor: pointer;
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: auto 150px 1fr;
    gap: 14px;
  }

  .site-nav {
    gap: 10px;
  }

  .site-nav > a {
    font-size: 0.7rem;
  }
}

@media (max-width: 860px) {
  .header-inner {
    grid-template-columns: auto minmax(110px, 170px) auto;
  }

  .header-programme img {
    height: 42px;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .site-nav > a {
    font-size: clamp(1.35rem, 6vw, 2rem);
  }

  .objective-grid,
  .status-grid,
  .leaders-panel {
    grid-template-columns: 1fr;
  }

  .status-grid {
    margin-bottom: 64px;
  }

  .news-timeline {
    margin-left: 0;
  }

  .outreach-card,
  .outreach-card:nth-child(1),
  .outreach-card:nth-child(6) {
    grid-column: span 6;
  }

  .leader-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .brand small {
    display: none;
  }

  .brand-wordmark {
    font-size: 1.2rem;
  }

  .header-inner {
    min-height: 74px;
    grid-template-columns: auto minmax(95px, 130px) auto;
    gap: 9px;
  }

  .header-programme img {
    height: 36px;
  }

  .news-timeline::before {
    left: 8px;
  }

  .news-item {
    display: block;
    padding-left: 38px;
  }

  .news-item::before {
    left: 0;
  }

  .news-meta {
    margin-bottom: 12px;
    text-align: left;
  }

  .news-photos,
  .leader-grid {
    grid-template-columns: 1fr;
  }

  .outreach-grid {
    grid-template-columns: 1fr;
  }

  .outreach-card,
  .outreach-card:nth-child(1),
  .outreach-card:nth-child(6) {
    grid-column: auto;
  }

  .gallery-item,
  .gallery-item button {
    min-height: 330px;
  }

  .leaders-panel {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-photo img,
  .outreach-card img,
  .gallery-item img {
    transition: none;
  }
}
