/*
Theme Name: Melton Scrap Recycling
Theme URI: https://meltonscraprecycling.com.au
Author: Skyanta
Author URI: https://skyanta.com.au
Description: Premium dark industrial WordPress theme for Melton Scrap Recycling — Melbourne's trusted scrap metal and recycling experts. Featuring GSAP animations, glassmorphism UI, Swiper gallery, and Lenis smooth scroll.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: melton-scrap
Tags: dark, industrial, recycling, premium, one-page, gsap, glassmorphism
*/

/* =============================================
   BASE RESET — full styles live in assets/css/main.css
   ============================================= */

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: auto; /* Lenis handles smooth scroll */
}

body {
    background-color: #0d0d0d;
    color: #f8fafc;
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}
