/* =========================================================
   SINGLE AUSSTELLUNG
   Theme-owned exhibition skin. Editors compose stations with
   normal Gutenberg blocks and stable iss-ausstellung-* classes.
   ========================================================= */

.iss-ausstellung-page {
  --iss-ausstellung-bg: #f9f9fa;
  --iss-ausstellung-paper-fiber: rgba(30, 30, 30, 0.025);
  --iss-ausstellung-dark: var(--iss-black, #1e1e1e);
  --iss-ausstellung-light: var(--iss-white, #f9f9fa);
  --iss-ausstellung-muted: var(--iss-grey, #c0b8b5);
  --iss-ausstellung-accent: var(--iss-red, #e81d25);
  --iss-ausstellung-blue: var(--iss-blue, #869fba);
  --iss-ausstellung-title: clamp(1.85rem, 3vw, 3.25rem);
  --iss-ausstellung-h2: var(--iss-ausstellung-title);
  --iss-ausstellung-h3: clamp(1.85rem, 3vw, 3.25rem);
  --iss-ausstellung-pad-x: clamp(1.25rem, 5vw, 6rem);
  --iss-ausstellung-pad-y: clamp(4rem, 8vw, 8rem);

  background: var(--iss-ausstellung-bg);
  color: var(--iss-ausstellung-dark);
}

.iss-ausstellung-page :where(h1, h2, h3, h4, p, figure, blockquote) {
  margin-top: 0;
}

.iss-ausstellung-page :where(h1, h2, h3, h4) {
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.iss-ausstellung-page a {
  text-decoration-color: rgba(232, 29, 37, 0.36);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

.iss-ausstellung-page .iss-kicker {
  --iss-kicker-accent: var(--iss-ausstellung-accent);
  --iss-kicker-color: var(--iss-ausstellung-dark);

  color: var(--iss-kicker-color);
}

/* Hero */
.iss-ausstellung-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(7rem, 10vw, 9rem) 0 clamp(3rem, 7vw, 6rem);
  overflow: hidden;
  background: var(--iss-ausstellung-dark);
  color: var(--iss-ausstellung-light);
}

.iss-ausstellung-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(14, 16, 17, 0.84) 0%, rgba(14, 16, 17, 0.5) 46%, rgba(14, 16, 17, 0.18) 100%),
    linear-gradient(180deg, rgba(14, 16, 17, 0.22) 0%, rgba(14, 16, 17, 0.1) 42%, rgba(14, 16, 17, 0.76) 100%);
  pointer-events: none;
}

.iss-ausstellung-hero > .iss-container {
  position: relative;
  z-index: 2;
  width: min(100% - (2 * var(--iss-ausstellung-pad-x)), var(--wp--style--global--wide-size, 1180px));
}

.iss-ausstellung-hero__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 24rem);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
}

.iss-ausstellung-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.iss-ausstellung-hero__media .wp-block-post-featured-image {
  height: 100%;
  margin: 0;
}

.iss-ausstellung-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  object-fit: cover;
}

.iss-ausstellung-hero__shell {
  width: min(100%, 64rem);
  min-width: 0;
}

.iss-ausstellung-hero__meta-col {
  align-self: end;
  width: 100%;
  min-width: 0;
}

.iss-ausstellung-hero__copy {
  display: grid;
  gap: 1rem;
}

.iss-ausstellung-hero__copy > .iss-kicker {
  --iss-kicker-color: var(--iss-ausstellung-light);

  padding-left: 0.85rem;
  border-left: 3px solid var(--iss-ausstellung-accent);
}

.iss-ausstellung-hero__title {
  max-width: 20ch;
  color: var(--iss-ausstellung-light);
  font-size: var(--iss-ausstellung-title);
  line-height: 0.9;
}

.iss-ausstellung-hero__lede {
  max-width: 46rem;
  color: rgba(249, 249, 250, 0.82);
  font-size: clamp(1.16rem, 1vw + 0.95rem, 1.5rem);
  line-height: 1.55;
}

.iss-ausstellung-hero__lede .wp-block-post-excerpt__excerpt {
  margin: 0;
}

.iss-ausstellung-hero__meta-col .wp-block-iss-content-meta {
  margin: 0;
}

.iss-ausstellung-hero__meta-col .iss-info-panel {
  --iss-info-accent: var(--iss-ausstellung-accent);
  --iss-info-panel-shell-pad: clamp(1rem, 1.8vw, 1.35rem);
  --iss-info-panel-shell-bg: rgba(14, 16, 17, 0.62);
  --iss-info-panel-shell-border-left: 3px solid var(--iss-ausstellung-accent);
  --iss-info-panel-title-size: clamp(1.2rem, 1rem + 0.65vw, 1.75rem);
  --iss-info-panel-row-gap: 0.7rem;
  --iss-info-panel-heading-gap: 0.3rem;
  --iss-info-panel-stack-gap: 0.65rem;
  --iss-info-rule: rgba(249, 249, 250, 0.22);

  max-width: none;
  color: var(--iss-ausstellung-light);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.iss-ausstellung-hero__meta-col .iss-info-panel__title {
  color: var(--iss-ausstellung-light);
}

.iss-ausstellung-hero__meta-col .iss-info-row {
  padding: 0.65rem 0;
}

.iss-ausstellung-hero__meta-col .iss-info-row__text,
.iss-ausstellung-hero__meta-col .iss-info-row__text strong {
  color: rgba(249, 249, 250, 0.88);
}

.iss-ausstellung-hero__meta-col .iss-info-row__text {
  font-size: clamp(0.92rem, 0.86rem + 0.22vw, 1.02rem);
  line-height: 1.22;
}

.iss-ausstellung-hero__meta-col .iss-info-row__text strong {
  display: block;
  margin-bottom: 0.15rem;
}

.iss-ausstellung-no-thumb .iss-ausstellung-hero__media {
  display: none;
}

/* Story shell */
.iss-ausstellung-story {
  background: var(--iss-ausstellung-bg);
}

.iss-ausstellung-page > .iss-ausstellung-story {
  margin-block-start: 0;
}

.iss-ausstellung-story > :where(.wp-block-group),
.iss-ausstellung-content > .wp-block-post-content > :where(.wp-block-group) {
  margin-block-start: 0;
}

.iss-ausstellung-story__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  padding-top: clamp(2.5rem, 5vw, 5rem);
  padding-bottom: clamp(2rem, 4vw, 4rem);
}

.iss-ausstellung-story__intro:not(:has(*)) {
  display: none;
}

.iss-ausstellung-story__intro .iss-content-meta,
.iss-ausstellung-story__intro .wp-block-iss-content-meta,
.iss-ausstellung-story__intro .iss-info-panel {
  max-width: 72rem;
  margin: 0;
}

.iss-ausstellung-story__intro .iss-info-panel {
  border-color: rgba(30, 30, 30, 0.12);
}

.iss-ausstellung-story__intro .iss-info-row__text a {
  color: var(--iss-ausstellung-accent);
}

.iss-ausstellung-content > .wp-block-post-content {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 0;
}

.iss-ausstellung-editorial {
  display: grid;
  gap: 0;
}

.iss-ausstellung-editorial__section {
  padding: clamp(3.5rem, 7vw, 7rem) 0;
  border-top: 1px solid rgba(30, 30, 30, 0.1);
}

.iss-ausstellung-editorial__section > .iss-container {
  display: grid;
  gap: clamp(1rem, 2vw, 1.75rem);
  width: min(100% - (2 * var(--iss-ausstellung-pad-x)), 64rem);
}

.iss-ausstellung-editorial__section h2 {
  max-width: 18ch;
  color: var(--iss-ausstellung-dark);
  font-size: clamp(2rem, 3vw, 3.75rem);
  line-height: 1;
}

.iss-ausstellung-editorial__body {
  max-width: 52rem;
  color: rgba(30, 30, 30, 0.82);
  font-size: clamp(1.05rem, 0.5vw + 0.95rem, 1.25rem);
  line-height: 1.72;
}

.iss-ausstellung-editorial__body > :last-child {
  margin-bottom: 0;
}

.iss-ausstellung-editorial__section--leitfrage {
  background: #fff;
}

.iss-ausstellung-editorial__section--leitfrage h2 {
  color: var(--iss-ausstellung-accent);
}

.iss-ausstellung-editorial__quote {
  display: grid;
  gap: 0.75rem;
  max-width: 52rem;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border-left: 4px solid var(--iss-ausstellung-accent);
  background: #fff;
  color: var(--iss-ausstellung-dark);
  font-size: clamp(1.25rem, 1vw + 1rem, 1.75rem);
  line-height: 1.45;
}

.iss-ausstellung-editorial__quote cite {
  color: rgba(30, 30, 30, 0.64);
  font-size: 0.95rem;
  font-style: normal;
}

.iss-ausstellung-editorial__refs {
  display: grid;
  gap: 1rem;
  margin-top: 0.5rem;
}

.iss-ausstellung-editorial__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.iss-ausstellung-section__link {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(30, 30, 30, 0.22);
  background: #fff;
  color: var(--iss-ausstellung-dark);
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.iss-ausstellung-section__link:hover,
.iss-ausstellung-section__link:focus-visible {
  border-color: var(--iss-ausstellung-accent);
  color: var(--iss-ausstellung-accent);
}

.iss-ausstellung-editorial__media-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 0.5rem;
}

.iss-ausstellung-editorial__media-item {
  margin: 0;
}

.iss-ausstellung-editorial__media-item img {
  display: block;
  width: 100%;
  height: auto;
}

.iss-ausstellung-editorial__media-item figcaption {
  margin-top: 0.45rem;
  color: rgba(30, 30, 30, 0.64);
  font-size: 0.92rem;
  line-height: 1.45;
}

.iss-ausstellung-editorial .iss-ausstellung-editorial__section--layout-image-wall > .iss-container {
  width: min(100% - (2 * var(--iss-ausstellung-pad-x)), 92rem);
}

.iss-ausstellung-editorial .iss-ausstellung-editorial__section--layout-image-wall .iss-ausstellung-section__copy,
.iss-ausstellung-editorial .iss-ausstellung-editorial__section--layout-image-wall .iss-ausstellung-section__media {
  grid-column: 1 / -1;
}

.iss-ausstellung-editorial .iss-ausstellung-editorial__section--layout-image-wall .iss-ausstellung-section__copy {
  width: min(100%, 42rem);
}

.iss-ausstellung-editorial .iss-ausstellung-editorial__section--layout-image-wall .iss-ausstellung-editorial__media-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.4vw, 1.25rem);
  margin: 0;
}

