/* Explain: Theme tokens for the luxury construction company identity. - */
:root {
    --primary-color: #0A1128;
    --primary-hover: #16244A;
    --secondary-color: #F8FAFC;
    --accent-color: #D4AF37;
    --logo-subtitle-color: #94A3B8;
    --button-color: #D4AF37;
    --background-color: #FFFFFF;
    --surface-color: #F8FAFC;
    --footer-bg: #0A1128;
    --text-color: #1E293B;
    --text-muted: #64748B;
    --border-color: rgba(10, 17, 40, 0.1);
    --glass-bg: rgba(255, 255, 255, 0.95);
    --glass-border: rgba(212, 175, 55, 0.3);
    --nav-bg: rgba(255, 255, 255, 0.98);
    --field-bg: rgba(255, 255, 255, 0.9);
    --sage-soft: rgba(212, 175, 55, 0.1);
    --sage-dark: #B5952F;
    --terracotta-soft: rgba(10, 17, 40, 0.05);
    --shadow-soft: 0 10px 40px rgba(10, 17, 40, 0.08);
    --shadow-button: 0 8px 20px rgba(212, 175, 55, 0.25);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}