:root {
  --bg: #050505;
  --fg: #f5f2ee;
  --muted: #c9c1ba;
  --blood: #9b0606;
  --panel: rgba(255, 255, 255, 0.04);
  --line: rgba(255, 255, 255, 0.14);
  --max: 1320px;
  --about-width: 940px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 124px; }
section[id] { scroll-margin-top: 124px; }
#home { scroll-margin-top: 0; }
body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--fg);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  text-align: center;
}

a { color: var(--fg); text-decoration: none; border-bottom: 1px solid rgba(245,242,238,0.48); }
a:hover, a:focus { border-bottom-color: var(--blood); }

.intro {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  pointer-events: none;
  animation: introGone 5.7s ease-in-out forwards;
}
.intro-logo {
  width: min(92vw, 980px);
  max-height: 82vh;
  object-fit: contain;
  opacity: 0;
  animation: logoIntro 5.7s ease-in-out forwards;
}

.site-shell {
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
  padding: 118px 0 56px;
  opacity: 0;
  animation: siteIn 1.2s ease-out 5.3s forwards;
}
.site-header {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 0;
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 104px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.985);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.62);
  opacity: 0;
  animation: brandLogoIn 0.9s ease-out 5.8s forwards;
}
.top-bar-inner {
  width: min(calc(100vw - 44px), var(--max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}
.brand-logo-link {
  display: block;
  border-bottom: 0;
  flex: 0 0 auto;
}
.brand-logo {
  display: block;
  width: min(24vw, 290px);
  max-height: 56px;
  object-fit: contain;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.5vw, 38px);
  padding-top: 5px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
}
.main-nav a { color: rgba(245,242,238,0.82); border-bottom: 1px solid rgba(245,242,238,0.24); }
.main-nav a:hover, .main-nav a:focus { color: var(--fg); border-bottom-color: var(--blood); }

.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(245,242,238,0.32);
  background: rgba(0,0,0,0.22);
  color: var(--fg);
  cursor: pointer;
}
.mobile-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--fg);
  transform-origin: center;
  transition: transform .22s ease, opacity .22s ease;
}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


