.landing_page .landing_hero,.legal_page .legal_hero[style]{background-image:linear-gradient(135deg,rgba(247,245,240,.97),rgba(255,255,255,.86)),var(--landing-hero-image);background-position:center;background-size:cover;background-repeat:no-repeat}.landing_visuals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 34px}.landing_visual{position:relative;min-width:0;margin:0;overflow:hidden;border-radius:8px;background:#f7f5f0;border:1px solid #e4dfd5;aspect-ratio:4/3}.landing_visual img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.landing_visual:hover img{transform:scale(1.03)}.landing_visual figcaption{position:absolute;left:10px;right:10px;bottom:10px;padding:7px 10px;border-radius:999px;background:rgba(17,17,17,.78);color:#fff;font-size:13px;font-weight:800;line-height:1.2;text-align:center;backdrop-filter:blur(8px)}@media (max-width:991px){.landing_visuals{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.landing_page .landing_hero,.legal_page .legal_hero[style]{background-image:linear-gradient(135deg,rgba(247,245,240,.98),rgba(255,255,255,.9)),var(--landing-hero-mobile)}.landing_visuals{grid-template-columns:1fr;gap:12px;margin-bottom:28px}.landing_visual{aspect-ratio:16/11}.landing_visual figcaption{font-size:12px;white-space:normal;border-radius:8px}}
