/* Kalterro Custom Template Styles */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
    display: inline-block;
}
.masonry-item:nth-child(even) { 
    margin-top: 40px; 
}
@media (max-width: 768px) {
    .masonry-item:nth-child(even) {
        margin-top: 0;
    }
}
.ambient-shadow { 
    box-shadow: 0 20px 40px -15px rgba(27, 48, 34, 0.08); 
}
.hero-gradient { 
    background: linear-gradient(to bottom, rgba(6, 27, 14, 0.4), rgba(6, 27, 14, 0.7)); 
}
.reveal { 
    opacity: 0; 
    transform: translateY(20px); 
    transition: all 0.6s ease-out; 
}
.reveal.active { 
    opacity: 1; 
    transform: translateY(0); 
}
.garden-texture {
    background-image: radial-gradient(circle at 2px 2px, #1b3022 1px, transparent 0);
    background-size: 40px 40px;
    opacity: 0.03;
}
.organic-shape {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
.project-card-shadow {
    box-shadow: 0 4px 20px -2px rgba(27, 48, 34, 0.08);
}
.project-card-shadow:hover {
    box-shadow: 0 12px 30px -4px rgba(27, 48, 34, 0.12);
}
.hover-lift {
    transition: all 0.3s ease;
}
.hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px -15px rgba(27, 48, 34, 0.12);
}
