@import "tailwindcss";

:root {
  --signal: #57df2d;
  --forest: #083f2b;
  --deep: #031d15;
  --tape: #ffd900;
  --paper: #f5efdc;
  --white: #fffdf4;
  --page-scroll: 0px;
  --nav-height: 4.25rem;
}

* { box-sizing: border-box; }
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: var(--deep);
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--deep);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
main {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}
a { color: inherit; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible {
  outline: 3px solid var(--tape);
  outline-offset: 5px;
}

.site-nav {
  position: fixed;
  z-index: 60;
  inset: 0 0 auto;
  height: var(--nav-height);
  border-bottom: 1px solid rgba(255, 253, 244, .16);
  background: rgba(3, 29, 21, .9);
  backdrop-filter: blur(18px);
}
.ai-transparency-notice {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
  color: var(--white);
  font-size: clamp(.72rem, 1.25vw, .9rem);
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s ease, visibility .45s ease;
}
.site-nav-inner {
  transition: opacity .45s ease, visibility .45s ease;
}
.ai-notice-pending .ai-transparency-notice {
  opacity: 1;
  visibility: visible;
}
.ai-notice-pending .site-nav-inner {
  opacity: 0;
  visibility: hidden;
}
.site-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 96rem);
  height: 100%;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
}
.nav-brand {
  display: flex;
  align-items: baseline;
  gap: .38rem;
  font-size: .8rem;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-brand span { font-weight: 750; }
.nav-brand strong { color: var(--signal); font-weight: 950; }
.section-nav {
  display: flex;
  align-items: center;
  gap: clamp(.3rem, 1.1vw, 1rem);
  height: 100%;
}
.section-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 .7rem;
  color: rgba(255, 253, 244, .7);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .045em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease;
}
.section-nav a::after {
  content: "";
  position: absolute;
  right: .7rem;
  bottom: 0;
  left: .7rem;
  height: 3px;
  background: var(--signal);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}
.section-nav a:hover,
.section-nav a[aria-current="location"] { color: var(--white); }
.section-nav a[aria-current="location"]::after { transform: scaleX(1); }
.sound-toggle {
  display: inline-flex;
  min-height: 2.5rem;
  flex: 0 0 auto;
  align-items: center;
  gap: .45rem;
  margin-left: clamp(.35rem, 1.5vw, 1.25rem);
  padding: .55rem .8rem;
  border: 1px solid rgba(255, 253, 244, .32);
  border-radius: 999px;
  color: rgba(255, 253, 244, .76);
  background: rgba(255, 255, 255, .06);
  font-size: .72rem;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}
.sound-toggle:hover { color: var(--white); }
.sound-toggle[aria-pressed="true"] {
  border-color: rgba(87, 223, 45, .75);
  color: var(--white);
  background: rgba(87, 223, 45, .14);
}
.sound-toggle.is-playing {
  animation: sound-pulse 2.2s ease-out infinite;
}
.sound-toggle-icon {
  display: grid;
  width: 1.15rem;
  height: 1.15rem;
  place-items: center;
  color: var(--signal);
  font-size: 1rem;
}
section[id] { scroll-margin-top: calc(var(--nav-height) + 1rem); }

.game-overlay {
  position: fixed;
  z-index: 1000;
  inset: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: var(--deep);
}
.game-overlay iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--deep);
}
body.has-game-overlay { overflow: hidden; }

