/*
Theme Name: JBP Global
Theme URI: https://jbpglobal.com
Author: JBP Global
Author URI: https://jbpglobal.com
Description: Official custom theme for JBP Global — Private Creative Institution. A luxury dark theme featuring gold accents, Cormorant Garamond serif typography, and bespoke page templates for Home, About, Leadership, Services, and Contact.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: Private
Text Domain: jbpglobal
Tags: custom, luxury, dark, full-width-template, custom-menu, custom-logo
*/

/* ============================================================
   All page styles are loaded via header.php <style> block.
   This file exists to satisfy WordPress theme requirements.
   You may move the CSS here and enqueue it via functions.php
   if preferred — see functions.php for the enqueue hook.
============================================================ */

/* Reset any default WP frontend bar offset */
body.admin-bar .nav {
    top: 32px;
}
@media screen and (max-width: 782px) {
    body.admin-bar .nav {
        top: 46px;
    }
}

/* Remove default WP margins/padding on body */
body {
    margin: 0;
    padding: 0;
}

/* WordPress nav menu active state — the current page gets
   the .current-menu-item class automatically */
.nav-links .current-menu-item > a,
.nav-links .current_page_item > a {
    color: #d4b47a;
}
.nav-links .current-menu-item > a::after,
.nav-links .current_page_item > a::after {
    width: 100%;
}
