@font-face {
  font-family:'DM Sans';
  src:url('fonts/dm-sans.ttf') format('truetype');
  font-style:normal;
  font-weight:100 1000;
  font-display:swap;
}

@font-face {
  font-family:Lora;
  src:url('fonts/lora.ttf') format('truetype');
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
}

@font-face {
  font-family:Lora;
  src:url('fonts/lora-italic.ttf') format('truetype');
  font-style:italic;
  font-weight:400 700;
  font-display:swap;
}

:root {
  --cream:#f8f7f0;
  --paper:#fffefa;
  --green:#254b37;
  --green-dark:#193b2a;
  --sage:#79846b;
  --ink:#29382d;
  --muted:#687064;
  --line:#dedfd2;
  --soft:#eceee4;
  --serif:Lora,Georgia,serif;
  --sans:'DM Sans',Arial,sans-serif;
  --width:1240px;
}

*,*::before,*::after {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:110px;
}

body {
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}

body.menu-open {
  overflow:hidden;
}

::selection {
  background:#dbe3c5;
  color:var(--green-dark);
}

a {
  color:inherit;
  text-decoration:none;
}

button {
  font:inherit;
  color:inherit;
}

img {
  display:block;
  max-width:100%;
  height:auto;
}

svg {
  display:block;
}

button,a {
  -webkit-tap-highlight-color:transparent;
}

a:focus-visible,button:focus-visible {
  outline:3px solid #a17827;
  outline-offset:6px;
}

button {
  cursor:pointer;
}

p,h1,h2,h3,h4,figure {
  margin:0;
}

p+p {
  margin-top:18px;
}

h1,h2,h3 {
  font-family:var(--serif);
  font-weight:400;
  line-height:1.2;
  letter-spacing:-.045em;
}

h1 {
  font-size:clamp(48px,5.3vw,76px);
}

h2 {
  font-size:clamp(36px,3.6vw,50px);
}

h3 {
  font-size:27px;
  letter-spacing:-.035em;
}

em {
  font-weight:400;
}

.container {
  width:min(var(--width),calc(100% - 112px));
  margin-inline:auto;
}

.section {
  padding-block:104px;
}

.eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--green);
  font-size:11px;
  font-weight:600;
  letter-spacing:.17em;
  line-height:1.5;
  text-transform:uppercase;
}

.eyebrow::before {
  content:'';
  width:23px;
  height:1px;
  background:currentColor;
  flex-shrink:0;
}

.eyebrow.light {
  color:#c5d2b9;
}

.icon {
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0;
}

.arrow {
  font-size:22px;
  font-weight:400;
  line-height:1;
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  min-height:52px;
  padding:13px 24px;
  background:var(--green);
  border:1px solid var(--green);
  border-radius:3px;
  color:white;
  font-size:13px;
  font-weight:500;
  line-height:1.5;
  transition:background .2s,transform .2s;
}

.button:hover {
  background:var(--green-dark);
  transform:translateY(-2px);
}

.button.secondary {
  background:transparent;
  color:var(--green);
  border-color:#b9c3b4;
}

.button.secondary:hover {
  background:var(--soft);
}

.text-link {
  display:inline-flex;
  align-items:center;
  gap:18px;
  font-size:13px;
  font-weight:500;
  line-height:1.6;
  border-bottom:1px solid currentColor;
  padding-bottom:5px;
}

.text-link:hover {
  color:var(--sage);
}

.skip-link {
  position:fixed;
  top:-80px;
  left:20px;
  padding:12px 20px;
  background:var(--green);
  color:#fff;
  z-index:100;
}

.skip-link:focus {
  top:12px;
}

.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;
}

.menu-toggle[hidden] {
  display:none;
}

.header-inner .brand {
  min-width:0;
}

.site-header {
  position:sticky;
  top:0;
  z-index:30;
  border-bottom:1px solid var(--line);
  background:var(--cream);
}

.header-inner {
  height:94px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}

.brand {
  display:inline-flex;
  align-items:center;
  gap:11px;
  color:var(--green);
  flex-shrink:0;
}