.trail {
  position: fixed;
  top: var(--nav-height);
  right: 0;
  left: 0;
  height: 4px;
  z-index: 61;
  background: rgba(3, 29, 21, .35);
}
.trail span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--signal);
  transform-origin: left;
}
.kicker, .place {
  margin: 0;
  font-size: clamp(.95rem, 1.35vw, 1.25rem);
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 110svh;
  overflow: hidden;
}
.hero-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  transform: none;
  will-change: transform;
}
.hero picture {
  position: absolute;
  inset: 0;
}
.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3,29,21,.15), transparent 44%),
    linear-gradient(0deg, rgba(3,29,21,.72), transparent 45%);
}
.hero-vignette::after {
  content: "";
  position: absolute;
  inset: -15% -35%;
  opacity: .28;
  background: linear-gradient(108deg, transparent 38%, rgba(255,244,174,.18) 49%, transparent 60%);
  animation: forest-light 13s ease-in-out infinite alternate;
}
.hero-trash-markers {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.hero-marker {
  position: absolute;
  width: clamp(4rem, 5.5vw, 5.5rem);
  aspect-ratio: 1;
  border: 2px solid rgba(255,253,244,.9);
  border-radius: 50%;
  background: rgba(87,223,45,.08);
  box-shadow: 0 0 0 1px rgba(87,223,45,.28) inset;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.65);
  animation: marker-discover .8s cubic-bezier(.2,.8,.2,1) forwards;
}
.hero-marker:nth-child(1) { animation-delay: .9s; }
.hero-marker:nth-child(2) { animation-delay: 1.25s; }
.hero-marker:nth-child(3) { animation-delay: 1.6s; }
.hero-marker::after {
  content: "";
  position: absolute;
  inset: -2px;
  border: 2px solid var(--signal);
  border-radius: inherit;
  animation: hero-pulse 2.6s 1.8s ease-out infinite;
}
.hero-marker-wrapper { display: none; }
.place {
  position: absolute;
  z-index: 3;
  top: calc(var(--nav-height) + max(1.25rem, 3vh));
  left: clamp(1.25rem, 5vw, 5rem);
}
.hero h1 {
  position: absolute;
  z-index: 3;
  top: calc(var(--nav-height) + 7vh);
  left: clamp(1.1rem, 5vw, 5rem);
  margin: 0;
  color: var(--signal);
  font-size: clamp(4.5rem, 13vw, 12.5rem);
  font-weight: 950;
  letter-spacing: -.078em;
  line-height: .79;
  text-transform: uppercase;
}
.hero h1 span {
  display: block;
  opacity: 0;
  transform: translateY(.55em);
  animation: title-line-in 1s .18s cubic-bezier(.16,.8,.2,1) forwards;
}
.hero h1 span + span { animation-delay: .38s; }
.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 3vh;
  left: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: min(64vw, 44rem);
  gap: .65rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  transform: translateX(-50%);
}
.scroll-cue i {
  display: grid;
  place-items: center;
  width: 2.8rem;
  aspect-ratio: 1;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--signal);
  font-style: normal;
  animation: float 2.4s ease-in-out infinite;
}
[data-reveal] {
  opacity: 0;
  transform: translateY(3.5rem);
  transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform 1.1s cubic-bezier(.2,.7,.2,1);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-sequence > * {
  opacity: 0;
  transform: translateY(1.35rem);
}
.reveal-sequence.is-visible > * {
  animation: sequence-rise .78s cubic-bezier(.2,.75,.2,1) forwards;
}
.reveal-sequence.is-visible > :nth-child(1) { animation-delay: .04s; }
.reveal-sequence.is-visible > :nth-child(2) { animation-delay: .22s; }
.reveal-sequence.is-visible > :nth-child(3) { animation-delay: .46s; }
.reveal-sequence.is-visible > :nth-child(4) { animation-delay: .64s; }
.reveal-sequence.is-visible > :nth-child(5) { animation-delay: .8s; }
.forest-copy[data-reveal] h2,
.life-copy[data-reveal] h2,
.evidence-copy[data-reveal] h2,
.game-intro[data-reveal] h2,
.people-copy[data-reveal] h2,
.story-passage [data-reveal] h2,
.truth [data-reveal] h2,
.campaign-head[data-reveal] h2,
.campaign-pair-head[data-reveal] h3 {
  clip-path: inset(0 0 100% 0);
  transform: translateY(.22em);
  transition: clip-path 1.05s .12s cubic-bezier(.2,.72,.2,1), transform 1.05s .12s cubic-bezier(.2,.72,.2,1);
}
.forest-copy[data-reveal].is-visible h2,
.life-copy[data-reveal].is-visible h2,
.evidence-copy[data-reveal].is-visible h2,
.game-intro[data-reveal].is-visible h2,
.people-copy[data-reveal].is-visible h2,
.story-passage [data-reveal].is-visible h2,
.truth [data-reveal].is-visible h2,
.campaign-head[data-reveal].is-visible h2,
.campaign-pair-head[data-reveal].is-visible h3 {
  clip-path: inset(0);
  transform: translateY(0);
}

.answer {
  min-height: 105svh;
  display: grid;
  place-items: center;
  padding: 10vh clamp(1.25rem, 8vw, 8rem);
  color: var(--deep);
  background: var(--signal);
}
.answer-inner {
  width: min(100%, 90rem);
}
.answer-inner > p:first-child {
  margin: 0 0 1rem;
  font-size: clamp(1.1rem, 2.2vw, 2rem);
  font-weight: 900;
}
.answer h2 {
  margin: 0;
  font-size: clamp(4.1rem, 11.5vw, 11rem);
  font-weight: 950;
  letter-spacing: -.075em;
  line-height: .82;
  text-transform: uppercase;
}
.answer-inner > span {
  display: block;
  width: min(100%, 32rem);
  margin: 3.5rem 0 0 auto;
  font-size: clamp(1.15rem, 2.4vw, 2rem);
  font-weight: 900;
  line-height: 1.1;
}
.answer-line {
  display: block;
  opacity: 0;
  transform: translateY(.45em);
}
.answer-inner.is-visible .answer-line {
  animation: line-rise .85s cubic-bezier(.2,.75,.2,1) forwards;
}
.answer-inner.is-visible .answer-line:nth-child(2) {
  animation-delay: .28s;
}

.forest-chapter {
  min-height: 100svh;
  position: relative;
}
.forest-sticky {
  position: relative;
  height: 100svh;
  overflow: hidden;
}
.forest-sticky > img {
  position: absolute;
  inset: 0;
  height: 108%;
  object-fit: cover;
  transform: scale(1.1) translate3d(0, calc(var(--depth-progress, 0) * -2.2%), 0);
  transition: transform .12s linear;
}
.forest-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,29,21,.82), rgba(3,29,21,.08) 70%);
}
.forest-copy {
  position: absolute;
  left: clamp(1.25rem, 8vw, 8rem);
  bottom: 12vh;
  width: min(88%, 48rem);
}
.forest-copy h2, .life h2, .evidence h2, .game h2, .people h2 {
  margin: .7rem 0 2rem;
  color: var(--signal);
  font-size: clamp(3.7rem, 9vw, 9rem);
  font-weight: 950;
  letter-spacing: -.068em;
  line-height: .82;
  text-transform: uppercase;
}
.forest-copy > p:last-child,
.life-copy > p:last-child,
.evidence-copy > p:last-child,
.game-intro > p:last-child,
.people-copy > p:last-child {
  max-width: 36rem;
  margin: 0;
  font-size: clamp(1.15rem, 2.2vw, 1.8rem);
  font-weight: 800;
  line-height: 1.2;
}

