/*
Theme Name: Finservicex
Theme URI: https://finservicex.com/
Author: Finservicex
Author URI: https://finservicex.com/
Description: Custom professional theme for Finservicex — accounting, finance, digital, and telecom services. Pages (Home, About, Services, Team, Contact) are created automatically on theme activation.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: finservicex
*/

/* ---------- WordPress integration fixes ---------- */

/* Offset the fixed header when the admin bar is visible */
body.admin-bar #fsx-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #fsx-header {
    top: 46px;
  }
}

/* Header scrolled state (toggled by main.js) */
#fsx-header.fsx-scrolled {
  background-color: hsl(var(--paper) / 0.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom-color: hsl(var(--ink) / 0.08);
}

/* Mobile menu open state (toggled by main.js) */
#fsx-mobile-menu.fsx-open {
  max-height: 420px;
  border-bottom: 1px solid hsl(var(--ink) / 0.1);
}
