/*
Theme Name: Marble St PRO
Author: Local Starter Themes
Author URI: https://localstarterthemes.com
Description: A premium monochromatic block theme for local venues — coffee shops, tea houses, hookah lounges, billiard clubs, cocktail bars, bakeries, cafes, and neighborhood restaurants. Includes 6 full-page homepage designs, 20+ block patterns, high-contrast typography, and zero clutter. Built entirely with WordPress blocks — no custom CSS required.
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
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: marble-st-pro
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, wide-blocks, block-styles, food-and-drink, restaurant
*/

/* =============================================
   STICKY FOOTER
   ============================================= */
.wp-site-blocks {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wp-site-blocks > footer {
    margin-block-start: 0 !important;
}

.wp-site-blocks > .wp-block-group {
    margin-bottom: auto !important;
}

/* =============================================
   BUTTON HOVER — LIFT EFFECT
   ============================================= */
.wp-element-button,
.wp-block-button__link {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wp-element-button:hover,
.wp-block-button__link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.wp-element-button:active,
.wp-block-button__link:active {
    transform: translateY(1px);
    box-shadow: none;
}

/* =============================================
   TEXT WRAP BALANCE
   ============================================= */
.is-style-ms-text-balance {
    text-wrap: balance !important;
}

/* =============================================
   REVERSE COLUMNS ON MOBILE
   ============================================= */
@media (max-width: 767px) {
    .is-style-ms-flip-mobile .wp-block-column:first-child {
        order: 2;
    }
}

/* =============================================
   MOBILE UTILITY CLASSES
   ============================================= */
@media (max-width: 767px) {
    /* Hide on mobile */
    .ms-hide { display: none !important; }

    /* Column ordering */
    .ms-order-1 { order: 1 !important; }
    .ms-order-2 { order: 2 !important; }
    .ms-order-3 { order: 3 !important; }

    /* Remove float and inline margin */
    .ms-float-none { float: none !important; margin-inline-start: 0 !important; }

    /* Hide <br> line breaks */
    .ms-no-br br { display: none; }

    /* Remove padding */
    .ms-no-pt { padding-top: 0 !important; }
    .ms-no-pb { padding-bottom: 0 !important; }

    /* Gallery images full width */
    .ms-gallery-full > .wp-block-image { width: 100% !important; }
}

/* =============================================
   NAVIGATION MOBILE
   ============================================= */
@media screen and (max-width: 600px) {
    .wp-block-navigation__responsive-container {
        padding: 2rem !important;
    }

    .wp-block-navigation__responsive-container-content {
        align-items: center !important;
    }

    .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
       align-items: center !important;
    }
}