h1, h2, .project-copy h2 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  line-height: 0.95;
}
.site-header h1,
.headline-blood {
  color: var(--blood);
  font-family: Impact, Haettenschweiler, "Arial Black", Arial, Helvetica, sans-serif;
  font-size: clamp(40px, 4.55vw, 58px);
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 0.94;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(155,6,6,0.45), 2px 2px 0 rgba(0,0,0,0.85), -1px 1px 0 rgba(255,255,255,0.08);
}
.poster-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}
.project-card {
  min-height: 100%;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: 0 0 44px rgba(155,6,6,0.16);
  opacity: 0;
  transform: translateY(18px);
  animation: cardBuild 0.85s ease-out forwards;
}
.project-card-one { animation-delay: 6.35s; }
.project-card-two { animation-delay: 6.58s; }
.project-card-three { animation-delay: 6.81s; }
.project-poster-link { position: relative; display: block; width: 100%; padding: 0; border: 0; border-bottom: 0; background: transparent; color: inherit; cursor: pointer; overflow: hidden; }
.project-poster-link::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 56%, rgba(0,0,0,0.82) 100%); opacity: .9; pointer-events: none; transition: opacity .25s ease; }
.project-poster-link:hover::after, .project-poster-link:focus::after { opacity: 1; }
.case-file-badge { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 2; display: block; padding: 12px 14px 11px; border: 1px solid rgba(255,255,255,0.74); background: linear-gradient(180deg, rgba(190,10,10,0.98), rgba(82,0,0,0.98)); color: #fff; font-family: "Courier New", Courier, monospace; font-size: 12px; font-weight: 900; letter-spacing: .22em; line-height: 1; text-align: center; text-transform: uppercase; text-shadow: 0 1px 0 rgba(0,0,0,0.85); box-shadow: 0 0 0 2px rgba(0,0,0,0.55), 0 0 28px rgba(190,10,10,0.72); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease, background .25s ease; }
.project-poster-link:hover .case-file-badge, .project-poster-link:focus .case-file-badge { border-color: #fff; background: linear-gradient(180deg, rgba(230,18,18,1), rgba(112,0,0,1)); box-shadow: 0 0 0 2px rgba(0,0,0,0.65), 0 0 38px rgba(230,18,18,0.85); transform: translateY(-2px); }
.project-poster-link:focus { outline: 2px solid var(--blood); outline-offset: 4px; }
.project-poster {
  width: 100%;
  display: block;
  aspect-ratio: 900 / 1273;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}
.project-copy {
  padding: 22px 20px 30px;
  display: grid;
  grid-template-rows: 34px 174px auto;
  align-items: start;
}
.genre {
  margin: 0;
  color: rgba(245,242,238,1);
  font-size: 6.8px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 1;
}
.project-title-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 174px;
  padding-top: 6px;
}
.project-copy h2 { font-size: clamp(24px, 2.55vw, 36px); line-height: 0.98; }
.project-subtitle {
  margin: 12px 0 0 !important;
  color: var(--muted) !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
  letter-spacing: 0.18em;
  font-weight: 900;
  text-transform: uppercase;
}
.project-tagline {
  margin: 13px 0 0 !important;
  color: var(--muted) !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
  letter-spacing: 0.16em;
  font-weight: 900;
  text-transform: uppercase;
}
.project-copy p,
.about-section p,
.partner-section p,
.impressum-section p,
.site-footer p {
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  max-width: 820px;
}
.project-copy .logline { align-self: start; font-size: 14px; line-height: 1.55; }
.project-copy p + p, .about-section p + p, .partner-section p + p, .impressum-section p + p { margin-top: 18px; }

.bloody-closing { margin: 62px auto 0; }
.bloody-closing .headline-blood { display: block; }
.slate-note {
  width: min(100%, 760px);
  margin: 26px auto 0;
  color: rgba(245,242,238,0.76);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0.035em;
}
.teaser-button {
  margin-top: 24px;
}

.materials-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 280px);
  min-height: 52px;
  margin-top: 28px;
  padding: 15px 28px 14px;
  border: 1px solid rgba(155, 6, 6, .9);
  background: linear-gradient(180deg, rgba(155, 6, 6, .26), rgba(155, 6, 6, .06)), #070707;
  color: #f4f0eb;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  box-shadow: 0 0 0 1px rgba(244,240,235,.08) inset, 0 16px 34px rgba(0,0,0,.46), 0 0 28px rgba(155,6,6,.18);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.materials-button:hover,
.materials-button:focus {
  transform: translateY(-1px);
  border-color: #c70a0a;
  background: linear-gradient(180deg, rgba(155,6,6,.42), rgba(155,6,6,.12)), #090909;
  box-shadow: 0 0 0 1px rgba(244,240,235,.12) inset, 0 18px 38px rgba(0,0,0,.52), 0 0 36px rgba(155,6,6,.30);
}

