.home-gallery{max-width:80rem;margin:0 auto;padding:0 1.25rem}@media (min-width:800px){.home-gallery{padding:0 2rem}}@media (min-width:0){.home-gallery{margin-top:3rem}}@media (min-width:1024px){.home-gallery{margin-top:4rem}}.home-gallery__title{color:#1b3066;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700;line-height:1.3}@media (min-width:800px){.home-gallery__title{font-size:1.75rem}}.home-gallery__bento{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:600px){.home-gallery__bento{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (min-width:960px){.home-gallery__bento{grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;gap:1rem}}.home-gallery__card{cursor:pointer;background:#fff;border:1px solid #e8e8e8;border-radius:14px;transition:transform .25s,box-shadow .25s;overflow:hidden}.home-gallery__card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.home-gallery__card-img{width:100%;height:100%;min-height:180px;position:relative;overflow:hidden}.home-gallery__card-img img{transition:transform .4s}.home-gallery__card:hover .home-gallery__card-img img{transform:scale(1.03)}.home-gallery__card-overlay{pointer-events:none;background:linear-gradient(#0000 40%,#0009 100%);position:absolute;inset:0}@media (min-width:960px){.home-gallery__card--lg{grid-area:span 2/span 2}.home-gallery__card--tall{grid-row:span 2}.home-gallery__card--wide{grid-column:span 2}}.home-gallery__play{opacity:0;z-index:2;background:linear-gradient(135deg,#1b3066,#243d80);border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:opacity .25s,transform .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 16px #0000004d}.home-gallery__card:hover .home-gallery__play{opacity:1;transform:translate(-50%,-50%)scale(1.05)}.home-gallery__play svg{margin-left:2px}.home-gallery__card-info{z-index:2;padding:1rem 1.25rem;position:absolute;bottom:0;left:0;right:0}.home-gallery__card-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#fff3;border-radius:4px;margin-bottom:4px;padding:2px 8px;font-size:.625rem;font-weight:600;display:inline-block}.home-gallery__card-title{color:#fff;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}@media (min-width:960px){.home-gallery__card--lg .home-gallery__card-title{font-size:1rem}}.home-gallery__footer{justify-content:center;margin-top:1.5rem;display:flex}.home-gallery__see-more{color:#1b8a4e;border:1px solid #1b8a4e;border-radius:8px;align-items:center;gap:6px;padding:8px 20px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.home-gallery__see-more:hover{color:#fff;background:#1b8a4e}.home-gallery__empty{text-align:center;color:#999;background:#f8f9fa;border-radius:14px;margin:0;padding:3rem 2rem;font-weight:600}