.life {
  position: relative;
  min-height: 105svh;
  display: grid;
  align-items: center;
  padding: 12vh clamp(1.25rem, 10vw, 10rem);
  background: var(--deep);
  overflow: hidden;
}
.life-copy { position: relative; z-index: 2; }
.life-ring {
  position: absolute;
  width: min(50vw, 42rem);
  aspect-ratio: 1;
  right: -8vw;
  border: clamp(2.2rem, 6vw, 6rem) solid rgba(87,223,45,.12);
  border-radius: 50%;
  animation: breathe-ring 8s ease-in-out infinite alternate;
}

.story-passage {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 12vh clamp(1.25rem, 9vw, 9rem);
}
.story-passage > div {
  width: min(100%, 88rem);
  max-width: 100%;
  min-width: 0;
}
.story-passage h2,
.posters h2 {
  max-width: 100%;
  margin: .8rem 0 3rem;
  font-size: clamp(3.8rem, 9vw, 9rem);
  font-weight: 950;
  letter-spacing: -.072em;
  line-height: .82;
  text-transform: uppercase;
}
.story-passage > div > p:not(.kicker) {
  width: min(100%, 52rem);
  margin: 0 0 1.5rem auto;
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  font-weight: 800;
  line-height: 1.3;
}
.story-passage-light {
  color: var(--deep);
  background: var(--paper);
}
.story-passage-light h2 { color: var(--forest); }
.story-passage-dark { background: var(--deep); }
.story-passage-dark h2 { color: var(--signal); }
.story-passage-dark .story-answer {
  margin-top: 3rem;
  color: var(--signal);
  font-size: clamp(1.7rem, 3.4vw, 3rem);
  line-height: 1.1;
}
.story-passage-signal {
  color: var(--deep);
  background: var(--signal);
}
.story-passage-signal h2 { color: var(--deep); }

.evidence {
  position: relative;
  min-height: 135svh;
  overflow: hidden;
}
.evidence > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08) translate3d(0, calc(var(--depth-progress, 0) * -2%), 0);
  transition: transform .12s linear;
}
.evidence-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,29,21,.12), rgba(3,29,21,.84));
}
.evidence-copy {
  position: absolute;
  z-index: 2;
  top: 14vh;
  right: clamp(1.25rem, 7vw, 7rem);
  width: min(87%, 54rem);
  text-align: right;
}
.evidence-copy > p:last-child {
  margin-left: auto;
}
.evidence-copy .evidence-body {
  max-width: 36rem;
  margin: 0 0 0 auto;
  font-size: clamp(1.15rem, 2.2vw, 1.8rem);
  font-weight: 800;
  line-height: 1.2;
}
.evidence-copy .evidence-question {
  max-width: 42rem;
  margin-top: 1.25rem;
  color: var(--signal);
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
}
.tape {
  position: relative;
  z-index: 3;
  left: -5vw;
  width: 112vw;
  margin-top: -2.7rem;
  margin-bottom: -2.7rem;
  padding: 1.1rem 3rem;
  overflow: hidden;
  color: #111;
  background: var(--tape);
  white-space: nowrap;
  font-size: clamp(1.4rem, 3vw, 3rem);
  font-weight: 950;
  letter-spacing: .03em;
  transform: rotate(-4deg);
}
.tape-track {
  display: flex;
  width: max-content;
  transform: translateX(calc(var(--page-scroll, 0px) * -.035));
  will-change: transform;
}
.tape-track span {
  display: block;
  flex: none;
}

