/* Lokale Schriften */
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../_vinext_fonts/geist-8ac0455e797f/geist-98bbbccb.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA,
    U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../_vinext_fonts/cormorant-garamond-e7eb2e70beb6/cormorant-garamond-e99b45a2.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA,
    U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url("../_vinext_fonts/cormorant-garamond-e7eb2e70beb6/cormorant-garamond-fe99e303.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA,
    U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.__font_geist_0tvmz3h {
  font-family: "Geist", sans-serif;
}
.__variable_geist_0tvmz3h {
  --font-geist-sans: "Geist", sans-serif;
}
.__font_cormorant_garamond_1ofspur {
  font-family: "Cormorant Garamond", serif;
}
.__variable_cormorant_garamond_1ofspur {
  --font-editorial: "Cormorant Garamond", serif;
}

/* Scroll-to-top-Button */
.scroll-top {
  position: fixed;
  right: clamp(18px, 3vw, 38px);
  bottom: clamp(18px, 3vw, 38px);
  z-index: 50;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease,
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}
.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top:hover {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
  transform: translateY(-3px);
}
.scroll-top:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}
@media (width <= 560px) {
  .scroll-top {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }
}

/* Basis-Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}
body {
  min-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
ol,
ul,
menu {
  list-style: none;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  background: transparent;
  border-radius: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
}
textarea {
  resize: vertical;
}
[hidden] {
  display: none !important;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
  --paper: #f3f0e9;
  --paper-2: #e9e4da;
  --ink: #171717;
  --muted: #716d67;
  --line: #b9b3a9;
  --orange: #c94322;
  --blue: #26324f;
  --page-gutter: clamp(20px, 4.45vw, 64px);
}
html {
  scroll-behavior: smooth;
}
@view-transition {
  navigation: auto;
}
body {
  background: radial-gradient(circle at 20% 10%, #ffffffb8, transparent 34%), repeating-linear-gradient(90deg, #17171703 0, #17171703 1px, transparent 1px, transparent 4px), var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,a {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
.skip-link {
  z-index: 100;
  background: var(--ink);
  color: var(--paper);
  padding: 12px 16px;
  transition: transform .2s;
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header,footer {
  width: calc(100% - (var(--page-gutter) * 2));
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  max-width: 1312px;
  min-height: 78px;
  margin: 0 auto;
  display: flex;
}
.site-header {
  z-index: 10;
  position: relative;
}
.brand {
  text-transform: uppercase;
  letter-spacing: .07em;
  white-space: nowrap;
  align-items: baseline;
  gap: 12px;
  display: flex;
}
.brand span {
  font-family: var(--font-editorial), Georgia, serif;
  font-size: 23px;
  font-weight: 600;
}
.brand i {
  font-style: normal;
}
.brand small {
  letter-spacing: .03em;
  font-size: 14px;
}
.site-header nav {
  align-items: center;
  gap: 13px;
  font-size: 15px;
  display: flex;
}
.site-header nav b {
  color: var(--orange);
}
.site-header nav a,footer a {
  align-items: center;
  min-height: 28px;
  transition: color .2s;
  display: inline-flex;
}
.site-header nav a:hover,footer a:hover {
  color: var(--orange);
}
main,footer {
  max-width: 1440px;
}
main {
  margin: 0 auto;
}
.hero {
  min-height: 610px;
  padding: 42px var(--page-gutter) 44px;
  grid-template-columns: 60% 40%;
  align-items: center;
  display: grid;
}
.hero-copy {
  z-index: 2;
  position: relative;
}
.eyebrow {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .17em;
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
}
h1,h2,h3,blockquote {
  font-family: var(--font-editorial), Georgia, serif;
  font-weight: 500;
}
.hero h1 {
  letter-spacing: -.045em;
  margin: 0;
  font-size: clamp(61px,5.55vw,90px);
  line-height: .91;
}
.accent-line {
  background: var(--orange);
  width: 60px;
  height: 2px;
  margin: 32px 0 22px;
}
.hero-lead {
  color: #3f3d39;
  max-width: 590px;
  font-size: 20px;
  line-height: 1.55;
}
.hero-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
  display: flex;
}
.button {
  justify-content: center;
  align-items: center;
  gap: 34px;
  min-height: 58px;
  padding: 0 27px;
  font-weight: 560;
  transition: transform .25s,box-shadow .25s,background .25s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-3px);
}
.button.primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 10px 26px #e5522d29;
}
.button.light {
  background: var(--paper);
  color: var(--ink);
}
.text-link {
  border-bottom: 1px solid;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
}
.internal-topic-link {
  border-bottom: 1px solid currentColor;
  font-weight: 600;
}
.internal-topic-link:hover,
.internal-topic-link:focus-visible {
  color: var(--orange);
}
.stage-sketch {
  opacity: .98;
  min-height: 485px;
  position: relative;
  overflow: visible;
}
.stage-sketch>img:first-child {
  object-fit: contain;
  object-position: center;
  width: 112%;
  max-width: none;
  height: 112%;
  animation: 8s ease-in-out infinite stage-breathe;
  position: absolute;
  top: -5%;
  left: -8%;
}
.works-section {
  padding: 0 var(--page-gutter) 115px;
}
.section-heading {
  grid-template-columns: 1.3fr .7fr;
  align-items: end;
  gap: 100px;
  margin-bottom: 60px;
  display: grid;
}
.section-heading h2,.contact h2,.detail-cta h2 {
  letter-spacing: -.035em;
  margin: 0;
  font-size: clamp(52px,5.5vw,84px);
  line-height: .92;
}
.section-heading>p {
  max-width: 470px;
  color: var(--muted);
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.65;
}
.work-grid {
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  display: grid;
}
.work-card {
  border: 1px solid var(--line);
  background: #fff3;
  border-radius: 5px;
  flex-direction: column;
  min-height: 470px;
  transition: transform .3s,border-color .3s,box-shadow .3s;
  display: flex;
  overflow: hidden;
}
.work-card:hover {
  border-color: var(--orange);
  transform: translateY(-8px);
  box-shadow: 0 22px 55px #1717171a;
}
.work-card.upcoming {
  cursor: default;
}
.work-card.upcoming:hover {
  border-color: var(--line);
  box-shadow: none;
  transform: none;
}
.card-top {
  text-transform: uppercase;
  letter-spacing: .12em;
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  padding: 13px 18px;
  font-size: 9px;
  display: flex;
}
.card-art {
  border-bottom: 1px solid var(--line);
  height: 285px;
  position: relative;
  overflow: hidden;
}
.card-art>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .8s cubic-bezier(.2,.7,.2,1),filter .5s;
  display: block;
}
.work-card:hover .card-art>img {
  transform: scale(1.035);
}
.card-title {
  z-index: 2;
  background: linear-gradient(#f3f0e9eb,#f3f0e933 42%,#0000 68%);
  padding: 24px 26px;
  position: absolute;
  inset: 0;
}
.card-title>p {
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--orange);
  margin: 0 0 5px;
  font-size: 9px;
}
.card-title h3 {
  letter-spacing: -.035em;
  max-width: 90%;
  margin: 0;
  font-size: clamp(35px,3.1vw,50px);
  line-height: .88;
}
.card-title i {
  background: var(--orange);
  width: 42px;
  height: 2px;
  margin-top: 18px;
  display: block;
}
.domestic {
  background: #fff3;
}
.domestic .card-title {
  background: linear-gradient(#f3f0e9f0,#f3f0e938 52%,#0000 72%);
}
.card-copy {
  flex-direction: column;
  flex: 1;
  padding: 19px 24px 22px;
  display: flex;
}
.card-copy strong {
  color: var(--muted);
  max-width: 320px;
  font-size: 14px;
  font-weight: 450;
  line-height: 1.55;
}
.card-meta {
  text-transform: uppercase;
  letter-spacing: .08em;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
  font-size: 9px;
  display: flex;
}
.card-link {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
  font-size: 12px;
  font-weight: 650;
  display: flex;
}
.card-link span {
  color: var(--orange);
  font-size: 22px;
  transition: transform .2s;
}
.work-card:hover .card-link span {
  transform: translate(4px,-4px);
}
.coming-soon {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
}
.works-afterword {
  grid-template-columns: .55fr 1.25fr .8fr;
  align-items: start;
  gap: 55px;
  padding: 88px 0 0;
  display: grid;
}
.works-afterword>* {
  overflow-wrap: anywhere;
  min-width: 0;
}
.works-afterword .display-title {
  font-family: var(--font-editorial), Georgia, serif;
  letter-spacing: -.035em;
  margin: 0;
  font-size: clamp(48px,5vw,74px);
  line-height: .93;
}
.works-afterword>p:last-child {
  color: var(--muted);
  margin: 8px 0 0;
  font-size: 17px;
  line-height: 1.65;
}
.signature {
  padding: 130px var(--page-gutter);
  background: var(--ink);
  color: var(--paper);
  grid-template-columns: .72fr 1.12fr .82fr;
  align-items: start;
  gap: clamp(36px,5vw,78px);
  display: grid;
}
.author-portrait {
  margin: 0;
  position: relative;
}
.author-portrait:before {
  content: "";
  border: 1px solid #f3f0e959;
  position: absolute;
  inset: 14px -14px -14px 14px;
}
.author-portrait img {
  z-index: 1;
  border: 1px solid #f3f0e92e;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.author-portrait figcaption {
  z-index: 1;
  color: #aaa59d;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 10px;
  position: relative;
}
.signature blockquote {
  letter-spacing: -.025em;
  margin: 0;
  font-size: clamp(46px,5vw,72px);
  line-height: 1.03;
}
.bio {
  padding-top: 38px;
}
.bio p {
  color: #c7c3bb;
  font-size: 17px;
  line-height: 1.75;
}
.bio-actions {
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-top: 30px;
  display: flex;
}
.bio .text-link {
  color: var(--paper);
  display: inline-block;
}
.reading-room {
  padding: 125px var(--page-gutter);
  background: var(--paper-2);
  grid-template-columns: .8fr 1.2fr;
  gap: 9vw;
  display: grid;
}
.reading-intro h2 {
  letter-spacing: -.04em;
  margin: 0;
  font-size: clamp(54px,6vw,88px);
  line-height: .88;
}
.reading-intro>p:last-child {
  max-width: 500px;
  color: var(--muted);
  margin: 34px 0 0;
  font-size: 17px;
  line-height: 1.7;
}
.reading-list {
  border-top: 1px solid var(--line);
}
.reading-item {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 128px;
  display: grid;
}
.reading-item>span {
  color: var(--orange);
  letter-spacing: .12em;
  align-self: start;
  padding-top: 28px;
  font-size: 10px;
}
.reading-item h3 {
  margin: 0 0 7px;
  font-size: clamp(25px,2.4vw,36px);
  line-height: 1;
}
.reading-item p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}
.reading-action {
  min-width: 92px;
  min-height: 44px;
  color: var(--orange);
  letter-spacing: .08em;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}
.reading-action span {
  font-size: 18px;
}
.current {
  padding: 120px var(--page-gutter);
}
.current-grid {
  grid-template-columns: 1.3fr .7fr;
  min-height: 480px;
  display: grid;
}
.current-feature {
  background: var(--orange);
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 55px;
  display: flex;
}
.current-feature>span,.current-compact>span {
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 10px;
}
.current-feature h2 {
  margin: 70px 0 25px;
  font-size: clamp(47px,5vw,75px);
  line-height: .95;
}
.current-feature p {
  max-width: 580px;
  font-size: 17px;
  line-height: 1.65;
}
.current-feature .button {
  margin-top: auto;
}
.current-side {
  grid-template-rows: repeat(2,minmax(0,1fr));
  display: grid;
}
.current-compact {
  border: 1px solid var(--line);
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 38px;
  display: flex;
}
.current-compact+.current-compact {
  border-top: 0;
}
.current-compact h3 {
  margin: 28px 0 14px;
  font-size: clamp(28px,3vw,40px);
  line-height: 1;
}
.in-progress p {
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}
.current-archive .text-link {
  margin-top: auto;
}
.contact {
  margin: 0 var(--page-gutter) 120px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(55px,9vw,130px);
  padding: 90px 0;
  display: grid;
}
.contact-heading>p:last-child {
  max-width: 430px;
  color: var(--muted);
  margin: 35px 0 0;
  font-size: 17px;
  line-height: 1.7;
}
.contact-form {
  gap: 23px;
  min-width: 0;
  display: grid;
}
.contact-form-row {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  display: grid;
}
.contact-form label:not(.contact-consent) {
  gap: 9px;
  display: grid;
}
.contact-form label>span:first-child {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 650;
}
.contact-form label>span b {
  color: var(--orange);
}
.contact-form input:not([type=checkbox]),.contact-form textarea {
  border: 1px solid var(--line);
  width: 100%;
  min-width: 0;
  color: var(--ink);
  font: inherit;
  background: #ffffff47;
  border-radius: 0;
  padding: 15px 16px;
  transition: border-color .2s,background .2s,box-shadow .2s;
}
.contact-form input:not([type=checkbox]) {
  min-height: 52px;
}
.contact-form textarea {
  resize: vertical;
  min-height: 150px;
  line-height: 1.55;
}
.contact-form input:focus,.contact-form textarea:focus {
  border-color: var(--orange);
  background: #ffffff85;
  outline: 0;
  box-shadow: 0 0 0 3px #c943221f;
}
.contact-consent {
  color: var(--muted);
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 12px;
  font-size: 12px;
  line-height: 1.55;
  display: grid;
}
.contact-consent input {
  width: 18px;
  height: 18px;
  accent-color: var(--orange);
  margin: 1px 0 0;
}
.contact-consent a,.contact-fallback a {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--orange);
  -webkit-text-decoration-color: var(--orange);
  -webkit-text-decoration-color: var(--orange);
  text-decoration-color: var(--orange);
  text-underline-offset: 3px;
}
.contact-submit {
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  display: flex;
}
.contact-submit small,.contact-rights,.contact-fallback {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}
.contact-submit .button {
  cursor: pointer;
  font: inherit;
  border: 0;
}
.contact-fallback {
  margin: -5px 0 0;
}
.contact-rights {
  grid-column: 2;
  margin-top: -5px;
  display: block;
}
.contact-honeypot {
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  overflow: hidden !important;
}
footer {
  border-top: 1px solid var(--line);
  min-height: 125px;
  color: var(--muted);
  border-bottom: 0;
  font-size: 12px;
}
.footer-links {
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  display: flex;
}
.legal-main {
  max-width: 1440px;
  padding: 90px var(--page-gutter) 140px;
  margin: 0 auto;
}
.legal-hero {
  border-bottom: 1px solid var(--line);
  max-width: 980px;
  padding-bottom: 60px;
}
.legal-hero h1 {
  letter-spacing: -.05em;
  margin: 0;
  font-size: clamp(68px,9vw,126px);
  line-height: .82;
}
.legal-intro {
  max-width: 760px;
  color: var(--muted);
  margin: 34px 0 0;
  font-size: 19px;
  line-height: 1.7;
}
.legal-content {
  max-width: 900px;
  padding-top: 72px;
}
.legal-content section {
  border-bottom: 1px solid var(--line);
  margin: 0 0 44px;
  padding: 0 0 44px;
}
.legal-content section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.legal-content h2 {
  letter-spacing: -.025em;
  margin: 0 0 22px;
  font-size: clamp(30px,3.4vw,48px);
  line-height: 1;
}
.legal-content h3 {
  margin: 28px 0 12px;
  font-size: 24px;
  line-height: 1.1;
}
.legal-content p,.legal-content li,.legal-address {
  color: #403e3a;
  font-size: 16px;
  line-height: 1.75;
}
.legal-content p {
  margin: 0 0 16px;
}
.legal-content ul {
  margin: 14px 0 0;
  padding-left: 20px;
}
.legal-content a {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--orange);
  -webkit-text-decoration-color: var(--orange);
  -webkit-text-decoration-color: var(--orange);
  text-decoration-color: var(--orange);
  text-underline-offset: 4px;
}
.legal-address {
  font-style: normal;
}
.legal-meta {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 50px;
  font-size: 12px;
}
.work-detail {
  max-width: 1440px;
}
.work-hero {
  min-height: 670px;
  padding: 95px var(--page-gutter) 70px;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 7vw;
  display: grid;
}
.work-hero h1 {
  letter-spacing: -.055em;
  max-width: 800px;
  margin: 0;
  font-size: clamp(75px,9vw,135px);
  line-height: .79;
}
.work-kicker {
  text-transform: uppercase;
  letter-spacing: .13em;
  margin: 32px 0;
  font-size: 14px;
}
.work-hero blockquote {
  max-width: 620px;
  margin: 0;
  font-size: clamp(28px,3vw,42px);
  line-height: 1.08;
}
.detail-poster {
  border: 1px solid var(--line);
  background: #ffffff21;
  min-height: 480px;
  position: relative;
  overflow: hidden;
}
.detail-poster>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.detail-poster span {
  border: 1px solid #ffffff73;
  position: absolute;
  inset: 24px;
  box-shadow: 0 0 0 2000px #1414140a;
}
.detail-poster em {
  font-family: var(--font-editorial);
  text-align: right;
  background: #f3f0e9d9;
  padding: 9px 12px;
  font-size: 25px;
  position: absolute;
  bottom: 6%;
  left: 7%;
  right: 7%;
}
.fact-strip {
  margin-inline: var(--page-gutter);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
.fact-strip div {
  border-right: 1px solid var(--line);
  padding: 28px 34px;
}
.fact-strip div:last-child {
  border-right: 0;
}
.fact-strip span {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 10px;
  font-size: 10px;
  display: block;
}
.fact-strip strong {
  font-size: 13px;
  font-weight: 560;
}
.work-content {
  padding: 120px var(--page-gutter);
  grid-template-columns: 1.3fr .7fr;
  gap: 10vw;
  display: grid;
}
.work-story h2 {
  margin: 0 0 45px;
  font-size: clamp(50px,5vw,78px);
  line-height: .95;
}
.work-story>p:not(.eyebrow) {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.75;
}
.work-content aside {
  border-top: 2px solid var(--orange);
  padding-top: 25px;
}
.work-content aside h3 {
  font-size: 35px;
  line-height: 1.08;
}
.work-content aside p {
  color: var(--muted);
  line-height: 1.7;
}
.roles {
  padding: 110px var(--page-gutter);
  background: var(--paper-2);
}
.role-list {
  border-top: 1px solid var(--line);
}
.role-item {
  border-bottom: 1px solid var(--line);
}
.role-item summary {
  cursor: pointer;
  grid-template-columns: 42px 1fr 34px;
  align-items: center;
  gap: 18px;
  padding: 19px 0;
  list-style: none;
  display: grid;
}
.role-item summary::-webkit-details-marker {
  display: none;
}
.role-number {
  color: var(--orange);
  font-size: 10px;
}
.role-name {
  font-family: var(--font-editorial);
  font-size: clamp(21px,2vw,29px);
  font-weight: 500;
  line-height: 1.08;
}
.role-toggle {
  border: 1px solid var(--line);
  width: 32px;
  height: 32px;
  color: var(--orange);
  border-radius: 50%;
  place-items: center;
  font-size: 21px;
  font-weight: 300;
  transition: transform .25s,background .25s;
  display: grid;
}
.role-item[open] .role-toggle {
  background: var(--paper);
  transform: rotate(45deg);
}
.role-description {
  max-width: 760px;
  color: var(--muted);
  margin: -2px 50px 22px 60px;
  font-size: 16px;
  line-height: 1.7;
}
.detail-cta {
  text-align: center;
  padding: 130px 30px;
}
.detail-cta>p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  margin: 30px auto 0;
  font-size: 17px;
  line-height: 1.65;
}
.detail-cta-actions {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 42px;
  display: flex;
}
@keyframes stage-breathe {
  0%,to {
    transform: translate(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
@keyframes reveal-up {
  0% {
    opacity: .25;
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@supports (animation-timeline:view()) {
  .reveal-section {
    animation: linear both reveal-up;
    animation-timeline: view();
    animation-range: entry 5% cover 26%;
  }
}
@media (width<=950px) {
  .site-header {
    flex-wrap: wrap;
    gap: 12px;
    min-height: 70px;
    padding: 16px 0 12px;
  }
  .site-header nav {
    scrollbar-width: none;
    gap: 9px;
    width: 100%;
    font-size: 12px;
    overflow-x: auto;
  }
  .site-header nav::-webkit-scrollbar {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 75px;
    padding-bottom: 45px;
  }
  .hero h1 {
    font-size: clamp(55px,12vw,78px);
  }
  .stage-sketch {
    min-height: 390px;
    margin-top: 50px;
  }
  .works-section,.signature,.reading-room,.current,.work-content,.roles {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .section-heading,.signature,.reading-room,.current-grid,.contact,.work-content,.work-hero {
    grid-template-columns: 1fr;
  }
  .section-heading {
    gap: 30px;
  }
  .work-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .work-card {
    min-height: 520px;
  }
  .works-afterword {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 70px;
  }
  .works-afterword .eyebrow {
    margin-bottom: 0;
  }
  .works-afterword>p:last-child {
    max-width: 620px;
    margin-top: 0;
  }
  .signature {
    gap: 40px;
  }
  .author-portrait {
    max-width: 380px;
  }
  .reading-room {
    gap: 55px;
  }
  .current-grid {
    gap: 18px;
  }
  .current-side {
    gap: 18px;
  }
  .current-feature {
    min-height: 490px;
    padding: 35px 28px;
  }
  .current-compact {
    min-height: 250px;
    padding: 32px 28px;
  }
  .current-compact+.current-compact {
    border-top: 1px solid var(--line);
  }
  .contact {
    gap: 45px;
    margin-bottom: 70px;
    padding: 75px 0;
  }
  .contact-rights {
    grid-column: 1;
    margin-top: -15px;
  }
  footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 30px 0;
  }
  .legal-main {
    padding-top: 72px;
    padding-bottom: 100px;
  }
  .legal-content {
    padding-top: 56px;
  }
  .work-hero {
    gap: 60px;
    padding-top: 75px;
    padding-bottom: 55px;
  }
  .work-hero h1 {
    font-size: clamp(68px,18vw,102px);
  }
  .detail-poster {
    min-height: 400px;
  }
  .fact-strip {
    grid-template-columns: 1fr 1fr;
  }
  .fact-strip div:nth-child(2) {
    border-right: 0;
  }
  .fact-strip div:nth-child(-n/**/+2) {
    border-bottom: 1px solid var(--line);
  }
}
@media (width<=560px) {
  .site-header nav {
    overflow: visible;
    display: grid;
    gap: 8px 14px;
  }
  .site-header nav b {
    display: none;
  }
  .site-header nav a {
    white-space: nowrap;
    justify-content: center;
    min-width: 0;
  }
  .site-header .home-nav,.site-header .detail-nav {
    grid-template-columns: repeat(6,1fr);
  }
  .site-header .home-nav a:nth-of-type(1),.site-header .detail-nav a:nth-of-type(1) {
    grid-column: 1 / span 2;
  }
  .site-header .home-nav a:nth-of-type(2),.site-header .detail-nav a:nth-of-type(2) {
    grid-column: 3 / span 2;
  }
  .site-header .home-nav a:nth-of-type(3),.site-header .detail-nav a:nth-of-type(3) {
    grid-column: 5 / span 2;
  }
  .site-header .home-nav a:nth-of-type(4),.site-header .detail-nav a:nth-of-type(4) {
    grid-column: 2 / span 2;
  }
  .site-header .home-nav a:nth-of-type(5),.site-header .detail-nav a:nth-of-type(5) {
    grid-column: 4 / span 2;
  }
  .brand {
    gap: 7px;
  }
  .brand span {
    font-size: 17px;
  }
  .brand small {
    font-size: 10px;
  }
  .hero {
    padding-top: 58px;
  }
  .hero h1 {
    font-size: 52px;
    line-height: .93;
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .stage-sketch {
    min-height: 305px;
  }
  .works-section,.signature,.reading-room,.current,.work-content,.roles {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-heading h2,.contact h2 {
    font-size: 50px;
  }
  .works-afterword {
    gap: 20px;
    padding-top: 55px;
  }
  .works-afterword .display-title {
    font-size: clamp(40px,12vw,54px);
    line-height: .95;
  }
  .works-afterword>p:last-child {
    font-size: 16px;
  }
  .card-art {
    height: 180px;
  }
  .work-grid {
    grid-template-columns: 1fr;
  }
  .signature blockquote {
    font-size: 42px;
  }
  .author-portrait {
    max-width: none;
  }
  .reading-item {
    grid-template-columns: 32px 1fr;
    gap: 12px;
    padding: 22px 0;
  }
  .reading-item>span {
    padding-top: 4px;
  }
  .reading-action {
    grid-column: 2;
    justify-content: flex-start;
  }
  .current-feature h2 {
    margin-top: 50px;
  }
  .contact-form-row {
    grid-template-columns: 1fr;
  }
  .contact-submit {
    flex-direction: column;
    align-items: stretch;
  }
  .work-hero h1 {
    font-size: 66px;
  }
  .detail-poster {
    min-height: 330px;
  }
  .fact-strip div {
    padding: 22px 18px;
  }
  .work-story h2 {
    font-size: 48px;
  }
  .button {
    width: 100%;
  }
  .detail-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .legal-main {
    padding-top: 56px;
    padding-bottom: 80px;
  }
  .legal-hero h1 {
    font-size: 58px;
  }
  .legal-intro {
    font-size: 17px;
  }
  .legal-content {
    padding-top: 46px;
  }
  .legal-content section {
    margin-bottom: 34px;
    padding-bottom: 34px;
  }
  .role-item summary {
    grid-template-columns: 30px 1fr 32px;
    gap: 10px;
  }
  .role-description {
    margin: -2px 42px 20px 40px;
    font-size: 15px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,:before,:after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* =========================================================
   Stückdaten / Stücksuche – Ausbau 2026-08
   ========================================================= */
.works-finder-link {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 46px;
  padding-top: 28px;
}
.works-finder-link p {
  color: var(--muted);
  font-size: 14px;
}
.stage-facts {
  border-top: 1px solid var(--line);
  margin-top: 28px;
}
.stage-facts div {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(110px,.8fr) 1.2fr;
  gap: 18px;
  padding: 12px 0;
}
.stage-facts dt {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 9px;
}
.stage-facts dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
.piece-benefits,.piece-fit,.related-pieces {
  padding: 110px var(--page-gutter);
}
.piece-benefits {
  background: var(--ink);
  color: var(--paper);
}
.piece-section-heading {
  display: grid;
  grid-template-columns: .48fr 1.52fr;
  gap: 6vw;
  align-items: start;
  margin-bottom: 56px;
}
.piece-section-heading .eyebrow {
  margin-top: 12px;
}
.piece-section-heading h2 {
  font-family: var(--font-editorial),Georgia,serif;
  font-size: clamp(48px,5vw,76px);
  letter-spacing: -.035em;
  line-height: .94;
  max-width: 900px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid #f3f0e940;
}
.benefit-card {
  padding: 28px 28px 34px 0;
  border-right: 1px solid #f3f0e940;
  margin-right: 28px;
}
.benefit-card:last-child {
  border-right: 0;
  margin-right: 0;
}
.benefit-card>span {
  color: var(--orange);
  font-size: 10px;
  letter-spacing: .12em;
}
.benefit-card h3 {
  font-size: 28px;
  line-height: 1.05;
  margin: 28px 0 16px;
}
.benefit-card p {
  color: #c7c3bb;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.piece-fit {
  background: var(--paper);
}
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--line);
}
.fit-grid article {
  padding: 32px 32px 10px 0;
  border-right: 1px solid var(--line);
  margin-right: 32px;
}
.fit-grid article:last-child {
  border-right: 0;
  margin-right: 0;
}
.fit-grid h3 {
  font-size: 30px;
  line-height: 1.05;
  margin-bottom: 15px;
}
.fit-grid p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 15px;
}
.reading-cta {
  padding: 95px var(--page-gutter);
  background: var(--paper-2);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 8vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.reading-cta h2 {
  font-family: var(--font-editorial),Georgia,serif;
  font-size: clamp(48px,5vw,74px);
  letter-spacing: -.035em;
  line-height: .94;
}
.reading-cta>div>p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  margin-top: 22px;
}
.reading-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.related-pieces {
  background: var(--paper);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.related-piece {
  position: relative;
  border: 1px solid var(--line);
  padding: 26px;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  transition: transform .25s,border-color .25s,box-shadow .25s;
}
.related-piece:hover {
  transform: translateY(-6px);
  border-color: var(--orange);
  box-shadow: 0 18px 45px #17171714;
}
.related-piece>span {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
}
.related-piece h3 {
  font-size: clamp(30px,3vw,44px);
  line-height: .92;
  margin: 28px 0 18px;
}
.related-piece p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}
.related-piece small {
  margin-top: auto;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 9px;
}
.related-piece b {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: var(--orange);
  font-size: 22px;
}
.related-all {
  margin-top: 30px;
}
.piece-finder {
  max-width: 1440px;
  margin: 0 auto;
}
.finder-hero {
  padding: 100px var(--page-gutter) 78px;
  max-width: 1120px;
}
.finder-hero h1 {
  font-family: var(--font-editorial),Georgia,serif;
  font-size: clamp(68px,8vw,118px);
  line-height: .82;
  letter-spacing: -.05em;
  max-width: 1000px;
}
.finder-hero>p:last-child {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
  max-width: 760px;
  margin-top: 38px;
}
.finder-controls {
  margin: 0 var(--page-gutter);
  padding: 30px 0 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.filter-group>span {
  display: block;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 9px;
  margin-bottom: 13px;
}
.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-buttons button {
  border: 1px solid var(--line);
  padding: 9px 13px;
  font-size: 12px;
  cursor: pointer;
  transition: background .2s,color .2s,border-color .2s;
}
.filter-buttons button:hover,.filter-buttons button.is-active {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.finder-result-count {
  grid-column: 1/-1;
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}
.finder-results {
  padding: 64px var(--page-gutter) 110px;
}
.finder-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.finder-card {
  border: 1px solid var(--line);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  min-height: 590px;
  background: #fff3;
  overflow: hidden;
  transition: transform .3s,border-color .3s,box-shadow .3s;
}
.finder-card:hover {
  border-color: var(--orange);
  transform: translateY(-8px);
  box-shadow: 0 22px 55px #1717171a;
}
.finder-card-image {
  height: 285px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  display: block;
}
.finder-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
}
.finder-card:hover .finder-card-image img {
  transform: scale(1.03);
}
.finder-card-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.finder-card-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 8px;
}
.finder-card-top span {
  color: var(--orange);
}
.finder-card-top small {
  color: var(--muted);
  font-size: 8px;
}
.finder-card h2 {
  font-size: clamp(34px,3vw,48px);
  line-height: .9;
  margin: 30px 0 16px;
}
.finder-card-body>p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 26px;
}
.finder-card dl {
  border-top: 1px solid var(--line);
  margin: 0;
}
.finder-card dl div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 9px 0;
}
.finder-card dt {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 8px;
}
.finder-card dd {
  margin: 0;
  font-size: 11px;
}
.finder-card-actions {
  margin-top: auto;
  padding-top: 22px;
}
.finder-card-actions .button {
  min-height: 48px;
  padding: 0 18px;
  font-size: 12px;
}
.finder-empty {
  border: 1px solid var(--line);
  padding: 35px;
  text-align: center;
  color: var(--muted);
}
.finder-seo-links {
  padding: 90px var(--page-gutter) 115px;
  background: var(--paper-2);
}
.finder-seo-links>div {
  border-top: 1px solid var(--line);
}
.finder-seo-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  font-family: var(--font-editorial),Georgia,serif;
  font-size: clamp(25px,3vw,38px);
  transition: color .2s,padding-left .2s;
}
.finder-seo-links a:hover {
  color: var(--orange);
  padding-left: 8px;
}
.finder-seo-links a span {
  font-family: var(--font-geist-sans);
  font-size: 20px;
  color: var(--orange);
}
@media (width<=950px) {
  .piece-section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }
  .benefit-card:nth-child(2) {
    border-right: 0;
    margin-right: 0;
  }
  .benefit-card:nth-child(-n/**/+2) {
    border-bottom: 1px solid #f3f0e940;
  }
  .fit-grid {
    grid-template-columns: 1fr;
  }
  .fit-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 28px;
  }
  .reading-cta {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .related-grid {
    grid-template-columns: 1fr 1fr;
  }
  .finder-controls {
    grid-template-columns: 1fr;
  }
  .finder-grid {
    grid-template-columns: 1fr;
  }
  .finder-card {
    min-height: 560px;
  }
  .works-finder-link {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (width<=560px) {
  .piece-benefits,.piece-fit,.related-pieces {
    padding: 70px var(--page-gutter);
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .benefit-card,.benefit-card:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #f3f0e940;
    margin-right: 0;
    padding-right: 0;
  }
  .benefit-card:last-child {
    border-bottom: 0;
  }
  .related-grid {
    grid-template-columns: 1fr;
  }
  .reading-cta {
    padding: 70px var(--page-gutter);
  }
  .finder-seo-links {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .stage-facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Stückfinder: Werke in Entwicklung bewusst kennzeichnen */
.finder-card.is-development {
  position: relative;
}
.finder-card.is-development .finder-card-image {
  filter: saturate(.72);
}
.finder-card.is-development .finder-card-top small {
  border: 1px solid var(--orange);
  border-radius: 999px;
  padding: 5px 9px;
  color: var(--orange);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.finder-card.is-development .finder-card-actions .button {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}
.finder-card.is-development .finder-card-actions .button:hover {
  background: var(--ink);
  color: var(--paper);
}

/* SEO-Landingpage: Theaterstücke für kleine Besetzung */
.seo-intro {
  padding: 82px var(--page-gutter) 72px;
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.seo-intro-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr);
  gap: 72px;
  align-items: start;
}
.seo-intro-copy .eyebrow {
  margin-bottom: 16px;
}
.seo-intro-copy h2 {
  max-width: 760px;
  margin: 0 0 24px;
  font-family: var(--font-editorial),Georgia,serif;
  font-size: clamp(36px,4.2vw,58px);
  line-height: .98;
  letter-spacing: -.035em;
  font-weight: 400;
}
.seo-intro-copy p {
  max-width: 720px;
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
  color: var(--muted);
}
.seo-intro-copy p+p {
  margin-top: 18px;
}
.seo-intro-facts {
  margin-top: 6px;
  padding: 22px 0 0;
  border-top: 1px solid var(--ink);
}
.seo-intro-facts strong {
  display: block;
  margin-bottom: 18px;
  font-family: var(--font-geist-sans);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.seo-intro-facts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.seo-intro-facts li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.45;
}
.seo-intro-facts li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--orange);
}
.small-cast-guide {
  padding: 95px var(--page-gutter) 100px;
  background: var(--paper-2);
}
.small-cast-guide>.piece-section-heading,
.small-cast-guide-grid,
.small-cast-faq>.piece-section-heading,
.small-cast-faq-list {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.small-cast-guide .piece-section-heading {
  margin-bottom: 42px;
}
.small-cast-guide .piece-section-heading h2,
.small-cast-faq .piece-section-heading h2 {
  max-width: 820px;
  margin-top: 8px;
  font-family: var(--font-editorial),Georgia,serif;
  font-size: clamp(36px,4.2vw,58px);
  line-height: .98;
  letter-spacing: -.035em;
  font-weight: 400;
}
.small-cast-guide-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.small-cast-guide-grid article {
  min-height: 255px;
  padding: 30px 28px 32px 0;
  border-right: 1px solid var(--line);
}
.small-cast-guide-grid article+article {
  padding-left: 28px;
}
.small-cast-guide-grid article:last-child {
  border-right: 0;
}
.small-cast-guide-grid article>span {
  display: block;
  margin-bottom: 34px;
  font-family: var(--font-geist-sans);
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--orange);
}
.small-cast-guide-grid h3 {
  margin: 0 0 12px;
  font-family: var(--font-editorial),Georgia,serif;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 400;
}
.small-cast-guide-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.small-cast-faq {
  padding: 100px var(--page-gutter) 115px;
  background: var(--paper);
}
.small-cast-faq .piece-section-heading {
  margin-bottom: 36px;
}
.small-cast-faq-list {
  border-top: 1px solid var(--ink);
}
.small-cast-faq-list details {
  border-bottom: 1px solid var(--line);
}
.small-cast-faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 23px 44px 23px 0;
  position: relative;
  font-family: var(--font-editorial),Georgia,serif;
  font-size: clamp(20px,2vw,27px);
  line-height: 1.16;
  font-weight: 400;
}
.small-cast-faq-list summary::-webkit-details-marker {
  display: none;
}
.small-cast-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 20px;
  font-family: var(--font-geist-sans);
  font-size: 24px;
  font-weight: 300;
  color: var(--orange);
}
.small-cast-faq-list details[open] summary::after {
  content: "–";
}
.small-cast-faq-list details p {
  max-width: 820px;
  margin: 0;
  padding: 0 44px 24px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width:900px) {
  .seo-intro-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .small-cast-guide-grid {
    grid-template-columns: 1fr;
  }
  .small-cast-guide-grid article,
  .small-cast-guide-grid article+article {
    min-height: 0;
    padding: 26px 0 28px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .small-cast-guide-grid article:last-child {
    border-bottom: 0;
  }
  .small-cast-guide-grid article>span {
    margin-bottom: 18px;
  }
}
@media (max-width:640px) {
  .seo-intro {
    padding-top: 62px;
    padding-bottom: 58px;
  }
  .small-cast-guide {
    padding-top: 72px;
    padding-bottom: 76px;
  }
  .small-cast-faq {
    padding-top: 74px;
    padding-bottom: 82px;
  }
  .seo-intro-copy h2,
  .small-cast-guide .piece-section-heading h2,
  .small-cast-faq .piece-section-heading h2 {
    font-size: 38px;
  }
}

/* SEO-Landingpage: Amateurtheater – Editorial Auswahlraster */
.amateur-selection {
  padding: 96px var(--page-gutter) 102px;
  background: var(--paper-2);
}
.amateur-selection-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px,.72fr) minmax(0,1.55fr);
  column-gap: 70px;
  align-items: start;
}
.amateur-selection-heading {
  position: sticky;
  top: 120px;
}
.amateur-selection-heading .eyebrow {
  margin-bottom: 18px;
}
.amateur-selection-heading h2 {
  max-width: 430px;
  margin: 0;
  font-family: var(--font-editorial),Georgia,serif;
  font-size: clamp(38px,4.6vw,62px);
  line-height: .98;
  letter-spacing: -.038em;
  font-weight: 400;
}
.amateur-selection-rule {
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 28px;
  background: var(--orange);
}
.amateur-selection-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid transparent;
}
.amateur-selection-grid article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  min-height: 205px;
  padding: 26px 26px 28px 0;
  border-bottom: 1px solid var(--line);
}
.amateur-selection-grid article:nth-child(odd) {
  padding-right: 34px;
  border-right: 1px solid var(--line);
}
.amateur-selection-grid article:nth-child(even) {
  padding-left: 34px;
}
.amateur-selection-number {
  padding-top: 2px;
  font-family: var(--font-geist-sans);
  font-size: 15px;
  line-height: 1;
  color: var(--orange);
  letter-spacing: .04em;
}
.amateur-selection-grid h3 {
  margin: 0 0 10px;
  font-family: var(--font-editorial),Georgia,serif;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 400;
}
.amateur-selection-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
}
@media (max-width:980px) {
  .amateur-selection-inner {
    grid-template-columns: 1fr;
    row-gap: 42px;
  }
  .amateur-selection-heading {
    position: static;
  }
  .amateur-selection-heading h2 {
    max-width: 760px;
  }
}
@media (max-width:720px) {
  .amateur-selection {
    padding-top: 74px;
    padding-bottom: 80px;
  }
  .amateur-selection-grid {
    grid-template-columns: 1fr;
  }
  .amateur-selection-grid article,
  .amateur-selection-grid article:nth-child(odd),
  .amateur-selection-grid article:nth-child(even) {
    grid-template-columns: 42px 1fr;
    min-height: 0;
    padding: 24px 0 26px;
    border-right: 0;
  }
}