.brand-symbol {
  width:37px;
  height:48px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.brand-name {
  display:block;
  font-family:var(--serif);
  font-size:32px;
  line-height:1.15;
  letter-spacing:-.045em;
}

.brand-caption {
  display:block;
  margin-top:4px;
  font-size:8px;
  font-weight:600;
  letter-spacing:.26em;
  text-transform:uppercase;
}

.main-nav {
  display:flex;
  align-items:center;
  gap:30px;
  font-size:12px;
  font-weight:500;
}

.main-nav>a:not(.button) {
  position:relative;
  padding-block:10px;
}

.main-nav>a:not(.button)::after {
  content:'';
  position:absolute;
  bottom:4px;
  left:0;
  width:0;
  height:1px;
  background:var(--green);
  transition:width .2s;
}

.main-nav>a:hover::after,.main-nav>a[aria-current]::after {
  width:100%;
}

.main-nav .button {
  min-height:43px;
  padding:10px 19px;
  gap:20px;
  font-size:12px;
  margin-left:6px;
}

.menu-toggle {
  display:none;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid var(--line);
  border-radius:3px;
  background:none;
  min-height:44px;
  padding:9px 13px;
  font-size:13px;
}

.menu-bars {
  width:18px;
  height:12px;
  position:relative;
  border-top:1px solid;
  border-bottom:1px solid;
}

.menu-bars::after {
  content:'';
  position:absolute;
  left:0;
  right:0;
  top:5px;
  border-top:1px solid;
}

.hero {
  display:grid;
  grid-template-columns:1.03fr 1fr;
  align-items:center;
  gap:60px;
  padding-block:64px 83px;
}

.hero-copy {
  padding-bottom:10px;
}

.hero h1 {
  margin-block:26px 27px;
  line-height:1.13;
}

.hero h1 em {
  color:var(--sage);
}

.hero-intro {
  max-width:410px;
  color:var(--muted);
  font-size:15px;
  line-height:1.85;
}

.hero-actions {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:26px;
  margin-top:31px;
}

.hero-footnote {
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:38px;
  font-size:10px;
  letter-spacing:.04em;
  color:var(--muted);
}

.hero-footnote .icon {
  height:15px;
  width:15px;
}

.hero-visual {
  position:relative;
  padding:0 0 45px 23px;
}

.hero-image {
  width:100%;
  height:465px;
  object-fit:cover;
  object-position:54% 50%;
  border-radius:180px 5px 5px 5px;
}

.hero-inset {
  position:absolute;
  bottom:0;
  left:-22px;
  width:195px;
  height:208px;
  border:7px solid var(--cream);
  border-radius:4px;
  object-fit:cover;
  object-position:55% 50%;
}

.hero-image-caption {
  position:absolute;
  right:0;
  bottom:13px;
  font-size:10px;
  letter-spacing:.075em;
  color:var(--muted);
}

.origin-seal {
  position:absolute;
  top:31px;
  right:-23px;
  background:var(--cream);
  width:108px;
  height:108px;
  padding:7px;
  border-radius:50%;
  transform:rotate(13deg);
  box-shadow:0 2px 12px #16271b0c;
}

.origin-seal svg {
  width:100%;
  height:100%;
  fill:var(--green);
}

.values-strip {
  border-block:1px solid var(--line);
}

.values-inner {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  padding-block:26px;
}

.value {
  display:flex;
  justify-content:center;
  gap:14px;
  align-items:center;
  font-size:12px;
  font-weight:500;
}

.value+.value {
  border-left:1px solid var(--line);
}

.value .icon {
  width:24px;
  height:24px;
  color:var(--green);
}

.section-heading {
  display:flex;
  justify-content:space-between;
  gap:60px;
  align-items:flex-end;
  margin-bottom:38px;
}

.section-heading h2 {
  margin-top:17px;
}

.section-heading>p {
  max-width:345px;
  color:var(--muted);
  font-size:14px;
  padding-bottom:3px;
}

.products-grid {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:20px;
}

.product-image {
  height:236px;
  width:100%;
  object-fit:cover;
  border-radius:3px;
  background:var(--soft);
  transition:transform .4s;
}

.product-photo {
  overflow:hidden;
  border-radius:3px;
}

.product:hover .product-image {
  transform:scale(1.045);
}

.product:nth-child(2) .product-image {
  object-position:45% 50%;
}

.product:nth-child(3) .product-image {
  object-position:48% 50%;
}

.product-title {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:17px;
}

.product-title h3 {
  font-size:23px;
}

.product-number {
  font-size:10px;
  color:var(--sage);
  font-variant-numeric:tabular-nums;
}

.product>p {
  font-size:11px;
  margin-top:5px;
  color:var(--muted);
}

.products-note {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding-top:26px;
  margin-top:30px;
  border-top:1px solid var(--line);
  font-size:12px;
  color:var(--muted);
}

.products-note .text-link {
  color:var(--green);
  white-space:nowrap;
}

.story {
  background:#eeefe6;
}

.story-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:85px;
  align-items:center;
}

