/*
Theme Name: AL Construction
Theme URI: https://alconstruction.com
Author: AL Construction
Author URI: https://alconstruction.com
Description: Premium construction and landscaping WordPress theme. Engineered Nature.
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: al-construction
Tags: construction, landscaping, business, one-page
*/

/* Base reset — Tailwind handles most styling via CDN in header */
*, *::before, *::after { box-sizing: border-box; }

body {
    margin: 0;
    background-color: #f8f9ff;
    color: #0b1c30;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* Organic image masks */
.mask-organic {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
.mask-organic-alt {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

/* Material Symbols */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* Mobile menu */
#mobile-menu { display: none; }
#mobile-menu.open { display: flex; }

/* WP alignment classes */
.alignleft { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }
.aligncenter { display: block; margin: 0 auto; }
