/*
Theme Name: Bayside Block Theme
Theme URI: https://baysidecodev.com
Author: OpenClaw Development
Author URI: https://capaholdings.com
Description: Custom block theme for Bayside Construction - replaces Elementor Pro with native WordPress blocks for better performance and maintainability.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bayside-block-theme
Template: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles
*/

/* Custom CSS for minor adjustments not covered by theme.json */
.bayside-hero {
    min-height: 80vh;
}

.bayside-section {
    padding: 80px 0;
}

.bayside-feature-card {
    text-align: center;
    padding: 40px 30px;
    border-radius: 8px;
    background: var(--wp--preset--color--base);
}

.bayside-ceo-image {
    border-radius: 50%;
    max-width: 200px;
    margin: 0 auto;
}
