.gallery-hero-banner{width:100%;position:relative;overflow:hidden;background-color:var(--inv-cream)!important}.gallery-hero-flex{align-items:stretch;width:100%;display:flex;height:400px!important}.gallery-hero-left{z-index:5;flex-direction:column;flex:30%;justify-content:center;align-items:flex-start;display:flex;position:relative;padding:3.5rem 4rem 3.5rem 8%!important}.gallery-hero-title{font-family:var(--font-heading);background:linear-gradient(135deg, var(--inv-maroon) 0%, var(--inv-gold-dark) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;color:var(--inv-maroon)!important;text-shadow:none!important;margin-bottom:1.5rem!important;font-size:2.6rem!important;font-weight:600!important;line-height:1.25!important}.gallery-hero-desc{max-width:580px;color:var(--text-muted)!important;text-shadow:none!important;margin:0!important;font-size:1.15rem!important;line-height:1.7!important}.gallery-hero-right{background-color:#0000;flex:50%;position:relative;overflow:hidden}.gallery-hero-img-full{object-fit:cover;border-top-left-radius:180px;width:100%;height:100%;display:block;opacity:1!important}@media (max-width:992px){.gallery-hero-flex{flex-direction:column;height:auto!important}.gallery-hero-left{text-align:center;flex:100%;justify-content:flex-start;align-items:center;padding:.5rem 1rem!important}.gallery-hero-title{margin-bottom:.5rem!important;font-size:1.5rem!important}.gallery-hero-desc{margin:0 auto!important;font-size:.9rem!important;line-height:1.4!important}.gallery-hero-right{height:120px!important;padding:0 1rem 1rem!important}.gallery-hero-img-full{border-radius:var(--radius-lg);height:100%!important}}.modern-gallery-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.modern-gallery-item{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:var(--transition-normal);aspect-ratio:3/4;position:relative;overflow:hidden}.gallery-img-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.gallery-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.gallery-item-overlay{opacity:0;background:linear-gradient(#0000 0%,#0b2c5d33 40%,#0b2c5df2 100%);align-items:flex-end;padding:1.5rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.gallery-img-wrapper:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#0b2c5d8c 100%);height:40%;transition:opacity .4s;position:absolute;bottom:0;left:0;right:0}.modern-gallery-item:hover .gallery-img-wrapper:after{opacity:0}.gallery-item-info{width:100%;transition:transform .4s cubic-bezier(.25,.46,.45,.94);transform:translateY(20px)}.gallery-item-category{background-color:var(--accent-color);color:#fff;text-transform:uppercase;border-radius:4px;margin-bottom:.5rem;padding:.3rem .8rem;font-size:.7rem;font-weight:700;display:inline-block}.gallery-item-title{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.2}.gallery-item-date{color:#fffc;align-items:center;font-size:.8rem;display:flex}.modern-gallery-item:hover{box-shadow:var(--shadow-premium);z-index:10;transform:translateY(-5px)}.modern-gallery-item:hover .gallery-img-wrapper img{transform:scale(1.1)}.modern-gallery-item:hover .gallery-item-overlay{opacity:1}.modern-gallery-item:hover .gallery-item-info{transform:translateY(0)}@media (max-width:1024px){.modern-gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.modern-gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item-overlay{opacity:1;background:linear-gradient(#0000 30%,#0b2c5de6 100%)}.gallery-item-info{transform:translateY(0)}}@media (max-width:480px){.modern-gallery-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.modern-gallery-item{aspect-ratio:1}}