.partner-section {
  margin: 86px auto 0;
  padding: 48px 22px 54px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.018);
}
.partner-kicker {
  margin: 0 0 14px;
  color: rgba(245,242,238,0.70);
  font-size: 12px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.partner-section a:not(.materials-button) {
  color: var(--fg);
  border-bottom: 1px solid rgba(245,242,238,0.42);
}
.partner-section a:not(.materials-button):hover,
.partner-section a:not(.materials-button):focus {
  border-bottom-color: var(--blood);
}

.partner-section h2 {
  margin-bottom: 22px;
  color: var(--fg);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 0.95;
}

.about-section {
  margin: 116px auto 0;
  padding: 72px 22px 70px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.about-title {
  width: min(100%, 560px);
  margin: 0 auto 34px;
  line-height: 1;
  text-align: center;
}
.about-title span { display: block; }
.about-title .headline-blood,
.about-title .headline-white {
  display: block;
  width: 100%;
  text-align: center;
  font-family: Impact, Haettenschweiler, "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.85);
  white-space: nowrap;
}
.about-title .headline-blood {
  color: var(--blood);
  font-size: clamp(30px, 3vw, 36px);
  line-height: 1;
  letter-spacing: 0.18em;
  padding-left: 0.18em;
}
.headline-white {
  margin-top: 8px;
  color: var(--fg);
  font-size: clamp(27px, 2.72vw, 33px);
  line-height: 1;
  letter-spacing: 0.055em;
  padding-left: 0.055em;
}
.portrait {
  display: block;
  width: min(100%, 300px);
  margin: 0 auto 32px;
  border: 1px solid var(--line);
  filter: grayscale(100%);
}
.about-section p { max-width: 760px; }
.contact-line { margin-top: 28px !important; font-weight: 800; }

.support-line {
  width: min(100%, 760px);
  margin: 34px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}
.support-line span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.22em;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}
.support-line img {
  display: block;
  height: clamp(30px, 3.4vw, 46px);
  width: auto;
  max-width: min(56vw, 190px);
  object-fit: contain;
}

.contact-section {
  margin: 74px auto 0;
  padding: 0 20px 70px;
  border-bottom: 1px solid var(--line);
}
.contact-section h2, .impressum-section h2 {
  margin-bottom: 30px;
  color: var(--fg);
  font-size: clamp(32px, 5vw, 58px);
}
.contact-form { width: min(100%, 560px); margin: 0 auto; display: grid; gap: 12px; text-align: center; }
.contact-form label { margin-top: 8px; color: rgba(245,242,238,0.78); font-size: 12px; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.055);
  color: var(--fg);
  font: 16px/1.45 Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 14px 15px;
  outline: none;
}
.contact-form textarea { resize: vertical; min-height: 160px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: rgba(155,6,6,0.85); box-shadow: 0 0 0 2px rgba(155,6,6,0.18); }
.contact-form button {
  width: fit-content;
  margin: 16px auto 0;
  border: 1px solid rgba(245,242,238,0.52);
  background: rgba(155,6,6,0.85);
  color: var(--fg);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 13px 34px;
}
.contact-form button:hover, .contact-form button:focus { background: var(--blood); }

.impressum-section { margin: 74px auto 0; padding: 0 20px; }
.impressum-section p { max-width: 500px; font-size: 14px; line-height: 1.55; }
.site-footer { margin: 64px auto 0; padding-top: 24px; border-top: 1px solid var(--line); }
.site-footer p { font-size: 14px; }
.site-footer p + p { margin-top: 10px; }
.social-links { display: flex; justify-content: center; gap: 20px; margin: 24px auto 0; }
.social-links a { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(245,242,238,0.28); border-radius: 999px; color: var(--fg); }
.social-links a:hover, .social-links a:focus { border-color: var(--blood); box-shadow: 0 0 22px rgba(155,6,6,0.25); }
.social-links svg { width: 18px; height: 18px; fill: currentColor; }

