/*
Theme Name: Ruth Slater Artist 2025
Theme URI: https://ruthslaterartist.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: A clean, elegant Full Site Editing theme designed for artists and creatives. Features a minimal aesthetic with focus on showcasing artwork and portfolio content.
Requires at least: 6.0
Tested up to: 6.4
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: ruth-slater-artist
Tags: block-patterns, full-site-editing, portfolio, art, minimal, clean
*/

/*
 * This theme uses Full Site Editing (FSE) and relies on theme.json for styling.
 * Minimal custom CSS is needed as blocks handle most styling.
 */

/* Base resets handled by WordPress core */

/* Custom additions for enhanced appearance */
.wp-block-group.is-style-section-spacing {
    padding-top: var(--wp--preset--spacing--70);
    padding-bottom: var(--wp--preset--spacing--70);
}

.wp-site-blocks {
    padding-top: 0;
    padding-bottom: 0;
}

/* Ensure images are responsive */
img {
    height: auto;
    max-width: 100%;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Client logo grid improvements */
.client-logos .wp-block-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.client-logos img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client-logos img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Testimonial cards styling */
.testimonial-card {
    background: var(--wp--preset--color--base);
    border: 1px solid var(--wp--preset--color--contrast);
    border-radius: 8px;
    padding: var(--wp--preset--spacing--50);
    height: 100%;
}

/* Process images layout */
.process-images .wp-block-image {
    border-radius: 4px;
    overflow: hidden;
}
