.exhibition-cutout.exhibition-cover{display:block;aspect-ratio:10/7;min-height:0;width:100%;overflow:hidden;isolation:isolate}
.exhibition-cutout .exhibition-scene{position:absolute;inset:0;width:100%;height:100%;display:block;pointer-events:none;overflow:hidden}
.exhibition-panels{fill:var(--red)}
.exhibition-poster-type{fill:#1c1111;font-family:var(--font);font-size:91px;letter-spacing:-5px}
.exhibition-poster-type .poster-italic{font-family:var(--serif);font-style:italic;font-size:109px;letter-spacing:-3px}
.exhibition-poster-type .poster-meta{font-size:11px;letter-spacing:.7px}
.exhibition-emerging-hand{filter:drop-shadow(3px 4px 4px #0003)}
.exhibition-ink{stroke:#f4f4ef;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.exhibition-ink path{visibility:hidden;stroke-dasharray:1;stroke-dashoffset:1;transition:none;animation:none}
.exhibition-project.in-view .exhibition-ink path{visibility:visible;animation:exhibition-line-draw .5s linear forwards}
@keyframes exhibition-line-draw{0%{stroke-dashoffset:1}80%{stroke-dashoffset:.1}100%{stroke-dashoffset:0}}
.exhibition-cutout .exhibition-side{position:absolute;inset:4.7% auto 4% 0;width:31%;height:auto;min-height:0;display:flex;flex-direction:column;align-items:flex-start;padding:0;z-index:2}
.exhibition-cutout .exhibition-side>.eyebrow{position:static;width:auto;font-size:12px}
.exhibition-cutout .exhibition-side h3{font-size:clamp(28px,4.5vw,72px);margin:auto 0 22px;line-height:1;letter-spacing:-.055em}
.exhibition-cutout .exhibition-side p{text-align:left;font-size:14px;line-height:1.5;margin:0;max-width:90%;padding:0}
.exhibition-cutout .exhibition-arrow{display:none}
@media(max-width:900px){.exhibition-cutout .exhibition-side h3{font-size:clamp(25px,4.5vw,42px);margin-bottom:16px}.exhibition-cutout .exhibition-side>.eyebrow{font-size:10px}.exhibition-cutout .exhibition-side p{font-size:12px}}
@media(max-width:600px){.exhibition-cutout .exhibition-side{inset:5% auto 4% 0;width:32%}.exhibition-cutout .exhibition-side h3{font-size:clamp(18px,4.9vw,29px);margin:auto 0 10px;line-height:1.05}.exhibition-cutout .exhibition-side>.eyebrow{display:none}.exhibition-cutout .exhibition-side p{font-size:10px;line-height:1.4;max-width:100%}.exhibition-poster-type{font-size:82px}.exhibition-poster-type .poster-italic{font-size:95px}}
@media(prefers-reduced-motion:reduce){.exhibition-ink path,.exhibition-project.in-view .exhibition-ink path{visibility:visible;stroke-dashoffset:0;transition:none;animation:none}}

/* Poster artwork keeps native SVG type and the existing clipped panel geometry. */
.exhibition-design-art{font-family:var(--font);fill:#171714}
.exhibition-design-art .design-serif{font-family:var(--serif)}

/* Bauhaus labels use the site font and the original panel geometry. */
.exhibition-header-art{font-family:var(--font);fill:#171714}
