/* Pacific Builders & Design — shared brand tokens */
:root {
  --bone:        #F4EDE0;
  --bone-warm:   #EAE0CC;
  --bone-soft:   #FAF5EA;
  --ink:         #0E1721;
  --ink-deep:    #060B12;
  --ink-soft:    #1F2A3A;
  --slate:       #344155;
  --blue:        #3791CF;
  --blue-deep:   #2D75A8;
  --blue-bright: #5EAEE0;
  --blue-pale:   #C9E0EF;
  --rule:        #C9BDA3;
  --rule-soft:   #D9CDB5;
  --serif: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --sans:  'DM Sans', system-ui, -apple-system, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
