/*
Theme Name: Candela
Theme URI: https://candela.example
Author: Candela Lighting Design
Author URI: https://candela.example
Description: A theme for architectural lighting design practices, built around a real-time progressive path tracer. The hero is not a shader impression of light — it is an actual Monte Carlo renderer solving the rendering equation in the browser, producing true caustics, physically-sampled spectral dispersion and genuine soft-shadow global illumination. A single scroll-driven sun drives every atmospheric value on the page, and an interactive photometric instrument lets visitors read a real polar intensity distribution and watch it relight the page. Layout follows the grammar of a lighting plot: drafting grid, fixture symbols, dimension lines and a legend.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: candela
Tags: portfolio, business, one-column, two-columns, custom-menu, custom-logo, featured-images, translation-ready, block-styles, wide-blocks, rtl-language-support
*/

/*
 * Real styles live in assets/css/tokens.css and assets/css/main.css, which are
 * enqueued with this file as a dependency. This file carries the theme header
 * (WordPress requires it here) plus the pre-paint guards that must not wait on
 * another request.
 */

html.no-js [data-reveal] { opacity: 1 !important; transform: none !important; }

/* Reserve the hero height before any CSS below has parsed, so the first paint
   does not shift when the poster loads. */
.hero { min-block-size: 100svh; }