.iss-ausstellung-editorial .iss-ausstellung-editorial__section--layout-image-wall .iss-ausstellung-editorial__media-item {
  display: grid;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: clamp(0.55rem, 1vw, 0.85rem);
  border: 1px solid rgba(30, 30, 30, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(244, 242, 238, 0.74)),
    var(--iss-white, #fff);
  box-shadow: 0 0.45rem 1.2rem rgba(30, 30, 30, 0.08);
}

.iss-ausstellung-editorial .iss-ausstellung-editorial__section--layout-image-wall .iss-ausstellung-editorial__media-item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: clamp(13rem, 24vw, 21rem);
  margin-inline: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.iss-ausstellung-editorial .iss-ausstellung-editorial__section--layout-image-wall .iss-ausstellung-editorial__media-item figcaption {
  width: 100%;
  margin-top: 0.55rem;
  color: rgba(30, 30, 30, 0.68);
  font-size: 0.86rem;
  line-height: 1.35;
}

.iss-ausstellung-editorial__archive-card,
.iss-ausstellung-editorial__placeholder {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(30, 30, 30, 0.12);
  background: #fff;
}

@media (max-width: 760px) {
  .iss-ausstellung-editorial .iss-ausstellung-editorial__section--layout-image-wall .iss-ausstellung-editorial__media-strip {
    display: flex;
    gap: 0.85rem;
    width: calc(100% + var(--iss-ausstellung-pad-x));
    max-width: none;
    padding: 0 0 0.85rem;
    overflow-x: auto;
    scroll-padding-inline: var(--iss-ausstellung-pad-x);
    scroll-snap-type: x proximity;
  }

  .iss-ausstellung-editorial .iss-ausstellung-editorial__section--layout-image-wall .iss-ausstellung-editorial__media-item {
    flex: 0 0 min(78vw, 22rem);
    scroll-snap-align: start;
  }

  .iss-ausstellung-editorial .iss-ausstellung-editorial__section--layout-image-wall .iss-ausstellung-editorial__media-item img {
    max-height: 18rem;
  }
}

.iss-ausstellung-editorial__archive-media {
  margin: 0;
}

.iss-ausstellung-editorial__archive-media img {
  display: block;
  width: 100%;
  height: auto;
}

.iss-ausstellung-editorial__archive-body h3 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.25rem, 1vw + 1rem, 1.8rem);
}

