/*
Theme Name: Rapid Response (Kadence Child)
Theme URI: https://rapidresponsesepticservices.com
Description: Child theme for Rapid Response Septic Services. Holds the brand design tokens from the HTML prototypes. Reproduce prototype components as block patterns — do not redesign.
Author: Rapid Response
Template: kadence
Version: 0.4.4
Text Domain: rr-child
*/

/* Design tokens — brand palette from the prototypes, plus the refined-elevation
   type/depth system (2026-06 design pass). See CLAUDE.md / WEBSITE_HANDOFF.md §1. */
:root {
  --navy: #0B3C49;
  --teal: #0E5A6E;
  --green: #76B82A;
  --green-dark: #5E9421;
  --amber: #F5A623;
  --ink: #1d2b30;
  --muted: #5b6b70;
  --bg: #F6FAF9;
  --white: #fff;

  /* Type — Bricolage Grotesque (warm display sans) + Hanken Grotesk (body). */
  --font-display: "Bricolage Grotesque", "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Radii + layered shadows for depth. */
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 6px 24px rgba(11, 60, 73, .10);
  --shadow-sm: 0 2px 8px rgba(11, 60, 73, .07);
  --shadow-md: 0 10px 30px rgba(11, 60, 73, .12);
  --shadow-lg: 0 24px 60px -12px rgba(11, 60, 73, .26);
  --ring: 0 0 0 1px rgba(11, 60, 73, .06);
}
