/* Myers Builders Group — shared custom styles
 * Single source for custom classes used across the site, so any update
 * (including mobile/responsive tweaks) propagates to every page at once.
 */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
.lift-hover {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.lift-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0px 20px 40px rgba(11, 45, 68, 0.08);
}
.stagger-line::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #7b5800;
    margin-top: 1.5rem;
}
