.gallery-main{min-height:100vh}.gallery-hero{padding:84px 0 54px;background:radial-gradient(circle at 75% 30%,rgba(208,160,62,.18),transparent 34%),linear-gradient(135deg,#06162b,#0a2747);color:#fff}.gallery-hero h1{font-size:clamp(2rem,5vw,4rem);margin:.5rem 0}.gallery-hero p{max-width:850px;font-size:1.08rem;line-height:1.8;color:#dce6ef}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:22px}.gallery-card,.feature-card{border:1px solid rgba(194,145,48,.45);background:#fff;border-radius:16px;overflow:hidden;padding:0;cursor:pointer;box-shadow:0 12px 35px rgba(0,0,0,.1);transition:.2s}.gallery-card:hover,.feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 42px rgba(0,0,0,.16)}.gallery-card img{width:100%;display:block;aspect-ratio:2/3;object-fit:cover;object-position:top}.gallery-card span{display:block;padding:12px;font-weight:800;color:#0a2747}.feature-grid{display:grid;grid-template-columns:1fr 1.45fr;gap:24px}.feature-card{text-align:left}.feature-card img{width:100%;display:block;aspect-ratio:1/1;object-fit:contain;background:#07182e}.feature-card:nth-child(2) img{aspect-ratio:16/9;background:#f7f5f0}.feature-card h3,.feature-card p{margin:14px 18px}.feature-card p{margin-top:-5px;margin-bottom:20px;color:#52606d}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;z-index:9999;padding:24px}.lightbox.open{display:flex}.lightbox img{max-width:96vw;max-height:94vh;object-fit:contain}.lightbox-close{position:fixed;top:15px;right:22px;border:0;background:rgba(255,255,255,.16);color:white;width:48px;height:48px;border-radius:50%;font-size:34px;cursor:pointer}@media(max-width:760px){.feature-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px}.gallery-hero{padding-top:60px}}
