/* Paleta tomada del logo suministrado y de los degradados del manual (p. 19).
Neulis Neue no está incluida: Arial es la tipografía secundaria autorizada. */
:root {
  --navy:#072b73;
  --teal:#15a0bf;
  --teal-text:#087b96;
  --red:#f20519;
  --ink:#162b4d;
  --muted:#566378;
  --line:#dce3ec;
  --paper:#f4f7f9;
  --white:#fff;
  --radius:12px;
  --container:1200px}
* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:105px}
body {
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:#fff;
  font-size:16px;
  line-height:1.65}
img {
  max-width:100%;
  height:auto;
  display:block}
a {
  color:inherit;
  text-decoration:none}
button,summary,a {
  -webkit-tap-highlight-color:transparent}
button {
  font:inherit}
button,summary {
  cursor:pointer}
button {
  color:inherit}
h1,h2,h3,p,figure {
  margin:0}
h1,h2,h3 {
  color:var(--navy);
  line-height:1.12}
h2 {
  font-size:clamp(30px,3.1vw,44px);
  letter-spacing:-1.5px;
  font-weight:700}
h3 {
  font-size:21px;
  letter-spacing:-.5px}
svg {
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid var(--teal-text);
  outline-offset:5px;
  border-radius:4px}
[hidden] {
  display:none!important}
.container {
  width:min(var(--container),calc(100% - 80px));
  margin-inline:auto}
.section {
  padding-block:100px}
.eyebrow {
  font-size:12px;
  line-height:1.5;
  text-transform:uppercase;
  letter-spacing:1.8px;
  font-weight:700;
  color:var(--navy);
  margin-bottom:22px}
.text-teal {
  color:var(--teal-text)}
.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:100;
  top:12px;
  left:12px;
  padding:12px 20px;
  background:var(--navy);
  color:white;
  transform:translateY(-160%)}
.skip-link:focus {
  transform:none}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  padding:15px 24px;
  min-height:54px;
  border:1px solid var(--navy);
  border-radius:6px;
  background:var(--navy);
  color:#fff;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  transition:background .2s,transform .2s,box-shadow .2s}
