/*
Theme Name: INGENIODESK
Theme URI: https://www.ingeniodesk.be
Author: INGENIODESK SRL
Author URI: https://www.ingeniodesk.be
Description: Custom WordPress theme for INGENIODESK - IT Staffing & Consulting platform. Professional, trilingual (FR/EN/NL), responsive.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
License URI: https://www.ingeniodesk.be
Text Domain: ingeniodesk
Domain Path: /languages
Tags: it-consulting, staffing, business, multilingual, responsive
*/

/* ============================================
   INGENIODESK - Base Styles
   Tailwind CSS handles most styling via CDN
   This file contains WordPress-specific overrides
   ============================================ */

:root {
    --id-primary: #3D5A80;
    --id-primary-dark: #2C4563;
    --id-secondary: #5B7BA5;
    --id-accent: #F59E0B;
    --id-accent-dark: #D97706;
    --id-bg: #F9FAFB;
    --id-white: #FFFFFF;
    --id-text: #1F2937;
    --id-text-light: #6B7280;
    --id-border: #E5E7EB;
    --id-success: #10B981;
    --id-danger: #EF4444;
}

/* WordPress Core Alignment */
.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* WordPress Admin Bar Fix */
body.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }
}

/* Screen Reader Text */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
