/*
Theme Name: DingoPlus — Urban
Theme URI: https://dingoblue.com.au
Description: DingoPlus palette option 3 of 3 — "Urban". The boldest, most contemporary look: a dark charcoal header/footer, a brighter crisp green, an amber pop accent and lots of clean white. Child of the DingoPlus base theme.
Author: DingoPlus
Author URI: https://dingoblue.com.au
Template: dingoplus
Version: 1.0
*/

/* Urban = dark header & footer, punchier green, amber highlight. The parent
   header/icon styles already key off --dp-header-text, so going dark "just
   works"; a couple of contrast tweaks below polish it. */
:root {
  --dp-green:       #8FBF3F;
  --dp-green-deep:  #5A8A28;
  --dp-green-tint:  #EEF4E0;

  --dp-accent:      #E0922B;   /* amber pop */
  --dp-accent-deep: #C2761A;

  --dp-ink:         #1F2223;
  --dp-slate:       #44494B;
  --dp-muted:       #6E7476;

  --dp-bg:          #F5F6F4;
  --dp-surface:     #FFFFFF;
  --dp-line:        #E4E6E2;

  --dp-header-bg:   #FFFFFF;   /* header stays WHITE for brand legibility */
  --dp-header-text: #1F2223;
  --dp-footer-bg:   #161819;
  --dp-footer-text: #B9BEBE;

  --dp-banner:      #C03A2B;
}

/* Urban keeps a white header; its boldness comes from the brighter green, the amber
   accent and the dark footer. Use the deeper green for nav/phone contrast on white. */
.phone .phone-no { color: var(--dp-green-deep); }
#mainnav .navbar-header > li.current-menu-item > a { color: var(--dp-green-deep); }
/* amber accent on secondary CTAs + product hover arrow */
.btn-secondary { border-color: var(--dp-accent) !important; color: var(--dp-accent-deep) !important; }
.product .content .title::after { color: var(--dp-accent); }