.project-reader {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(0,0,0,0.94);
}
.project-reader[aria-hidden="false"] { display: flex; }
.reader-stage {
  position: relative;
  width: min(94vw, 980px);
  height: min(90vh, 880px);
  display: grid;
  align-items: start;
  justify-items: center;
}
.reader-poster {
  max-width: min(88vw, 760px);
  max-height: 86vh;
  object-fit: contain;
  border: 1px solid rgba(245,242,238,0.20);
  box-shadow: 0 0 60px rgba(0,0,0,0.85);
  opacity: 1;
  transform: scale(1);
  transition: opacity .75s ease, transform .75s ease;
}
.reader-access {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 6vh, 58px);
  z-index: 3;
  width: min(78vw, 560px);
  transform: translateX(-50%);
  text-align: center;
  opacity: 1;
  transition: opacity .45s ease;
  pointer-events: none;
}
.reader-access p {
  margin: 0 0 12px;
  color: #f5f2ee;
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(12px, 1.9vw, 16px);
  font-weight: 900;
  letter-spacing: .24em;
  line-height: 1.25;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(155,6,6,.55);
}
.reader-progress {
  height: 6px;
  overflow: hidden;
  border: 1px solid rgba(245,242,238,.42);
  background: rgba(255,255,255,.10);
  box-shadow: 0 0 18px rgba(0,0,0,.82);
}
.reader-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--blood);
  transform-origin: left center;
  animation: readerLoad 3.5s linear forwards;
  box-shadow: 0 0 18px rgba(155,6,6,.72);
}
.project-reader.show-page .reader-access { opacity: 0; }
.project-reader.show-page .reader-poster {
  opacity: 0;
  transform: scale(.985);
  pointer-events: none;
}
.reader-page {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100%, 860px);
  max-height: 88vh;
  margin: 0;
  overflow: auto;
  padding: clamp(26px, 4vw, 56px);
  background: #f7f3ed;
  color: #090909;
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow: 0 28px 80px rgba(0,0,0,0.86);
  text-align: left;
  opacity: 0;
  transform: translate(-50%, 18px);
  transition: opacity .9s ease, transform .9s ease;
  pointer-events: none;
}
.project-reader.show-page .reader-page {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.project-reader.show-page .reader-page h2,
.project-reader.show-page .reader-genre,
.project-reader.show-page .reader-meta,
.project-reader.show-page .reader-tagline,
.project-reader.show-page .reader-body {
  animation: readerTextIn .75s ease-out both;
}
.project-reader.show-page .reader-body { animation-delay: .12s; }
.reader-page:focus { outline: none; }
.reader-page h2 {
  margin: 0 0 10px;
  color: #090909;
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(30px, 4.5vw, 54px);
  line-height: .95;
  letter-spacing: .055em;
  text-align: center;
  text-transform: uppercase;
}
.reader-genre {
  margin: 0 0 16px;
  color: #5b0505;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .24em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}
.reader-meta {
  margin: -6px auto 18px;
  color: #191919;
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(12px, 1.55vw, 15px);
  font-weight: 900;
  letter-spacing: .10em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}
.reader-tagline {
  margin: 0 auto 30px;
  max-width: 650px;
  color: #111;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}
.reader-body p {
  margin: 0 0 16px;
  color: #111;
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(14px, 1.55vw, 17px);
  line-height: 1.66;
  text-align: left;
}
.reader-close {
  position: fixed;
  top: 22px;
  right: 24px;
  z-index: 3002;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245,242,238,0.32);
  border-radius: 999px;
  background: rgba(0,0,0,0.84);
  color: var(--fg);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
body.reader-open { overflow: hidden; }


@keyframes readerLoad { 0% { transform: scaleX(0); } 100% { transform: scaleX(1); } }
@keyframes readerTextIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes logoIntro { 0% {opacity:0;} 16.84% {opacity:1;} 78.25% {opacity:1;} 100% {opacity:0;} }
@keyframes introGone { 0% {opacity:1; visibility:visible;} 82% {opacity:1; visibility:visible;} 100% {opacity:0; visibility:hidden;} }
@keyframes siteIn { from {opacity:0;} to {opacity:1;} }
@keyframes brandLogoIn { from {opacity:0;} to {opacity:1;} }
@keyframes cardBuild { from {opacity:0; transform:translateY(18px);} to {opacity:1; transform:translateY(0);} }

@media (min-width: 981px) and (max-width: 1120px) {
  .top-bar-inner { width: calc(100vw - 32px); gap: 24px; }
  .brand-logo { width: 220px; }
  .main-nav { gap: 16px; font-size: 11px; letter-spacing: 0.13em; }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 86px; }
  section[id] { scroll-margin-top: 86px; }
  .site-shell { width: min(100% - 44px, var(--max)); padding-top: 96px; }
  .site-header { min-height: 0; margin-bottom: 0; padding-top: 0; }
  .top-bar {
    display: flex;
    height: 72px;
    opacity: 0;
    animation: brandLogoIn 0.9s ease-out 5.8s forwards;
  }
  .top-bar-inner {
    width: calc(100vw - 28px);
    gap: 12px;
    position: relative;
  }
  .brand-logo { width: min(54vw, 205px); max-height: 42px; }
  .mobile-menu-toggle {
    display: block;
    flex: 0 0 auto;
    margin-left: auto;
  }
  .main-nav {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    width: min(78vw, 320px);
    display: grid;
    gap: 0;
    padding: 14px 16px;
    border: 1px solid rgba(245,242,238,0.18);
    background: rgba(0,0,0,0.96);
    box-shadow: 0 20px 42px rgba(0,0,0,0.64);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
  }
  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .main-nav a {
    display: block;
    padding: 14px 4px;
    border-bottom: 1px solid rgba(245,242,238,0.12);
    text-align: right;
    font-size: 12px;
    letter-spacing: 0.18em;
  }
  .main-nav a:last-child { border-bottom: 0; }
  .poster-gallery { grid-template-columns: 1fr; gap: 34px; }
  .project-card { max-width: 620px; margin: 0 auto; }
  .project-copy { display: block; padding: 24px 22px 30px; }
  .project-title-block { display: block; min-height: 0; }
  .genre { margin: 0 0 20px; font-size: 10px; line-height: 1.35; letter-spacing: 0.12em; white-space: normal; }
  .project-copy h2 { margin-bottom: 16px; font-size: clamp(30px, 8vw, 48px); }
  .project-subtitle { margin: -6px 0 8px !important; font-size: 12px !important; }
  .project-tagline { margin: 0 0 16px !important; font-size: 12px !important; line-height: 1.35 !important; letter-spacing: 0.13em; }
  .project-title-block .project-tagline { margin-top: -4px !important; }
  .project-title-block .project-subtitle + .project-tagline { margin-top: 0 !important; }
  .project-copy .logline { font-size: 16px; line-height: 1.55; }
  .bloody-closing { margin-top: 52px; }
  .bloody-closing .headline-blood { font-size: clamp(42px, 11vw, 72px); }
  .about-title { margin-bottom: 30px; width: min(100%, 500px); }
  .about-title .headline-blood { font-size: clamp(25px, 5.1vw, 32px); letter-spacing: 0.13em; padding-left: 0.13em; }
  .headline-white { font-size: clamp(23px, 4.65vw, 29px); letter-spacing: 0.035em; padding-left: 0.035em; }
  .portrait { width: min(100%, 260px); }
  .materials-button { width: 100%; max-width: 360px; letter-spacing: .14em; }
  .partner-section { margin-top: 66px; padding: 44px 18px 50px; }
  .project-reader { padding: 14px; }
  .reader-stage { width: 100%; height: 92vh; }
  .reader-page { width: calc(100vw - 28px); max-height: 86vh; padding: 24px 18px 26px; }
  .reader-access { bottom: 28px; width: min(82vw, 420px); }
  .case-file-badge { left: 14px; right: 14px; bottom: 14px; font-size: 11px; letter-spacing: .18em; padding-top: 11px; padding-bottom: 10px; }
  .reader-close { top: 14px; right: 14px; }
}

@media (max-width: 620px) {
  .site-shell { width: min(100% - 26px, var(--max)); padding-top: 92px; }
  .project-copy { padding: 22px 17px 26px; }
  .project-copy p, .about-section p, .partner-section p { font-size: 16px; line-height: 1.55; }
  .genre { font-size: 9px; }
  .about-section { margin-top: 78px; padding: 46px 14px 50px; }
  .about-title { margin-bottom: 24px; width: min(100%, 330px); }
  .about-title .headline-blood { font-size: clamp(21px, 6vw, 26px); letter-spacing: 0.08em; padding-left: 0.08em; }
  .headline-white { margin-top: 7px; font-size: clamp(19px, 5.4vw, 24px); letter-spacing: 0.015em; padding-left: 0.015em; }
  .portrait { width: min(100%, 220px); margin-bottom: 24px; }
  .contact-section { margin-top: 54px; padding: 0 8px 54px; }
  .contact-form input, .contact-form textarea { font-size: 16px; }
  .impressum-section { margin-top: 54px; padding: 0 8px; }
  .impressum-section p { font-size: 13px; }
  .social-links { gap: 16px; }
}


/* v25 real About fix: keep title centered, smaller, and reduce portrait size */
.about-title {
  width: min(100%, 560px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
  text-align: center;
}
.about-title .headline-blood,
.about-title .headline-white {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.about-title .headline-blood {
  font-size: clamp(30px, 3vw, 36px);
  letter-spacing: 0.18em;
  padding-left: 0.18em;
  line-height: 1;
}
.about-title .headline-white {
  font-size: clamp(27px, 2.72vw, 33px);
  letter-spacing: 0.055em;
  padding-left: 0.055em;
  line-height: 1;
  margin-top: 8px;
}
.portrait {
  width: min(100%, 300px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
@media (max-width: 900px) {
  .about-title { width: min(100%, 500px); margin-bottom: 30px; }
  .about-title .headline-blood { font-size: clamp(25px, 5.1vw, 32px); letter-spacing: 0.13em; padding-left: 0.13em; }
  .about-title .headline-white { font-size: clamp(23px, 4.65vw, 29px); letter-spacing: 0.035em; padding-left: 0.035em; }
  .portrait { width: min(100%, 260px); }
}
@media (max-width: 620px) {
  .about-title { width: min(100%, 330px); margin-bottom: 24px; }
  .about-title .headline-blood { font-size: clamp(21px, 6vw, 26px); letter-spacing: 0.08em; padding-left: 0.08em; }
  .about-title .headline-white { font-size: clamp(19px, 5.4vw, 24px); letter-spacing: 0.015em; padding-left: 0.015em; margin-top: 7px; }
  .portrait { width: min(100%, 220px); margin-bottom: 24px; }
}


/* v26 Static 13 support line */
@media (max-width: 700px) {
  .support-line {
    margin-top: 28px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .support-line span {
    width: 100%;
    font-size: 10px;
    letter-spacing: 0.18em;
  }
  .support-line img {
    height: 30px;
    max-width: 150px;
  }
}

.support-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  text-decoration: none;
}

.support-logo-link:hover img,
.support-logo-link:focus img {
  opacity: 1;
  filter: drop-shadow(0 0 10px rgba(155, 6, 6, 0.55));
}


/* v28 subtle horror glitch on Oliver portrait */
.portrait-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  line-height: 0;
}

.portrait-wrap::before,
.portrait-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/oliver.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  filter: grayscale(100%) contrast(1.25);
  mix-blend-mode: screen;
}

.portrait-wrap::before {
  transform: translateX(3px);
  box-shadow: -5px 0 0 rgba(155, 6, 6, .55) inset;
  animation: portraitGlitchA 6.8s infinite steps(1, end);
}

.portrait-wrap::after {
  transform: translateX(-3px);
  box-shadow: 5px 0 0 rgba(245, 242, 238, .32) inset;
  animation: portraitGlitchB 7.4s infinite steps(1, end);
}

.portrait {
  animation: portraitBaseFlicker 9s infinite steps(1, end);
}

@keyframes portraitGlitchA {
  0%, 88%, 100% { opacity: 0; clip-path: inset(0 0 0 0); }
  89% { opacity: .52; clip-path: inset(12% 0 70% 0); }
  90% { opacity: .36; clip-path: inset(64% 0 18% 0); }
  91% { opacity: 0; clip-path: inset(0 0 0 0); }
}

@keyframes portraitGlitchB {
  0%, 72%, 100% { opacity: 0; clip-path: inset(0 0 0 0); }
  73% { opacity: .42; clip-path: inset(36% 0 45% 0); }
  74% { opacity: .30; clip-path: inset(78% 0 8% 0); }
  75% { opacity: 0; clip-path: inset(0 0 0 0); }
}

@keyframes portraitBaseFlicker {
  0%, 72%, 75%, 88%, 91%, 100% { transform: translateX(0); filter: grayscale(100%); }
  73% { transform: translateX(1px); filter: grayscale(100%) contrast(1.22); }
  89% { transform: translateX(-1px); filter: grayscale(100%) contrast(1.28); }
}

@media (prefers-reduced-motion: reduce) {
  .portrait,
  .portrait-wrap::before,
  .portrait-wrap::after {
    animation: none !important;
  }
}
