/*
Theme Name: FSC Luxury Cinematic v0.9.5
Theme URI: https://future-stack-cars.com/
Description: Cinematic premium editorial system for Future Stack Cars — Premium Ownership Intelligence. Home, header, footer, navigation, global tokens, dedicated Methodology page, and a reusable Canvas Page template for editable FSC pages. Reads fsc_review (CPT) and fsc_editorial_desk (taxonomy) from FSC Core only. No registration. No OEM assets.
Author: Future Stack Cars
Version: 0.9.5
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fsc-luxury-cinematic
Tags: editorial, custom-colors, custom-menu, featured-images, translation-ready, cinematic, automotive
*/

/*
  Complete design system in assets/css/theme.css.
  This file is the WordPress identification header + safe baseline.
*/

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #0B1016;
  color: #EDE8DF;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

a { color: inherit; }

img { max-width: 100%; height: auto; }

/* Safe skip link baseline */
.fsc-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}
.fsc-skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  padding: 0.6rem 1rem;
  background: #0B1016;
  color: #EDE8DF;
}