.campaign-chapter {
  padding: 12vh clamp(1.25rem, 7vw, 7rem) 10vh;
  color: var(--paper);
  background: var(--deep);
  overflow: hidden;
}
.campaign-head {
  width: min(100%, 88rem);
  margin: 0 auto clamp(3rem, 7vh, 5rem);
}
.campaign-head h2 {
  max-width: 16ch;
  margin: .7rem 0 0;
  color: var(--signal);
  font-size: clamp(3.4rem, 6.8vw, 7rem);
  font-weight: 950;
  letter-spacing: -.068em;
  line-height: .84;
  text-transform: uppercase;
}
.campaign-head > p:last-child {
  max-width: 38rem;
  margin: 2rem 0 0;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 800;
  line-height: 1.35;
}
.campaign-pairs {
  display: grid;
  gap: clamp(6rem, 13vh, 10rem);
  width: min(100%, 82rem);
  margin: auto;
}
.campaign-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  grid-template-areas:
    "head head"
    "poster motion";
  align-items: start;
  gap: clamp(2rem, 7vw, 8rem);
}
.campaign-pair-reverse {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  grid-template-areas:
    "head head"
    "motion poster";
}
.campaign-pair-head {
  grid-area: head;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.campaign-pair-head span,
.campaign-pair figcaption {
  color: var(--signal);
  font-size: clamp(.85rem, 1.4vw, 1.1rem);
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.campaign-pair-head h3 {
  margin: .55rem 0 0;
  color: var(--paper);
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .9;
  text-transform: uppercase;
}
.campaign-pair figure {
  margin: 0;
}
.campaign-poster { grid-area: poster; }
.campaign-motion {
  grid-area: motion;
  margin-top: clamp(2rem, 6vh, 4rem) !important;
}
.campaign-poster img,
.campaign-motion video {
  display: block;
  width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  background: #000;
  box-shadow: 0 2rem 5rem rgba(0,0,0,.3);
}
.campaign-poster .poster-art {
  transform: perspective(80rem) rotateY(-4deg) rotateZ(-1.4deg) translateY(2rem);
  opacity: .35;
  transition: opacity 1s ease, transform 1.25s cubic-bezier(.16,.8,.2,1);
}
.campaign-pair-reverse .campaign-poster .poster-art {
  transform: perspective(80rem) rotateY(4deg) rotateZ(1.4deg) translateY(2rem);
}
.campaign-poster.is-visible .poster-art,
.campaign-pair-reverse .campaign-poster.is-visible .poster-art {
  opacity: 1;
  transform: perspective(80rem) rotateY(0) rotateZ(0) translateY(0);
}
.campaign-motion {
  position: relative;
}
.campaign-motion::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: -.4rem;
  border: 2px solid rgba(87,223,45,.72);
  opacity: 0;
  pointer-events: none;
  animation: video-idle 3.4s 1.2s ease-in-out infinite;
}
.campaign-motion.is-playing::before {
  animation: none;
  opacity: 0;
}
.campaign-motion video {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.campaign-pair figcaption {
  margin-top: 1rem;
}
.campaign-video-caption {
  display: grid;
  gap: .45rem;
}
.campaign-video-caption strong {
  color: var(--signal);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.campaign-video-caption span {
  max-width: 30rem;
  color: var(--paper);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}
.campaign-transition {
  width: min(100%, 82rem);
  margin: clamp(7rem, 14vh, 11rem) auto 0;
  color: var(--signal);
  font-size: clamp(2.8rem, 6vw, 6.5rem);
  font-weight: 950;
  letter-spacing: -.06em;
  line-height: .88;
  text-transform: uppercase;
}

.truth {
  min-height: 105svh;
  display: grid;
  place-items: center;
  padding: 12vh clamp(1.25rem, 8vw, 8rem);
  color: var(--deep);
  background: var(--paper);
}
.truth > div { width: min(100%, 95rem); }
.truth p {
  margin: 0 0 2rem;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  font-weight: 900;
}
.truth h2 {
  margin: 0;
  font-size: clamp(3.2rem, 7.6vw, 8rem);
  font-weight: 950;
  letter-spacing: -.068em;
  line-height: .9;
  text-transform: uppercase;
}
.truth em {
  color: var(--signal);
  font-style: normal;
}
.truth .truth-copy {
  width: min(100%, 48rem);
  margin: 3.5rem 0 0 auto;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}
.truth .truth-copy p {
  margin: 0 0 1.25rem;
  font-size: inherit;
  line-height: inherit;
}

.game {
  min-height: auto;
  padding: 12vh clamp(1rem, 7vw, 7rem);
  background: var(--forest);
}
.game-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 78rem);
  margin: 0 auto 2rem;
  text-align: center;
}
.game-intro > * {
  align-self: center;
  text-align: center;
}
.game-intro h2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.game-intro > p:last-child {
  width: min(100%, 60rem);
  margin: 0 auto;
  text-align: center;
}
.game-field {
  display: none;
  position: relative;
  width: min(100%, 88rem);
  aspect-ratio: 3 / 2;
  margin: auto;
  overflow: hidden;
  border-radius: 1.5rem;
  isolation: isolate;
  transition: filter 1s ease;
}
.game-field::before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 50% auto auto 50%;
  width: 18%;
  aspect-ratio: 1;
  border: 3px solid rgba(87,223,45,.85);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.2);
}
.game-field.is-clean::before {
  animation: clean-ripple 1.25s ease-out forwards;
}
.game-field > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  object-fit: cover;
  filter: brightness(.82);
}
.game-field::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 50%, rgba(3,29,21,.72));
}
.game-field.is-clean > img {
  filter: brightness(.92) saturate(1.08);
  transform: scale(1.025);
}
.game-field > img {
  transition: filter 1.2s ease, transform 1.8s cubic-bezier(.2,.7,.2,1);
}
.litter {
  position: absolute;
  width: clamp(4.5rem, 10vw, 9rem);
  height: clamp(4.5rem, 10vw, 9rem);
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: transform .35s ease, opacity .35s ease, background .2s ease;
}
.game-intro.is-visible + .game-field .litter {
  animation: litter-discover .65s cubic-bezier(.16,.8,.2,1) forwards;
}
.game-intro.is-visible + .game-field .litter:nth-of-type(1) { animation-delay: .2s; }
.game-intro.is-visible + .game-field .litter:nth-of-type(2) { animation-delay: .32s; }
.game-intro.is-visible + .game-field .litter:nth-of-type(3) { animation-delay: .44s; }
.game-intro.is-visible + .game-field .litter:nth-of-type(4) { animation-delay: .56s; }
.game-intro.is-visible + .game-field .litter:nth-of-type(5) { animation-delay: .68s; }
.litter:hover { transform: translate(-50%, -50%) scale(1.12); background: rgba(87,223,45,.28); }
.litter::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  animation: pulse 2.4s ease-out infinite;
}
.litter span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.litter-1 { left: 15%; top: 24%; }
.litter-2 { left: 86%; top: 31%; }
.litter-3 { left: 50%; top: 49%; }
.litter-4 { left: 83%; top: 72%; }
.litter-5 { left: 16%; top: 75%; }
.litter.is-found {
  opacity: 1;
  border-color: var(--signal);
  background: rgba(3,29,21,.82);
  animation: collect-pop .55s cubic-bezier(.2,.8,.2,1) both;
  backdrop-filter: blur(14px);
  pointer-events: none;
}
.game-intro.is-visible + .game-field .litter.is-found {
  animation: collect-pop .55s cubic-bezier(.2,.8,.2,1) both;
}
.litter.is-found::after {
  content: "✓";
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  color: var(--signal);
  font-size: clamp(2rem, 5vw, 4.5rem);
  animation: none;
}
.game-status {
  display: none;
  position: relative;
  width: min(calc(100% - 2rem), 40rem);
  margin: 1.25rem auto 0;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(3,29,21,.74);
  text-align: center;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.full-game-cta {
  width: min(100%, 52rem);
  margin: 0 auto;
  padding: clamp(1.4rem, 4vw, 2.2rem);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 1.5rem;
  background: rgba(3, 29, 21, .72);
  text-align: center;
  backdrop-filter: blur(14px);
}
.full-game-cta p {
  margin: 0 0 1.1rem;
  font-size: clamp(1.25rem, 3vw, 1.8rem);
  font-weight: 950;
}
.full-game-cta a {
  display: inline-flex;
  min-height: 3.6rem;
  align-items: center;
  justify-content: center;
  padding: .95rem 1.6rem;
  border-radius: 999px;
  color: var(--deep);
  background: var(--signal);
  font-size: 1rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.full-game-cta a:hover {
  transform: translateY(-3px);
  background: var(--tape);
}
.full-game-cta span {
  display: block;
  margin-top: .9rem;
  color: rgba(255, 253, 244, .72);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.people {
  position: relative;
  min-height: 130svh;
  overflow: hidden;
}
.people > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  transform: scale(calc(1.06 - var(--depth-progress, 0) * .025)) translate3d(0, calc(var(--depth-progress, 0) * -1.5%), 0);
  transition: transform .15s linear;
}
.people-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,29,21,.02) 25%, rgba(3,29,21,.9));
}
.people-copy {
  position: absolute;
  z-index: 2;
  left: clamp(1.25rem, 8vw, 8rem);
  bottom: 10vh;
  width: min(88%, 60rem);
}