.story-photo {
  position:relative;
  padding-right:25px;
  padding-bottom:26px;
}

.story-photo>img {
  width:100%;
  height:510px;
  object-fit:cover;
  border-radius:4px 4px 140px 4px;
}

.story-label {
  position:absolute;
  left:26px;
  bottom:0;
  background:var(--cream);
  padding:20px 30px;
  display:flex;
  align-items:center;
  gap:18px;
  border-radius:2px;
  box-shadow:0 5px 15px #1c362408;
}

.story-label .icon {
  height:29px;
  width:29px;
  color:var(--green);
}

.story-label strong {
  display:block;
  font-family:var(--serif);
  font-weight:400;
  font-size:22px;
  letter-spacing:-.035em;
  line-height:1.5;
}

.story-label span {
  display:block;
  color:var(--muted);
  font-size:10px;
  letter-spacing:.03em;
}

.story-copy h2 {
  margin-block:20px 27px;
}

.story-copy>p:not(.eyebrow) {
  font-size:14px;
  color:var(--muted);
  line-height:1.9;
}

.story-copy .story-lead {
  color:var(--ink)!important;
  font-size:17px!important;
}

.story-values {
  display:flex;
  gap:35px;
  margin-top:30px;
  padding-top:24px;
  border-top:1px solid #d5dacb;
  font-size:11px;
  font-weight:500;
  color:var(--green);
}

.story-values span {
  display:flex;
  align-items:center;
  gap:8px;
}

.story-values .icon {
  height:16px;
  width:16px;
}

.process-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:45px;
  margin-top:49px;
}

.process-step {
  position:relative;
  border-top:1px solid var(--line);
  padding-top:26px;
}

.step-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:22px;
}

.step-number {
  font-family:var(--serif);
  font-size:16px;
  font-style:italic;
  color:var(--sage);
}

.step-icon {
  width:44px;
  height:44px;
  border-radius:50%;
  background:var(--soft);
  color:var(--green);
  display:flex;
  align-items:center;
  justify-content:center;
}

.process-step h3 {
  font-size:24px;
  margin-bottom:13px;
}

.process-step p {
  font-size:13px;
  color:var(--muted);
  line-height:1.85;
}

.funding {
  padding-top:0;
}

.funding-box {
  background:var(--green);
  color:var(--cream);
  padding:55px 59px;
  border-radius:4px 4px 0 0;
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:75px;
}

.funding-copy h2 {
  font-size:39px;
  margin-block:18px 20px;
}

.funding-copy>p:not(.eyebrow) {
  color:#d3ddce;
  font-size:13px;
  line-height:1.9;
  max-width:410px;
}

.funding-copy .text-link {
  margin-top:25px;
  color:#f4f5ec;
}

.funding-copy .text-link:hover {
  color:#c1d1b1;
}

.funding-details {
  border-left:1px solid #66816b;
  padding-left:49px;
}

.funding-title {
  font-size:11px;
  letter-spacing:.12em;
  font-weight:500;
  margin-bottom:24px;
  color:#d6e0d0;
}

.funding-amount {
  padding-bottom:20px;
  margin-bottom:19px;
  border-bottom:1px solid #66816b;
}

.funding-amount span {
  display:block;
  font-size:11px;
  color:#d3ddce;
  margin-bottom:6px;
}

.funding-amount strong {
  font-family:var(--serif);
  font-size:32px;
  line-height:1.3;
  font-weight:400;
  letter-spacing:-.025em;
}

.funding-cup {
  font-size:10px;
  letter-spacing:.05em;
  color:#d3ddce;
}

.funding-cup strong {
  font-weight:500;
  color:var(--cream);
}

.funding-logos {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  background:#fff;
  padding:26px 38px;
  border:1px solid var(--line);
  border-top:0;
  border-radius:0 0 4px 4px;
}

.eu-logo {
  display:flex;
  align-items:center;
  gap:14px;
}

.eu-logo>span {
  font-size:10px;
  font-weight:600;
  line-height:1.5;
  color:#263c4a;
  max-width:116px;
}

