/*
Theme Name: Wicker OS
Theme URI: https://sfswicker.co.za
Author: SFS Wicker
Author URI: https://sfswicker.co.za
Description: Custom WordPress theme for the SFS Wicker Online Shop — an AI-powered furniture eCommerce & business operating system. Includes Homepage, About, Services, Contact, Blog, Customizer support, Gutenberg compatibility and Tailwind styling.
Version: 1.4.2
Requires at least: 6.0
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wicker-os
Tags: ecommerce, furniture, business, custom-colors, custom-menu, featured-images, blog, full-site-editing
*/

/* Base fallback styles (Tailwind handles the rest). */
:root {
  --wicker-navy: #0e1726;
  --wicker-amber: #f59e0b;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #0f172a;
  background: #ffffff;
}

a { color: inherit; }

.wicker-skip-link {
  position: absolute;
  left: -9999px;
}
.wicker-skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: var(--wicker-amber);
  color: var(--wicker-navy);
  padding: .5rem 1rem;
  border-radius: .5rem;
  z-index: 100;
}

/* WordPress required classes */
.alignwide { max-width: 1100px; }
.alignfull { width: 100%; }
.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; width: 1px; word-wrap: normal !important;
}
.sticky, .gallery-caption, .bypostauthor { display: block; }
