/*
Theme Name: Bathroom Remodeling Lakewood Pro Child
Theme URI: https://bathroomremodelinglakewoodpro.com
Description: Divi 5 child theme for Bathroom Remodeling Lakewood Pro — self-contained lead-gen site (home + 10 services + 10 locations + hubs). Content ships in data/content.json and renders on activation.
Author: LU Corp Media
Template: Divi
Version: 1.0.1
Text Domain: bathroom-remodeling-lakewood-pro-child
*/

/* ============================================================
   DESIGN TOKENS — single source of truth (every other file
   references these vars; do not restate values elsewhere).
   ============================================================ */
:root {
  /* Neutrals — bone & near-black */
  --paper:      #F1EFE6;
  --paper-2:    #E5E3D5;
  --card:       #FFFFFF;
  --ink:        #18201C;
  --ink-2:      #39433C;
  --muted:      #6C7269;
  --line:       #D8D6C8;
  --line-2:     #C2C1AF;
  --stone:      #B6AD99;

  /* Accent — walnut */
  --accent:      #5E4126;
  --accent-2:    #3E2B19;
  --accent-soft: #ECE2D4;
  --accent-ink:  #F2F0E6;

  /* Secondary — copper */
  --clay:       #B5663A;
  --clay-soft:  #F4E6DB;

  --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: "Schibsted Grotesk", system-ui, -apple-system, sans-serif;
  --font-body: "Hanken Grotesque", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, "SFMono-Regular", Menlo, monospace;
}