.funding-logos img {
  object-fit:contain;
  max-height:65px;
  width:auto;
  max-width:160px;
}

.funding-logos .eu-logo img {
  height:64px;
}

.funding-logos .logo-psc {
  width:165px;
}

.funding-logos .logo-poc {
  width:110px;
}

.contact {
  border-top:1px solid var(--line);
  padding-block:85px 94px;
}

.contact-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
}

.contact h2 {
  margin-block:19px 22px;
}

.contact-copy>p:not(.eyebrow) {
  font-size:14px;
  color:var(--muted);
  max-width:380px;
}

.contact-copy .button {
  margin-top:28px;
}

.contact-details {
  padding-top:3px;
}

.contact-item {
  display:grid;
  grid-template-columns:24px 1fr;
  column-gap:20px;
  border-bottom:1px solid var(--line);
  padding:21px 0;
}

.contact-item>.icon {
  grid-row:1/3;
  margin-top:3px;
  color:var(--sage);
}

.contact-item dt {
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:4px;
}

.contact-item dd {
  margin:0;
  font-size:14px;
  overflow-wrap:anywhere;
}

.contact-item a:hover {
  text-decoration:underline;
  text-underline-offset:4px;
}

.site-footer {
  background:#ebede3;
  border-top:1px solid var(--line);
  padding-top:42px;
  padding-bottom:20px;
}

.footer-main {
  display:grid;
  grid-template-columns:1.2fr 1fr .8fr;
  gap:45px;
  padding-bottom:36px;
}

.footer-tagline {
  font-size:11px;
  color:var(--muted);
  margin-top:13px;
}

.footer-data {
  font-size:11px;
  line-height:1.9;
  color:var(--muted);
}

.footer-data strong {
  font-weight:600;
  color:var(--ink);
}

.footer-links {
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:9px;
  font-size:11px;
}

.footer-links a:hover {
  text-decoration:underline;
  text-underline-offset:4px;
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding-top:18px;
  border-top:1px solid #d6dbce;
  font-size:10px;
  color:var(--muted);
}

.footer-bottom a {
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.footer-bottom .arrow {
  font-size:17px;
}

.breadcrumb {
  display:flex;
  gap:10px;
  align-items:center;
  font-size:11px;
  color:var(--muted);
  padding-top:30px;
}

.breadcrumb a:hover {
  text-decoration:underline;
}

.page-heading {
  padding-block:55px 60px;
  max-width:880px;
}

.page-heading h1 {
  font-size:clamp(42px,5vw,65px);
  margin-block:21px 25px;
}

.page-heading .page-intro {
  font-size:17px;
  color:var(--muted);
  max-width:715px;
  line-height:1.85;
}

.project-funding-band {
  margin-bottom:64px;
}

.project-layout {
  display:grid;
  grid-template-columns:1.35fr 1fr;
  gap:80px;
  align-items:start;
  padding-bottom:85px;
}

.prose h2 {
  font-size:34px;
  margin-bottom:22px;
}

.prose h2:not(:first-child) {
  margin-top:44px;
}

.prose p,.prose li {
  font-size:14px;
  color:var(--muted);
  line-height:1.9;
}

.prose ul {
  padding-left:20px;
  margin-block:20px 0;
}

.prose li+li {
  margin-top:10px;
}

.prose strong {
  font-weight:600;
  color:var(--ink);
}

.fact-panel {
  background:var(--soft);
  border:1px solid var(--line);
  border-radius:3px;
  padding:30px;
}

.fact-panel h2 {
  font-size:27px;
  margin-bottom:21px;
}

.fact-panel dl {
  margin:0;
}

.fact-row {
  border-top:1px solid #d4dacb;
  padding-block:16px;
}

.fact-row:last-child {
  padding-bottom:0;
}

.fact-row dt {
  font-size:10px;
  letter-spacing:.07em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:5px;
}

.fact-row dd {
  margin:0;
  font-size:13px;
  overflow-wrap:anywhere;
}

.fact-row dd strong {
  font-size:24px;
  font-family:var(--serif);
  font-weight:400;
  letter-spacing:-.025em;
}

.transparency {
  border-block:1px solid var(--line);
  padding-block:67px;
  background:#eff0e8;
}

.transparency-inner {
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:80px;
  align-items:center;
}

.transparency h2 {
  font-size:35px;
  margin-block:17px 20px;
}

.transparency p:not(.eyebrow) {
  font-size:13px;
  color:var(--muted);
  line-height:1.9;
}

.rna-actions {
  background:var(--cream);
  padding:28px;
  border:1px solid var(--line);
  border-radius:3px;
}

.rna-label {
  font-size:11px;
  color:var(--muted);
}

.copy-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin-top:9px;
  margin-bottom:26px;
}

