/* Custom styles beyond Tailwind */

/* Smooth scroll offset for fixed nav */
section[id] {
    scroll-margin-top: 80px;
}

/* Subtle gradient accent line */
.gradient-accent {
    background: linear-gradient(90deg, transparent, rgba(20, 184, 166, 0.3), transparent);
    height: 1px;
}

/* Reduced motion for reveal */
@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