.iss-ausstellung-editorial__placeholder {
  border-color: rgba(232, 29, 37, 0.38);
  color: var(--iss-ausstellung-accent);
}

.iss-ausstellung-content > .wp-block-post-content > :where(p, ul, ol, h2, h3, h4, blockquote, figure, .wp-block-group, .wp-block-columns, .wp-block-image, .wp-block-quote, .wp-block-iss-featured-archive-object) {
  width: min(100% - (2 * var(--iss-ausstellung-pad-x)), 58rem);
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
}

.iss-ausstellung-content > .wp-block-post-content > :where(p, ul, ol) {
  color: rgba(30, 30, 30, 0.82);
  font-size: clamp(1.05rem, 0.5vw + 0.95rem, 1.25rem);
  line-height: 1.72;
}

.iss-ausstellung-content .iss-ausstellung-lede,
.iss-ausstellung-intro {
  color: var(--iss-ausstellung-dark);
  font-size: clamp(1.25rem, 0.9vw + 1rem, 1.65rem);
  line-height: 1.55;
}

.iss-ausstellung-intro {
  padding: 0 0 clamp(1.5rem, 3vw, 3rem);
  border-bottom: 1px solid rgba(30, 30, 30, 0.16);
}

.iss-ausstellung-intro__eyebrow {
  margin: 0 0 0.75rem;
  color: var(--iss-ausstellung-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.iss-ausstellung-intro__title {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 6.5rem);
  line-height: 0.95;
}

.iss-ausstellung-intro__meta {
  max-width: 42rem;
  margin: 1.5rem 0 0;
  color: rgba(30, 30, 30, 0.68);
  font-size: clamp(1rem, 0.8vw + 0.9rem, 1.25rem);
  line-height: 1.6;
}

/* Station navigation */
.iss-ausstellung-station-nav {
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border-top: 4px solid var(--iss-ausstellung-accent);
  background: #fff;
}

.iss-ausstellung-station-nav h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.55rem, 2vw, 2.2rem);
}