.copy-row code {
  font-family:var(--sans);
  font-size:23px;
  letter-spacing:.03em;
  user-select:all;
}

.copy-button {
  display:none;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:1px solid #bfc8b5;
  border-radius:3px;
  background:transparent;
  padding:8px 12px;
  min-height:42px;
  font-size:11px;
}

.copy-button:hover {
  background:var(--soft);
}

.copy-button .icon {
  width:15px;
  height:15px;
}

.copy-status {
  min-height:20px;
  margin-top:9px!important;
  font-size:11px!important;
}

.rna-actions .button {
  width:100%;
  gap:16px;
}

.page-contact {
  padding-block:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.page-contact h2 {
  font-size:29px;
  margin-bottom:7px;
}

.page-contact p {
  font-size:13px;
  color:var(--muted);
}

.legal-layout {
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:80px;
  padding-bottom:80px;
  align-items:start;
}

.company-details {
  margin:0;
  border-top:1px solid var(--line);
}

.company-details>div {
  display:grid;
  grid-template-columns:165px 1fr;
  gap:24px;
  padding-block:20px;
  border-bottom:1px solid var(--line);
}

.company-details dt {
  font-size:12px;
  color:var(--muted);
}

.company-details dd {
  font-size:14px;
  margin:0;
  overflow-wrap:anywhere;
}

.company-details dd a:hover {
  text-decoration:underline;
}

.legal-aside {
  border-left:1px solid var(--line);
  padding-left:35px;
}

.legal-aside h2 {
  font-size:28px;
  margin-bottom:20px;
}

.legal-aside p {
  font-size:13px;
  color:var(--muted);
  line-height:1.9;
}

.legal-aside .text-link {
  margin-top:22px;
}

.site-info {
  padding-block:55px;
  border-top:1px solid var(--line);
  max-width:880px;
}

.site-info h2 {
  font-size:30px;
  margin-bottom:20px;
}

.site-info p {
  font-size:13px;
  color:var(--muted);
  line-height:1.9;
}

.site-info a {
  text-decoration:underline;
  text-underline-offset:3px;
}

.animate-in {
  animation:enter .7s ease-out both;
}

@keyframes enter {
  from {
    opacity:0;
    transform:translateY(15px);
  }
  to {
    opacity:1;
    transform:translateY(0);
  }
}

@media(min-width:1550px) {
  .hero {
    gap:85px;
    padding-block:79px 94px;
  }
  .hero-image {
    height:510px;
  }
  .hero {
    min-height:695px;
  }
}

@media(max-width:1150px) {
  .container {
    width:calc(100% - 72px);
  }
  .main-nav {
    gap:20px;
  }
  .hero {
    gap:36px;
  }
  .hero h1 {
    font-size:59px;
  }
  .hero-image {
    height:430px;
  }
  .hero-inset {
    width:161px;
    height:175px;
  }
  .hero-actions {
    gap:21px;
  }
  .hero-actions .button {
    gap:19px;
    padding-inline:18px;
  }
  .products-grid {
    gap:15px;
  }
  .product-image {
    height:205px;
  }
  .story-grid {
    gap:50px;
  }
  .story-values {
    gap:18px;
  }
  .funding-box {
    gap:45px;
    padding:43px;
  }
  .funding-details {
    padding-left:35px;
  }
  .funding-logos {
    gap:21px;
    padding-inline:25px;
  }
  .funding-logos .logo-psc {
    width:130px;
  }
  .funding-logos .logo-poc {
    width:90px;
  }
  .contact-grid {
    gap:65px;
  }
  .project-layout,.legal-layout,.transparency-inner {
    gap:45px;
  }
}

@media(max-width:900px) {
  .container {
    width:calc(100% - 48px);
  }
  .header-inner {
    height:82px;
  }
  .brand-name {
    font-size:29px;
  }
  .main-nav {
    gap:16px;
    font-size:11px;
  }
  .main-nav .button {
    font-size:11px;
    padding-inline:13px;
    margin-left:0;
    gap:12px;
  }
  .hero {
    gap:27px;
    padding-block:52px 66px;
  }
  .hero h1 {
    font-size:48px;
  }
  .hero-intro {
    font-size:14px;
  }
  .hero-actions {
    gap:20px;
  }
  .hero-image {
    height:402px;
    border-top-left-radius:140px;
  }
  .hero-inset {
    width:137px;
    height:152px;
    left:0;
  }
  .origin-seal {
    height:87px;
    width:87px;
    right:-7px;
  }
  .hero-image-caption {
    font-size:8px;
    max-width:145px;
    text-align:right;
  }
  .hero-footnote {
    font-size:9px;
  }
  .value {
    font-size:11px;
    gap:9px;
  }
  .value .icon {
    width:21px;
    height:21px;
  }
  .section {
    padding-block:78px;
  }
  .section-heading {
    gap:30px;
  }
  .section-heading>p {
    max-width:295px;
    font-size:13px;
  }
  .products-grid {
    gap:12px;
  }
  .product-image {
    height:174px;
  }
  .product-title h3 {
    font-size:20px;
  }
  .product>p {
    font-size:10px;
  }
  .product-number {
    font-size:9px;
  }
  .story-grid {
    gap:36px;
  }
  .story-photo {
    padding-right:0;
  }
  .story-photo>img {
    height:470px;
  }
  .story-label {
    padding:17px 22px;
    left:15px;
  }
  .story-copy h2 {
    font-size:36px;
  }
  .story-copy>p:not(.eyebrow) {
    font-size:13px;
  }
  .story-values {
    gap:12px;
    flex-wrap:wrap;
    font-size:10px;
  }
  .process-grid {
    gap:25px;
  }
  .process-step h3 {
    font-size:22px;
  }
  .funding {
    padding-top:0;
  }
  .funding-box {
    gap:30px;
    padding:35px;
  }
  .funding-copy h2 {
    font-size:33px;
  }
  .funding-details {
    padding-left:26px;
  }
  .funding-amount strong {
    font-size:28px;
  }
  .funding-logos {
    gap:15px;
    padding:22px;
  }
  .funding-logos img {
    max-height:55px;
  }
  .funding-logos .eu-logo img {
    height:49px;
  }
  .eu-logo {
    gap:8px;
  }
  .eu-logo>span {
    font-size:8px;
    max-width:85px;
  }
  .funding-logos .logo-psc {
    width:105px;
  }
  .funding-logos .logo-poc {
    width:81px;
  }
  .contact-grid {
    gap:40px;
  }
  .footer-main {
    gap:25px;
  }
  .project-layout,.legal-layout {
    gap:34px;
  }
  .fact-panel {
    padding:24px;
  }
  .transparency-inner {
    gap:34px;
  }
  .copy-row code {
    font-size:20px;
  }
  .company-details>div {
    grid-template-columns:135px 1fr;
    gap:15px;
  }
  .legal-aside {
    padding-left:25px;
  }
}

@media(max-width:760px) {
  html {
    scroll-padding-top:90px;
  }
  .header-inner {
    height:78px;
  }
  .menu-toggle {
    display:flex;
  }
  .main-nav {
    flex-wrap:wrap;
    justify-content:center;
    gap:8px 20px;
    padding-bottom:15px;
  }
  .header-inner {
    flex-wrap:wrap;
    height:auto;
    min-height:78px;
    padding-block:14px;
    gap:14px;
  }
  .main-nav {
    width:100%;
  }
  .js .header-inner {
    height:78px;
    flex-wrap:nowrap;
    padding-block:0;
  }
  .js .main-nav {
    display:none;
    position:absolute;
    top:78px;
    left:0;
    right:0;
    background:var(--cream);
    border-bottom:1px solid var(--line);
    padding:20px 24px 28px;
    flex-direction:column;
    align-items:stretch;
    gap:3px;
    box-shadow:0 15px 20px #163a2110;
  }
  .js .main-nav.is-open {
    display:flex;
  }
  .main-nav>a:not(.button) {
    padding:12px 0;
    font-size:14px;
  }
  .main-nav .button {
    margin-top:13px;
    font-size:13px;
  }
  .menu-toggle[aria-expanded=true] .menu-bars {
    transform:rotate(45deg);
    height:0;
    border-bottom:0;
  }
  .menu-toggle[aria-expanded=true] .menu-bars::after {
    top:-1px;
    transform:rotate(90deg);
  }
  .hero {
    grid-template-columns:1fr;
    gap:38px;
    padding-block:41px 45px;
  }
  .hero-copy {
    padding:0;
  }
  .hero h1 {
    font-size:clamp(47px,8vw,64px);
    margin-block:23px;
    max-width:570px;
  }
  .hero-intro {
    max-width:485px;
    font-size:15px;
  }
  .hero-actions {
    margin-top:27px;
    gap:25px;
  }
  .hero-footnote {
    margin-top:25px;
    font-size:10px;
  }
  .hero-visual {
    margin-left:15px;
    padding-left:22px;
    padding-bottom:37px;
  }
  .hero-image {
    height:365px;
    border-top-left-radius:130px;
    object-position:50% 60%;
  }
  .hero-inset {
    height:160px;
    width:158px;
    left:-15px;
  }
  .origin-seal {
    right:8px;
    top:18px;
    width:91px;
    height:91px;
  }
  .hero-image-caption {
    max-width:none;
    font-size:9px;
    bottom:10px;
  }
  .values-inner {
    padding-block:22px;
    gap:10px;
  }
  .value {
    flex-direction:column;
    text-align:center;
    gap:9px;
    font-size:10px;
    padding-inline:5px;
    line-height:1.5;
  }
  .value+.value {
    border-left:1px solid var(--line);
  }
  .section {
    padding-block:64px;
  }
  .section-heading {
    display:block;
    margin-bottom:28px;
  }
  .section-heading>p {
    max-width:480px;
    margin-top:20px;
  }
  .section-heading h2 {
    font-size:38px;
  }
  .products-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px 17px;
  }
  .product-image {
    height:240px;
  }
  .product-title h3 {
    font-size:24px;
  }
  .product>p {
    font-size:11px;
  }
  .product:nth-child(5) {
    grid-column:1/-1;
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:17px;
    align-items:center;
  }
  .product:nth-child(5) .product-photo {
    grid-row:1/3;
  }
  .product:nth-child(5) .product-title {
    align-self:end;
    margin-top:0;
    padding-bottom:5px;
  }
  .product:nth-child(5)>p {
    align-self:start;
    margin-top:0;
  }
  .products-note {
    flex-direction:column;
    align-items:flex-start;
    gap:15px;
  }
  .story-grid {
    grid-template-columns:1fr;
    gap:40px;
  }
  .story-photo {
    max-width:580px;
    padding-right:20px;
  }
  .story-photo>img {
    height:425px;
  }
  .story-label {
    left:20px;
    padding:19px 25px;
  }
  .story-copy h2 {
    font-size:38px;
  }
  .story-copy>p:not(.eyebrow) {
    font-size:14px;
  }
  .story-values {
    font-size:11px;
    gap:25px;
  }
  .process-grid {
    grid-template-columns:1fr;
    gap:29px;
    margin-top:30px;
  }
  .process-step {
    padding-top:20px;
  }
  .step-top {
    margin-bottom:14px;
  }
  .process-step h3 {
    font-size:26px;
  }
  .process-step p {
    font-size:14px;
    max-width:560px;
  }
  .funding {
    padding-top:0;
  }
  .funding-box {
    grid-template-columns:1fr;
    gap:32px;
    padding:32px 26px;
  }
  .funding-copy h2 {
    font-size:35px;
  }
  .funding-details {
    border-left:0;
    border-top:1px solid #66816b;
    padding-left:0;
    padding-top:25px;
  }
  .funding-title {
    margin-bottom:20px;
  }
  .funding-amount strong {
    font-size:31px;
  }
  .funding-logos {
    justify-content:center;
    flex-wrap:wrap;
    gap:25px;
    padding:24px 20px;
  }
  .eu-logo {
    gap:12px;
  }
  .eu-logo>span {
    font-size:9px;
    max-width:90px;
  }
  .funding-logos img {
    max-height:60px;
  }
  .funding-logos .eu-logo img {
    height:57px;
  }
  .funding-logos .logo-psc {
    width:145px;
  }
  .funding-logos .logo-poc {
    width:95px;
  }
  .contact {
    padding-block:60px;
  }
  .contact-grid {
    grid-template-columns:1fr;
    gap:30px;
  }
  .contact h2 {
    font-size:38px;
  }
  .contact-item {
    padding-block:18px;
  }
  .contact-details {
    margin:0;
  }
  .footer-main {
    grid-template-columns:1fr 1fr;
    gap:27px 15px;
  }
  .footer-main>div:first-child {
    grid-column:1/-1;
  }
  .footer-links {
    align-items:flex-start;
    padding-left:20px;
  }
  .footer-bottom {
    font-size:9px;
    align-items:flex-start;
  }
  .page-heading {
    padding-block:38px 43px;
  }
  .page-heading h1 {
    font-size:43px;
  }
  .page-heading .page-intro {
    font-size:15px;
  }
  .project-funding-band {
    margin-bottom:42px;
  }
  .project-layout,.legal-layout,.transparency-inner {
    grid-template-columns:1fr;
    gap:38px;
  }
  .project-layout,.legal-layout {
    padding-bottom:55px;
  }
  .fact-panel {
    padding:28px;
  }
  .transparency {
    padding-block:50px;
  }
  .transparency-inner {
    gap:25px;
  }
  .transparency h2 {
    font-size:33px;
  }
  .rna-actions {
    padding:24px;
  }
  .copy-row code {
    font-size:24px;
  }
  .page-contact {
    flex-direction:column;
    align-items:flex-start;
    padding-block:40px;
    gap:24px;
  }
  .legal-aside {
    padding-left:0;
    border-left:0;
  }
  .company-details>div {
    grid-template-columns:135px 1fr;
  }
  .site-info {
    padding-block:40px;
  }
}

