.starter-gallery-filters{display:flex;justify-content:center;gap:10px;margin-bottom:30px;flex-wrap:wrap}.starter-gallery-filter{background:#fff;border:1px solid #e5e7eb;color:#4b5563;padding:8px 24px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.3s ease}.starter-gallery-filter:hover{background:#f3f4f6}.starter-gallery-filter.active{background:var(--st-primary,#4f46e5);color:#fff;border-color:var(--st-primary,#4f46e5);box-shadow:0 4px 10px rgb(79 70 229 / .3)}.starter-gallery-item{position:relative;overflow:hidden;border-radius:12px;break-inside:avoid;margin-bottom:24px;transform:translateY(0);transition:transform 0.3s ease,opacity 0.3s ease;cursor:pointer}.starter-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.7s cubic-bezier(.25,.8,.25,1)}.starter-gallery-item:hover img{transform:scale(1.1)}.starter-gallery--masonry{column-count:1;column-gap:24px}@media (min-width:768px){.starter-gallery--masonry{column-count:2}}@media (min-width:1024px){.starter-gallery--masonry{column-count:3}}.starter-gallery--masonry .starter-gallery-overlay{position:absolute;inset:0;background:rgb(0 0 0 / .3);opacity:0;transition:opacity 0.3s ease;display:flex;align-items:center;justify-content:center}.starter-gallery-item:hover .starter-gallery-overlay{opacity:1}.starter-gallery-icon{color:#fff;font-size:24px;transform:translateY(20px);transition:transform 0.4s ease}.starter-gallery-item:hover .starter-gallery-icon{transform:translateY(0)}.starter-gallery--filterable{display:grid;grid-template-columns:repeat(1,1fr);gap:24px}@media (min-width:768px){.starter-gallery--filterable{grid-template-columns:repeat(3,1fr)}}.starter-gallery--filterable .starter-gallery-item{margin-bottom:0;aspect-ratio:1 / 1;background:#f3f4f6}.starter-gallery-content-overlay{position:absolute;inset:12px;background:rgb(30 27 75 / .85);backdrop-filter:blur(4px);opacity:0;border-radius:8px;transition:all 0.3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.starter-gallery-item:hover .starter-gallery-content-overlay{opacity:1}.starter-gallery-title{color:#fff;font-size:18px;font-weight:700;margin:0 0 4px 0;transform:translateY(10px);transition:transform 0.3s ease}.starter-gallery-cat-label{color:#a5b4fc;font-size:12px;text-transform:uppercase;letter-spacing:.05em;font-weight:600;transform:translateY(10px);transition:transform 0.3s ease 0.1s}.starter-gallery-item:hover .starter-gallery-title,.starter-gallery-item:hover .starter-gallery-cat-label{transform:translateY(0)}.starter-gallery--metro{display:grid;grid-template-columns:repeat(1,1fr);gap:16px;grid-auto-rows:200px}@media (min-width:768px){.starter-gallery--metro{grid-template-columns:repeat(4,1fr)}}.starter-gallery-span-1{grid-column:span 1;grid-row:span 1}.starter-gallery-span-2-1{grid-column:span 1;grid-row:span 1}@media (min-width:768px){.starter-gallery-span-2-1{grid-column:span 2;grid-row:span 1}}.starter-gallery-span-1-2{grid-column:span 1;grid-row:span 1}@media (min-width:768px){.starter-gallery-span-1-2{grid-column:span 1;grid-row:span 2}}.starter-gallery-span-2-2{grid-column:span 1;grid-row:span 1}@media (min-width:768px){.starter-gallery-span-2-2{grid-column:span 2;grid-row:span 2}}.starter-gallery--metro .starter-gallery-item{height:100%;margin-bottom:0}.starter-gallery-gradient-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(0 0 0 / .8),transparent 60%);opacity:0;transition:opacity 0.3s ease;display:flex;flex-direction:column;justify-content:flex-end;padding:24px}.starter-gallery-item:hover .starter-gallery-gradient-overlay{opacity:1}.starter-gallery-metro-title{color:#fff;font-size:16px;font-weight:700;transform:translateY(10px);transition:transform 0.3s ease}.starter-gallery-item:hover .starter-gallery-metro-title{transform:translateY(0)}.starter-hidden{display:none!important}.starter-fade-in{animation:starterFadeIn 0.5s ease forwards}@keyframes starterFadeIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.starter-gallery-filters--luxury{border-bottom:1px solid #e5e7eb;padding-bottom:30px;gap:40px}.starter-gallery-filter--luxury{background:#fff0;border:none;border-radius:0;padding:10px 0;font-family:serif;text-transform:uppercase;letter-spacing:.2em;font-size:13px;color:#9ca3af;position:relative;font-weight:400}.starter-gallery-filter--luxury:hover{background:#fff0;color:#000}.starter-gallery-filter--luxury.active{color:#000;background:#fff0;box-shadow:none}.starter-gallery-filter--luxury::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:1px;background:#000;transition:all 0.5s ease;transform:translateX(-50%)}.starter-gallery-filter--luxury.active::after{width:50%}.starter-gallery-filter--luxury:hover::after{width:25%}.starter-gallery--luxury{display:grid;grid-template-columns:repeat(1,1fr);gap:40px}@media (min-width:768px){.starter-gallery--luxury{grid-template-columns:repeat(3,1fr)}}.starter-gallery-item--luxury{border-radius:0;margin-bottom:0;background:#fff0}.starter-gallery-image-wrapper--luxury{aspect-ratio:4 / 5;overflow:hidden}.starter-gallery-item--luxury img{transition:transform 1.2s cubic-bezier(.25,.8,.25,1)}.starter-gallery-content--luxury{margin-top:15px;text-align:center}.starter-gallery-cat-label--luxury{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.3em;color:#9ca3af;margin-bottom:5px}.starter-gallery-title--luxury{font-family:serif;font-style:italic;font-size:18px;color:#111827;margin:0}