.button:hover {
  background:#123c8c;
  transform:translateY(-2px);
  box-shadow:0 5px 15px #072b7318}
.button span {
  font-size:22px;
  line-height:1}
.button-small {
  min-height:44px;
  padding:11px 17px;
  font-size:12px;
  gap:18px}
.text-link {
  font-size:13px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:16px;
  border-bottom:1px solid #bbc7d7;
  padding:8px 0}
.text-link:hover {
  color:var(--teal-text)}
.site-header {
  background:#fffffffa;
  position:sticky;
  top:0;
  z-index:30;
  border-bottom:1px solid #e9edf2}
.header-inner {
  height:100px;
  display:flex;
  align-items:center;
  gap:40px}
.brand {
  display:block;
  width:230px;
  flex-shrink:0;
  padding:8px 0}
.brand img {
  width:100%;
  height:auto}
.navigation {
  display:flex;
  align-items:center;
  gap:29px;
  margin-left:auto}
.navigation a {
  font-size:13px;
  font-weight:600;
  position:relative;
  padding:12px 0}
.navigation a:after {
  content:"";
  position:absolute;
  left:0;
  bottom:5px;
  width:0;
  height:2px;
  background:var(--teal);
  transition:width .2s}
.navigation a:hover:after {
  width:100%}
.header-actions {
  display:flex;
  align-items:center;
  gap:22px}
.language {
  position:relative}
.language summary {
  display:flex;
  align-items:center;
  gap:7px;
  list-style:none;
  font-size:12px;
  font-weight:700;
  min-height:44px;
  padding:5px}
.language summary::-webkit-details-marker {
  display:none}
.language svg {
  width:18px;
  height:18px}
.chevron {
  font-size:16px}
.language-panel {
  position:absolute;
  right:0;
  top:calc(100% + 16px);
  width:240px;
  padding:18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  box-shadow:0 16px 40px #162b4d1a;
  z-index:35}
.language-panel p {
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:1px;
  color:var(--muted);
  margin-bottom:8px}
.language-panel a {
  display:flex;
  justify-content:space-between;
  padding:10px;
  border-radius:4px;
  font-size:14px}
.language-panel a:hover {
  background:var(--paper)}
.language-panel small {
  display:block;
  border-top:1px solid var(--line);
  padding-top:12px;
  margin-top:8px;
  font-size:11px;
  line-height:1.5;
  color:var(--muted)}
.menu-toggle {
  background:none;
  border:1px solid var(--line);
  width:44px;
  height:44px;
  border-radius:6px;
  align-items:center;
  justify-content:center}
.menu-lines,.menu-lines:before,.menu-lines:after {
  width:18px;
  height:2px;
  background:var(--navy);
  position:relative;
  display:block}
.menu-lines:before,.menu-lines:after {
  content:"";
  position:absolute;
  left:0}
.menu-lines:before {
  top:-6px}
.menu-lines:after {
  top:6px}
.hero {
  background:linear-gradient(110deg,#fafbfc 50%,#f1f6f8 100%);
  padding-top:54px;
  position:relative;
  overflow:hidden}
.hero-grid {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  align-items:center;
  gap:24px;
  min-height:590px}
.hero-copy {
  padding:8px 0 43px;
  position:relative;
  z-index:2}
.hero .eyebrow {
  display:flex;
  gap:10px;
  align-items:center;
  font-size:11px;
  letter-spacing:1.5px;
  margin-bottom:25px}
.status-dot {
  height:7px;
  width:7px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 0 5px #f205190a;
  flex-shrink:0}
h1 {
  font-size:clamp(66px,6.8vw,94px);
  letter-spacing:-5px;
  line-height:.98;
  font-weight:750}
h1 span {
  color:var(--teal-text)}
.hero-subtitle {
  font-size:21px;
  line-height:1.5;
  max-width:490px;
  color:var(--navy);
  margin-top:27px;
  letter-spacing:-.35px}
.hero-description {
  font-size:15px;
  line-height:1.7;
  max-width:470px;
  margin-top:17px;
  color:var(--muted)}
.hero-actions {
  display:flex;
  align-items:center;
  gap:23px;
  margin-top:29px;
  flex-wrap:wrap}
.hero-participant {
  display:flex;
  gap:20px;
  align-items:center;
  margin-top:33px}
.hero-participant>span {
  font-size:11px;
  color:var(--muted)}
.hero-participant img {
  width:89px;
  height:60px;
  object-fit:contain;
  mix-blend-mode:multiply}
.hero-art {
  position:relative;
  height:585px;
  width:100%;
  isolation:isolate}
.portrait {
  position:absolute;
  z-index:3;
  object-fit:contain}
.portrait-main {
  width:480px;
  right:-37px;
  top:-7px}
.portrait-left {
  width:240px;
  left:-5px;
  top:264px;
  z-index:4}
.portrait-bottom {
  width:233px;
  right:-22px;
  top:358px}
.diamond {
  position:absolute;
  display:block;
  transform:rotate(45deg);
  border-radius:15px}
.diamond-teal {
  background:var(--teal);
  height:116px;
  width:116px;
  left:229px;
  top:419px}
.diamond-red {
  background:var(--red);
  height:59px;
  width:59px;
  left:37px;
  top:202px}
.diamond-outline {
  border:1px solid #7294b2;
  height:150px;
  width:150px;
  right:-113px;
  top:239px;
  z-index:0}
.art-dots {
  position:absolute;
  background-image:radial-gradient(#bdd8e1 2px,transparent 2px);
  background-size:16px 16px;
  width:235px;
  height:180px;
  right:-40px;
  top:7px;
  opacity:.55;
  transform:rotate(-10deg)}
.art-orbit {
  position:absolute;
  width:690px;
  height:690px;
  border:1px solid #dce8ee;
  border-radius:50%;
  top:-65px;
  left:10px;
  z-index:-1}
.orbit-two {
  width:540px;
  height:540px;
  top:8px;
  left:88px}
.art-caption {
  position:absolute;
  left:15px;
  bottom:6px;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:1.6px;
  color:var(--navy);
  display:flex;
  gap:14px;
  align-items:center}
.caption-line {
  width:30px;
  height:2px;
  background:var(--teal)}
.event-strip {
  position:relative;
  display:grid;
  grid-template-columns:1.2fr 1fr .85fr;
  align-items:center;
  background:var(--navy);
  color:white;
  border-radius:10px 10px 0 0;
  margin-top:25px;
  padding:26px 34px;
  gap:30px}
.event-fact {
  display:flex;
  align-items:center;
  gap:19px}
.event-fact svg {
  width:28px;
  height:28px;
  color:#7cdaed}
.event-fact span {
  font-size:11px;
  display:block;
  color:#c4d4ee;
  margin-bottom:3px}
.event-fact strong {
  font-size:14px;
  line-height:1.5;
  font-weight:600;
  display:block}
.event-more {
  font-size:12px;
  border-left:1px solid #ffffff30;
  padding-left:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px}
.event-more span {
  font-size:24px}
.event-more:hover {
  text-decoration:underline}
.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:70px;
  margin-bottom:47px}
.section-heading>div {
  flex:1}
.section-heading>p {
  font-size:15px;
  max-width:355px;
  color:var(--muted);
  line-height:1.8;
  padding-bottom:4px}
.themes {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px}
.theme {
  padding:30px 30px 33px;
  border:1px solid var(--line);
  border-radius:10px;
  transition:transform .2s,border-color .2s}
.theme:hover {
  transform:translateY(-3px);
  border-color:#91b4c5}
.theme-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:28px}
.theme-top img {
  width:54px;
  height:54px}
.theme-top span {
  font-size:12px;
  color:#566378;
  font-variant-numeric:tabular-nums}
.theme h3 {
  font-size:20px;
  margin-bottom:13px}
.theme p {
  font-size:14px;
  line-height:1.8;
  color:var(--muted)}
.network {
  background:var(--paper)}
.network-intro {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:center}
.network-description {
  font-size:15px;
  color:var(--muted);
  padding-top:21px}
.network-description p+p {
  margin-top:13px}
.network-description strong {
  color:var(--navy)}
.institutions {
  margin-top:43px;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:white;
  border:1px solid var(--line);
  border-radius:10px;
  padding:35px 46px;
  align-items:center;
  gap:46px}
.institution-brand {
  padding:12px 40px 12px 4px;
  border-right:1px solid var(--line)}
.institution-brand img {
  width:320px}
.institution-rds {
  display:flex;
  align-items:center;
  gap:30px}
.institution-rds img {
  width:130px}
.institution-rds span {
  font-size:10px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:1px}
.institution-rds h3 {
  font-size:20px;
  margin:6px 0 9px}
.institution-rds p {
  font-size:12px;
  line-height:1.6;
  color:var(--muted)}
.partners-heading {
  display:flex;
  align-items:center;
  gap:25px;
  margin-top:43px;
  margin-bottom:23px}
.partners-heading h3 {
  font-size:12px;
  font-weight:500;
  letter-spacing:0;
  color:var(--muted);
  line-height:1.5}
.partners-heading>span {
  height:1px;
  background:var(--line);
  flex:1}
.partners {
  display:grid;
  grid-template-columns:repeat(6,1fr);
  list-style:none;
  padding:0;
  margin:0;
  gap:14px}
.partners li {
  background:#fff;
  min-height:102px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:5px;
  padding:16px}
.partners img {
  object-fit:contain;
  width:100%;
  height:66px;
  max-width:145px}
.campaign-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:27px}
.campaign figure {
  min-width:0}
.campaign-image {
  border:1px solid var(--line);
  border-radius:10px;
  overflow:hidden;
  background:#f1f1f1}
.campaign-image img {
  width:100%;
  height:auto;
  transition:transform .4s}
.campaign figure:hover img {
  transform:scale(1.025)}
.campaign figcaption {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:17px;
  font-size:14px;
  font-weight:700;
  color:var(--navy)}
.language-code {
  font-size:10px;
  padding:3px 8px;
  border-radius:4px;
  border:1px solid var(--line);
  font-weight:400;
  letter-spacing:1px}
.campaign-note {
  font-size:11px;
  color:var(--muted);
  margin-top:24px}
.participate {
  position:relative;
  overflow:hidden;
  background:linear-gradient(108deg,var(--navy) 35%,#0b6d94 100%);
  color:#fff;
  padding:74px 0}
.participate:before,.participate:after {
  content:"";
  width:570px;
  height:570px;
  position:absolute;
  right:-260px;
  top:-260px;
  border:55px solid #ffffff05;
  border-radius:50%;
  pointer-events:none}
.participate:after {
  right:18%;
  top:100px;
  width:400px;
  height:400px;
  border-width:1px;
  border-color:#ffffff15}
.participate-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:65px;
  position:relative;
  z-index:1}
.participate .eyebrow {
  color:#9de6f5;
  margin-bottom:18px}
.participate h2 {
  color:white;
  font-size:clamp(32px,3.4vw,46px);
  line-height:1.13}
.participate-copy>p:not(.eyebrow) {
  font-size:14px;
  color:#d2e2f5;
  margin-top:22px}
.participate-meta {
  display:flex;
  gap:18px;
  font-size:13px;
  margin-top:19px;
  font-weight:700;
  flex-wrap:wrap}
.participate-meta>span:nth-child(2) {
  color:#92c9dc}
.participate-action {
  width:285px;
  flex-shrink:0}
.button-white {
  background:white;
  color:var(--navy);
  border-color:white;
  width:100%;
  gap:32px}
.button-white:hover {
  background:#edf8fb}
.participate-action>p {
  color:#e7f2fa;
  font-size:11px;
  line-height:1.8;
  margin-top:15px}
.share-link {
  display:inline-flex;
  gap:22px;
  align-items:center;
  margin-top:20px;
  border:0;
  border-bottom:1px solid #9ebecd;
  background:none;
  padding:8px 0;
  color:white;
  font-size:12px}
.share-link:hover {
  color:#a6e8f8}
.action-status:empty {
  display:none}
.site-footer {
  padding-top:43px;
  background:white}
.footer-main {
  display:flex;
  align-items:center;
  gap:46px;
  padding-bottom:33px}
.footer-brand {
  width:190px}
.footer-main>p {
  font-size:11px;
  color:var(--muted);
  line-height:1.7}
.back-top {
  margin-left:auto;
  font-size:11px;
  display:flex;
  align-items:center;
  gap:18px;
  padding:10px}
.back-top span {
  font-size:21px}
.footer-bottom {
  border-top:1px solid var(--line);
  padding-block:20px;
  display:flex;
  justify-content:space-between;
  gap:22px;
  font-size:10px;
  color:var(--muted)}
.translation-notice {
  position:fixed;
  bottom:20px;
  left:50%;
  transform:translateX(-50%);
  z-index:50;
  width:min(550px,calc(100% - 32px));
  padding:20px 52px 20px 22px;
  background:var(--navy);
  color:white;
  border:1px solid #c1e0ee;
  border-radius:10px;
  box-shadow:0 10px 40px #072b7330;
  font-size:14px}
.translation-notice button {
  position:absolute;
  right:12px;
  top:8px;
  width:36px;
  height:36px;
  background:none;
  border:0;
  color:#fff;
  font-size:25px}
.noscript-note {
  padding:18px;
  text-align:center;
  font-size:13px;
  background:var(--paper)}
@media(min-width:1450px) {
  .hero-grid {
    gap:65px}
  .hero-art {
    transform:translateX(8px)}
}
@media(max-width:1150px) {
  .header-inner {
    gap:24px}
  .brand {
    width:200px}
  .navigation {
    gap:20px}
  .header-actions {
    gap:16px}
  .header-cta {
    display:none}
  .hero-grid {
    grid-template-columns:1.13fr 1fr}
  .hero-art {
    transform:scale(.88);
    transform-origin:center right}
  .hero-subtitle {
    font-size:19px}
  .hero-actions {
    gap:15px}
  .hero-actions .button {
    padding-inline:20px}
  .event-strip {
    grid-template-columns:1.2fr 1fr;
    padding:25px}
  .event-more {
    display:none}
  .institutions {
    gap:25px;
    padding:30px}
  .institution-rds {
    gap:17px}
  .institution-rds img {
    width:110px}
  .network-intro {
    gap:50px}
  .theme {
    padding:25px}
  .section-heading {
    gap:40px}
}
@media(max-width:900px) {
  .container {
    width:calc(100% - 48px)}
  .section {
    padding-block:75px}
  .hero {
    padding-top:42px}
  .hero-grid {
    gap:0;
    grid-template-columns:1.15fr .85fr;
    min-height:570px}
  h1 {
    font-size:73px}
  .hero-copy {
    padding-bottom:30px}
  .hero-art {
    transform:scale(.72);
    transform-origin:center left;
    width:440px;
    margin-left:-60px}
  .hero-subtitle {
    font-size:18px}
  .hero-description {
    font-size:14px}
  .hero-actions {
    flex-direction:column;
    align-items:flex-start;
    gap:10px}
  .hero-participant {
    margin-top:20px}
  .section-heading {
    gap:30px}
  .section-heading>p {
    max-width:285px;
    font-size:14px}
  .themes {
    gap:16px}
  .theme {
    padding:23px 20px}
  .theme h3 {
    font-size:19px}
  .network-intro {
    gap:35px}
  .institutions {
    grid-template-columns:1fr 1.25fr;
    gap:25px;
    padding:26px}
  .institution-brand {
    padding-right:24px}
  .institution-rds img {
    width:90px}
  .institution-rds h3 {
    font-size:17px}
  .partners {
    grid-template-columns:repeat(4,1fr)}
  .campaign-grid {
    gap:18px}
  .participate-inner {
    gap:35px}
  .participate-action {
    width:250px}
  .footer-main {
    gap:25px}
}
@media(max-width:700px) {
  html {
    scroll-padding-top:90px}
  .container {
    width:calc(100% - 40px)}
  .site-header .header-inner {
    height:82px;
    gap:15px;
    flex-wrap:wrap}
  .brand {
    width:188px}
  .header-actions {
    margin-left:auto;
    gap:13px}
  .menu-toggle:not([hidden]) {
    display:flex}
  .navigation {
    width:100%;
    order:3;
    margin:0;
    justify-content:space-around;
    gap:12px;
    padding:12px 0;
    background:white}
  .site-header:has(.navigation:not([hidden])) .header-inner {
    height:auto;
    min-height:82px;
    padding-block:12px}
  .navigation a {
    font-size:13px}
  .js .navigation {
    position:absolute;
    top:82px;
    left:0;
    padding:17px 20px;
    border-bottom:1px solid var(--line);
    box-shadow:0 12px 14px #072b7308}
  .hero {
    padding-top:37px}
  .hero-grid {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    min-height:0;
    gap:0}
  .hero-copy {
    padding:0;
    z-index:4}
  .hero .eyebrow {
    font-size:9px;
    letter-spacing:1.25px;
    margin-bottom:22px}
  h1 {
    font-size:clamp(49px,15vw,84px);
    letter-spacing:-3.8px}
  .hero-subtitle {
    font-size:20px;
    max-width:460px;
    margin-top:23px}
  .hero-description {
    font-size:14px;
    max-width:440px}
  .hero-actions {
    flex-direction:row;
    align-items:center;
    gap:18px;
    margin-top:26px}
  .hero-actions .button {
    font-size:13px;
    padding:14px 18px;
    gap:24px}
  .hero-actions .text-link {
    font-size:12px}
  .hero-participant {
    margin-top:22px}
  .hero-participant img {
    width:77px;
    height:52px}
  .hero-art {
    width:350px;
    max-width:100%;
    height:395px;
    transform:none;
    margin:5px auto 0}
  .portrait-main {
    width:310px;
    right:-8px;
    top:0}
  .portrait-left {
    width:175px;
    left:-15px;
    top:171px}
  .portrait-bottom {
    width:161px;
    right:-10px;
    top:236px}
  .diamond-teal {
    width:75px;
    height:75px;
    left:166px;
    top:282px;
    border-radius:10px}
  .diamond-red {
    width:41px;
    height:41px;
    left:19px;
    top:131px;
    border-radius:8px}
  .diamond-outline {
    width:90px;
    height:90px;
    right:-70px;
    top:165px}
  .art-dots {
    width:190px;
    height:135px;
    top:0;
    right:-25px}
  .art-orbit {
    width:430px;
    height:430px;
    left:0;
    top:-17px}
  .orbit-two {
    width:350px;
    height:350px;
    left:38px;
    top:25px}
  .art-caption {
    font-size:8px;
    letter-spacing:1.1px;
    left:5px;
    bottom:-1px;
    gap:8px}
  .event-strip {
    margin-top:30px;
    padding:24px;
    grid-template-columns:1fr;
    gap:20px}
  .event-fact {
    gap:18px}
  .event-fact+.event-fact {
    padding-top:18px;
    border-top:1px solid #ffffff20}
  .event-fact strong {
    font-size:14px}
  .section {
    padding-block:62px}
  h2 {
    font-size:33px;
    letter-spacing:-1.1px}
  .eyebrow {
    font-size:10px;
    letter-spacing:1.5px;
    margin-bottom:16px}
  .section-heading {
    display:block;
    margin-bottom:29px}
  .section-heading>p {
    max-width:100%;
    margin-top:22px;
    font-size:14px}
  .themes {
    grid-template-columns:1fr;
    gap:14px}
  .theme {
    padding:25px 26px}
  .theme-top {
    margin-bottom:20px}
  .theme h3 {
    font-size:21px}
  .theme p {
    max-width:470px}
  .network-intro {
    grid-template-columns:1fr;
    gap:4px}
  .network-description {
    padding-top:20px;
    font-size:14px}
  .institutions {
    grid-template-columns:1fr;
    padding:28px;
    gap:27px;
    margin-top:28px}
  .institution-brand {
    padding:0 0 26px;
    border-right:0;
    border-bottom:1px solid var(--line)}
  .institution-brand img {
    width:245px;
    max-width:100%;
    margin-inline:auto}
  .institution-rds {
    gap:23px;
    justify-content:center}
  .institution-rds img {
    width:100px}
  .institution-rds h3 {
    font-size:17px}
  .institution-rds span {
    font-size:8px}
  .institution-rds p {
    font-size:10px}
  .partners-heading {
    margin-top:31px}
  .partners-heading h3 {
    font-size:11px}
  .partners {
    grid-template-columns:repeat(3,1fr);
    gap:9px}
  .partners li {
    min-height:82px;
    padding:11px}
  .partners img {
    height:54px}
  .campaign-grid {
    grid-template-columns:1fr;
    gap:26px}
  .campaign figcaption {
    padding-top:12px}
  .campaign-image img {
    aspect-ratio:5/3;
    object-fit:cover}
  .campaign-note {
    font-size:10px}
  .participate {
    padding:58px 0}
  .participate-inner {
    flex-direction:column;
    align-items:flex-start;
    gap:31px}
  .participate h2 {
    font-size:35px}
  .participate-copy>p:not(.eyebrow) {
    font-size:12px}
  .participate-action {
    width:100%;
    max-width:340px}
  .participate-meta {
    font-size:12px;
    gap:15px}
  .participate-action>p {
    font-size:11px}
  .footer-main {
    flex-wrap:wrap;
    gap:17px;
    padding-bottom:25px}
  .footer-brand {
    width:195px}
  .footer-main>p {
    width:100%;
    font-size:10px;
    order:3}
  .back-top {
    padding-right:0}
  .footer-bottom {
    flex-direction:column;
    gap:8px;
    font-size:9px}
  .language-panel {
    right:-48px}
  .footer-main .brand {
    padding:0}
}
@media(max-width:370px) {
  .container {
    width:calc(100% - 32px)}
  .brand {
    width:164px}
  .header-actions {
    gap:6px}
  .hero-art {
    width:320px}
  .portrait-main {
    right:-13px}
  .hero-subtitle {
    font-size:18px}
  .hero-actions {
    gap:11px}
  .hero-actions .text-link {
    margin-top:4px}
  .partners {
    grid-template-columns:repeat(2,1fr)}
  .institution-rds {
    gap:15px}
  .institution-rds img {
    width:82px}
  .institution-rds h3 {
    font-size:15px}
  h2 {
    font-size:30px}
  .participate h2 {
    font-size:31px}
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto}
  *,*:before,*:after {
    transition:none!important;
    animation:none!important}
}
@media print {
  .site-header {
    position:static}
  .header-actions,.navigation,.hero-art,.share-link,.back-top,.translation-notice {
    display:none!important}
  .container {
    width:100%}
  .hero-grid {
    display:block}
  .hero,.section,.participate {
    padding:24px 0}
  .hero-copy {
    padding:0}
  .event-strip,.participate {
    background:#fff;
    color:var(--navy)}
  .participate h2,.participate .eyebrow,.participate p {
    color:var(--navy)}
  .themes,.institutions,.partners,.campaign-grid {
    break-inside:avoid}
  .button {
    border:1px solid var(--navy)}
  h1 {
    font-size:60px}
  .section-heading {
    margin-bottom:25px}
  .hero-participant {
    margin-top:15px}
  .event-fact span {
    color:var(--muted)}
}
/* Keep the campaign portraits clear of text on intermediate tablet widths. */
@media(min-width:701px) and (max-width:1000px) {
  .hero-grid {
    grid-template-columns:1.1fr .9fr;
    gap:20px;
    min-height:590px}
  h1 {
    font-size:clamp(59px,7.5vw,75px);
    letter-spacing:-3.5px}
  .hero-art {
    width:100%;
    height:500px;
    transform:none;
    margin:0}
  .portrait-main {
    width:300px;
    right:-25px;
    top:62px}
  .portrait-left {
    width:150px;
    left:0;
    top:246px}
  .portrait-bottom {
    width:148px;
    right:-20px;
    top:325px}
  .diamond-teal {
    width:70px;
    height:70px;
    left:133px;
    top:350px;
    border-radius:9px}
  .diamond-red {
    width:38px;
    height:38px;
    left:12px;
    top:173px;
    border-radius:8px}
  .diamond-outline {
    width:90px;
    height:90px;
    right:-72px;
    top:238px}
  .art-orbit {
    width:430px;
    height:430px;
    left:-20px;
    top:26px}
  .orbit-two {
    width:350px;
    height:350px;
    left:20px;
    top:65px}
  .art-caption {
    font-size:7px;
    letter-spacing:1px;
    left:0;
    bottom:10px;
    gap:8px}
  .art-dots {
    width:150px;
    height:120px;
    right:-20px;
    top:38px}
}
@media(max-width:1150px) {
  .art-caption {
    display:none}
}
@media(max-width:370px) {
  .site-header .brand {
    width:140px}
  .site-header .header-inner {
    gap:10px}
  .language summary {
    gap:4px;
    padding:3px}
  .language svg {
    width:16px;
    height:16px}
}