@media(max-width:390px) {
  .container {
    width:calc(100% - 36px);
  }
  .brand-name {
    font-size:27px;
  }
  .brand-symbol {
    width:31px;
  }
  .brand-caption {
    font-size:7px;
  }
  .hero h1 {
    font-size:44px;
  }
  .hero-actions {
    gap:18px;
  }
  .hero-actions .button {
    font-size:12px;
    gap:15px;
    padding-inline:16px;
  }
  .hero-actions .text-link {
    font-size:12px;
    gap:10px;
  }
  .hero-image {
    height:320px;
  }
  .hero-image-caption {
    max-width:135px;
  }
  .product-image {
    height:190px;
  }
  .product-title h3 {
    font-size:22px;
  }
  .story-values {
    gap:15px;
  }
  .funding-box {
    padding-inline:23px;
  }
  .copy-row {
    gap:10px;
  }
  .copy-row code {
    font-size:21px;
  }
  .company-details>div {
    grid-template-columns:112px 1fr;
    gap:12px;
  }
  .company-details dd {
    font-size:13px;
  }
  .footer-links {
    padding-left:5px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important;
  }
}

@media(max-width:390px) {
  .header-inner .brand {
    gap:8px;
  }
  .header-inner .brand-caption {
    font-size:6px;
    letter-spacing:.16em;
  }
  .menu-toggle {
    flex-shrink:0;
  }
}

