/*
Theme Name: Simple Little Flowers
Theme URI: https://simplelittleflowers.com
Description: Custom theme for Simple Little Flowers - a Northwest Arkansas flower farm e-commerce site.
Author: Simple Little Flowers
Author URI: https://simplelittleflowers.com
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: slf-theme
*/

/* This theme inherits styles from Twenty Twenty-Five */
/* Custom styles are loaded via functions.php */

/* ==========================================================================
   Global Fixes
   ========================================================================== */

/* Prevent horizontal overflow on mobile */
body {
    overflow-x: hidden;
}

/* ==========================================================================
   Accessibility Utilities
   ========================================================================== */

/* Screen Reader Text - Visually hidden but accessible to screen readers */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

/* Skip Link - Visible only when focused */
.skip-link {
    background-color: #3D5240;
    color: #FAF7F1;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 16px;
    text-decoration: none;
    z-index: 100000;
}

.skip-link:focus {
    clip: auto !important;
    clip-path: none;
    display: block;
    height: auto;
    left: 6px;
    top: 6px;
    width: auto;
    z-index: 100000;
}

/* Hide button spans visually (they're duplicated by ::before pseudo-elements) */
.btn span,
.btn--primary span,
.btn--large span,
.about-cta__button span,
.mobile-menu__shop-all-btn span {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    border: 0 !important;
    padding: 0 !important;
    margin: -1px !important;
}
