    :root {
      --gps-admin-bar-height: 0px;
      --line: rgba(19, 18, 16, 0.15);
      --line-strong: rgba(19, 18, 16, 0.3);
      --paper: #f2efe8;
      --ink: #131210;
      --accent: #cd8573;
      --accent-soft: #e2b4a8;
      --accent-deep: #b96a57;
      --muted: #5b5851;
      --deep: #1e1c18;
      --frame-inset: clamp(1.25rem, 1.5vw, 1.75rem);
      --layout-gutter: clamp(3rem, 7vw, 6rem);
    }

    html,
    body {
      height: 100%;
      scroll-behavior: smooth;
    }

    html {
      scroll-padding-top: var(--gps-admin-bar-height);
    }

    body {
      font-family: "IBM Plex Sans", "Noto Sans", "Segoe UI", "Helvetica Neue", "Arial Nova", Arial, sans-serif;
      background: var(--paper);
      color: var(--ink);
      overflow-y: auto;
      scroll-snap-type: none;
      text-rendering: geometricPrecision;
      position: relative;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      opacity: 0.38;
      background-image:
        linear-gradient(to right, transparent calc(16.666% - 1px), var(--line) calc(16.666% - 1px), var(--line) 16.666%, transparent 16.666%),
        linear-gradient(to right, transparent calc(33.333% - 1px), var(--line) calc(33.333% - 1px), var(--line) 33.333%, transparent 33.333%),
        linear-gradient(to right, transparent calc(50% - 1px), var(--line) calc(50% - 1px), var(--line) 50%, transparent 50%),
        linear-gradient(to right, transparent calc(66.666% - 1px), var(--line) calc(66.666% - 1px), var(--line) 66.666%, transparent 66.666%),
        linear-gradient(to right, transparent calc(83.333% - 1px), var(--line) calc(83.333% - 1px), var(--line) 83.333%, transparent 83.333%);
    }

    .section {
      min-height: 100svh;
      height: 100svh;
      scroll-snap-align: start;
      scroll-snap-stop: always;
      position: relative;
      isolation: isolate;
      overflow: hidden;
      z-index: 1;
    }

    #main-content {
      display: flex;
      flex-direction: column;
    }

    #hero { order: 1; }
    #short-film { order: 2; }
    #projekt { order: 3; }
    #results { order: 4; }
    #visual-break { order: 5; }
    #ergebnisse { order: 6; }
    #vision { order: 7; }
    #partner { order: 8; }
    #events { order: 9; }
    #film { order: 10; }

    body.admin-bar .section {
      min-height: calc(100svh - var(--gps-admin-bar-height));
      height: calc(100svh - var(--gps-admin-bar-height));
      scroll-margin-top: var(--gps-admin-bar-height);
    }

    .section::after {
      content: "";
      position: absolute;
      inset: var(--frame-inset);
      border: 1px solid var(--line);
      pointer-events: none;
      z-index: -1;
      transition: border-color 500ms ease, inset 500ms ease, opacity 500ms ease;
    }

    .section.is-active::after {
      border-color: color-mix(in srgb, var(--accent) 48%, var(--line-strong) 52%);
      opacity: 1;
    }

    .section.is-leaving::after {
      border-color: var(--line);
      opacity: 0.68;
    }

    .kicker {
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-size: clamp(0.67rem, 0.58rem + 0.3vw, 0.85rem);
      color: var(--muted);
    }

    .headline {
      letter-spacing: -0.03em;
      line-height: 0.92;
      text-wrap: balance;
    }

    .headline-impact {
      letter-spacing: -0.055em;
      font-variation-settings: "wght" 650;
    }

    .impact-word {
      color: var(--accent);
      font-style: italic;
      position: relative;
      display: inline;
      hyphens: auto;
      overflow-wrap: anywhere;
    }

    .impact-word::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0.06em;
      width: 100%;
      height: 0.1em;
      background: color-mix(in srgb, var(--accent-soft) 64%, transparent);
      z-index: -1;
      transform: scaleX(0.15);
      transform-origin: left;
      transition: transform 700ms cubic-bezier(0.18, 0.84, 0.25, 1);
    }

    .section.is-active .impact-word::after {
      transform: scaleX(1);
    }

    .max-col {
      max-width: 48ch;
    }

    .layout-wrap {
      width: min(calc(100% - var(--layout-gutter)), 1400px);
    }

    .about-layout {
      justify-content: center;
    }

    .about-copy {
      min-width: 0;
    }

    .about-card-grid {
      width: min(100%, 38rem);
      justify-self: center;
    }

    .about-card {
      min-width: 0;
      overflow: visible;
    }

    .about-card a {
      display: block;
      width: 100%;
      min-width: 0;
      text-decoration: none;
    }

    .about-card-media {
      width: 100%;
      flex: 0 0 auto;
      align-self: center;
      background: rgba(255, 255, 255, 0.28);
    }

    .about-card-image {
      display: block;
      object-fit: cover;
    }

    @media (min-width: 1024px) {
      .about-layout {
        grid-template-columns: minmax(0, 34rem) minmax(31rem, 38rem);
        gap: clamp(2rem, 4vw, 4rem);
      }

      .about-card-media {
        width: min(100%, 9.25rem);
      }
    }

    #ergebnisse .layout-wrap,
    #results .layout-wrap {
      grid-template-columns: minmax(0, 1fr);
      justify-items: stretch;
    }

    #ergebnisse .layout-wrap > *,
    #results .layout-wrap > * {
      width: 100%;
    }

    .weave-surface {
      background-image:
        repeating-linear-gradient(0deg, rgba(17, 15, 12, 0.13) 0 1px, transparent 1px 25px),
        repeating-linear-gradient(90deg, rgba(17, 15, 12, 0.11) 0 1px, transparent 1px 25px),
        linear-gradient(160deg, color-mix(in srgb, var(--accent) 24%, transparent), rgba(17, 15, 12, 0.03) 44%, color-mix(in srgb, var(--accent-soft) 32%, transparent));
      border: 1px solid var(--line-strong);
    }

    .hero-photo-wrap {
      position: relative;
      width: 100%;
      aspect-ratio: 4 / 3;
      overflow: hidden;
      transform-style: preserve-3d;
    }

    .hero-photo {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      border: 1px solid var(--line-strong);
      background: url("../images/key.webp") center center / cover no-repeat;
      box-shadow: 0 14px 34px rgba(15, 14, 12, 0.16);
      isolation: isolate;
      transform-style: preserve-3d;
      will-change: transform, box-shadow;
      transform-origin: 58% 50%;
      transition: transform 240ms cubic-bezier(0.22, 0.74, 0.2, 1), box-shadow 260ms ease;
    }

    .hero-photo::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(140deg, rgba(18, 17, 15, 0.48), rgba(18, 17, 15, 0.22) 45%, rgba(18, 17, 15, 0.08));
      z-index: 1;
      transform: translate3d(calc(var(--tilt-x, 0px) * -0.18), calc(var(--tilt-y, 0px) * -0.18), 0) scale(1.025);
      transition: transform 220ms ease;
    }

    .hero-photo::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        repeating-linear-gradient(0deg, rgba(236, 229, 216, 0.2) 0 1px, transparent 1px 26px),
        repeating-linear-gradient(90deg, rgba(236, 229, 216, 0.2) 0 1px, transparent 1px 26px);
      mix-blend-mode: soft-light;
      opacity: 0.65;
      z-index: 2;
      transform: translate3d(calc(var(--tilt-x, 0px) * 0.24), calc(var(--tilt-y, 0px) * 0.24), 0) scale(1.02);
      transition: transform 220ms ease;
    }

    .hero-photo-mark {
      position: absolute;
      right: 1rem;
      bottom: 0.9rem;
      z-index: 3;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      font-size: 0.64rem;
      color: rgba(245, 240, 232, 0.82);
      border-top: 1px solid rgba(245, 240, 232, 0.34);
      padding-top: 0.4rem;
      transform: translate3d(calc(var(--tilt-x, 0px) * 0.42), calc(var(--tilt-y, 0px) * 0.42), 34px);
      transition: transform 220ms ease;
      will-change: transform;
    }

    .hero-stage,
    .hero-copy {
      overflow: visible;
    }

    .hero-stage {
      perspective: 1500px;
      transform-style: preserve-3d;
      will-change: transform;
    }

    .hero-tilt {
      transform-style: preserve-3d;
      transition: transform 160ms cubic-bezier(0.18, 0.82, 0.22, 1);
      will-change: transform;
    }

    .hero-title-row {
      position: relative;
      display: inline-block;
    }

    .hero-title-row::before {
      content: "";
      position: absolute;
      left: -0.05em;
      right: -0.04em;
      bottom: 0.07em;
      height: 0.1em;
      background: color-mix(in srgb, var(--accent-soft) 70%, transparent);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 850ms cubic-bezier(0.16, 0.78, 0.22, 1) 200ms;
      z-index: -1;
    }

    .section.is-active .hero-title-row::before {
      transform: scaleX(1);
    }

    .hero-tilt [data-depth] {
      transform: translate3d(0, 0, 0);
      transition: transform 220ms ease;
      will-change: transform;
    }

    .nav-rail a {
      display: grid;
      place-items: center;
      width: 2.2rem;
      height: 2.2rem;
      padding: 0;
      border-radius: 999px;
      line-height: 1;
      border: 1px solid var(--line);
      background: #f2efe8;
      color: var(--muted);
      transition: all 180ms ease;
    }

    .nav-rail a.is-active {
      border-color: var(--accent-deep);
      background: var(--accent-soft);
      color: var(--deep);
      transform: translateX(-0.18rem);
    }

    .menu-toggle-btn {
      position: fixed;
      top: 1rem;
      right: 1rem;
      z-index: 1250;
      width: 3.3rem;
      height: 3.3rem;
      border: 1px solid rgba(242, 239, 232, 0.72);
      background: #11100e;
      color: var(--paper);
      display: grid;
      place-items: center;
      cursor: pointer;
      backdrop-filter: blur(7px);
      transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
    }

    .nav-rail {
      right: max(1.1rem, env(safe-area-inset-right)) !important;
    }

    .admin-bar .menu-toggle-btn,
    .admin-bar .lang-switch {
      top: calc(1rem + var(--gps-admin-bar-height));
    }

    .menu-toggle-btn:hover,
    .menu-toggle-btn:focus-visible {
      border-color: var(--accent-soft);
      background: var(--accent-soft);
      color: var(--deep);
      transform: translateY(-1px);
      outline: none;
    }

    .menu-toggle-btn.is-open {
      border-color: var(--accent-soft);
      background: var(--accent-soft);
      color: var(--deep);
    }

    .lang-switch {
      position: fixed;
      top: 1rem;
      right: 4.9rem;
      z-index: 1250;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.28rem;
      border: 1px solid rgba(242, 239, 232, 0.72);
      background: #11100e;
      backdrop-filter: blur(7px);
      width: auto;
      height: 3.3rem;
      padding: 0.25rem;
      box-sizing: border-box;
    }

    .lang-switch button,
    .lang-switch a,
    .lang-switch span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 2.2rem;
      border: 1px solid transparent;
      background: transparent;
      color: var(--paper);
      height: 100%;
      font-size: 0.76rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      line-height: 1;
      padding: 0.45rem 0.42rem;
      cursor: pointer;
      transition: color 200ms ease, border-color 200ms ease, background 200ms ease;
      text-align: center;
      text-decoration: none;
    }

    .news-empty-state {
      grid-column: 1 / -1;
      margin: 0;
      border: 1px solid var(--line-strong);
      background: color-mix(in srgb, var(--paper) 82%, white 18%);
      padding: clamp(1.25rem, 3vw, 2rem);
      color: var(--muted);
      text-align: center;
    }

    .lang-switch button:hover,
    .lang-switch button:focus-visible,
    .lang-switch a:hover,
    .lang-switch a:focus-visible {
      color: var(--paper);
      border-color: rgba(242, 239, 232, 0.62);
      background: rgba(242, 239, 232, 0.1);
      outline: none;
    }

    .lang-switch button.is-active,
    .lang-switch a.is-active,
    .lang-switch span.is-active {
      color: var(--deep);
      border-color: var(--accent-soft);
      background: var(--accent-soft);
    }

    .menu-bars {
      width: 1.25rem;
      height: 0.95rem;
      position: relative;
      display: block;
    }

    .menu-bars::before,
    .menu-bars::after,
    .menu-bars span {
      content: "";
      position: absolute;
      left: 0;
      width: 1.25rem;
      height: 1px;
      background: currentColor;
      transition: transform 260ms ease, opacity 220ms ease, top 260ms ease;
    }

    .menu-bars::before { top: 0; }
    .menu-bars span { top: 0.45rem; }
    .menu-bars::after { top: 0.9rem; }

    .menu-toggle-btn.is-open .menu-bars::before {
      top: 0.45rem;
      transform: rotate(45deg);
    }

    .menu-toggle-btn.is-open .menu-bars::after {
      top: 0.45rem;
      transform: rotate(-45deg);
    }

    .menu-toggle-btn.is-open .menu-bars span {
      opacity: 0;
      transform: scaleX(0.3);
    }

    .fullscreen-menu {
      position: fixed;
      inset: 0;
      z-index: 1210;
      background:
        radial-gradient(circle at 18% 11%, rgba(205, 133, 115, 0.24), transparent 34%),
        linear-gradient(120deg, rgba(242, 239, 232, 0.98), rgba(242, 239, 232, 0.95));
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      overflow-y: auto;
      transform: translateY(-3%);
      transition: opacity 360ms ease, visibility 360ms ease, transform 480ms cubic-bezier(0.19, 0.82, 0.2, 1);
    }

    .admin-bar .fullscreen-menu {
      top: var(--gps-admin-bar-height);
    }

    .fullscreen-menu::before {
      content: "";
      position: absolute;
      inset: 0.9rem;
      border: 1px solid color-mix(in srgb, var(--accent-soft) 44%, var(--line));
      pointer-events: none;
    }

    .fullscreen-menu.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateY(0);
    }

    .fullscreen-menu-inner {
      position: relative;
      height: 100%;
      width: min(calc(100% - 2.2rem), 1720px);
      margin-inline: auto;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: clamp(1rem, 5vw, 6rem);
      align-items: center;
      padding: clamp(4.8rem, 8.2vh, 7rem) clamp(0.6rem, 2vw, 2rem) clamp(2rem, 4vh, 3rem);
    }

    .menu-main {
      min-width: 0;
      display: grid;
      align-content: center;
      gap: clamp(0.45rem, 0.9vh, 0.85rem);
    }

    .menu-main .kicker {
      color: color-mix(in srgb, var(--muted) 74%, var(--ink));
      margin-bottom: 0.4rem;
    }

    .menu-link {
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: baseline;
      column-gap: 1rem;
      text-decoration: none;
      color: color-mix(in srgb, var(--ink) 94%, var(--muted));
      padding: 0.2rem 0;
      border-bottom: 1px solid color-mix(in srgb, var(--line) 84%, transparent);
      transition: color 220ms ease, transform 260ms ease, border-color 220ms ease;
    }

    .menu-link-idx {
      font-size: 0.72rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--muted);
      transform: translateY(-0.2rem);
    }

    .menu-link-text {
      font-size: clamp(1.5rem, 4.6vw, 4.4rem);
      line-height: 0.92;
      letter-spacing: -0.05em;
      text-transform: uppercase;
      font-weight: 600;
    }

    .menu-link:hover,
    .menu-link:focus-visible {
      color: var(--accent-deep);
      border-color: color-mix(in srgb, var(--accent-soft) 66%, transparent);
      transform: translateX(0.5rem);
      outline: none;
    }

    .menu-link.is-active {
      color: var(--accent-deep);
      border-color: color-mix(in srgb, var(--accent-soft) 70%, transparent);
    }

    .menu-aside {
      display: grid;
      align-content: center;
      gap: 2rem;
      justify-items: end;
      min-width: 14rem;
    }

    .menu-legal {
      display: grid;
      justify-items: end;
      gap: 0.42rem;
    }

    .menu-legal-links {
      display: flex;
      gap: 0.8rem;
      align-items: center;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .menu-legal-link {
      border: 1px solid color-mix(in srgb, var(--line) 78%, transparent);
      background: color-mix(in srgb, var(--paper) 84%, white 16%);
      color: var(--muted);
      text-decoration: none;
      display: inline-block;
      font-size: 0.67rem;
      letter-spacing: 0.13em;
      text-transform: uppercase;
      padding: 0.26rem 0.46rem;
      cursor: pointer;
      transition: color 200ms ease, border-color 200ms ease, background 200ms ease;
    }

    .menu-legal-link:hover,
    .menu-legal-link:focus-visible {
      color: var(--accent-deep);
      border-color: color-mix(in srgb, var(--accent) 62%, transparent);
      background: color-mix(in srgb, var(--paper) 65%, white 35%);
      outline: none;
    }

    body.menu-open {
      overflow: hidden;
    }

    .vision {
      color: var(--ink);
      background:
        radial-gradient(circle at 82% 16%, rgba(205, 133, 115, 0.18), transparent 36%),
        radial-gradient(circle at 10% 80%, rgba(205, 133, 115, 0.12), transparent 40%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(242, 239, 232, 0.95));
    }

    .vision::after {
      border-color: color-mix(in srgb, var(--accent-soft) 36%, var(--line-strong));
    }

    .vision .kicker,
    .vision .muted-vision {
      color: var(--muted);
    }

    .event-date {
      letter-spacing: -0.04em;
      line-height: 0.86;
    }

    .film-card {
      background:
        linear-gradient(155deg, rgba(205, 133, 115, 0.24), rgba(17, 15, 12, 0.04)),
        #ece7df;
    }

    .gallery-section {
      background: #11100e;
      color: #f2ede5;
    }

    #hero::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 42vh;
      background:
        linear-gradient(180deg, rgba(205, 133, 115, 0) 0%, rgba(205, 133, 115, 0.26) 44%, rgba(17, 16, 14, 0.7) 100%);
      transform: translateY(106%);
      opacity: 0;
      transition: transform 640ms cubic-bezier(0.2, 0.82, 0.26, 1), opacity 460ms ease;
      pointer-events: none;
      z-index: 5;
    }

    #hero.is-leaving::before {
      transform: translateY(0);
      opacity: 1;
    }

    .gallery-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 50% -14%, rgba(205, 133, 115, 0.48), transparent 44%),
        linear-gradient(180deg, rgba(17, 16, 14, 0.84), rgba(17, 16, 14, 0.34) 36%, rgba(17, 16, 14, 0) 72%);
      transform: translateY(0);
      opacity: 1;
      transition: transform 760ms cubic-bezier(0.2, 0.82, 0.26, 1), opacity 620ms ease;
      pointer-events: none;
      z-index: 4;
    }

    .gallery-section.is-active::before {
      transform: translateY(-108%);
      opacity: 0.1;
    }

    .gallery-section::after {
      inset: 0.6rem;
      border-color: rgba(242, 237, 229, 0.24);
    }

    .gallery-grid {
      --gallery-rows: 3;
      --gallery-tile-size: 12rem;
      width: 100%;
      height: 100%;
      display: grid;
      grid-auto-flow: column;
      grid-template-rows: repeat(var(--gallery-rows), var(--gallery-tile-size));
      grid-auto-columns: var(--gallery-tile-size);
      align-content: center;
      gap: 0.5rem;
      padding: 4.6rem 0.92rem 0.92rem;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      background:
        radial-gradient(circle at 82% 12%, rgba(205, 133, 115, 0.25), transparent 34%),
        radial-gradient(circle at 10% 80%, rgba(205, 133, 115, 0.18), transparent 38%),
        #12100e;
    }

    .gallery-tile {
      position: relative;
      border: 1px solid rgba(242, 237, 229, 0.18);
      overflow: hidden;
      cursor: zoom-in;
      background: #181613;
      width: var(--gallery-tile-size);
      height: var(--gallery-tile-size);
      aspect-ratio: 1;
      scroll-snap-align: start;
      transition: transform 260ms ease, border-color 260ms ease, filter 260ms ease;
    }

    .gallery-tile::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(to top, rgba(8, 8, 8, 0.34), transparent 44%),
        repeating-linear-gradient(0deg, rgba(246, 241, 232, 0.07) 0 1px, transparent 1px 26px),
        repeating-linear-gradient(90deg, rgba(246, 241, 232, 0.07) 0 1px, transparent 1px 26px);
      mix-blend-mode: soft-light;
      pointer-events: none;
      opacity: 0.92;
    }

    .gallery-tile:hover,
    .gallery-tile:focus-visible {
      transform: scale(1.02);
      border-color: rgba(205, 133, 115, 0.8);
      filter: brightness(1.05);
      outline: none;
    }

    .gallery-tile img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .gallery-caption {
      position: absolute;
      left: 1.25rem;
      right: 1.25rem;
      top: 1.15rem;
      z-index: 5;
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 1rem;
      pointer-events: none;
      z-index: 6;
    }

    .gallery-caption .kicker {
      color: rgba(242, 237, 229, 0.78);
    }

    .gallery-caption h2 {
      font-size: clamp(1.85rem, 4.4vw, 4rem);
      letter-spacing: -0.04em;
      line-height: 0.95;
      text-transform: uppercase;
      color: #f4f0e8;
      text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    }

    .gallery-title-plate {
      display: inline-block;
      padding: 0.3rem 0.56rem 0.38rem;
      background: rgba(10, 10, 10, 0.52);
      border: 1px solid rgba(242, 237, 229, 0.35);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
      backdrop-filter: blur(3px);
      line-height: 0.92;
    }

    .gallery-hint {
      font-size: 0.66rem;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      color: rgba(242, 237, 229, 0.74);
      border-top: 1px solid rgba(242, 237, 229, 0.26);
      padding-top: 0.38rem;
      max-width: 14rem;
      text-align: right;
      position: relative;
      top: 2.2rem;
    }

    .lightbox {
      position: fixed;
      inset: 0;
      z-index: 1300;
      display: grid;
      place-items: center;
      padding: 1.25rem;
      background: rgba(7, 7, 7, 0.82);
      backdrop-filter: blur(10px) saturate(0.85);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 250ms ease, visibility 250ms ease;
    }

    .lightbox.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .lightbox-figure {
      margin: 0;
      width: min(94vw, 1500px);
      height: min(86vh, 980px);
      display: grid;
      grid-template-rows: 1fr auto;
      gap: 0.7rem;
      position: relative;
      z-index: 2;
    }

    .lightbox-image-wrap {
      width: 100%;
      height: 100%;
      overflow: hidden;
      border: 1px solid rgba(242, 237, 229, 0.32);
      background: #11100e;
    }

    .lightbox-image {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }

    .lightbox-caption {
      color: rgba(242, 237, 229, 0.82);
      font-size: 0.76rem;
      text-transform: uppercase;
      letter-spacing: 0.14em;
    }

    .lightbox-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      border: 1px solid rgba(242, 237, 229, 0.34);
      background: rgba(15, 14, 12, 0.78);
      color: #f4f0e8;
      width: 2.8rem;
      height: 2.8rem;
      display: grid;
      place-items: center;
      cursor: pointer;
      transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
    }

    .lightbox-btn:hover,
    .lightbox-btn:focus-visible {
      background: rgba(205, 133, 115, 0.44);
      border-color: rgba(205, 133, 115, 0.92);
      outline: none;
    }

    .lightbox-prev { left: 1.2rem; }
    .lightbox-next { right: 1.2rem; }

    .lightbox-close {
      position: absolute;
      top: 1.2rem;
      right: 1.2rem;
      border: 1px solid rgba(242, 237, 229, 0.34);
      background: rgba(15, 14, 12, 0.78);
      color: #f4f0e8;
      width: 2.8rem;
      height: 2.8rem;
      display: grid;
      place-items: center;
      cursor: pointer;
      transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
      z-index: 3;
    }

    .lightbox-close:hover,
    .lightbox-close:focus-visible {
      background: rgba(205, 133, 115, 0.44);
      border-color: rgba(205, 133, 115, 0.92);
      outline: none;
      transform: translateY(-1px);
    }

    body.lightbox-open {
      overflow: hidden;
    }

    .reveal {
      --reveal-x: 0px;
      --reveal-y: 42px;
      --reveal-scale: 0.985;
      --reveal-blur: 7px;
      --reveal-delay: 0ms;
      --reveal-out-x: 0px;
      --reveal-out-y: -22px;
      opacity: 0;
      transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
      filter: blur(var(--reveal-blur));
      transition:
        opacity 760ms cubic-bezier(0.23, 0.86, 0.24, 1),
        transform 960ms cubic-bezier(0.17, 0.9, 0.2, 1),
        filter 820ms ease;
      transition-delay: var(--reveal-delay);
      will-change: transform, opacity, filter;
    }

    .reveal-up {
      --reveal-y: 46px;
      --reveal-out-y: -24px;
    }

    .reveal-down {
      --reveal-y: -34px;
      --reveal-out-y: 18px;
    }

    .reveal-left {
      --reveal-x: -44px;
      --reveal-out-x: 28px;
    }

    .reveal-right {
      --reveal-x: 44px;
      --reveal-out-x: -28px;
    }

    .reveal-zoom {
      --reveal-scale: 0.93;
      --reveal-y: 24px;
      --reveal-blur: 9px;
    }

    .reveal-soft {
      --reveal-blur: 4px;
      --reveal-scale: 0.99;
    }

    .section.is-active .reveal {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
      filter: blur(0);
    }

    .section.is-leaving .reveal {
      opacity: 0;
      transform: translate3d(var(--reveal-out-x), var(--reveal-out-y), 0) scale(0.985);
      filter: blur(5px);
      transition-duration: 420ms, 460ms, 420ms;
      transition-delay: 0ms !important;
    }

    .direct-anchor-entry {
      scroll-behavior: auto;
      background: var(--paper);
    }

    .direct-anchor-entry body {
      visibility: hidden;
    }

    .direct-anchor-entry .section .reveal {
      opacity: 1;
      transform: none;
      filter: none;
      transition: none;
    }

    .skip-link {
      position: absolute;
      left: -999px;
      top: 0;
      z-index: 1000;
      background: var(--ink);
      color: #fff;
      padding: 0.5rem 0.75rem;
    }

    .skip-link:focus {
      left: 0.75rem;
      top: 0.75rem;
    }

    .hero-eu-note {
      display: grid;
      gap: 0.85rem;
      max-width: 36rem;
      border: 1px solid color-mix(in srgb, var(--accent-soft) 64%, var(--line));
      background: color-mix(in srgb, var(--paper) 86%, white 14%);
    }

    .hero-funding-logo {
      display: block;
      width: min(17rem, 100%);
      height: auto;
    }

    .hero-funding-disclaimer {
      margin: 0;
      color: var(--muted);
      font-size: clamp(0.68rem, 0.6rem + 0.22vw, 0.84rem);
      line-height: 1.42;
    }

    .funding-logo-row {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      flex-wrap: wrap;
      margin-top: 0.75rem;
    }

    .funding-logo-row img {
      max-height: 2.8rem;
      width: auto;
      max-width: min(13rem, 100%);
      object-fit: contain;
      background: rgba(255, 255, 255, 0.72);
      padding: 0.35rem;
      border: 1px solid var(--line);
    }

    .short-film-placeholder {
      border: 1px dashed color-mix(in srgb, var(--accent) 45%, var(--line-strong));
      background: color-mix(in srgb, var(--paper) 88%, white 12%);
      overflow: hidden;
    }

    .privacy-video {
      position: relative;
      width: 100%;
      height: 100%;
      min-height: 100%;
      display: grid;
      place-items: center;
      isolation: isolate;
      background: #11100e;
      color: var(--paper);
    }

    .privacy-video__poster {
      position: absolute;
      inset: 0;
      z-index: -2;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .privacy-video::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(105deg, rgba(17, 16, 14, 0.88), rgba(17, 16, 14, 0.48));
    }

    .privacy-video__consent {
      width: min(100% - 2rem, 40rem);
      padding: clamp(1rem, 4vw, 2.25rem);
      text-align: center;
    }

    .privacy-video__consent p:not(.kicker) {
      margin: 0.75rem auto 0;
      max-width: 38rem;
      line-height: 1.6;
    }

    .privacy-video__button {
      margin: 1.25rem auto 0;
      cursor: pointer;
      background: var(--accent);
      color: var(--deep);
    }

    .privacy-video__privacy {
      display: block;
      width: max-content;
      margin: 0.85rem auto 0;
      color: var(--paper);
      font-size: 0.78rem;
      text-underline-offset: 0.2em;
    }

    .privacy-video iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

    .privacy-video.is-loaded::after {
      display: none;
    }

    .partner-logo-placeholder {
      border: 1px solid color-mix(in srgb, var(--accent-soft) 54%, var(--line));
      background: color-mix(in srgb, var(--paper) 80%, white 20%);
      color: var(--accent-deep);
    }

    .partner-profile-card {
      text-align: center;
    }

    .partner-profile-media {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.8rem;
      margin-top: 0.75rem;
    }

    .partner-profile-logo {
      height: 4.2rem;
      width: auto;
      max-width: min(16rem, 100%);
      object-fit: contain;
    }

    .partner-profile-photo {
      width: 4.4rem;
      height: 4.4rem;
      border-radius: 9999px;
      object-fit: cover;
      border: 1px solid var(--line);
      background: color-mix(in srgb, var(--paper) 86%, white 14%);
    }

    .activity-card-title {
      margin: 0;
      color: var(--ink);
      font-weight: 700;
      letter-spacing: 0.13em;
    }

    .activity-card,
    .finding-card {
      gap: 0.85rem;
      height: 100%;
    }

    .activity-card {
      display: flex;
      flex-direction: column;
      text-align: left;
    }

    .activity-card-text,
    .finding-card .text-muted {
      margin: 0;
    }

    .card-action-button {
      margin-top: auto;
      align-self: flex-start;
    }

    .findings-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0.7rem;
    }

    @media (min-width: 1024px) {
      .findings-grid {
        grid-template-columns: repeat(4, 1fr);
      }
    }

    .finding-card {
      display: flex;
      flex-direction: column;
      background: color-mix(in srgb, var(--paper) 78%, white 22%);
      border: 1px solid color-mix(in srgb, var(--accent-soft) 36%, var(--line));
      padding: 0.7rem 0.78rem;
    }

    .finding-card__link {
      margin-top: auto;
      align-self: flex-start;
    }

    .vision-statement {
      border-top: 1px solid var(--line-strong);
      padding-top: 0.9rem;
      font-size: clamp(0.85rem, 0.8rem + 0.2vw, 1rem);
      line-height: 1.5;
    }

    .vision-statement strong {
      display: block;
      margin-bottom: 0.3rem;
      color: var(--accent-deep);
      font-size: clamp(1rem, 0.9rem + 0.4vw, 1.3rem);
    }

    .site-footer {
      position: relative;
      z-index: 2;
      border-top: 1px solid var(--line-strong);
      background: color-mix(in srgb, var(--paper) 88%, white 12%);
      scroll-snap-align: start;
      scroll-snap-stop: always;
    }

    .headline,
    .gps-page-title,
    .menu-link-text,
    .gallery-caption h2,
    .partner-profile-card h3,
    .film-card h3,
    .weave-surface h3 {
      hyphens: auto;
      overflow-wrap: break-word;
      word-break: normal;
    }

    @media (min-width: 1024px) {
      html {
        scroll-snap-type: y mandatory;
        overscroll-behavior-y: none;
      }

      .section,
      .site-footer {
        scroll-snap-align: start;
      }

      #results.section {
        height: auto;
        min-height: 100svh;
        overflow: visible;
        display: flex;
        align-items: center;
      }

      #results.section > .layout-wrap {
        height: auto;
      }
    }

    @media (max-width: 1023px) {
      body {
        scroll-snap-type: none;
      }

      .section {
        height: auto;
        min-height: 0;
        overflow: visible;
        scroll-snap-align: none;
        scroll-snap-stop: normal;
      }

      body.admin-bar .section {
        height: auto;
        min-height: 0;
      }

      main > .section + .section {
        margin-top: clamp(5rem, 10vw, 6.25rem);
      }

      .section-intro {
        padding: clamp(1.75rem, 5vw, 3.125rem);
      }

      .section-intro .section-kicker {
        margin-top: 0.625rem;
      }

      .gallery-section {
        height: 100svh;
        min-height: 0;
        overflow: hidden;
        scroll-snap-align: none;
        scroll-snap-stop: normal;
      }

      body.admin-bar .gallery-section {
        height: calc(100svh - var(--gps-admin-bar-height));
      }

      .layout-wrap {
        width: min(calc(100% - 2.5rem), 100%);
      }

      .section .layout-wrap.h-full {
        height: auto;
        min-height: 0;
        align-content: start;
      }

      .section::after {
        inset: 0 0.45rem;
        transition: none;
      }

      .section.is-leaving::after {
        opacity: 1;
      }

      .section .reveal,
      .section.is-active .reveal,
      .section.is-leaving .reveal {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
      }

      .impact-word::after,
      .hero-title-row::before {
        transform: scaleX(1);
        transition: none;
      }

      #hero::before,
      .gallery-section::before {
        display: none;
      }

      .nav-rail {
        display: none;
      }

      #hero .layout-wrap {
        gap: 0.9rem;
        padding-top: 4.15rem;
        padding-bottom: 1rem;
      }

      #hero header {
        gap: 0.6rem;
        padding-right: 6.2rem;
      }

      #hero .hero-stage {
        gap: 0.9rem;
      }

      #hero .hero-overlap-headline {
        font-size: clamp(2.35rem, 15vw, 4.7rem) !important;
      }

      #hero .max-col {
        max-width: 34ch;
      }

      #hero .hero-photo-wrap {
        min-height: 14.5rem;
        height: 40svh;
        max-height: 23rem;
      }

      #hero .hero-photo-mark {
        right: 0.78rem;
        bottom: 0.7rem;
        font-size: 0.58rem;
      }

      .menu-toggle-btn {
        width: 3rem;
        height: 3rem;
        top: 0.72rem;
        right: 0.72rem;
      }

      .lang-switch {
        top: 0.72rem;
        right: 4.18rem;
        height: 3rem;
        padding: 0.18rem;
      }

      .lang-switch button,
      .lang-switch a,
      .lang-switch span {
        min-width: 1.95rem;
        font-size: 0.68rem;
        letter-spacing: 0.12em;
        padding: 0.42rem 0.28rem;
      }

      .fullscreen-menu-inner {
        width: calc(100% - 1.1rem);
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
        gap: 1.4rem;
        padding: 4.7rem 0.45rem 1.2rem;
      }

      .menu-main {
        gap: 0.45rem;
      }

      .menu-link {
        column-gap: 0.62rem;
      }

      .menu-link-text {
        font-size: clamp(1.35rem, 8.5vw, 2.75rem);
        line-height: 0.94;
      }

      .menu-link:hover,
      .menu-link:focus-visible {
        transform: translateX(0.2rem);
      }

      .menu-aside {
        justify-items: start;
        gap: 1.15rem;
      }

      .menu-legal {
        justify-items: start;
      }

      .menu-legal-links {
        justify-content: flex-start;
      }

      .gallery-caption {
        top: 0.75rem;
        left: 0.75rem;
        right: 0.75rem;
      }

      .gallery-grid {
        padding: 4.8rem 0.56rem 0.56rem;
        gap: 0.28rem;
      }

      .gallery-tile {
        width: var(--gallery-tile-size);
        height: var(--gallery-tile-size);
      }

      .admin-bar .menu-toggle-btn,
      .admin-bar .lang-switch {
        top: calc(0.72rem + var(--gps-admin-bar-height));
      }

      .gallery-caption h2 {
        font-size: clamp(1.35rem, 5.4vw, 2.1rem);
      }

      .gallery-hint {
        display: none;
      }

      .lightbox-btn {
        width: 2.35rem;
        height: 2.35rem;
      }

      .lightbox-prev { left: 0.72rem; }
      .lightbox-next { right: 0.72rem; }
      .lightbox-close {
        top: 0.72rem;
        right: 0.72rem;
        width: 2.35rem;
        height: 2.35rem;
      }
    }

    @media (min-width: 1024px) {
      #hero .layout-wrap > header {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 2rem;
        align-items: center;
        justify-content: initial;
      }

      #hero .layout-wrap > header > :first-child {
        grid-column: span 7 / span 7;
      }

      #hero .layout-wrap > header > .hero-eu-note {
        grid-column: span 5 / span 5;
        width: 100%;
        max-width: none;
        justify-self: stretch;
      }

      .hero-stage {
        position: relative;
      }

      .hero-copy {
        position: relative;
        z-index: 9;
      }

      .hero-copy .hero-tilt {
        max-width: none;
        margin-right: 0;
      }

      .hero-copy .hero-overlap-headline {
        width: auto;
        max-width: 100%;
        font-size: clamp(2.4rem, 6vw, 4.85rem) !important;
      }

      .hero-photo-wrap {
        align-self: center;
        min-height: 0;
      }

      .hero-photo {
        position: relative;
        z-index: 3;
      }
    }

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

      .hero-tilt,
      .hero-tilt [data-depth],
      .hero-photo,
      .hero-photo::before,
      .hero-photo::after,
      .hero-photo-mark,
      .menu-toggle-btn,
      .lang-switch,
      .lang-switch button,
      .lang-switch a,
      .lang-switch span,
      .menu-bars::before,
      .menu-bars::after,
      .menu-bars span,
      .fullscreen-menu,
      .menu-link,
      .menu-legal-link,
      .nav-rail a,
      .section::after,
      .reveal,
      .impact-word::after,
      .hero-title-row::before {
        transition: none !important;
      }

      .reveal {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
      }
    }
