/*
Theme Name: diamond-cut-premium-conversion
Text Domain: diamond-cut-premium-conversion
Description: Custom B2C theme for Diamond Cut: premium industrial black/graphite/steel palette with copper-orange accents, conversion-focused UX, preserving existing URLs, prices and calculator.
Version: 1.0.2
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

/* This file holds the WordPress theme header (above) plus truly global
 * rules only. Tailwind handles everything else.
 *
 * - Design tokens live in theme.css's @theme block.
 * - Prose + form styles live in presets.css.
 * - Layout, color, typography utilities come from Tailwind v4.
 *
 * Do NOT add component classes here (.btn-primary, .card, etc.). Use
 * Tailwind utilities in templates instead.
 */

html {
	scroll-behavior: smooth;
}

/* Critical header rules: keep the mobile controls stable before the
 * draft preview's generated stylesheet finishes initializing. */
[x-cloak] {
	display: none !important;
}

.dc-mobile-phone,
.dc-burger {
	display: none;
}

.dc-mobile-phone svg {
	display: block;
	width: 21px;
	height: 21px;
}

@media (max-width: 1050px) {
	.dc-mobile-phone {
		display: flex;
	}

	.dc-burger {
		display: block;
	}
}