@media print {
  body {
    background:#fff;
    color:#000;
    font-size:11pt;
  }
  .site-header {
    position:static;
  }
  .main-nav,.menu-toggle,.hero-actions,.site-footer,.page-contact,.copy-button,.skip-link {
    display:none!important;
  }
  .container {
    width:100%;
  }
  .section {
    padding-block:24px;
  }
  .funding-box,.fact-panel,.transparency {
    background:#fff;
    color:#000;
    border:1px solid #999;
    print-color-adjust:exact;
  }
  .funding-box * {
    color:#000!important;
  }
  .funding-logos {
    break-inside:avoid;
  }
  .project-layout {
    display:block;
    padding-bottom:20px;
  }
  .fact-panel {
    margin-top:25px;
    break-inside:avoid;
  }
  .transparency-inner {
    display:block;
  }
  .rna-actions {
    margin-top:20px;
  }
  .page-heading {
    padding-block:20px;
  }
  .project-funding-band {
    margin-bottom:25px;
  }
  .eyebrow {
    color:#333;
  }
  .prose p,.prose li,.transparency p:not(.eyebrow) {
    color:#222;
  }
  .button {
    border:1px solid #333;
    background:#fff;
    color:#000;
  }
  .hero-image {
    height:280px;
  }
  .hero {
    padding-block:25px;
  }
  .hero-inset,.origin-seal {
    display:none;
  }
}
