/* ============================================================================
   Turtle Shell Home Protection — colour swatch chips
   ----------------------------------------------------------------------------
   The original painted each .swatch-chip with an inline style="background:#…"
   attribute. Its own Content-Security-Policy has style-src 'self' with no
   'unsafe-inline', so the browser dropped every one of them and the chips
   rendered blank on the live site. One class per colour puts them back.

   Seventeen colours: nine stone-coated blends and eight aluminum finishes,
   collected from every page in the harvest. Class names are the hex value
   lowercased, so a new finish is a one-line addition here and a class name in
   Content/Finishes.cs.
   ============================================================================ */

/* Stone-coated blends */
.sw-794532 { background: #794532; }  /* Sierra Brown */
.sw-754d3e { background: #754D3E; }  /* Bark Brown */
.sw-936d49 { background: #936D49; }  /* Beach Brown */
.sw-786150 { background: #786150; }  /* Weathered Wood */
.sw-74664c { background: #74664C; }  /* Musket Pebble */
.sw-7d7864 { background: #7D7864; }  /* Cedar Wood */
.sw-bfbcb3 { background: #BFBCB3; }  /* Pearl White */
.sw-51514d { background: #51514D; }  /* Charcoal */
.sw-363536 { background: #363536; }  /* Black */

/* Aluminum finishes */
.sw-e2e0da { background: #E2E0DA; }  /* White */
.sw-6c685d { background: #6C685D; }  /* Tuxedo Gray */
.sw-81745d { background: #81745D; }  /* Terratone */
.sw-926b3e { background: #926B3E; }  /* Coco Brown */
.sw-6c4537 { background: #6C4537; }  /* Musket Brown */
.sw-684936 { background: #684936; }  /* Royal Brown */
.sw-42392f { background: #42392F; }  /* Dark Bronze */
.sw-211c16 { background: #211C16; }  /* Black */
