/*
Theme Name: CBB Bento 2026
Theme URI: https://cleanbabybooty.com
Author: CBB Architect
Description: Custom 2026 Bento Grid Block Theme for Clean Baby Booty.
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Version: 1.0
Text Domain: cbb-bento
Tags: block-patterns, block-theme, e-commerce, custom-colors
*/

/* Custom CSS is no longer needed here. Everything is handled by theme.json */

<!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"0","left":"0"}}},"className":"cbb-hero-split-bento","align":"full"} -->
<div class="wp-block-columns alignfull cbb-hero-split-bento" style="gap:0">
    <!-- wp:column {"width":"50%"} -->
    <div class="wp-block-column" style="flex-basis:50%">
        <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|80","right":"var:preset|spacing|80","bottom":"var:preset|spacing|80","left":"var:preset|spacing|80"}}},"layout":{"type":"constrained","contentSize":"700px"}} -->
        <div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--80);padding-right:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--80)">
            <!-- wp:heading {"level":1,"style":{"typography":{"fontSize":"var:preset|font-size|extra-huge"}}} -->
            <h1 class="wp-block-heading" style="font-size:var(--wp--preset--font-size--extra-huge)">Modern, Convenient, Simple.</h1>
            <!-- /wp:heading -->

            <!-- wp:paragraph {"fontSize":"large"} -->
            <p class="has-large-font-size">Discover Clean Baby Booty: where eco-friendly meets ultra-soft for your little one's delicate skin. Simplify your routine with our premium, sustainable essentials.</p>
            <!-- /wp:paragraph -->

            <!-- wp:buttons {"layout":{"type":"flex","justifyContent":"left"}} -->
            <div class="wp-block-buttons">
                <!-- wp:button {"backgroundColor":"primary-brand-green","textColor":"crisp-white","className":"is-style-fill"} -->
                <div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-crisp-white-color has-primary-brand-green-background-color has-text-color has-background wp-element-button" href="/shop">Shop Now</a></div>
                <!-- /wp:button -->
            </div>
            <!-- /wp:buttons -->
        </div>
        <!-- /wp:group -->
    </div>
    <!-- /wp:column -->

    <!-- wp:column {"width":"50%"} -->
    <div class="wp-block-column" style="flex-basis:50%">
        <!-- wp:image {"id":123,"url":"https://cleanbabybooty.com/wp-content/uploads/2023/11/placeholder-hero-image.jpg","alt":"A smiling baby with a Clean Baby Booty product","aspectRatio":"1/1","scale":"cover","sizeSlug":"large","linkDestination":"none","style":{"border":{"radius":"44px"}}} -->
        <figure class="wp-block-image size-large"><img src="https://cleanbabybooty.com/wp-content/uploads/2023/11/placeholder-hero-image.jpg" alt="A smiling baby with a Clean Baby Booty product" style="border-radius:44px;aspect-ratio:1/1;object-fit:cover;"/></figure>
        <!-- /wp:image -->
    </div>
    <!-- /wp:column -->
</div>
<!-- /wp:columns -->