.hero-cluster{display:grid;grid-template-columns:47fr 53fr;align-items:stretch}.hero-cluster__panel{display:flex;align-items:center;padding:var(--spacing-section) var(--spacing-gutter)}.hero-cluster__copy{margin-inline:auto;width:min(100%,calc(var(--spacing-container) * .42))}.hero-cluster__headline{margin-bottom:1.5rem;max-width:13ch}.hero-cluster__sub{margin-bottom:2.5rem;max-width:46ch}.hero-cluster__canvas{position:relative;overflow:hidden}.hero-cluster__collage{position:absolute;inset:0}.hero-cluster__figure{position:absolute;overflow:hidden}.hero-cluster__image{object-fit:cover}.hero-cluster__caption{position:absolute;inset-inline:0;bottom:0;font-family:var(--brand-font-body);font-size:var(--text-body-sm);color:var(--surface-fg-muted);padding:.5rem}.hero-cluster__figure--1{left:9%;top:14%;width:47%;aspect-ratio:1/1.02;border:.9rem solid var(--brand-primary)}.hero-cluster__figure--2{right:4%;top:2%;width:30%;aspect-ratio:1.05/1;border:.75rem solid var(--brand-background)}.hero-cluster__figure--3{right:-4%;bottom:8%;width:50%;aspect-ratio:1.42/1;border:.75rem solid var(--brand-background);z-index:1}.hero-cluster__figure--4{left:4%;bottom:4%;width:22%;aspect-ratio:1/1;border:.75rem solid var(--brand-background);z-index:2}@media (max-width:1100px){.hero-cluster__copy{width:100%}}@media (max-width:900px){.hero-cluster{grid-template-columns:1fr;min-height:0!important}.hero-cluster__panel{padding-block:calc(var(--spacing-section) * .8)}.hero-cluster__canvas{padding:var(--spacing-gutter)}.hero-cluster__collage{position:static;display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--spacing-gap);gap:var(--spacing-gap)}.hero-cluster__figure{position:relative;inset:auto;width:100%;border-width:.5rem}.hero-cluster__figure--1{grid-column:1/-1;aspect-ratio:4/3}.hero-cluster__figure--2,.hero-cluster__figure--3,.hero-cluster__figure--4{aspect-ratio:1/1}}