/*
Theme Name: DingoPlus — Timber
Theme URI: https://dingoblue.com.au
Description: DingoPlus palette option 2 of 3 — "Timber". Leans into the plywood/timber identity: warm birch bands and a wood-tan secondary accent sit alongside the brand green for a material, industry feel. Child of the DingoPlus base theme.
Author: DingoPlus
Author URI: https://dingoblue.com.au
Template: dingoplus
Version: 1.0
*/

/* Timber = green stays the CTA colour, but every soft surface (section bands,
   icon discs, table stripes, blockquotes) turns warm birch, and the secondary
   accent becomes wood tan — so the whole site reads "timber". */
:root {
  --dp-green:       #7CA63D;
  --dp-green-deep:  #5E8A2E;
  --dp-green-tint:  #EFE3CD;   /* warm birch band (was soft green) */

  --dp-accent:      #B9762E;   /* wood tan secondary accent */
  --dp-accent-deep: #9A5E1F;

  --dp-ink:         #2B2823;   /* warm charcoal */
  --dp-slate:       #4C463E;
  --dp-muted:       #756B5E;

  --dp-bg:          #F4EFE6;   /* warm page background */
  --dp-surface:     #FFFFFF;
  --dp-line:        #E2D9C9;

  --dp-header-bg:   #FFFFFF;
  --dp-header-text: #2B2823;
  --dp-footer-bg:   #2B2823;
  --dp-footer-text: #D8CDBB;

  --dp-banner:      #B23A2E;
}

/* Timber-specific flourishes — secondary buttons + product arrow pick up tan */
.btn-secondary { border-color: var(--dp-accent) !important; color: var(--dp-accent-deep) !important; }
.product .content .title::after { color: var(--dp-accent); }
.service .icon { background: var(--dp-green-tint); }
