@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #2c3d3f;
  --teal: #496467;
  --paper: #f2efe3;
  --paper-light: #f8f6f0;
  --white: #fff;
  --brick: #a35c54;
  --brick-dark: #86443e;
  --magenta: #ca1db6;
  --yellow: #cab000;
  --blue: #2127c1;
  --line: rgba(44, 61, 63, 0.22);
  --muted: #5e6c6e;
  --container: 1180px;
  --radius: 1.2rem;
  --shadow: 0 20px 50px rgba(44, 61, 63, 0.09);
  --type-h1: clamp(2.6rem, 6vw, 4.5rem);
  --type-h2: clamp(2.2rem, 5.8vw, 4.35rem);
  --type-h3: clamp(1.2rem, 2.1vw, 1.8125rem);
  --type-project-h2: clamp(1.9rem, 3.6vw, 3.05rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(78px + 0.75rem);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  overflow-wrap: break-word;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

picture {
  display: block;
}

figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(33, 39, 193, 0.18);
}

a:hover {
  text-decoration-thickness: 0.15em;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(33, 39, 193, 0.18);
}

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

::selection {
  color: var(--white);
  background: var(--blue);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.6rem;
  left: 0.6rem;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--ink);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 2.5rem), var(--container));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--brick-dark);
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}

[id] {
  scroll-margin-top: 0;
}

h1 {
  font-size: var(--type-h1);
}

h2 {
  font-size: var(--type-h2);
}

h3 {
  font-size: var(--type-h3);
}

p {
  margin: 0 0 1.25rem;
  text-wrap: pretty;
}

.lead {
  max-width: 42rem;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.section {
  position: relative;
  padding-block: clamp(4.5rem, 9vw, 8.5rem);
}

.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(2.3rem, 5vw, 4.5rem);
}

.section-heading.split {
  grid-template-columns: minmax(0, 1.4fr) minmax(17rem, 0.75fr);
  align-items: end;
}

.section-heading p:last-child {
  margin: 0;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem 1.15rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--paper-light);
  background: var(--ink);
  font-family: "Montserrat", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.button:hover {
  color: var(--ink);
  background: transparent;
  text-decoration: none;
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(1px) scale(0.985);
}

.button.secondary {
  color: var(--ink);
  background: transparent;
}

.button.secondary:hover {
  color: var(--paper-light);
  background: var(--ink);
}

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

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
}

.funding-bar {
  min-height: 72px;
  padding: 0.35rem 0;
  background: var(--white);
  border-bottom: 1px solid #e6e6e6;
}

.funding-link {
  display: flex;
  width: min(calc(100% - 2rem), 1040px);
  min-height: 62px;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  text-decoration: none;
}

.funding-link img {
  width: min(100%, 794px);
  height: 62px;
  object-fit: contain;
}

.funding-link:hover {
  background: #fafafa;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--paper-light);
  background: rgba(44, 61, 63, 0.98);
  border-bottom: 1px solid rgba(248, 246, 240, 0.18);
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 1.5rem;
}

.brand {
  display: block;
  flex: 0 0 auto;
}

.brand img {
  width: 150px;
  height: 56px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.7rem, 1.6vw, 1.5rem);
}

