/*
Theme Name:        Expedition Centre
Theme URI:         https://expeditioncentre.com.au
Description:       Standalone FSE block theme for Expedition Centre. Built on the Seguru Titan v2.1 delivery model.
Version:           1.1.0
Requires at least: 6.9
Tested up to:      6.9
Requires PHP:      8.3
Author:            Seguru Digital
Author URI:        https://seguru.digital
License:           Proprietary
Text Domain:       expedition-centre
*/

/*
 * Dark mode token overrides.
 * theme.json defines light mode values (default).
 * Both --wp--preset--color--* and --wp--custom--color--* are overridden
 * so patterns referencing either family get dark values automatically.
 * Source: UI/Tokens/tokens.css — @media (prefers-color-scheme: dark) block.
 */
@media (prefers-color-scheme: dark) {
  :root {
    /* Neutrals */
    --wp--preset--color--bg-primary:               #1A1A1A;
    --wp--preset--color--bg-card:                  #2A2725;
    --wp--preset--color--divider:                  #3D3A36;
    --wp--preset--color--charcoal:                 #F0EDE8;
    --wp--preset--color--graphite:                 #B5B0A8;
    --wp--preset--color--steel:                    #9A9FA4;
    --wp--preset--color--disabled:                 #5A5A5A;
    --wp--preset--color--disabled-text:            #999999;

    /* Accent colours */
    --wp--preset--color--expedition-orange:        #D4702F;
    --wp--preset--color--expedition-orange-hover:  #C65A1E;
    --wp--preset--color--expedition-orange-active: #A94C18;
    --wp--preset--color--field-olive:              #8A9B78;
    --wp--preset--color--field-olive-hover:        #6E7F5C;

    /* Semantic alias mirrors — must track their source vars */
    --wp--preset--color--cta-primary:              #D4702F;
    --wp--preset--color--cta-primary-hover:        #C65A1E;
    --wp--preset--color--cta-primary-active:       #A94C18;
    --wp--preset--color--cta-secondary:            #8A9B78;
    --wp--preset--color--cta-secondary-hover:      #6E7F5C;

    /* Custom var mirrors — for calc() and pattern CSS contexts */
    --wp--custom--color--bg-primary:               #1A1A1A;
    --wp--custom--color--bg-card:                  #2A2725;
    --wp--custom--color--divider:                  #3D3A36;
    --wp--custom--color--charcoal:                 #F0EDE8;
    --wp--custom--color--graphite:                 #B5B0A8;
    --wp--custom--color--steel:                    #9A9FA4;
    --wp--custom--color--disabled:                 #5A5A5A;
    --wp--custom--color--disabled-text:            #999999;
    --wp--custom--color--expedition-orange:        #D4702F;
    --wp--custom--color--expedition-orange-hover:  #C65A1E;
    --wp--custom--color--expedition-orange-active: #A94C18;
    --wp--custom--color--field-olive:              #8A9B78;
    --wp--custom--color--field-olive-hover:        #6E7F5C;
    --wp--custom--color--cta-primary:              #D4702F;
    --wp--custom--color--cta-primary-hover:        #C65A1E;
    --wp--custom--color--cta-primary-active:       #A94C18;
    --wp--custom--color--cta-secondary:            #8A9B78;
    --wp--custom--color--cta-secondary-hover:      #6E7F5C;
  }
}

/* Post-launch manual toggle (same overrides keyed to body class) */
body.dark-mode {
  --wp--preset--color--bg-primary:               #1A1A1A;
  --wp--preset--color--bg-card:                  #2A2725;
  --wp--preset--color--divider:                  #3D3A36;
  --wp--preset--color--charcoal:                 #F0EDE8;
  --wp--preset--color--graphite:                 #B5B0A8;
  --wp--preset--color--steel:                    #9A9FA4;
  --wp--preset--color--disabled:                 #5A5A5A;
  --wp--preset--color--disabled-text:            #999999;
  --wp--preset--color--expedition-orange:        #D4702F;
  --wp--preset--color--expedition-orange-hover:  #C65A1E;
  --wp--preset--color--expedition-orange-active: #A94C18;
  --wp--preset--color--field-olive:              #8A9B78;
  --wp--preset--color--field-olive-hover:        #6E7F5C;
  --wp--preset--color--cta-primary:              #D4702F;
  --wp--preset--color--cta-primary-hover:        #C65A1E;
  --wp--preset--color--cta-primary-active:       #A94C18;
  --wp--preset--color--cta-secondary:            #8A9B78;
  --wp--preset--color--cta-secondary-hover:      #6E7F5C;
  --wp--custom--color--bg-primary:               #1A1A1A;
  --wp--custom--color--bg-card:                  #2A2725;
  --wp--custom--color--divider:                  #3D3A36;
  --wp--custom--color--charcoal:                 #F0EDE8;
  --wp--custom--color--graphite:                 #B5B0A8;
  --wp--custom--color--steel:                    #9A9FA4;
  --wp--custom--color--disabled:                 #5A5A5A;
  --wp--custom--color--disabled-text:            #999999;
  --wp--custom--color--expedition-orange:        #D4702F;
  --wp--custom--color--expedition-orange-hover:  #C65A1E;
  --wp--custom--color--expedition-orange-active: #A94C18;
  --wp--custom--color--field-olive:              #8A9B78;
  --wp--custom--color--field-olive-hover:        #6E7F5C;
  --wp--custom--color--cta-primary:              #D4702F;
  --wp--custom--color--cta-primary-hover:        #C65A1E;
  --wp--custom--color--cta-primary-active:       #A94C18;
  --wp--custom--color--cta-secondary:            #8A9B78;
  --wp--custom--color--cta-secondary-hover:      #6E7F5C;
}