.iss-ausstellung-station-nav ol {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.iss-ausstellung-station-nav a {
  color: var(--iss-ausstellung-dark);
}

/* Standard station */
.iss-ausstellung-station {
  display: grid;
  gap: clamp(0.85rem, 1.5vw, 1.35rem);
  padding-top: clamp(2.5rem, 6vw, 6rem);
  padding-bottom: clamp(2.5rem, 6vw, 6rem);
  border-top: 1px solid rgba(30, 30, 30, 0.16);
}

.iss-ausstellung-station__number {
  margin-bottom: 0;
  color: var(--iss-ausstellung-accent);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 700;
  line-height: 0.9;
}

.iss-ausstellung-station > .iss-kicker,
.iss-ausstellung-station__kicker {
  margin-bottom: 0;
  color: var(--iss-ausstellung-accent);
}

.iss-ausstellung-station h2,
.iss-ausstellung-station h3 {
  max-width: 20ch;
  font-size: var(--iss-ausstellung-h2);
  line-height: 1.03;
}

.iss-ausstellung-station p {
  color: rgba(30, 30, 30, 0.82);
  font-size: clamp(1.06rem, 0.55vw + 0.96rem, 1.28rem);
  line-height: 1.68;
}

/* Visual essay station variants */
.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--split {
  display: grid;
  grid-template-columns: minmax(0, 58vw) minmax(20rem, 1fr);
  align-items: stretch;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0;
  border-top: 0;
  background: var(--iss-ausstellung-bg);
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--reverse {
  grid-template-columns: minmax(20rem, 1fr) minmax(0, 58vw);
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--reverse > .wp-block-image:first-child {
  order: 2;
}

.iss-ausstellung-station--split > .wp-block-image:first-child {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
}

.iss-ausstellung-station--split > .wp-block-image:first-child img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iss-ausstellung-station--split figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  width: fit-content;
  max-width: min(36rem, calc(100% - 2rem));
  margin: 0;
  padding: 0.5rem 0.7rem;
  background: rgba(249, 249, 250, 0.9);
  color: rgba(30, 30, 30, 0.78);
  font-size: 0.82rem;
  line-height: 1.35;
}

.iss-ausstellung-station__copy {
  box-sizing: border-box;
  align-self: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  width: 100%;
  min-width: 0;
  padding: clamp(1.5rem, 5vw, 5rem);
}

.iss-ausstellung-station__copy :where(h2, p, blockquote) {
  max-width: 62ch;
}

.iss-ausstellung-station__copy blockquote,
.iss-ausstellung-station__copy .wp-block-quote {
  margin: 1rem 0 0;
  padding-left: 1rem;
  border-left: 4px solid var(--iss-ausstellung-accent);
  color: var(--iss-ausstellung-dark);
  font-size: clamp(1.3rem, 2.2vw, 2.4rem);
  line-height: 1.18;
}

.iss-ausstellung-station__copy blockquote p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow-wrap: anywhere;
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--full,
.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--portrait {
  position: relative;
  display: grid;
  align-items: end;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(1.25rem, 5vw, 5rem);
  overflow: hidden;
  border-top: 0;
  background: var(--iss-ausstellung-dark);
}

.iss-ausstellung-station--full::after,
.iss-ausstellung-station--portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(30, 30, 30, 0.42), rgba(30, 30, 30, 0.04));
  pointer-events: none;
}

