/*
Theme Name: CIRE
Theme URI: https://cirecaribbean.com/
Description: Child theme of the MRT FuelIDX theme for Christie's International Real Estate Caribbean. Carries the luxury design system (BRAND.md palette, FINDINGS-typography.md §7 nine-role scale) and the verticals framework (/global/, /us/, /commercial/, /vacation-rentals/). Presentation only: every data call, form embed and popup include stays in the parent.
Author: MRT Systems / CIRE
Template: fuelidx-floridaprops
Version: 1.0.0
Requires PHP: 8.0
Text Domain: cire
*/

/*
 * DELIBERATELY EMPTY OF RULES.
 *
 * The parent enqueues this file as handle 'style' with NO dependencies
 * (includes/enqueue.php:8-13, get_stylesheet_uri()), so it prints BEFORE
 * css/app.css on most templates and AFTER it on others (agent profile, blog
 * post) - the enqueue order on this platform is not uniform. A rule written
 * here would win or lose depending on the template, which is how the last
 * redesign silently no-opped.
 *
 * All child CSS lives in css/cire-verticals.css, enqueued in functions.php
 * with an explicit dependency chain (neutrino_styles -> cire-luxury -> this),
 * so it always prints last.
 */

/*
 * THE PARENT'S style.css IS NOT DECORATIVE. It carries ~447 live rules
 * (56 KB) - footer legal row, bands, labels. Activating the child pointed
 * the 'style' handle here and silently dropped them sitewide (Nick caught
 * it on the sell page footer, 2026-08-16). @import restores them at the
 * EXACT cascade position the parent enqueued them - an extra enqueue could
 * print earlier or later per template (see the warning above).
 * The ?v pins the parent file's mtime; bump it if that file is ever edited.
 */
@import url("../fuelidx-floridaprops/style.css?v=1786798248");
