/*
Theme Name: Lovable Builder
Theme URI: https://lovable.dev
Author: Lovable
Author URI: https://lovable.dev
Description: A fast, flexible, Kadence-style block theme designed to work seamlessly with the Lovable Blocks plugin. Full Site Editing ready, performance-first, with a rich design token system.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lovable-builder
Tags: full-site-editing, block-styles, block-patterns, blog, portfolio, e-commerce, one-column, two-columns, three-columns, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, wide-blocks
*/

/* Base typography & resets — most styles come via theme.json + block stylesheets */
:root {
  --lb-transition: 200ms ease;
}
body { margin: 0; }
a { color: var(--wp--preset--color--primary); transition: opacity var(--lb-transition); }
a:hover { opacity: 0.8; }
img { max-width: 100%; height: auto; }

/* Sticky footer */
.site { display: flex; flex-direction: column; min-height: 100vh; }
.site-content { flex: 1; }

/* Skip link */
.skip-link {
  position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden;
}
.skip-link:focus {
  left: 1rem; top: 1rem; width: auto; height: auto; padding: .5rem 1rem;
  background: var(--wp--preset--color--background); color: var(--wp--preset--color--foreground);
  z-index: 100000;
}
