.lumatica-content{padding:clamp(2rem,5vw,5rem) 0 var(--space)}
.lumatica-content-grid{width:var(--page);margin-inline:auto;display:grid;gap:var(--space)}
.lumatica-content-item{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,5vw,6rem);align-items:center}
.lumatica-content-item:nth-child(odd) .lumatica-content-picture{order:1}
.lumatica-content-item:nth-child(odd) .lumatica-content-copy{order:2}
.lumatica-content-item:nth-child(even) .lumatica-content-picture{order:2}
.lumatica-content-item:nth-child(even) .lumatica-content-copy{order:1}
.lumatica-content-picture{overflow:hidden;aspect-ratio:16/9}
.lumatica-content-picture img{width:100%;height:100%;object-fit:cover}
.lumatica-content-copy{min-width:0}
.lumatica-content-header{text-align:center;font-size:clamp(1.75rem,3vw,2.6rem);font-weight:650;line-height:1.08;letter-spacing:-.025em}
.lumatica-content-text{margin-top:1rem;color:var(--muted);font-size:1rem;line-height:1.7}
.lumatica-content-text+.lumatica-content-text{margin-top:1rem}
.lumatica-content-finale{display:block;width:var(--page);margin:var(--space) auto 0;text-align:center;font-size:clamp(1.15rem,2.55vw,3rem);font-weight:600;line-height:1.04;letter-spacing:-.035em;white-space:nowrap}
@media(max-width:48rem){.lumatica-content-finale{font-size:clamp(2rem,10vw,3rem);white-space:normal;text-wrap:balance}}
@media(max-width:48rem){.lumatica-content-grid{gap:clamp(3rem,12vw,5rem)}.lumatica-content-item{grid-template-columns:1fr;gap:1.5rem}.lumatica-content-item .lumatica-content-picture,.lumatica-content-item:nth-child(even) .lumatica-content-picture{order:1}.lumatica-content-item .lumatica-content-copy,.lumatica-content-item:nth-child(even) .lumatica-content-copy{order:2}}
