/*
Theme Name: Coker's Doors Modern
Theme URI: https://cokersdoors.com
Author: Custom for Coker's Door & Moulding Inc
Author URI: https://cokersdoors.com
Description: A modern, fully editable Full Site Editing (FSE) block theme for Coker's Door & Moulding Inc. Built for easy editing with the WordPress Site Editor and Plover Patterns / Plover Kit. Preserves all original pages and content with a clean, professional contemporary design.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
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: cokers-doors
Tags: full-site-editing, block-themes, block-styles, wide-blocks, editor-style, responsive-layout, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Theme styles are primarily controlled via theme.json.
   Additional custom CSS can go below if needed. */

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

/* Better image defaults */
img {
	max-width: 100%;
	height: auto;
}

/* Focus styles for accessibility */
:focus-visible {
	outline: 2px solid var(--wp--preset--color--primary);
	outline-offset: 2px;
}

/* Card hover lift */
.cokers-card {
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cokers-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* Button refinements */
.wp-block-button__link {
	transition: background-color 0.2s ease, transform 0.15s ease;
}
.wp-block-button__link:hover {
	transform: translateY(-1px);
}