.invitation {
  position: relative;
  min-height: 110svh;
  padding: 12vh clamp(1.25rem, 8vw, 8rem);
  color: var(--forest);
  background: var(--paper);
  overflow: hidden;
}
.invitation::before {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  background: var(--signal);
  pointer-events: none;
  transform: scaleY(0);
  transform-origin: top;
}
.invitation:has(.invitation-head.is-visible)::before {
  animation: invitation-wipe 1.15s cubic-bezier(.7,0,.2,1) both;
}
.invitation-head {
  width: min(100%, 85rem);
  margin-bottom: clamp(4rem, 9vh, 8rem);
}
.invitation-head .kicker,
.invitation-head h2,
.invitation-head > p:last-child {
  opacity: 0;
  transform: translateY(2rem);
}
.invitation-head.is-visible .kicker,
.invitation-head.is-visible h2,
.invitation-head.is-visible > p:last-child {
  animation: invitation-rise .8s cubic-bezier(.2,.75,.2,1) forwards;
}
.invitation-head.is-visible h2 { animation-delay: .12s; }
.invitation-head.is-visible > p:last-child { animation-delay: .3s; }
.invitation h2 {
  margin: .7rem 0 2rem;
  color: var(--signal);
  font-size: clamp(6rem, 16vw, 15rem);
  font-weight: 950;
  letter-spacing: -.085em;
  line-height: .72;
  text-transform: uppercase;
}
.invitation-head > p:last-child {
  width: min(100%, 42rem);
  margin: 0 0 0 auto;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  font-weight: 850;
  line-height: 1.18;
}
.detail-list {
  width: min(100%, 85rem);
  border-top: 2px solid var(--forest);
}
.detail {
  display: grid;
  grid-template-columns: 1fr 2fr 1.6fr;
  align-items: baseline;
  gap: 1.5rem;
  padding: 1.4rem 0;
  border-bottom: 2px solid var(--forest);
}
.detail span {
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.detail strong { font-size: clamp(1.15rem, 2.2vw, 2rem); }
.detail small { font-size: .98rem; font-weight: 750; }
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3.5rem;
}
.equipment {
  width: min(100%, 52rem);
  margin: 3rem 0 0;
  font-size: clamp(1.05rem, 1.8vw, 1.4rem);
  font-weight: 800;
  line-height: 1.35;
}
.action {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  min-width: 18rem;
  padding: 1.15rem 1.35rem;
  border: 2px solid var(--forest);
  font-size: 1rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  font-family: inherit;
  color: inherit;
  background: transparent;
  cursor: pointer;
  transform: translate(var(--magnet-x, 0), var(--magnet-y, 0));
  transition: transform .18s ease, background .25s ease, color .25s ease;
}
.action-icon {
  flex: 0 0 1.35rem;
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.action:hover { transform: translate(var(--magnet-x, 0), calc(var(--magnet-y, 0) - 4px)); }
.action:active { transform: translate(var(--magnet-x, 0), var(--magnet-y, 0)) scale(.98); }
.action.primary:hover .action-icon { transform: translateY(.3rem); }
.action.secondary:hover .action-icon { transform: translate(.25rem, -.25rem); }
.action.share:hover .action-icon { transform: translateY(-.25rem); }
.action.primary {
  border-color: var(--signal);
  color: var(--deep);
  background: var(--signal);
}
.action.secondary:hover {
  color: var(--paper);
  background: var(--forest);
}
.share-status {
  flex-basis: 100%;
  min-height: 1.25rem;
  font-size: .85rem;
  font-weight: 800;
}
.continue-story {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "note icon"
    "label icon";
  align-items: center;
  gap: .2rem 2rem;
  width: min(100%, 52rem);
  margin-top: 3.5rem;
  padding: 1.25rem 1.4rem;
  border: 2px solid var(--forest);
  color: var(--forest);
  text-decoration: none;
  transition: color .25s ease, background .25s ease, transform .2s ease;
}
.continue-story span {
  grid-area: note;
  font-size: .9rem;
  font-weight: 750;
}
.continue-story strong {
  grid-area: label;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 950;
  text-transform: uppercase;
}
.continue-story i {
  grid-area: icon;
  color: var(--signal);
  font-size: 2rem;
  font-style: normal;
}
.continue-story:hover {
  color: var(--paper);
  background: var(--forest);
  transform: translateY(-3px);
}

.closing {
  min-height: 92svh;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7vh;
  padding: 4rem 1.25rem;
  background: var(--deep);
}
.closing p {
  margin: 0;
  color: var(--signal);
  text-align: center;
  font-size: clamp(4.5rem, 13vw, 12rem);
  font-weight: 950;
  letter-spacing: -.08em;
  line-height: .78;
  text-transform: uppercase;
}
.closing [data-reveal] {
  filter: blur(.14em);
  transform: translateY(5rem) scale(.94);
  transition: opacity 1.8s ease, transform 2.2s cubic-bezier(.16,.8,.2,1), filter 2s ease;
}
.closing [data-reveal].is-visible {
  filter: blur(0);
  transform: translateY(0) scale(1);
}
.closing span { font-weight: 900; }

footer {
  display: grid;
  grid-template-columns: minmax(12rem, 1.1fr) minmax(14rem, 1fr) minmax(12rem, .9fr) minmax(14rem, .8fr);
  align-items: center;
  gap: clamp(1.5rem, 3.5vw, 4rem);
  padding: 2rem clamp(1.25rem, 4vw, 4rem);
  color: var(--forest);
  background: var(--paper);
  font-size: .78rem;
  font-weight: 800;
}
footer p { margin: 0; }
.footer-brand {
  display: flex;
  align-items: center;
  min-height: 7.25rem;
  max-width: 15rem;
  overflow: hidden;
}
.footer-brand img {
  width: 100%;
  max-width: 15rem;
}
.footer-slogan {
  display: flex;
  align-items: center;
  min-height: 7.25rem;
  font-size: clamp(1.1rem, 1.55vw, 1.55rem);
  font-weight: 950;
  font-style: italic;
  line-height: 1.05;
}
.footer-meta {
  min-height: 7.25rem;
  align-self: center;
  font-size: .66rem;
  line-height: 1.18;
}
footer nav {
  display: flex;
  place-self: center;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  font-size: .9rem;
  text-align: center;
}

@keyframes float {
  50% { transform: translateY(.45rem); }
}
@keyframes pulse {
  70%, 100% { opacity: 0; transform: scale(1.35); }
}
@keyframes hero-pulse {
  0% { opacity: .95; transform: scale(.85); }
  75%, 100% { opacity: 0; transform: scale(1.55); }
}
@keyframes breathe-ring {
  to { transform: scale(1.08) translateX(-2vw); }
}
@keyframes tape-marquee {
  to { transform: translateX(-50%); }
}
@keyframes marker-discover {
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
@keyframes forest-light {
  to { transform: translateX(14%); opacity: .48; }
}
@keyframes line-rise {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes canopy-breathe {
  from { transform: scale(1.04) translate3d(-.5%, -.5%, 0); }
  to { transform: scale(1.09) translate3d(.8%, .8%, 0); }
}
@keyframes people-breathe {
  from { transform: scale(1.01) translate3d(-.4%, 0, 0); }
  to { transform: scale(1.055) translate3d(.7%, -.5%, 0); }
}
@keyframes clean-ripple {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.2); }
  20% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(7); }
}
@keyframes invitation-rise {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes sequence-rise {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes title-line-in {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes collect-pop {
  0% { transform: translate(-50%, -50%) scale(1); }
  45% { transform: translate(-50%, -50%) scale(1.2) rotate(5deg); }
  100% { transform: translate(-50%, -50%) scale(.82); }
}
@keyframes video-idle {
  0%, 100% { opacity: 0; transform: scale(.985); }
  45% { opacity: .72; }
  75% { opacity: 0; transform: scale(1.018); }
}
@keyframes litter-discover {
  from { opacity: 0; transform: translate(-50%, -50%) scale(.55); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
@keyframes invitation-wipe {
  0% { transform: scaleY(0); transform-origin: top; }
  48% { transform: scaleY(1); transform-origin: top; }
  49% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
@keyframes sound-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(87, 223, 45, 0); }
  12% { box-shadow: 0 0 0 0 rgba(87, 223, 45, .42); }
  72% { box-shadow: 0 0 0 .42rem rgba(87, 223, 45, 0); }
}
@media (max-width: 700px) {
  :root { --nav-height: calc(3.5rem + env(safe-area-inset-top)); }
  .site-nav-inner {
    display: flex;
    justify-content: space-between;
    padding: env(safe-area-inset-top) .7rem 0;
  }
  .ai-transparency-notice {
    padding: env(safe-area-inset-top) 1rem 0;
    font-size: clamp(.65rem, 3vw, .76rem);
  }
  .nav-brand { display: none; }
  .section-nav {
    display: contents;
  }
  .section-nav a {
    width: auto;
    flex: 0 0 auto;
    justify-content: center;
    padding: 0;
    font-size: clamp(.64rem, 3vw, .75rem);
    letter-spacing: .01em;
  }
  .section-nav a::after {
    right: 0;
    left: 0;
  }
  .sound-toggle {
    position: relative;
    width: 2.05rem;
    min-height: 2.05rem;
    justify-content: center;
    justify-self: center;
    margin: 0;
    padding: 0;
  }
  .sound-toggle::before {
    content: "";
    position: absolute;
    inset: -.35rem;
  }
  .sound-toggle-icon { font-size: .9rem; }
  .sound-toggle [data-sound-label] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .hero {
    min-height: 0;
    height: auto;
  }
  .hero-visual {
    position: relative;
    inset: auto;
  }
  .hero picture {
    position: relative;
    inset: auto;
    display: block;
  }
  .hero-image {
    position: relative;
    height: auto;
    object-position: center center;
    transform: none;
  }
  .hero-marker {
    width: clamp(3.8rem, 17vw, 5.2rem);
  }
  .hero-marker-wrapper {
    display: block;
  }
  .place { top: calc(var(--nav-height) + 1rem); }
  .hero h1 {
    top: calc(var(--nav-height) + 8vh);
    left: 1rem;
    font-size: clamp(3.8rem, 21vw, 6.4rem);
    line-height: .8;
  }
  .scroll-cue {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 1.2rem 1.1rem 1rem;
    flex-direction: column;
    justify-content: center;
    gap: .7rem;
    background: var(--deep);
    font-size: clamp(1rem, 4.2vw, 1.08rem);
    line-height: 1.25;
    text-align: center;
    transform: none;
  }
  .scroll-cue span {
    max-width: 20rem;
  }
  .scroll-cue i {
    flex: 0 0 2.05rem;
    width: 2.05rem;
    border-width: 1px;
  }
  .answer { min-height: 88svh; padding: 6rem 1.1rem; }
  .answer h2 { font-size: clamp(3.45rem, 18vw, 5.5rem); line-height: .84; }
  .answer-inner > span { margin: 2.5rem 0 0; }

  .forest-chapter { min-height: 100svh; }
  .forest-sticky > img { object-position: 48% center; }
  .forest-vignette { background: linear-gradient(0deg, rgba(3,29,21,.86), transparent 72%); }
  .forest-copy { left: 1.1rem; bottom: 8vh; width: calc(100% - 2.2rem); }
  .forest-copy h2, .life h2, .evidence h2, .game h2, .people h2 {
    font-size: clamp(3rem, 15vw, 5rem);
    overflow-wrap: normal;
  }
  .forest-copy h2 {
    width: 100%;
    max-width: 100%;
    padding-right: .35em;
    font-size: clamp(2.7rem, 11vw, 3.55rem);
    line-height: .84;
  }

  .life { min-height: 86svh; padding: 6rem 1.1rem; }
  .life-ring { width: 22rem; right: -12rem; }

  .story-passage {
    min-height: auto;
    padding: 7rem 1.1rem;
  }
  .story-passage h2,
  .posters h2 {
    font-size: clamp(2.8rem, 12vw, 4rem);
    overflow-wrap: anywhere;
  }
  .story-passage > div > p:not(.kicker) {
    margin-left: 0;
    font-size: 1.15rem;
    line-height: 1.4;
  }
  .story-passage-dark .story-answer {
    font-size: 1.65rem;
    line-height: 1.15;
  }

  .evidence { min-height: 112svh; }
  .evidence > img { object-position: 37% center; }
  .evidence-vignette { background: linear-gradient(180deg, rgba(3,29,21,.25), rgba(3,29,21,.88)); }
  .evidence-copy {
    top: 8vh;
    left: 1.1rem;
    right: auto;
    width: calc(100% - 2.2rem);
    text-align: left;
  }
  .evidence-copy > p:last-child { margin-left: 0; }
  .evidence-copy .evidence-body { margin-left: 0; }
  .evidence-copy .evidence-question {
    margin-top: 1rem;
    font-size: 1.05rem;
    line-height: 1.35;
  }
  .tape {
    left: -8vw;
    width: 116vw;
    margin-top: -1.6rem;
    margin-bottom: -1.6rem;
    padding: .9rem 0;
    font-size: 1.2rem;
  }
  .tape-track {
    animation: tape-marquee 12s linear infinite;
  }

  .campaign-chapter { padding: 6rem 1.1rem 5rem; }
  .campaign-head { margin-bottom: 4rem; }
  .campaign-head h2 {
    max-width: 100%;
    font-size: clamp(2.8rem, 12vw, 4rem);
    overflow-wrap: anywhere;
  }
  .campaign-head > p:last-child { margin-top: 1.5rem; }
  .campaign-pairs { gap: 5.5rem; }
  .campaign-pair,
  .campaign-pair-reverse {
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "poster"
      "motion";
    gap: 2.5rem;
    width: min(100%, 28rem);
    margin: auto;
  }
  .campaign-pair-head h3 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .campaign-motion { margin-top: 0 !important; }
  .campaign-transition {
    margin-top: 6rem;
    font-size: clamp(2.5rem, 11vw, 4rem);
  }

  .truth { min-height: 92svh; padding: 6rem 1.1rem; }
  .truth h2 { font-size: clamp(2.7rem, 13vw, 4.5rem); }
  .truth .truth-copy { margin: 2.5rem 0 0; }

  .game { min-height: auto; padding: 6rem 1rem; }
  .game-field {
    aspect-ratio: 3 / 2;
    border-radius: 1rem;
  }
  .game-field > img { object-position: center; }
  .litter { width: 3.25rem; height: 3.25rem; }
  .litter-1 { left: 14%; top: 23%; }
  .litter-2 { left: 85%; top: 30%; }
  .litter-3 { left: 50%; top: 48%; }
  .litter-4 { left: 82%; top: 78%; }
  .litter-5 { left: 15%; top: 82%; }
  .game-status {
    border-radius: 1rem;
    font-size: .86rem;
  }

  .story-passage,
  .story-passage > div,
  .story-passage h2,
  .story-passage p {
    max-width: 100%;
    min-width: 0;
  }

  .people { min-height: 105svh; }
  .people > img { object-position: 48% center; }
  .people-copy {
    left: 1.1rem;
    bottom: 7vh;
    width: calc(100% - 2.2rem);
  }

  .invitation { min-height: auto; padding: 6rem 1.1rem; }
  .invitation h2 {
    font-size: clamp(5rem, 25vw, 7rem);
    line-height: .86;
    letter-spacing: -.065em;
  }
  .invitation-head > p:last-child { margin-left: 0; }
  .detail {
    grid-template-columns: 1fr;
    gap: .35rem;
    padding: 1.15rem 0 1.4rem;
  }
  .detail small { line-height: 1.35; }
  .actions { flex-direction: column; }
  .action {
    width: 100%;
    min-width: 0;
    min-height: 3.5rem;
  }
  .continue-story {
    margin-top: 2.5rem;
    padding: 1.1rem;
  }

  .closing { min-height: 78svh; }
  .closing p { font-size: clamp(4rem, 20vw, 6.5rem); }

  footer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 2.5rem;
    padding-bottom: calc(3rem + env(safe-area-inset-bottom));
  }
  .footer-brand,
  .footer-slogan,
  .footer-meta {
    min-height: 0;
  }
  .footer-brand { width: min(100%, 15rem); }
  .footer-slogan { font-size: 1.65rem; }
  .footer-meta { font-size: .78rem; }
  footer nav {
    place-self: start;
    flex-wrap: wrap;
  }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 3.45rem; }
  .forest-copy h2, .life h2, .evidence h2, .game h2, .people h2 { font-size: 2.7rem; }
  .truth h2 { font-size: 2.45rem; }
  .invitation h2 { font-size: 4.5rem; }
}

/* Kompakte Darstellung fuer Smartphones im Querformat. */
@media (orientation: landscape) and (max-width: 950px) and (max-height: 520px) {
  .hero {
    min-height: max(28rem, 100svh);
  }

  .place {
    top: calc(var(--nav-height) + .7rem);
    left: 1.5rem;
    font-size: .72rem;
  }

  .hero h1 {
    top: calc(var(--nav-height) + 2.7rem);
    left: 1.5rem;
    font-size: clamp(3.2rem, 10.5vw, 5.8rem);
  }

  .scroll-cue {
    bottom: .75rem;
    width: min(74vw, 34rem);
    gap: .35rem;
    font-size: .82rem;
    line-height: 1.2;
  }

  .scroll-cue i {
    width: 2.1rem;
    border-width: 1px;
  }

  .answer,
  .life,
  .story-passage,
  .truth,
  .game,
  .invitation {
    min-height: auto;
    padding: 4.5rem 2rem;
  }

  .answer h2,
  .forest-copy h2,
  .life h2,
  .evidence h2,
  .game h2,
  .people h2 {
    font-size: clamp(2.8rem, 9vw, 4.8rem);
    line-height: .84;
  }

  .forest-chapter,
  .people {
    min-height: max(28rem, 100svh);
  }

  .forest-sticky {
    height: max(28rem, 100svh);
  }

  .forest-copy,
  .people-copy {
    bottom: 1.5rem;
  }

  .evidence-copy {
    top: calc(var(--nav-height) + 2rem);
    right: 2rem;
    width: min(76%, 40rem);
  }

  .evidence {
    min-height: max(40rem, 145svh);
  }

  .evidence-copy h2 {
    font-size: clamp(3rem, 7.5vw, 4.2rem);
  }

  .evidence-copy .evidence-body {
    max-width: 32rem;
    font-size: 1rem;
    line-height: 1.25;
  }

  .evidence-copy .evidence-question {
    max-width: 35rem;
    margin-top: .75rem;
    font-size: .95rem;
    line-height: 1.25;
  }

  .tape {
    margin-top: -1.65rem;
    margin-bottom: -1.65rem;
    padding: .75rem 2rem;
    font-size: 1.25rem;
    transform: rotate(-2deg);
  }

  .campaign-chapter {
    padding: 4.5rem 2rem;
  }

  .campaign-head {
    margin-bottom: 3rem;
  }

  .campaign-pairs {
    gap: 4rem;
  }

  .campaign-pair,
  .campaign-pair-reverse {
    gap: 1.5rem 2rem;
  }

  .campaign-transition {
    margin-top: 4rem;
  }

  .truth h2,
  .story-passage h2,
  .campaign-head h2,
  .posters h2 {
    font-size: clamp(2.7rem, 8vw, 4.3rem);
  }

  .people-copy {
    width: min(34rem, calc(100% - 3rem));
  }

  .invitation h2 {
    font-size: clamp(4.2rem, 13vw, 7rem);
  }

  .actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
  }

  .action {
    width: 100%;
    min-width: 0;
    gap: .65rem;
    padding: .9rem .8rem;
    font-size: .8rem;
  }

  .share-status {
    grid-column: 1 / -1;
  }

  .closing {
    min-height: 100svh;
  }

  .closing p {
    font-size: clamp(3.5rem, 12vw, 6rem);
  }

  footer {
    grid-template-columns: minmax(8rem, .9fr) minmax(9rem, .9fr) minmax(10rem, 1fr) auto;
    gap: .75rem;
    padding: 1.5rem 1.25rem;
  }

  .footer-brand {
    max-width: 12rem;
  }

  .footer-slogan {
    font-size: .9rem;
  }

  .footer-meta {
    font-size: .6rem;
  }

  footer nav {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
    font-size: .78rem;
    text-align: left;
  }
}

/* Gleiche Zeilenhoehe verhindert Kollisionen mit Umlautpunkten. */
.hero h1,
.answer h2,
.forest-copy h2,
.life h2,
.evidence h2,
.story-passage h2,
.posters h2,
.campaign-head h2,
.campaign-pair-head h3,
.campaign-transition,
.truth h2,
.game h2,
.people h2,
.invitation h2,
.closing p {
  line-height: .98;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
  .reveal-sequence > * { opacity: 1; transform: none; }
  .hero-image { transform: none; }
  [data-depth] { transform: none !important; }
  .litter { opacity: 1; }
  .invitation::before,
  .campaign-motion::before { display: none; }
}
