.ml-gallery--light{background:var(--ml-bg)}.ml-gallery--soft{background:var(--ml-bg-lilac)}.ml-gallery__inner{display:flex;flex-direction:column;gap:48px;padding-bottom:var(--band-pb,120px);padding-top:var(--band-pt,120px)}.ml-gallery__head{display:flex;flex-direction:column;gap:18px;max-width:790px}.ml-gallery__head--center{align-items:center;align-self:center;text-align:center}.ml-gallery__eyebrow{margin:0}.ml-gallery__title{color:var(--ml-navy-deep);font-size:var(--ml-fs-42);font-weight:700;line-height:var(--ml-lh-47);margin:0}.ml-gallery__grid{display:grid;gap:32px 24px;list-style:none;margin:0;padding:0}.ml-gallery__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.ml-gallery__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.ml-gallery__grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.ml-gallery__figure{display:flex;flex-direction:column;height:100%;margin:0}.ml-gallery__media{background:color-mix(in srgb,var(--ml-navy-deep) 8%,var(--ml-bg));display:block;overflow:hidden}.ml-gallery__media--1-1{aspect-ratio:1/1}.ml-gallery__media--4-3{aspect-ratio:4/3}.ml-gallery__media--3-4{aspect-ratio:3/4}.ml-gallery__media img{display:block;height:100%;object-fit:cover;width:100%}.ml-gallery__panel{align-items:flex-start;background:var(--ml-card-plum);display:flex;flex:1;gap:16px;justify-content:space-between;padding:22px 24px}.ml-gallery__panel-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.ml-gallery__name{color:var(--ml-bg);font-size:var(--ml-fs-20);font-weight:700}.ml-gallery__role{color:var(--ml-accent-soft);font-size:var(--ml-fs-15);font-weight:700}.ml-gallery__text{color:color-mix(in srgb,var(--ml-bg) 88%,transparent);font-size:var(--ml-fs-15);line-height:1.65;margin-top:6px}.ml-gallery__arrow{align-items:center;background:var(--ml-red);color:var(--ml-bg);display:inline-flex;flex:0 0 auto;font-size:var(--ml-fs-18);height:40px;justify-content:center;margin-top:2px;text-decoration:none;transition:background-color .15s ease;width:40px}.ml-gallery__arrow:focus-visible,.ml-gallery__arrow:hover{background:var(--ml-red-hover);color:var(--ml-bg)}@media (max-width:991px){.ml-gallery__grid--3,.ml-gallery__grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.ml-gallery__inner{gap:32px;padding-bottom:var(--band-pb-sm,64px);padding-top:var(--band-pt-sm,64px)}.ml-gallery__grid--2,.ml-gallery__grid--3{grid-template-columns:1fr}.ml-gallery__grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.ml-gallery__title{font-size:clamp(1.75rem,8vw,var(--ml-fs-42));line-height:1.12}}