/*
  DENIS NEWIAK · Persönliche Website · Version 2
  Alles lokal, keine Frameworks und keine externen Schriftdateien.
  Der originale PNG-Namenszug bleibt unverändert.
  Die übrige Typografie nutzt lokal vorhandene klassische Schriften.

  Wichtigste Anpassungen:
  Farben und Abstände: :root
  Bildausschnitte: --focus in .hero / .research-scene / .contact-scene
  Smartphone: @media (max-width: 800px)
*/
:root {
  --ink: #252823;
  --dark: #20211f;
  --dark-deep: #171916;
  --paper: #f4f2eb;
  --paper-deep: #eae7dd;
  --muted: #606157;
  --light: #f7f5ef;
  --light-muted: #c0c0b4;
  --line: #c9c8bd;
  --line-dark: #52554b;
  --serif: "Classical Garamond", "Garamond", "Iowan Old Style", "Baskerville", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --gutter: clamp(24px, 7.1vw, 136px);
  --max: 1480px;
  --header-height: 94px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body { margin: 0; background: var(--dark); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.8; -webkit-font-smoothing: antialiased; }
::selection { color: var(--paper); background: #555d4b; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .23em; }
a, button, summary { -webkit-tap-highlight-color: rgba(150,150,130,.25); }
button, input, textarea { font: inherit; }
button, summary { cursor: pointer; }
button { color: inherit; }
img, video { display: block; max-width: 100%; }
img { height: auto; }
figure, blockquote { margin: 0; }
p { margin: 0 0 1.35em; }
h1,h2,h3 { font-family: var(--serif); font-weight: 400; text-wrap: balance; }
h1,h2 { margin: 0; line-height: 1.07; letter-spacing: -.042em; }
h2 { font-size: clamp(40px, 3.45vw, 60px); }
h3 { margin: 0 0 .55em; font-size: 27px; line-height: 1.2; letter-spacing: -.018em; }
em { font-weight: 400; }
cite { font-style: italic; }
:focus-visible { outline: 2px solid #b7b082; outline-offset: 7px; border-radius: 1px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 16px; padding: 10px 18px; color: var(--dark); background: var(--paper); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.content-width { width: calc(100% - var(--gutter) * 2); max-width: var(--max); margin-inline: auto; }
.paper { background: var(--paper); color: var(--ink); }
.section-space { padding-block: clamp(80px, 8vw, 142px); }
.eyebrow { margin: 0 0 32px; font-size: 10px; font-weight: 500; line-height: 1.6; letter-spacing: .23em; text-transform: uppercase; }
.section-number { margin-right: 22px; color: var(--muted); font-size: 10px; }
.lead { font-family: var(--serif); font-size: clamp(25px, 2.05vw, 32px); line-height: 1.38; letter-spacing: -.012em; }
.text-link { display: inline-flex; align-items: baseline; gap: 20px; min-height: 44px; padding-top: 12px; font-size: 13px; text-decoration: none; }
.text-link::after { content: none; }
.text-link:hover { text-decoration: underline; }
.text-link span[aria-hidden] { font-size: 20px; transition: transform .25s; }
.text-link:hover span[aria-hidden] { transform: translate(2px,-2px); }
/* FIXIERTER ORIGINAL-NAMENSZUG */
.site-header { position: fixed; inset: 0 0 auto; z-index: 30; height: var(--header-height); color: var(--light); background: linear-gradient(to bottom,rgba(20,22,19,.60),rgba(20,22,19,0)); transition: background-color .5s, box-shadow .5s; }
.site-header.is-scrolled, .legal-page .site-header, .site-header:has(.site-menu[open]) { background: rgba(29,31,27,.96); box-shadow: 0 1px 0 rgba(220,220,200,.08); }
@supports (backdrop-filter: blur(12px)) {
  .site-header.is-scrolled { background: rgba(29,31,27,.92); backdrop-filter: blur(12px); }
}
.header-inner { position: relative; height: 100%; margin-inline: auto; max-width: 1920px; padding-inline: clamp(24px,4vw,76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.header-caption { justify-self: start; text-transform: uppercase; letter-spacing: .2em; font-size: 9px; text-decoration: none; white-space: nowrap; opacity: .86; }
.wordmark { display: block; justify-self: center; line-height: 0; }
.wordmark img { width: 180px; height: 36px; object-fit: contain; }
.site-menu { justify-self: end; }
.site-menu summary { display: flex; align-items: center; gap: 16px; min-width: 84px; min-height: 44px; justify-content: flex-end; list-style: none; }
.site-menu summary::-webkit-details-marker { display: none; }
.menu-label { text-transform: uppercase; font-size: 10px; letter-spacing: .16em; }
.menu-symbol { position: relative; display: block; width: 23px; height: 16px; }
.menu-symbol::before,.menu-symbol::after { content: ''; position: absolute; width: 23px; height: 1px; background: currentColor; top: 4px; left: 0; transition: transform .25s,top .25s; }
.menu-symbol::after { top: 11px; }
.site-menu[open] .menu-symbol::before { top: 8px; transform: rotate(45deg); }
.site-menu[open] .menu-symbol::after { top: 8px; transform: rotate(-45deg); }
.nav-panel { position: absolute; right: clamp(24px,4vw,76px); top: calc(var(--header-height) - 4px); width: 310px; padding: 23px 30px 22px; background: #252721; border: 1px solid #42463b; box-shadow: 0 24px 64px rgba(0,0,0,.18); }
.nav-panel > a { display: flex; align-items: center; gap: 22px; min-height: 53px; text-decoration: none; font-family: var(--serif); font-size: 23px; border-bottom: 1px solid rgba(220,225,205,.12); }
.nav-panel > a > span { font-family: var(--sans); font-size: 9px; color: var(--light-muted); letter-spacing: .15em; }
.nav-panel > a:hover { color: #dbd7ba; }
.nav-secondary { display: flex; gap: 24px; padding-top: 23px; font-size: 11px; color: var(--light-muted); }
.nav-secondary a { text-decoration: none; }
.nav-secondary a:hover { text-decoration: underline; }
/* DIE BILDER BLEIBEN AUCH OHNE JAVASCRIPT SICHTBAR. */
.living-picture { position: relative; isolation: isolate; overflow: hidden; color: var(--light); background: var(--dark); --focus: 50% 50%; }
.scene-media,.scene-still,.scene-poster,.scene-video { position: absolute; inset: 0; width: 100%; height: 100%; }
.scene-still img,.scene-poster,.scene-video { width: 100%; height: 100%; object-fit: cover; object-position: var(--focus); }
.scene-still { z-index: 0; }
.scene-poster { z-index: 1; visibility: hidden; }
.motion-ready .living-picture:not(.is-complete) .scene-poster { visibility: visible; }
.scene-video { z-index: 2; opacity: 0; pointer-events: none; transition: opacity .24s linear; }
.living-picture.is-playing .scene-video { opacity: 1; }
.living-picture.is-complete .scene-video { opacity: 0; }
.living-picture.is-complete .scene-poster { visibility: hidden; }
.scene-shade { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.scene-copy,.hero-copy,.hero-bottom { position: relative; z-index: 4; }
/* AUFTAKT */
.hero { height: 100vh; height: 100svh; min-height: 660px; max-height: 1180px; --focus: 54% 42%; }
.hero .scene-shade { background: linear-gradient(90deg,rgba(13,16,13,.45) 0%,rgba(13,16,13,.06) 48%,transparent 73%),linear-gradient(0deg,rgba(13,16,13,.72),transparent 24%); }
.hero-copy { padding-top: clamp(205px,28vh,360px); }
.hero-eyebrow { margin-bottom: 26px; font-size: 11px; letter-spacing: .28em; }
.hero h1 { max-width: 760px; font-size: clamp(49px,5.05vw,88px); line-height: 1.04; letter-spacing: -.05em; }
.hero-description { font-size: 14px; letter-spacing: .035em; margin-top: 26px; color: #e2e2d8; }
.hero-bottom { position: absolute; inset-inline: 0; bottom: 40px; display: flex; align-items: flex-end; justify-content: space-between; border-top: 1px solid rgba(230,230,210,.3); padding-top: 22px; padding-right: 0; }
.hero-bottom p { margin: 0; font-size: 11px; line-height: 1.7; letter-spacing: .045em; }
.hero-bottom p span { color: #d8d8ca; font-size: 12px; }
.discover { display: inline-flex; gap: 28px; align-items: center; min-height: 44px; text-transform: uppercase; font-size: 10px; letter-spacing: .17em; text-decoration: none; }
.discover span { font-size: 26px; line-height: 1; transition: transform .3s; }
.discover:hover span { transform: translateY(5px); }
/* TEXT / FORSCHUNG */
.editorial-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0,1.45fr); gap: clamp(60px,9vw,145px); }
.prose { max-width: 730px; }
.prose > p:not(.lead) { font-size: 15px; color: #51554c; }
.heading-note { margin: 38px 0 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.research-scene { height: min(77vw,760px); min-height: 490px; max-height: 90svh; --focus: 46% 40%; }
.research-scene .scene-shade { background: linear-gradient(270deg,rgba(18,20,17,.52),rgba(18,20,17,.05) 55%,transparent 75%); }
.scene-copy { position: absolute; left: var(--gutter); right: 50%; top: 50%; transform: translateY(-50%); }
.scene-copy-right { left: 63%; right: 5%; }
.image-title { margin: 0; font-family: var(--serif); font-size: clamp(35px,3.6vw,62px); line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; }
.scene-copy .eyebrow { color: #d1d1c3; margin-bottom: 25px; }
.topic { border-top: 1px solid var(--line); padding-top: 25px; margin-bottom: 36px; }
.topic:last-child { margin-bottom: 0; }
.topic p { margin: 0; font-size: 15px; color: #51554c; }
.publications { margin-top: clamp(50px,5vw,90px); }
.publication-list { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.publication-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 24px 0; font-family: var(--serif); font-size: 27px; line-height: 1.3; }
.publication-list summary::-webkit-details-marker { display: none; }
.summary-note { display: flex; gap: 28px; align-items: center; font-family: var(--sans); font-size: 11px; color: var(--muted); }
.plus { display: inline-block; font-size: 25px; font-weight: 300; transition: transform .25s; }
.publication-list[open] .plus { transform: rotate(45deg); }
.publication-content { padding: 8px 0 30px; }
.publication { display: grid; grid-template-columns: 70px minmax(0,1fr); gap: 24px; padding: 22px 0; border-top: 1px solid var(--line); }
.publication-year { font-size: 12px; color: var(--muted); padding-top: 3px; }
.publication h3 { font-size: 25px; margin-bottom: 7px; }
.publication p { font-size: 13px; color: var(--muted); margin: 0; }
/* LEHRE */
.still-banner { position: relative; overflow: hidden; isolation: isolate; height: clamp(540px,55vw,800px); color: var(--light); background: var(--dark); }
.still-banner > picture { position: absolute; inset: 0; }
.still-banner > picture,.still-banner img { width: 100%; height: 100%; }
.still-banner img { object-fit: cover; object-position: 55% 29%; }
.banner-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(17,19,16,.62),rgba(17,19,16,.2) 43%,transparent 70%); }
.still-banner .scene-copy { right: 56%; }
/* PERSÖNLICH */
.personal-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(55px,9vw,150px); align-items: center; }
.personal-copy h2 { margin-bottom: 32px; }
.personal-copy > p:not(.eyebrow):not(.lead) { font-size: 15px; color: #51554c; }
.personal-portrait { align-self: start; }
.personal-portrait picture { display: block; aspect-ratio: 4 / 5; overflow: hidden; }
.personal-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 63% 48%; }
.personal-portrait figcaption { margin-top: 15px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: var(--muted); }
.contact-scene { height: clamp(500px,51vw,750px); --focus: 50% 34%; }
.contact-scene .scene-shade { background: linear-gradient(90deg,rgba(16,19,15,.55),transparent 55%); }
.contact-scene .scene-copy { right: 63%; }
/* KONTAKT */
.contact { background: var(--dark-deep); color: var(--light); }
.contact .section-number { color: #b5b6a8; }
.contact-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; }
.contact-top > p { color: var(--light-muted); font-size: 12px; margin-bottom: 6px; }
.contact h2 { font-size: clamp(34px,3.1vw,52px); }
.email-link { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; width: 100%; padding-block: 45px 40px; margin-top: 30px; border-bottom: 1px solid var(--line-dark); font-family: var(--serif); font-size: clamp(30px,5.1vw,82px); line-height: 1.25; letter-spacing: -.035em; text-decoration: none; }
.email-link > span { transition: transform .3s; font-family: var(--sans); font-size: .65em; }
.email-link:hover > span { transform: translate(5px,-5px); }
.contact-bottom { display: flex; gap: 30px; justify-content: space-between; margin-top: 37px; }
.contact address { font-style: normal; font-size: 13px; line-height: 1.9; color: #c8cabe; }
.address-name { color: var(--light); }
.site-footer { background: var(--dark-deep); color: #babdaf; font-size: 11px; }
.footer-inner { border-top: 1px solid #3d4237; display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 102px; padding-block: 24px; }
.footer-inner p { margin: 0; }
.footer-inner nav { display: flex; gap: 28px; }
.footer-inner a { text-decoration: none; padding-block: 8px; }
.footer-inner a:hover { color: white; text-decoration: underline; }
.back-top { display: inline-flex; gap: 18px; }
/* KLEINE, PROGRESSIVE EINBLENDUNGEN. OHNE SCRIPT IST NICHTS VERSTECKT. */
.reveal { transition: opacity .85s ease, translate .85s cubic-bezier(.2,.6,.2,1); }
.reveal.is-awaiting { opacity: 0; translate: 0 18px; }
/* RECHTLICHE UNTERSEITEN / VORSCHAUDIALOGE */
.legal-page { background: var(--paper); }
.legal-main { max-width: 860px; padding: calc(var(--header-height) + 65px) 30px 100px; margin-inline: auto; color: var(--ink); }
.legal-back { margin-bottom: 42px; }
.legal-main h1,.preview-dialog h1 { font-size: clamp(44px,6vw,68px); margin-bottom: 35px; }
.legal-main h2,.preview-dialog h2 { font-size: 29px; line-height: 1.2; margin: 38px 0 17px; }
.legal-main p,.legal-main address,.preview-dialog p,.preview-dialog address { font-size: 15px; line-height: 1.8; font-style: normal; }
.legal-main a,.preview-dialog a { overflow-wrap: anywhere; }
.legal-draft { padding: 25px 28px; border-left: 3px solid #8f7c3f; background: #e8e3d2; margin: 0 0 37px; }
.legal-draft strong { font-size: 16px; }
.legal-draft p { margin-top: 10px; margin-bottom: 0; }
mark { background: #f0e3b7; color: #393720; padding: .15em .25em; }
.editorial-note { padding: 15px 20px; border: 1px dashed #9c997d; background: #edeadd; }
.legal-date { color: var(--muted); margin-top: 35px; }
.preview-dialog { max-width: 900px; width: calc(100% - 30px); max-height: 90vh; max-height: 90svh; border: 0; background: var(--paper); color: var(--ink); padding: 25px 45px 50px; }
.preview-dialog::backdrop { background: rgba(12,16,11,.77); }
.dialog-top { position: sticky; top: -25px; display: flex; justify-content: flex-end; background: var(--paper); padding-block: 5px 18px; z-index: 2; }
.dialog-close { border: 1px solid var(--line); background: transparent; padding: 8px 15px; min-height: 44px; font-size: 13px; }
/* NOTEBOOK */
@media (min-width: 801px) and (max-width: 1150px) {
  :root { --gutter: 50px; }
  .header-caption { font-size: 8px; letter-spacing: .11em; }
  .editorial-grid { gap: 60px; grid-template-columns: 1fr 1.35fr; }
  .hero h1 { font-size: 57px; }
  .hero { min-height: 610px; }
  .hero-copy { padding-top: 215px; }
  .scene-copy-right { left: 63%; right: 4%; }
  .image-title { font-size: 38px; }
  .contact-top { align-items: flex-start; }
}
/* SMARTPHONE / TABLET: Bilder neu kadrieren, Text untereinander statt verkleinern. */
@media (max-width: 800px) {
  :root { --gutter: 27px; --header-height: 78px; }
  body { font-size: 15px; }
  .header-inner { padding-inline: 22px; grid-template-columns: 1fr auto 1fr; }
  .header-caption { visibility: hidden; width: 0; font-size: 0; }
  .wordmark img { width: 184px; height: 37px; }
  .site-menu summary { min-width: 44px; }
  .menu-label { display: none; }
  .menu-symbol,.menu-symbol::before,.menu-symbol::after { width: 21px; }
  .nav-panel { right: 18px; width: min(330px,calc(100vw - 36px)); }
  .hero { min-height: 700px; height: 100svh; max-height: 1000px; --focus: 59% 36%; }
  .hero .scene-shade { background: linear-gradient(0deg,rgba(12,16,12,.98) 0%,rgba(12,16,12,.79) 22%,rgba(12,16,12,.22) 43%,transparent 62%); }
  .hero-copy { position: absolute; inset-inline: 0; bottom: 163px; padding-top: 0; }
  .hero-eyebrow { font-size: 9px; margin-bottom: 18px; letter-spacing: .2em; }
  .hero h1 { font-size: clamp(36px,7.4vw,57px); letter-spacing: -.04em; line-height: 1.08; }
  .hero-description { font-size: 11px; letter-spacing: .01em; margin: 20px 0 0; }
  .hero-bottom { bottom: 29px; padding-top: 20px; padding-right: 0; }
  .hero-bottom p { font-size: 10px; }
  .hero-bottom p span { font-size: 11px; }
  .discover { font-size: 9px; gap: 16px; }
  .discover span { font-size: 22px; }
  .section-space { padding-block: 73px; }
  .eyebrow { margin-bottom: 24px; font-size: 9px; }
  h2 { font-size: clamp(36px,7vw,49px); }
  .editorial-grid { grid-template-columns: minmax(0,1fr); gap: 34px; }
  .lead { font-size: clamp(25px,4.7vw,32px); line-height: 1.4; }
  .prose > p:not(.lead),.topic p { font-size: 15px; }
  .research-scene { height: 78svh; min-height: 560px; max-height: 790px; --focus: 39% 35%; }
  .research-scene .scene-shade { background: linear-gradient(0deg,rgba(13,17,12,.93),rgba(13,17,12,.6) 25%,transparent 57%); }
  .scene-copy,.scene-copy-right { left: var(--gutter); right: var(--gutter); top: auto; bottom: 86px; transform: none; }
  .image-title { font-size: clamp(34px,7vw,46px); }
  .scene-copy .eyebrow { margin-bottom: 17px; }
  .heading-note { margin-top: 26px; }
  .research .editorial-grid { gap: 38px; }
  .topic { padding-top: 24px; margin-bottom: 30px; }
  .topic h3 { font-size: 26px; }
  .publications { margin-top: 46px; }
  .publication-list summary { font-size: 24px; align-items: flex-start; padding-block: 24px; }
  .summary-note { font-size: 0; gap: 0; }
  .summary-note .plus { font-size: 25px; }
  .publication { grid-template-columns: 42px minmax(0,1fr); gap: 17px; }
  .publication h3 { font-size: 22px; }
  .publication p { font-size: 12px; }
  .still-banner { height: 74svh; min-height: 520px; max-height: 800px; border-top: 1px solid #404237; }
  .still-banner img { object-position: 68% 25%; }
  .banner-shade { background: linear-gradient(0deg,rgba(15,18,13,.95),rgba(15,18,13,.12) 55%,transparent 72%); }
  .still-banner .scene-copy { bottom: 41px; right: var(--gutter); }
  .personal-grid { grid-template-columns: minmax(0,1fr); gap: 34px; }
  .personal-copy > p:not(.eyebrow):not(.lead) { font-size: 15px; }
  .personal-portrait { width: 100%; }
  .personal-portrait picture { aspect-ratio: 4 / 4.6; }
  .personal-portrait img { object-position: 62% 47%; }
  .contact-scene { height: 78svh; min-height: 550px; max-height: 850px; --focus: 51% 28%; }
  .contact-scene .scene-shade { background: linear-gradient(0deg,rgba(13,17,12,.95),rgba(13,17,12,.12) 55%,transparent); }
  .contact-scene .scene-copy { right: var(--gutter); }
  .contact-top { display: block; }
  .contact h2 { font-size: 35px; }
  .contact-top > p { margin-top: 24px; font-size: 12px; }
  .email-link { margin-top: 20px; padding-block: 20px 28px; gap: 10px; font-size: clamp(26px,6.5vw,47px); }
  .email-link > span { flex-shrink: 0; }
  .contact-bottom { display: block; margin-top: 28px; }
  .footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; padding-block: 27px; font-size: 10px; }
  .footer-inner nav { grid-row: 2; gap: 22px; }
  .back-top { grid-column: 2; grid-row: 1 / 3; gap: 12px; }
  .legal-main { padding: 123px 25px 70px; }
  .legal-main h1,.preview-dialog h1 { font-size: 45px; }
  .preview-dialog { padding: 20px 24px 35px; }
  .dialog-top { top: -20px; }
  .legal-draft { padding: 20px; }
}
@media (max-width: 370px) {
  :root { --gutter: 22px; }
  .header-inner { padding-inline: 16px; }
  .wordmark img { width: 160px; height: 32px; }
  .hero h1 { font-size: 33px; }
  .hero-description { font-size: 10px; }
  .email-link { font-size: 25px; }
  .contact h2 { font-size: 31px; }
}
@media (max-height: 550px) and (min-width: 801px) {
  .hero { height: 670px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
  .reveal,.reveal.is-awaiting { opacity: 1 !important; translate: none !important; }
  .scene-video,.scene-poster { display: none !important; }
}
@media print {
  html { scroll-behavior: auto; }
  body,.paper,.teaching,.contact,.site-footer { background: white !important; color: black !important; }
  .site-header,.discover,.scene-video,.scene-poster,.skip-link,.site-menu,.still-banner { display: none !important; }
  .hero { height: 420px; min-height: 0; }
  .hero-copy { padding-top: 120px; }
  .hero-bottom { display: none; }
  .section-space,.teaching-copy { padding-block: 35px; }
  .reveal,.reveal.is-awaiting { opacity: 1 !important; translate: none !important; }
  .research-scene,.contact-scene { height: 300px; min-height: 0; }
  .teaching,.editorial-grid,.personal-grid { display: block; }
  .teaching-portrait,.personal-portrait { display: none; }
  .contact p,.contact address,.contact-note,.teaching-copy p { color: black !important; }
  a { color: black; }
}

/* VERSION 2 — Vollbild-Einstieg in die Lehre, zwei Textpassagen und DOI-Verweise. */
.teaching { display: block; background: var(--dark); color: var(--light); }
.teaching-scene { height: min(77vw,760px); min-height: 490px; max-height: 90svh; }
.teaching-scene .scene-copy { right: 54%; }
.teaching-scene .section-number { color: #c0c0b4; }
.teaching-band { padding-block: clamp(65px,6.5vw,108px); background: var(--dark); }
.teaching-band .lead { color: var(--light); margin: 0; }
.teaching-band .prose p { color: #cdcec2; font-size: 15px; margin: 0; }
.teaching-band .eyebrow { color: var(--light-muted); }
.teaching-questions { border-top: 1px solid #393d33; }
/* Derselbe Ausschnitt für Film, Startbild und Endfoto; Motiv leicht nach rechts korrigiert. */
.publication-link { display: block; text-decoration: none; }
.publication-link:hover h3 { text-decoration: underline; text-underline-offset: .2em; }
.publication-doi { display: inline-block; margin-top: 10px; font-family: var(--sans); font-size: 11px; letter-spacing: .015em; color: var(--muted); overflow-wrap: anywhere; }
.publication-doi > span[aria-hidden] { display: inline-block; margin-left: 9px; }
.publication-link:hover .publication-doi { color: var(--ink); }
.edition-label { display: block; margin: 0 0 9px; color: var(--muted); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.publication-translation { border-top: 0; padding-top: 6px; padding-bottom: 26px; }
.publication-translation > div { padding-left: 22px; border-left: 1px solid var(--line); }
.photo-credit { display: block; margin-top: 5px; color: #babdaf; font-size: 10px; }
.legal-main address,.preview-dialog address { margin: 0 0 1.35em; }
.legal-main strong,.preview-dialog strong { font-weight: 600; }
.legal-page .footer-inner { max-width: 800px; }
.legal-content > :last-child { margin-bottom: 0; }
@media (max-width: 800px) {
  .teaching-scene { height: 78svh; min-height: 550px; max-height: 790px; }
  .teaching-scene .scene-copy { right: var(--gutter); bottom: 47px; }
  .teaching-band { padding-block: 64px; }
  .teaching-band .editorial-grid { gap: 28px; }
  .teaching-band .prose p { font-size: 15px; }
  .scene-copy,.scene-copy-right { bottom: 46px; }
  .publication-translation > div { padding-left: 15px; }
  .photo-credit { font-size: 9px; }
}
@media print {
  .teaching,.teaching-band { color: black !important; background: white !important; }
  .teaching-band .lead,.teaching-band .prose p,.teaching-band .eyebrow { color: black !important; }
  .teaching-band { padding-block: 25px; }
}

/* VERSION 3: Typografie der gelieferten eRecht24-Rechtstexte.
   Nur Rechtsseiten und Rechtsdialoge; Homepage und responsive Regeln unverändert. */
.legal-content { overflow-wrap: break-word; }
.legal-content h1, .legal-content h2, .legal-content h3,
.legal-content h4 { hyphens: auto; }
.legal-content h3 { font-size: 24px; line-height: 1.3; margin: 30px 0 12px; }
.legal-content h4 { font-family: var(--sans); font-size: 15px; font-weight: 600;
  line-height: 1.55; margin: 25px 0 10px; }
.legal-content ul { padding-left: 1.4em; margin: 0 0 1.35em; }
.legal-content li { font-size: 15px; line-height: 1.8; padding-left: .15em; margin-bottom: .8em; }
.legal-original > :first-child { margin-top: 0; }
.legal-original > :last-child { margin-bottom: 0; }
.legal-supplement { border-top: 1px solid var(--line); margin-top: 45px; padding-top: 5px; }
.legal-supplement > :last-child { margin-bottom: 0; }

/* VERSION 4 — zusätzliche bewegte Ateliersequenzen, jeweils ohne Audiospur. */
.teaching-scene.living-picture { height: min(77vw,760px); min-height: 490px; max-height: 90svh; --focus: 56% 35%; }
.teaching-scene .scene-shade { background: linear-gradient(90deg,rgba(17,19,16,.62),rgba(17,19,16,.2) 43%,transparent 70%); }
.teaching-scene .scene-copy { right: 54%; }
.teaching-scene .section-number { color: #c0c0b4; }

/* Foto 5 als Auftakt: Motiv links, Typografie auf der ruhigen rechten Bildhälfte. */
.hero.hero-portrait { --focus: 40% 35%; }
.hero.hero-portrait .scene-shade { background: linear-gradient(270deg,rgba(13,16,13,.57) 0%,rgba(13,16,13,.19) 47%,transparent 72%),linear-gradient(0deg,rgba(13,16,13,.72),transparent 24%); }
.hero.hero-portrait .hero-copy { padding-left: 55%; }
.hero.hero-portrait h1 { max-width: 690px; }

/* Kontakt mit Foto 1: Person rechts, Text links. */
.contact-scene.contact-writing { --focus: 54% 42%; }
.contact-scene.contact-writing .scene-media { width: 100%; }
.contact-scene.contact-writing .scene-shade { background: linear-gradient(90deg,rgba(16,19,15,.60),rgba(16,19,15,.10) 50%,transparent 72%); }
.contact-scene.contact-writing .scene-copy { left: var(--gutter); right: 63%; }

/* Kontakt mit Foto 5: Person links, Text auf der freien rechten Bildhälfte. */
.contact-scene.contact-portrait { --focus: 40% 35%; }
.contact-scene.contact-portrait .scene-media { width: 100%; }
.contact-scene.contact-portrait .scene-shade { background: linear-gradient(270deg,rgba(16,19,15,.60),rgba(16,19,15,.10) 50%,transparent 72%); }
.contact-scene.contact-portrait .scene-copy { left: 63%; right: 5%; }

/* Foto 5 wird nur einmal eingesetzt; der persönliche Abschnitt bleibt bewusst textgetragen. */
.personal-grid.personal-grid--text { grid-template-columns: minmax(0, 920px); }
.personal-grid.personal-grid--text .personal-copy { max-width: 920px; }

@media (min-width: 801px) and (max-width: 1150px) {
  .hero.hero-portrait .hero-copy { padding-left: 50%; }
  .hero.hero-portrait h1 { font-size: 52px; }
  .contact-scene.contact-portrait .scene-copy { left: 58%; right: 4%; }
}
@media (max-width: 800px) {
  .teaching-scene.living-picture { height: 78svh; min-height: 550px; max-height: 790px; --focus: 64% 30%; }
  .teaching-scene .scene-shade { background: linear-gradient(0deg,rgba(15,18,13,.95),rgba(15,18,13,.12) 55%,transparent 72%); }
  .teaching-scene .scene-copy { left: var(--gutter); right: var(--gutter); bottom: 47px; }
  .hero.hero-portrait { --focus: 44% 31%; }
  .hero.hero-portrait .scene-shade { background: linear-gradient(0deg,rgba(12,16,12,.98) 0%,rgba(12,16,12,.80) 23%,rgba(12,16,12,.24) 47%,transparent 67%); }
  .hero.hero-portrait .hero-copy { padding-left: 0; }
  .contact-scene.contact-writing { --focus: 57% 34%; }
  .contact-scene.contact-portrait { --focus: 43% 29%; }
  .contact-scene.contact-writing .scene-copy,
  .contact-scene.contact-portrait .scene-copy { left: var(--gutter); right: var(--gutter); bottom: 46px; }
  .contact-scene.contact-writing .scene-shade,
  .contact-scene.contact-portrait .scene-shade { background: linear-gradient(0deg,rgba(13,17,12,.95),rgba(13,17,12,.12) 55%,transparent); }
  .personal-grid.personal-grid--text { grid-template-columns: minmax(0,1fr); }
}