.site-nav a:not(.button) {
  font-family: "Montserrat", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:not(.button):hover {
  text-decoration: underline;
}

.site-nav a[aria-current="page"]:not(.button) {
  color: var(--yellow);
  text-decoration: underline;
  text-decoration-thickness: 0.14em;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.language-switch [aria-current="page"] {
  color: var(--yellow);
}

.menu-toggle {
  position: relative;
  z-index: 2;
  display: none;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(248, 246, 240, 0.5);
  border-radius: 50%;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.2rem;
  height: 2px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle::before {
  transform: translate(-50%, calc(-50% - 6px));
}

.menu-toggle::after {
  transform: translate(-50%, calc(-50% + 6px));
}

.menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"]::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-toggle[aria-expanded="true"]::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-toggle[aria-expanded="true"] {
  border-color: var(--paper-light);
  color: var(--ink);
  background: var(--paper-light);
}

.hero {
  overflow: hidden;
  padding-block: clamp(3.8rem, 8vw, 8rem) clamp(4rem, 9vw, 8.5rem);
  background: var(--paper);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.105fr) minmax(23rem, 1fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.hero h1 {
  max-width: 10ch;
  margin-bottom: 1.7rem;
}

.hero h1 em {
  color: var(--brick-dark);
  font-style: normal;
}

.hero .lead {
  max-width: 37rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: 2.3rem 0 0;
  padding: 1.2rem 0 0;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
}

.hero-meta strong {
  font-family: "Montserrat", sans-serif;
}

.hero-art {
  min-width: 0;
}

.hero-visual,
.hero-visual img {
  width: 100%;
}

.hero-visual img {
  filter: drop-shadow(0 22px 28px rgba(44, 61, 63, 0.17));
}

.intro-strip {
  color: var(--paper-light);
  background: var(--ink);
}

.intro-layout {
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 6.8vw, 5rem);
}

.intro-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 0.7fr);
  gap: 3rem;
  align-items: end;
}

.intro-strip .eyebrow {
  color: #f2c047;
}

.intro-strip h2 {
  max-width: 14ch;
}

.intro-strip .lead {
  margin-bottom: 0;
  color: #dce2df;
}

.intro-media {
  overflow: hidden;
  border-radius: 0 6rem 0 0;
  background: #d8d6cf;
}

.intro-media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}

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

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.service-card {
  position: relative;
  min-height: 235px;
  padding: 1.4rem;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.service-card:nth-child(2),
.service-card:nth-child(7) {
  background: #f0e9e0;
}

.service-card:nth-child(3),
.service-card:nth-child(6) {
  background: #e7ecea;
}

.service-card .number {
  display: block;
  margin-bottom: 4.2rem;
  color: var(--muted);
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
}

.service-card h3 {
  max-width: 12ch;
}

.service-card::after {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 2.3rem;
  aspect-ratio: 1;
  border-radius: 50% 0 0;
  background: var(--teal);
  content: "";
}

.service-card:nth-child(2)::after { background: var(--brick); transform: rotate(90deg); }
.service-card:nth-child(3)::after { background: var(--yellow); transform: rotate(180deg); }
.service-card:nth-child(4)::after { background: var(--blue); transform: rotate(270deg); }
.service-card:nth-child(5)::after { background: var(--magenta); transform: rotate(180deg); }
.service-card:nth-child(6)::after { background: var(--brick); }
.service-card:nth-child(7)::after { background: var(--blue); transform: rotate(90deg); }
.service-card:nth-child(8)::after { background: var(--yellow); transform: rotate(270deg); }

.community {
  --community-column-gap: clamp(2rem, 7vw, 6rem);
  overflow: hidden;
  color: var(--paper-light);
  background: var(--teal);
}

.community .eyebrow {
  color: #f5d566;
}

.community-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: var(--community-column-gap);
  align-items: start;
}

.community-card {
  overflow: hidden;
  border: 1px solid rgba(248, 246, 240, 0.35);
  border-radius: var(--radius);
  background: var(--paper);
}

.community-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.community-stack {
  display: grid;
  gap: 2rem;
  align-content: start;
}

.community-caption {
  padding: 1rem 1.15rem 1.1rem;
  border-top: 1px solid var(--line);
  color: var(--ink);
  background: var(--paper);
  font-size: 0.88rem;
}

.community-caption strong {
  display: block;
  font-family: "Montserrat", sans-serif;
}

.social-actions {
  display: flex;
  width: calc((100% - var(--community-column-gap)) * 0.53);
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
  margin-left: auto;
}

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

.expert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.expert-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--paper-light);
}

.expert-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 4.45;
  background: #d7d5cf;
}

.expert-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  filter: grayscale(1);
  transition: filter 220ms ease, transform 300ms ease;
}

.expert-card:hover .expert-media img {
  filter: grayscale(0.7);
  transform: scale(1.015);
}

.expert-tag {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  padding: 0.42rem 0.65rem;
  border-radius: 999px;
  color: var(--paper-light);
  background: var(--ink);
  font-family: "Montserrat", sans-serif;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.expert-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.45rem;
}