.iss-ausstellung-station--full > .wp-block-image:first-child,
.iss-ausstellung-station--portrait > .wp-block-image:first-child {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.iss-ausstellung-station--full > .wp-block-image:first-child img,
.iss-ausstellung-station--portrait > .wp-block-image:first-child img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iss-ausstellung-station__caption {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.8rem;
  width: min(100%, 47.5rem);
  min-width: 0;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  background: rgba(249, 249, 250, 0.94);
  color: var(--iss-ausstellung-dark);
}

.iss-ausstellung-station--dark .iss-ausstellung-station__caption {
  background: rgba(30, 30, 30, 0.84);
  color: var(--iss-ausstellung-light);
}

.iss-ausstellung-station__caption :where(h2, p) {
  color: inherit;
}

.iss-ausstellung-station__caption p {
  color: rgba(30, 30, 30, 0.82);
  max-width: 62ch;
}

.iss-ausstellung-station--dark .iss-ausstellung-station__caption p {
  color: rgba(249, 249, 250, 0.78);
}

/* Full-viewport image station */
.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--image {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  max-width: none;
  padding: var(--iss-ausstellung-pad-y) var(--iss-ausstellung-pad-x);
  overflow: hidden;
  background: var(--iss-ausstellung-dark);
  color: var(--iss-ausstellung-light);
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(14, 16, 17, 0.08), rgba(14, 16, 17, 0.74));
  pointer-events: none;
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--image > .wp-block-image:first-child {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--image > .wp-block-image:first-child img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--image > :not(.wp-block-image:first-child) {
  position: relative;
  z-index: 2;
  max-width: 54rem;
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--image :where(h2, h3, p) {
  color: inherit;
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--image p {
  color: rgba(249, 249, 250, 0.84);
}

/* Object-focus station */
.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--object {
  width: 100%;
  max-width: none;
  padding: var(--iss-ausstellung-pad-y) var(--iss-ausstellung-pad-x);
  background: var(--iss-ausstellung-dark);
  color: var(--iss-ausstellung-light);
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--object :where(h2, h3, p) {
  color: inherit;
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--object p {
  color: rgba(249, 249, 250, 0.78);
}

.iss-ausstellung-station--object .wp-block-iss-featured-archive-object,
.iss-ausstellung-station .wp-block-iss-featured-archive-object {
  margin-top: clamp(1rem, 2vw, 1.75rem);
}

.iss-ausstellung-station--object .wp-block-iss-featured-archive-object {
  margin-top: clamp(2rem, 4vw, 4rem);
}

.iss-ausstellung-page .iss-archive-featured-object {
  display: grid;
  grid-template-columns: minmax(14rem, 0.9fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(30, 30, 30, 0.12);
  background: #fff;
  color: var(--iss-ausstellung-dark);
}

.iss-ausstellung-page .iss-archive-featured-object__media {
  min-height: 18rem;
  border-radius: 0;
}

.iss-ausstellung-page .iss-archive-featured-object__media img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.iss-ausstellung-page .iss-archive-featured-object__body {
  align-content: center;
  display: grid;
  gap: 0.75rem;
  padding: clamp(1.25rem, 2.5vw, 2.25rem);
}

.iss-ausstellung-page .iss-archive-featured-object__title {
  font-size: clamp(1.25rem, 1.5vw, 1.8rem);
  line-height: 1.12;
}

.iss-ausstellung-page .iss-archive-featured-object__text,
.iss-ausstellung-page .iss-archive-featured-object__type,
.iss-ausstellung-page .iss-archive-featured-object__meta {
  margin: 0;
  color: rgba(30, 30, 30, 0.7);
}

.iss-ausstellung-station--object .iss-archive-featured-object {
  grid-template-columns: minmax(18rem, 1fr) minmax(17.5rem, 26rem);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  overflow: visible;
  border: 0;
  background: transparent;
  color: var(--iss-ausstellung-light);
}

.iss-ausstellung-station--object .iss-archive-featured-object__media {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
  min-height: auto;
  aspect-ratio: 4 / 3;
  background: var(--iss-ausstellung-blue);
}

.iss-ausstellung-station--object .iss-archive-featured-object__body {
  padding: 0;
}

.iss-ausstellung-station--object .iss-archive-featured-object__title {
  color: var(--iss-ausstellung-light);
  font-size: clamp(1.8rem, 2.4vw, 2.45rem);
}

.iss-ausstellung-station--object .iss-archive-featured-object__text,
.iss-ausstellung-station--object .iss-archive-featured-object__type,
.iss-ausstellung-station--object .iss-archive-featured-object__meta {
  color: rgba(249, 249, 250, 0.72);
}

.iss-ausstellung-station--object .iss-archive-featured-object a {
  color: var(--iss-ausstellung-light);
}

/* Quote and object grid stations */
.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--quote {
  display: grid;
  min-height: 70vh;
  place-items: center;
  width: 100%;
  max-width: none;
  padding: var(--iss-ausstellung-pad-y) var(--iss-ausstellung-pad-x);
  background: var(--iss-ausstellung-accent);
  color: var(--iss-ausstellung-light);
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--quote blockquote,
.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--quote .wp-block-quote {
  max-width: 14em;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font-size: clamp(2.2rem, 6vw, 6rem);
  font-weight: 900;
  line-height: 1;
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--quote :where(p, cite) {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-object-grid {
  width: min(100% - (2 * var(--iss-ausstellung-pad-x)), 88rem);
  max-width: none;
  padding-top: clamp(2.5rem, 5vw, 5rem);
  padding-bottom: clamp(2.5rem, 5vw, 5rem);
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-object-grid > .wp-block-group__inner-container,
.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-object-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-object-grid > :where(h2, h3, p) {
  grid-column: 1 / -1;
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-object-grid .iss-archive-featured-object {
  grid-template-columns: 1fr;
  height: 100%;
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-conclusion {
  display: grid;
  align-content: center;
  width: 100%;
  max-width: none;
  min-height: 70vh;
  padding: clamp(3rem, 8vw, 7rem) var(--iss-ausstellung-pad-x);
  border-top: 4px solid var(--iss-ausstellung-accent);
  background: var(--iss-ausstellung-bg);
}

.iss-ausstellung-conclusion :where(h2, p) {
  max-width: 62ch;
}

.iss-ausstellung-conclusion h2 {
  font-size: var(--iss-ausstellung-h2);
  line-height: 1.03;
}

.iss-ausstellung-conclusion > p:not(.iss-kicker),
.iss-ausstellung-conclusion .wp-block-paragraph:not(.iss-kicker) {
  color: rgba(30, 30, 30, 0.82);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
}

.iss-ausstellung-research {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}

.iss-ausstellung-research .wp-block-navigation-item__content {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(30, 30, 30, 0.25);
  background: #fff;
  color: var(--iss-ausstellung-dark);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.iss-ausstellung-research .wp-block-navigation-item__content:hover,
.iss-ausstellung-research .wp-block-navigation-item__content:focus {
  border-color: var(--iss-ausstellung-accent);
  color: var(--iss-ausstellung-accent);
}

/* Related tail */
.iss-ausstellung-page > .iss-ausstellung-more.iss-related-network-group--layout-register {
  width: min(100% - (2 * var(--iss-ausstellung-pad-x)), 42rem);
  margin: clamp(4rem, 8vw, 7rem) auto;
}

.iss-ausstellung-more .iss-heading {
  margin-bottom: clamp(1.4rem, 2.5vw, 2rem);
}

.iss-ausstellung-more .iss-heading > .iss-kicker {
  padding-left: 0.85rem;
  border-left: 3px solid var(--iss-ausstellung-accent);
}

.iss-ausstellung-more .iss-heading__title {
  font-size: var(--iss-ausstellung-title);
  line-height: 1.03;
}

.iss-ausstellung-more .iss-card::before {
  background: var(--iss-ausstellung-accent);
}

/* Care / social infrastructure exhibition skin */
.iss-ausstellung-skin-care .iss-ausstellung-page {
  --iss-ausstellung-bg: #eee4d4;
  --iss-ausstellung-soft: #f6f0e8;
  --iss-ausstellung-card: #fffaf3;
  --iss-ausstellung-blue: #8ca4bd;
  --iss-ausstellung-green: #628f73;
  --iss-ausstellung-paper-line: rgba(78, 58, 38, 0.14);

  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.32) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 76% 38%, rgba(78, 58, 38, 0.1) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(78, 58, 38, 0.05)),
    var(--iss-ausstellung-bg);
  background-size: 7px 7px, 11px 11px, auto, auto;
}

.iss-ausstellung-skin-care .iss-ausstellung-hero {
  align-items: stretch;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0;
  background:
    linear-gradient(90deg, rgba(232, 29, 37, 0.08), transparent 46%),
    var(--iss-ausstellung-bg);
  color: var(--iss-ausstellung-dark);
}

.iss-ausstellung-skin-care .iss-ausstellung-hero::after {
  display: none;
}

.iss-ausstellung-skin-care .iss-ausstellung-hero > .iss-container {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

.iss-ausstellung-skin-care .iss-ausstellung-hero__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  gap: 0;
}

.iss-ausstellung-skin-care .iss-ausstellung-hero__media {
  position: relative;
  inset: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: var(--iss-ausstellung-blue);
}

.iss-ausstellung-skin-care .iss-ausstellung-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.04), rgba(30, 30, 30, 0.16));
  pointer-events: none;
}

.iss-ausstellung-skin-care .iss-ausstellung-hero__shell {
  z-index: 1;
  display: grid;
  align-content: center;
  width: 100%;
  padding: clamp(5.5rem, 8vw, 7rem) var(--iss-ausstellung-pad-x) clamp(3rem, 6vw, 5rem);
}

.iss-ausstellung-skin-care .iss-ausstellung-hero__copy {
  max-width: 44rem;
  padding-top: 1.35rem;
  border-top: 5px solid var(--iss-ausstellung-accent);
}

.iss-ausstellung-skin-care .iss-ausstellung-hero__copy > .iss-kicker {
  padding-left: 0;
  border-left: 0;
}

.iss-ausstellung-skin-care .iss-ausstellung-hero__title {
  color: var(--iss-ausstellung-dark);
  line-height: 1.02;
}

.iss-ausstellung-skin-care .iss-ausstellung-hero__lede {
  color: rgba(30, 30, 30, 0.76);
}

.iss-ausstellung-skin-care .iss-ausstellung-story__intro {
  display: none;
}

.iss-ausstellung-care-quote {
  display: grid;
  min-height: 82vh;
  place-items: center;
  width: 100%;
  max-width: none;
  padding: var(--iss-ausstellung-pad-y) var(--iss-ausstellung-pad-x);
  background: var(--iss-ausstellung-accent);
  color: var(--iss-ausstellung-light);
}

.iss-ausstellung-care-quote blockquote {
  max-width: 56rem;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font-size: var(--iss-ausstellung-title);
  font-weight: 750;
  line-height: 1.05;
}

.iss-ausstellung-care-quote blockquote p,
.iss-ausstellung-care-quote cite {
  color: inherit;
}

.iss-ausstellung-care-quote cite {
  display: block;
  margin-top: 1.4rem;
  color: rgba(249, 249, 250, 0.66);
  font-size: clamp(0.95rem, 0.3vw + 0.9rem, 1.1rem);
  font-style: normal;
  line-height: 1.45;
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-care-question {
  display: grid;
  align-content: center;
  justify-items: center;
  width: 100%;
  max-width: none;
  min-height: 72vh;
  padding: var(--iss-ausstellung-pad-y) var(--iss-ausstellung-pad-x);
  border-top: 1px solid var(--iss-ausstellung-paper-line);
  border-bottom: 1px solid var(--iss-ausstellung-paper-line);
  background: var(--iss-ausstellung-soft);
}

.iss-ausstellung-care-question :where(h2, p) {
  width: min(100%, 70rem);
}

.iss-ausstellung-care-question > p:not(.iss-kicker) {
  color: rgba(30, 30, 30, 0.74);
  font-size: clamp(1.08rem, 0.55vw + 1rem, 1.32rem);
}

.iss-ausstellung-skin-care .iss-ausstellung-station {
  border-top-color: var(--iss-ausstellung-paper-line);
}

.iss-ausstellung-skin-care .iss-ausstellung-station--split figcaption {
  background: rgba(255, 250, 243, 0.92);
}

.iss-ausstellung-skin-care .iss-ausstellung-station__copy blockquote {
  color: rgba(30, 30, 30, 0.7);
  font-size: clamp(0.95rem, 0.35vw + 0.9rem, 1.12rem);
  font-weight: 500;
  line-height: 1.55;
}

.iss-ausstellung-skin-care .iss-ausstellung-station__copy > *,
.iss-ausstellung-skin-care .iss-ausstellung-station__caption > * {
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
}

.iss-ausstellung-skin-care .iss-ausstellung-station__copy .wp-block-quote > *,
.iss-ausstellung-skin-care .iss-ausstellung-station__caption .wp-block-quote > * {
  width: auto;
  max-width: 100%;
}

.iss-ausstellung-skin-care .iss-ausstellung-station__caption {
  border-top: 5px solid var(--iss-ausstellung-accent);
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-care-object-grid {
  width: min(100% - (2 * var(--iss-ausstellung-pad-x)), 88rem);
  max-width: none;
  padding-top: clamp(3rem, 6vw, 6rem);
  padding-bottom: clamp(3rem, 6vw, 6rem);
}

.iss-ausstellung-care-object-grid > .wp-block-group__inner-container,
.iss-ausstellung-care-object-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.iss-ausstellung-care-object-grid > :where(h2, p, .iss-kicker) {
  grid-column: 1 / -1;
}

.iss-ausstellung-care-object-grid > p:not(.iss-kicker) {
  max-width: 64ch;
  color: rgba(30, 30, 30, 0.7);
}

.iss-ausstellung-care-object-grid .wp-block-iss-featured-archive-object {
  width: 100%;
  margin: 0;
}

.iss-ausstellung-care-object-grid .iss-archive-featured-object {
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  height: 100%;
  background: var(--iss-ausstellung-card);
}

.iss-ausstellung-care-object-grid .iss-archive-featured-object__body {
  align-content: start;
}

.iss-ausstellung-care-object-grid .iss-archive-featured-object__media {
  min-height: 16rem;
  aspect-ratio: 4 / 3;
}

.iss-ausstellung-care-object-grid .iss-archive-featured-object__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-care-album {
  width: 100%;
  max-width: none;
  padding: clamp(3rem, 6vw, 6rem) var(--iss-ausstellung-pad-x);
  background: var(--iss-ausstellung-card);
}

.iss-ausstellung-care-album__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.5vw, 1.25rem);
  width: min(100%, 88rem);
  margin: 0 auto;
}

.iss-ausstellung-care-album__note {
  box-sizing: border-box;
  grid-column: span 4;
  align-self: center;
  min-width: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-top: 4px solid var(--iss-ausstellung-accent);
  background: var(--iss-ausstellung-bg);
}

.iss-ausstellung-care-album__note h2 {
  font-size: var(--iss-ausstellung-h2);
}

.iss-ausstellung-care-album__photo {
  box-sizing: border-box;
  grid-column: span 4;
  min-width: 0;
  margin: 0;
  padding: 0.55rem;
  border: 1px solid var(--iss-ausstellung-paper-line);
  background: var(--iss-ausstellung-bg);
}

.iss-ausstellung-care-album__photo:nth-child(4) {
  grid-column: span 5;
}

.iss-ausstellung-care-album__photo:nth-child(5) {
  grid-column: span 3;
}

.iss-ausstellung-care-album__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.iss-ausstellung-care-album__photo figcaption {
  margin-top: 0.5rem;
  color: rgba(30, 30, 30, 0.66);
  font-size: 0.84rem;
  line-height: 1.35;
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-care-stat {
  display: grid;
  align-content: center;
  justify-items: center;
  width: 100%;
  max-width: none;
  min-height: 70vh;
  padding: var(--iss-ausstellung-pad-y) var(--iss-ausstellung-pad-x);
  background: var(--iss-ausstellung-dark);
  color: var(--iss-ausstellung-light);
}

.iss-ausstellung-care-stat :where(h2, p) {
  color: inherit;
}

.iss-ausstellung-care-stat__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  width: min(100%, 76rem);
  margin-right: auto;
  margin-left: auto;
}

.iss-ausstellung-care-stat__grid > .wp-block-html {
  display: contents;
}

.iss-ausstellung-care-stat__item {
  margin-block-start: 0;
  padding-top: 1rem;
  border-top: 4px solid var(--iss-ausstellung-accent);
}

.iss-ausstellung-care-stat__item strong {
  display: block;
  color: var(--iss-ausstellung-light);
  font-size: var(--iss-ausstellung-title);
  line-height: 0.95;
}

.iss-ausstellung-care-stat__item span {
  display: block;
  margin-top: 0.6rem;
  color: rgba(249, 249, 250, 0.72);
}

.iss-ausstellung-care-stat > p:not(.iss-kicker) {
  width: min(100%, 76rem);
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  color: rgba(249, 249, 250, 0.7);
}

.iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-care-essay {
  width: 100%;
  max-width: none;
  padding: clamp(3.5rem, 7vw, 7rem) var(--iss-ausstellung-pad-x);
  background: var(--iss-ausstellung-soft);
}

.iss-ausstellung-care-essay > * {
  width: min(100%, 62rem);
  margin-right: auto;
  margin-left: auto;
}

.iss-ausstellung-care-essay p:not(.iss-kicker) {
  color: rgba(30, 30, 30, 0.8);
  font-size: clamp(1.08rem, 0.45vw + 1rem, 1.26rem);
  line-height: 1.68;
}

.iss-ausstellung-care-essay .iss-ausstellung-small-source {
  color: rgba(30, 30, 30, 0.62);
  font-size: 0.92rem;
}

.iss-ausstellung-skin-care .iss-ausstellung-conclusion {
  background: var(--iss-ausstellung-bg);
}

.iss-ausstellung-skin-care .iss-ausstellung-conclusion > * {
  box-sizing: border-box;
  width: auto;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 900px) {
  .iss-ausstellung-page {
    --iss-ausstellung-title: clamp(2.35rem, 11.5vw, 4.25rem);
  }

  .iss-ausstellung-hero {
    padding-top: 5.5rem;
    padding-bottom: clamp(2.4rem, 6vw, 3rem);
  }

  .iss-ausstellung-hero__row {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .iss-ausstellung-hero__shell {
    width: 100%;
  }

  .iss-ausstellung-hero__meta-col .iss-info-panel {
    --iss-info-panel-shell-pad: 1rem;
    --iss-info-panel-title-size: clamp(1.05rem, 4.8vw, 1.35rem);
  }

  .iss-ausstellung-station,
  .iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--object,
  .iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--image,
  .iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--quote {
    min-height: auto;
    padding-top: clamp(3rem, 12vw, 5rem);
    padding-bottom: clamp(3rem, 12vw, 5rem);
  }

  .iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--split,
  .iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--reverse {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--reverse > .wp-block-image:first-child {
    order: 0;
  }

  .iss-ausstellung-station--split > .wp-block-image:first-child {
    min-height: 60vh;
  }

  .iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--full,
  .iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--portrait {
    min-height: 76vh;
  }

  .iss-ausstellung-page .iss-archive-featured-object,
  .iss-ausstellung-station--object .iss-archive-featured-object,
  .iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-object-grid {
    grid-template-columns: 1fr;
  }

  .iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--image {
    min-height: 100vh;
    min-height: 100svh;
  }

  .iss-ausstellung-content > .wp-block-post-content > .iss-ausstellung-station--quote {
    min-height: 70vh;
  }

  .iss-ausstellung-intro {
    width: min(100% - 2rem, 58rem);
    margin: 0 auto;
    padding: clamp(5rem, 9vw, 9rem) 0 clamp(4rem, 7vw, 7rem);
  }

  .iss-ausstellung-skin-care .iss-ausstellung-hero__row,
  .iss-ausstellung-care-object-grid,
  .iss-ausstellung-care-object-grid > .wp-block-group__inner-container,
  .iss-ausstellung-care-stat__grid {
    grid-template-columns: 1fr;
  }

  .iss-ausstellung-skin-care .iss-ausstellung-hero__media {
    min-height: 58vh;
  }

  .iss-ausstellung-skin-care .iss-ausstellung-hero__shell {
    padding-top: 5.5rem;
  }

  .iss-ausstellung-care-album__grid {
    grid-template-columns: 1fr;
  }

  .iss-ausstellung-care-album__note,
  .iss-ausstellung-care-album__photo,
  .iss-ausstellung-care-album__photo:nth-child(n) {
    grid-column: auto;
  }
}
