/*
Theme Name:  BLAK Theme
Theme URI:   https://blakdevelopment.com
Author:      BLAK Development Co. / Automation Engineering
Author URI:  https://blakdevelopment.com
Description: Custom, hand-built WordPress theme for BLAK Development Co. (architecture scalable to Kalb Construction). Premium corporate presence with a Zillow-style interactive Mapbox portfolio driven entirely by ACF Pro + Custom Post Types. 100% original code — no page builders, no proprietary code.
Version:     1.25.1
Requires at least: 6.4
Requires PHP: 8.0
License:     Proprietary — BLAK Development Co. All rights reserved.
Text Domain: blak
*/

/* =====================================================================
   BRAND TOKENS  —  single source of truth (from BLAK Logo Style Guide)
   ===================================================================== */
:root {
    /* Core palette */
    --blak-green:        #5f6638;   /* PMS 5753C — primary / accent */
    --blak-green-75:     #7c8159;
    --blak-green-50:     #afb29b;
    --blak-green-25:     #d7d8cd;
    --blak-grey:         #54575a;   /* PMS 425C — secondary */
    --blak-grey-75:      #6f7174;
    --blak-grey-50:      #a9abac;
    --blak-grey-25:      #d4d5d6;
    --blak-black:        #1a1a1a;
    --blak-white:        #ffffff;
    --blak-off-white:    #f4f4f2;

    /* Semantic roles */
    --color-primary:     var(--blak-green);
    --color-secondary:   var(--blak-grey);
    --color-accent:      var(--blak-green);
    --color-ink:         var(--blak-black);
    --color-bg:          var(--blak-white);
    --color-bg-alt:      var(--blak-off-white);

    /* Asset-type marker colors (interactive map) */
    --type-retail:       #5f6638;  /* green   */
    --type-multifamily:  #54575a;  /* slate   */
    --type-industrial:   #8a6d3b;  /* bronze  */
    --type-office:       #3b5a6b;  /* steel   */
    --type-hospitality:  #7a4b4b;  /* clay    */

    /* Typography */
    --font-head:  "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --font-body:  "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --fw-regular: 400;
    --fw-medium:  500;
    --fw-semibold:600;
    --fw-bold:    700;

    /* Layout */
    --maxw:       1320px;
    --gutter:     clamp(1rem, 4vw, 3rem);
    --radius:     10px;
    --shadow-sm:  0 1px 3px rgba(26,26,26,.08), 0 1px 2px rgba(26,26,26,.06);
    --shadow-md:  0 8px 24px rgba(26,26,26,.12);
    --header-h:   78px;

    /* Motion */
    --ease:       cubic-bezier(.4,0,.2,1);
}

/* The visual stylesheet lives in /assets/css/main.css (enqueued separately).
   This file exists only to register the theme + expose brand tokens. */