.expert-content h3 {
  margin-bottom: 0.45rem;
}

.expert-role {
  margin-bottom: 1.2rem;
  color: var(--brick-dark);
  font-weight: 700;
}

.expert-language {
  margin-top: auto;
  margin-bottom: 1.2rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.expert-card .button {
  width: 100%;
}

.contact {
  color: var(--paper-light);
  background: var(--ink);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.9fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.contact h2 {
  max-width: 11ch;
  margin-bottom: 1.5rem;
}

.contact .eyebrow {
  color: #f5d566;
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(248, 246, 240, 0.28);
}

.contact-list li {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
  padding-block: 1.15rem;
  border-bottom: 1px solid rgba(248, 246, 240, 0.28);
}

.contact-list a,
.contact-list span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.contact-list strong {
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.prefooter-media {
  overflow: hidden;
  aspect-ratio: 3 / 1;
  background: var(--ink);
}

.prefooter-media picture,
.prefooter-media img {
  width: 100%;
  height: 100%;
}

.prefooter-media img {
  object-fit: cover;
  object-position: center 55%;
}

.site-footer {
  padding-block: 3rem;
  background: var(--paper);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 2rem;
  align-items: start;
}

.footer-logo {
  width: 170px;
  margin-bottom: 1.2rem;
}

.footer-grid h2 {
  margin-bottom: 0.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-grid p,
.footer-grid li {
  font-size: 0.85rem;
}

.footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.funding-note {
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
}

.copyright {
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
}

.project-hero {
  padding-block: clamp(4rem, 8vw, 7rem);
  color: var(--paper-light);
  background: var(--ink);
}

.project-hero .eyebrow {
  color: #f5d566;
}

.project-hero h1 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
  font-size: var(--type-h1);
}

.project-hero .lead {
  max-width: 53rem;
  color: #e6e9e5;
}

.project-layout {
  display: grid;
  grid-template-columns: minmax(13rem, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(3rem, 8vw, 7.5rem);
  align-items: start;
}

.project-toc {
  position: sticky;
  top: 7.2rem;
}

.project-toc h2 {
  margin-bottom: 1.1rem;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc;
}

.project-toc li {
  counter-increment: toc;
  border-top: 1px solid var(--line);
}

.project-toc li:last-child {
  border-bottom: 1px solid var(--line);
}

.project-toc a {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.25rem;
  padding-block: 0.7rem;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.project-toc a::before {
  color: var(--brick-dark);
  content: "0" counter(toc);
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
}

.project-content {
  min-width: 0;
}

.project-section {
  padding-block: 0 4.5rem;
}

.project-section + .project-section {
  padding-top: 4.5rem;
  border-top: 1px solid var(--line);
}

.project-section h2 {
  max-width: 16ch;
  margin-bottom: 1.3rem;
  font-size: var(--type-project-h2);
}

.project-section h3 {
  margin: 2rem 0 0.8rem;
}

.project-section p,
.project-section li {
  max-width: 50rem;
}

.project-section ul,
.project-section ol {
  display: grid;
  gap: 0.75rem;
  margin: 1.4rem 0 0;
  padding-left: 1.25rem;
}

.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-top: 2rem;
}

.audience-card {
  padding: 1.35rem;
  border: 1px solid var(--ink);
  background: var(--paper);
}

.audience-card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.15rem;
}

.audience-card p {
  margin: 0;
  font-size: 0.9rem;
}

.facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.fact {
  padding: 1.4rem;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.fact dt {
  margin-bottom: 0.55rem;
  color: var(--muted);
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fact dd {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
  font-variant-numeric: tabular-nums;
}

.project-poster {
  margin-top: 2.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.project-poster img {
  width: 100%;
}

.translation-note {
  padding: 0.9rem 1rem;
  color: #5f3600;
  background: #fff0bd;
  border-left: 5px solid var(--yellow);
  font-size: 0.9rem;
}

.not-found {
  display: grid;
  min-height: min(70vh, 48rem);
  place-items: center;
  padding-block: clamp(4rem, 10vw, 8rem);
  color: var(--paper-light);
  background: var(--ink);
}

.not-found-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: end;
}

.not-found h1 {
  max-width: 10ch;
  margin-bottom: 1.5rem;
}

.not-found .eyebrow {
  color: #f5d566;
}

.not-found-mark {
  color: var(--yellow);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(7rem, 18vw, 15rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.72;
}

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

@media (max-width: 1040px) {
  .site-nav {
    gap: 0.75rem;
  }

  .site-nav a:not(.button) {
    font-size: 0.7rem;
  }

  .site-nav .button {
    padding-inline: 0.8rem;
    font-size: 0.74rem;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.85fr;
    gap: 3rem;
  }

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

@media (max-width: 900px) {
  body.menu-open .site-header {
    position: fixed;
    inset: 0 0 auto;
    width: 100%;
  }

  .js .menu-toggle {
    display: inline-flex;
    flex-direction: column;
  }

  .header-inner {
    flex-wrap: wrap;
  }

  .no-js .header-inner {
    padding-block: 0.75rem;
  }

  .site-nav {
    width: 100%;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 1rem;
  }

  .js .site-nav {
    position: fixed;
    inset: 78px 0 0;
    display: none;
    align-content: start;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    padding: 2rem 1.25rem;
    overflow-y: auto;
    color: var(--paper-light);
    background: var(--ink);
    overscroll-behavior: contain;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom));
  }

  .js .site-nav[data-open="true"] {
    display: flex;
  }

  .js .site-nav a:not(.button) {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(248, 246, 240, 0.22);
    font-size: 1rem;
  }

  .js .site-nav .button {
    margin-top: 1.2rem;
  }

  .js .language-switch {
    padding-top: 1rem;
  }

  .hero-grid,
  .intro-copy,
  .community-grid,
  .contact-grid,
  .project-layout {
    grid-template-columns: 1fr;
  }

  .hero-art {
    width: min(100%, 38rem);
    margin-inline: auto;
  }

  .intro-strip h2 {
    max-width: 18ch;
  }

  .community-stack {
    display: contents;
  }

  .social-actions {
    width: 100%;
    margin-left: 0;
  }

  .community-card.banner {
    order: 1;
  }

  .community-card.programme {
    order: 2;
  }

  .community-card.poster {
    order: 3;
  }

  .section-heading.split {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .expert-card:last-child {
    grid-column: span 2;
  }

  .expert-card:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .project-toc {
    position: static;
    padding: 1.4rem;
    border: 1px solid var(--line);
    background: var(--paper);
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: calc(70px + 0.75rem);
  }

  .container {
    width: min(calc(100% - 1.5rem), var(--container));
  }

  .funding-bar {
    min-height: 58px;
    overflow: hidden;
  }

  .funding-link {
    width: calc(100% - 0.5rem);
    min-height: 52px;
  }

  .funding-link img {
    width: 100%;
    height: 52px;
  }

  .header-inner {
    min-height: 70px;
  }

  .brand img {
    width: 126px;
    height: 48px;
  }

  .js .site-nav {
    inset: 70px 0 0;
  }

  .section {
    padding-block: 4.2rem;
  }

  .hero {
    padding-top: 3.2rem;
  }

  .hero-grid {
    gap: 3.3rem;
  }

  .intro-media {
    border-radius: 0 3rem 0 0;
  }

  .hero-actions .button {
    width: 100%;
  }

  .service-grid,
  .expert-grid,
  .audience-grid,
  .facts,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 190px;
  }

  .service-card .number {
    margin-bottom: 2.8rem;
  }

  .expert-card:last-child {
    display: flex;
    grid-column: auto;
  }

  .contact-grid {
    gap: 2.5rem;
  }

  .contact-list li {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .prefooter-media {
    aspect-ratio: 4 / 3;
  }

  .prefooter-media img {
    object-position: 54% center;
  }

  .project-section {
    padding-bottom: 3.5rem;
  }

  .project-section + .project-section {
    padding-top: 3.5rem;
  }

  .not-found-inner {
    grid-template-columns: 1fr;
  }

  .not-found-mark {
    order: -1;
  }
}

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

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