.vl24-gallery{
position:relative;
overflow:hidden;
}
.vl24-gallery-bg{
position:absolute;
inset:0;
background-size:cover;
background-position:center;
z-index:0;
}
.vl24-gallery > .container{
position:relative;
z-index:2;
} .vl24-gallery-filters{
display:flex;
gap:12px;
margin:30px 0 40px;
flex-wrap:wrap;
}
.vl24-gallery-filter{
border:1px solid #ddd;
background:#fff;
padding:10px 18px;
border-radius:999px;
cursor:pointer;
transition:.25s;
}
.vl24-gallery-filter.active{
background:#111;
color:#fff;
border-color:#111;
} .vl24-gallery-grid{
column-gap:24px;
} .vl24-gallery-grid.cols-1{ column-count:1; }
.vl24-gallery-grid.cols-2{ column-count:2; }
.vl24-gallery-grid.cols-3{ column-count:3; }
.vl24-gallery-grid.cols-4{ column-count:4; } .vl24-gallery-item{
break-inside:avoid;
margin-bottom:24px;
} .vl24-gallery{
position:relative;
padding:80px 0;
overflow:hidden;
} .vl24-gallery-bg{
position:absolute;
inset:0;
background-size:cover;
background-position:center;
background-repeat:no-repeat;
z-index:0;
} .vl24-gallery-overlay{
position:absolute;
inset:0;
background:
linear-gradient(
to bottom,
rgba(255,255,255,.65),
rgba(255,255,255,.45),
rgba(255,255,255,.25)
);
backdrop-filter: blur(18px) saturate(150%);
-webkit-backdrop-filter: blur(18px);
z-index:1;
} .vl24-gallery .container{
position:relative;
z-index:2;
} .vl24-gallery-head{
max-width:900px;
margin:0 auto 60px;
text-align:center;
}
.vl24-gallery-title{
font-size:44px;
font-weight:900;
letter-spacing:-.02em;
}
.vl24-gallery-text{
margin-top:12px;
opacity:.8;
} .vl24-gallery-filters{
display:flex;
justify-content:center;
gap:12px;
flex-wrap:wrap;
margin-bottom:50px;
}
.vl24-gallery-filter{
border-radius:999px;
padding:10px 22px;
font-weight:700;
font-size:14px;
background: rgba(255,255,255,.35);
border:1px solid rgba(15,23,42,.08);
backdrop-filter: blur(12px);
cursor:pointer;
transition:.25s;
}
.vl24-gallery-filter:hover{
transform:translateY(-2px);
}
.vl24-gallery-filter.active{
background:#0f172a;
color:#fff;
border-color:#0f172a;
} .vl24-gallery-card-block{
margin-bottom:80px;
}
.vl24-gallery-card-title{
font-size:28px;
font-weight:900;
margin-bottom:10px;
}
.vl24-gallery-card-text{
max-width:700px;
opacity:.8;
margin-bottom:30px;
} .vl24-gallery-item{
display:block;
position:relative;
border-radius:22px;
overflow:hidden;
background:#fff;
box-shadow:
0 18px 60px rgba(0,0,0,.08);
transition:.3s;
} .vl24-gallery-item:hover{
transform:translateY(-6px);
box-shadow:
0 28px 90px rgba(0,0,0,.18);
} .vl24-gallery-item img{
width:100%;
display:block;
object-fit:cover;
} .vl24-gallery-arrow{
position:absolute;
top:16px;
right:16px;
width:42px;
height:42px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:rgba(15,23,42,.85);
color:#fff;
opacity:0;
transition:.25s;
}
.vl24-gallery-item:hover .vl24-gallery-arrow{
opacity:1;
} .vl24-gallery{
position:relative;
padding:110px 0 130px;
overflow:hidden;
isolation:isolate;
} .vl24-gallery > *{
position:relative;
z-index:2;
} .vl24-gallery-filters{
display:flex;
gap:14px;
justify-content:center;
margin:40px 0 60px;
}
.vl24-gallery-filter{
height:46px;
padding:0 28px;
border-radius:999px;
border:1px solid rgba(15,23,42,.12);
background:rgba(255,255,255,.45);
backdrop-filter:blur(12px);
font-weight:700;
cursor:pointer;
transition:.2s;
}
.vl24-gallery-filter:hover{
transform:translateY(-1px);
}
.vl24-gallery-filter.active{
background:#0f172a;
color:#fff;
border-color:#0f172a;
} .vl24-gallery{
position:relative;
padding:110px 0 40px;
overflow:hidden;
isolation:isolate;
} .vl24-gallery-bg{
position:absolute;
inset:0;
background-size:cover;
background-position:center;
background-repeat:no-repeat;
z-index:-2; } .vl24-gallery-overlay{
position:absolute;
inset:0px 0 0 0; background: linear-gradient(
to bottom,
rgba(255,255,255,.55) 0%,
rgba(255,255,255,.38) 45%,
rgba(255,255,255,.18) 70%,
rgba(255,255,255,.05) 100%
);
backdrop-filter: blur(18px) saturate(150%);
-webkit-backdrop-filter: blur(18px);
z-index:-1; } .vl24-gallery .container{
position:relative;
z-index:2;
}  .vl24-gallery .vl24-gallery-text{
font-size:16px;
line-height:1.7;
color:#475569;
max-width:720px;
margin:0 auto;
} .vl24-gallery-card-title{
font-size:28px;
font-weight:800;
color:#0f172a;
letter-spacing:-.01em;
} .vl24-gallery-card-text{
color:#475569;
line-height:1.6;
} .vl24-gallery-card-block{
position:relative;
padding:40px;
margin-bottom:80px;
border-radius:28px; background: var(--apt-dark-bg);
border:1px solid var(--apt-dark-border);
box-shadow: var(--apt-dark-shadow);
color:#fff;
overflow:hidden;
isolation:isolate;
} .vl24-gallery-card-block::before{
content:"";
position:absolute;
inset:-40%;
background:
radial-gradient(
circle at 50% 0%,
rgba(201,161,90,.25),
transparent 60%
);
pointer-events:none;
z-index:0;
} .vl24-gallery-card-block::after{
content:"";
position:absolute;
inset:0;
background-image:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");
mix-blend-mode:overlay;
pointer-events:none;
} .vl24-gallery-card-block > *{
position:relative;
z-index:2;
} .vl24-gallery-card-title{
color:#fff;
font-size:28px;
font-weight:900;
}
.vl24-gallery-card-text{
color:rgba(255,255,255,.75);
} .vl24-gallery-item{
border-radius:20px;
overflow:hidden;
border:1px solid rgba(255,255,255,.12);
box-shadow:0 18px 60px rgba(0,0,0,.35);
} .vl24-gallery-item:hover{
transform:translateY(-6px);
box-shadow:0 28px 90px rgba(0,0,0,.55);
} @media (max-width:768px){
.vl24-gallery-filters{
flex-wrap:nowrap;
overflow-x:auto;
overflow-y:hidden;
justify-content:flex-start;
gap:10px;
padding-bottom:6px;
-webkit-overflow-scrolling:touch;
scroll-snap-type:x mandatory;
}
.vl24-gallery-filters::-webkit-scrollbar{
display:none;
}
.vl24-gallery-filter{
flex:0 0 auto;
scroll-snap-align:start;
height:42px;
padding:0 18px;
font-size:13px;
}
} @media (max-width:768px){
.vl24-gallery-card-block{
padding:22px;
border-radius:24px;
margin-bottom:40px;
}
.vl24-gallery-card-title{
font-size:22px;
}
.vl24-gallery-card-text{
font-size:14px;
margin-bottom:20px;
}
} @media (max-width:768px){ .vl24-gallery-grid{
column-count:unset !important;
} .vl24-gallery-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px;
} .vl24-gallery-item img{
aspect-ratio: 4/3;
object-fit:cover;
}
} @media (max-width:768px){
.vl24-gallery-title{
font-size:32px;
}
.vl24-gallery-head{
margin-bottom:30px;
}
} .vl24-gallery .vl24-eyebrow-pill{
background:rgba(255,255,255,.65);
border:1px solid var(--brand-primary);
backdrop-filter:blur(12px);
margin-bottom:18px;
}
.vl24-gallery .hero-eyebrow{
color:#111;
} .vl24-gallery .vl24-gallery-title{
font-family:"Outfit",sans-serif;
font-weight:600;
font-size:clamp(36px,4vw,56px);
line-height:1.1;
letter-spacing:-0.02em;
margin:0 0 16px;
background:linear-gradient(
90deg,
#111 0%,
#111 3%,
#2a3a12 5%,
var(--brand-primary) 50%,
#2a3a12 70%,
#111 90%
);
-webkit-background-clip:text;
background-clip:text;
-webkit-text-fill-color:transparent;
animation:none !important; } .vl24-gallery .vl24-gallery-text{
max-width:680px;
font-family:"Inter",sans-serif;
font-size:18px;
line-height:1.65;
color:#111; opacity:.75;
margin:0 0 30px;
} .vl24-gallery-head{
text-align:left;
margin:0 0 60px;
}
.vl24-gallery-filters{
justify-content:flex-start;
}