/*
Theme Name: Bittick Insurance
Theme URI: https://github.com/PALADEM-LLC/bittick-theme
Author: PALADEM
Author URI: https://paladem.com
Description: Custom WordPress theme for Bittick Insurance Services. Built on the PALADEM Agency OS platform. Integrates with GoHighLevel via the LeadConnector plugin.
Version: 0.1.0
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.1
License: Proprietary
License URI: https://paladem.com/license
Text Domain: bittick
Tags: insurance, agency, custom, ghl, leadconnector
*/

/*
==============================================================================
  Base styles + design-token bridge
  Main visual styles live in assets/css/main.css and are enqueued from
  inc/enqueue.php. This file is required by WordPress for theme metadata
  but should remain lightweight.
==============================================================================
*/

/* CSS variables exposed for editor + front-end parity (mirror theme.json) */
:root {
  --bk-color-navy:        #082b55;
  --bk-color-blue:        #2876a2;
  --bk-color-sky:         #78b9de;
  --bk-color-sky-light:   #e9f4fb;
  --bk-color-ink:         #172334;
  --bk-color-copy:        #4d5e73;
  --bk-color-white:       #ffffff;
  --bk-color-surface:     #f4f8fb;
  --bk-color-border:      #dceaf4;
  --bk-color-shadow:      0 24px 64px rgba(8, 43, 85, 0.14);

  --bk-radius-xl: 32px;
  --bk-radius-lg: 24px;
  --bk-radius-md: 18px;
  --bk-radius-sm: 12px;

  --bk-container: 1180px;
  --bk-header-height: 90px;

  --bk-font-body: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --bk-font-display: "Raleway", "Open Sans", system-ui, -apple-system, sans-serif;
}

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

/* Accessibility helper */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
