/*
Theme Name: Tree Service Longview Crew Child
Theme URI: https://treeservicelongviewcrew.com
Description: Divi 5 child theme for Tree Service Longview Crew — self-contained rank-and-rent local service site (13 service pages, 10 location pages, hubs, lead forms). Content bundled in data/content.json.
Author: LU Corp Media
Template: Divi
Version: 1.1.0
Text Domain: tree-service-longview-crew-child
*/

/* ============================================================
   DESIGN TOKENS — single source of truth (referenced by every
   other stylesheet via var()). Carried verbatim from source.
   ============================================================ */
:root {
  /* Neutrals — warm bark, sage & forest charcoal */
  --paper:      #F4F2EB;
  --paper-2:    #E7E4D8;
  --card:       #FFFFFF;
  --ink:        #1C2419;
  --ink-2:      #3A4234;
  --muted:      #6E7366;
  --line:       #DEDCCE;
  --line-2:     #CAC8B7;
  --stone:      #A7AB96;

  /* Accent — forest green (themeable) */
  --accent:      #2F6B3A;
  --accent-2:    #1F4C28;
  --accent-soft: #DFEAD8;
  --accent-ink:  #F4F8EF;

  /* Secondary — bark brown (structural highlights) */
  --clay:       #6B4A2C;
  --clay-soft:  #ECE1D3;

  --radius:     8px;
  --radius-sm:  5px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 0 rgba(21,23,26,.04);
  --shadow:    0 22px 50px -30px rgba(21,23,26,.40);
  --shadow-lg: 0 40px 90px -44px rgba(21,23,26,.55);

  --maxw: 1220px;
  --gut: clamp(20px, 5vw, 60px);

  --font-head: "Bricolage Grotesque", "Hanken Grotesque", system-ui, sans-serif;
  --font-body: "Hanken Grotesque", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, "SFMono-Regular", Menlo, monospace;
}