/* Gemeinsame SEO-Editorialbereiche */
.seo-editorial {
  padding: 96px var(--page-gutter) 104px;
  background: var(--paper-2);
}
.seo-editorial-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px,.8fr) minmax(0,1.35fr);
  gap: 72px;
}
.seo-editorial-copy h2 {
  margin: 10px 0 24px;
  font-family: var(--font-editorial),Georgia,serif;
  font-size: clamp(38px,4.5vw,60px);
  line-height: .99;
  letter-spacing: -.035em;
  font-weight: 400;
}
.seo-editorial-copy>p:last-child {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
  max-width: 580px;
}
.seo-editorial-points {
  border-top: 1px solid var(--line);
}
.seo-editorial-points article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.seo-editorial-points article>span {
  color: var(--orange);
  font-size: 13px;
  letter-spacing: .08em;
}
.seo-editorial-points h3 {
  margin: 0 0 8px;
  font-family: var(--font-editorial),Georgia,serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}
.seo-editorial-points p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
@media (max-width:850px) {
  .seo-editorial-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

/* Individuelle SEO-Positionierung der Stückdetailseiten */
.piece-positioning {
  padding: 92px var(--page-gutter) 96px;
  background: var(--paper-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.piece-positioning-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,1.4fr) minmax(260px,.6fr);
  gap: 76px;
  align-items: end;
}
.piece-positioning-copy h2 {
  max-width: 780px;
  margin: 10px 0 22px;
  font-family: var(--font-editorial),Georgia,serif;
  font-size: clamp(38px,4.6vw,62px);
  line-height: .98;
  letter-spacing: -.038em;
  font-weight: 400;
}
.piece-positioning-copy>p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.piece-positioning-links {
  border-top: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  min-width: 0;
}
.piece-positioning-links>span {
  display: block;
  padding: 16px 0 10px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.piece-positioning-links a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  text-decoration: none;
  color: var(--ink);
  transition: color .2s;
}
.piece-positioning-links a:hover {
  color: var(--orange);
}
.piece-positioning-links a b {
  color: var(--orange);
  font-weight: 400;
}
@media (max-width:800px) {
  .piece-positioning-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .piece-positioning {
    padding-top: 72px;
    padding-bottom: 76px;
  }
}

/* Consent / Google Analytics */
.consent-banner {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #17171740;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
}
.consent-banner[hidden] {
  display: none !important;
}
.consent-banner-inner {
  width: min(1180px,100%);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px #17171733;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 46px;
  align-items: end;
}
.consent-copy .eyebrow {
  margin-bottom: 12px;
}
.consent-copy h2 {
  margin: 0 0 10px;
  font-family: var(--font-editorial),Georgia,serif;
  font-size: clamp(30px,3vw,43px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.025em;
}
.consent-copy>p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.consent-privacy-link {
  display: inline-block;
  margin-top: 11px;
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 600;
}
.consent-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.consent-actions .button {
  min-height: 50px;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
}
.consent-essential {
  border: 1px solid var(--ink);
  background: transparent;
}
.consent-essential:hover {
  background: var(--ink);
  color: var(--paper);
}
@media (max-width:800px) {
  .consent-banner {
    padding: 12px;
  }
  .consent-banner-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 25px 22px;
  }
  .consent-actions {
    justify-content: stretch;
  }
  .consent-actions .button {
    flex: 1;
    min-width: 160px;
  }
}
@media (max-width:480px) {
  .consent-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .consent-actions .button {
    width: 100%;
  }
}

/* Mobile: Stückefinder – echte Karten statt randloser Vollbreite */
@media (max-width: 560px) {
  .piece-finder {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }
  .finder-hero {
    padding: 58px var(--page-gutter) 48px;
  }
  .finder-hero h1 {
    font-size: clamp(52px, 16vw, 64px);
    line-height: .88;
  }
  .finder-hero > p:last-child {
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.6;
  }
  .finder-controls {
    margin: 0 var(--page-gutter);
    padding: 24px 0 26px;
    gap: 22px;
  }
  .filter-buttons {
    gap: 7px;
  }
  .filter-buttons button {
    padding: 8px 11px;
    font-size: 11px;
  }
  .finder-result-count {
    margin-top: 2px;
    font-size: 12px;
  }
  .finder-results {
    padding: 38px var(--page-gutter) 82px;
  }
  .finder-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .finder-card {
    width: 100%;
    min-width: 0;
    min-height: 0;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: #fff3;
    overflow: hidden;
  }
  .finder-card-image {
    width: 100%;
    height: 220px;
    border-bottom: 1px solid var(--line);
    overflow: hidden;
  }
  .finder-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .finder-card-body {
    min-width: 0;
    padding: 20px 20px 22px;
  }
  .finder-card-top {
    align-items: flex-start;
    gap: 12px;
  }
  .finder-card-top span,
  .finder-card-top small {
    line-height: 1.35;
  }
  .finder-card h2 {
    margin: 24px 0 13px;
    font-size: 38px;
    line-height: .94;
  }
  .finder-card-body > p {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.55;
  }
  .finder-card dl div {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 0;
  }
  .finder-card dd {
    min-width: 0;
    font-size: 12px;
    line-height: 1.45;
  }
  .finder-card-actions {
    padding-top: 20px;
  }
  .finder-card-actions .button {
    width: 100%;
  }
}
