:root{
  --ink:#2f2929;
  --teal:#8e3b45;
  --teal-dark:#6e2c34;
  --cream:#fbf8f6;
  --paper:#ffffff;
  --sand:#f3d4ce;
  --coral:#c9796e;
  --mustard:#d9a05d;
  --sage:#f4eae7;
  --line:rgba(142,59,69,.16);
  --shadow:0 22px 65px rgba(74,39,40,.12);
}

body{background:var(--paper);color:var(--ink)}
.site-header{background:rgba(255,255,255,.94)}
.site-header.is-scrolled{background:rgba(255,255,255,.99)}
.hero{background:var(--cream)}
.section-tinted,.gallery-section{background:#fafafa}
.quote-section{background:#fbf6f4}
.step-card{background:#fcf8f7}
.service-card .mini-placeholder{background:#faf1ef}
.photo-placeholder,.gallery-card{background-color:#eee8e5}
.photo-tall{background-color:#f0e9e6}
.file-field input,.quote-review{background:#fbf7f5}
.map-placeholder{background:#8e3b45}
.map-label{background:rgba(110,44,52,.9)}
.modal-backdrop{background:rgba(63,39,42,.66)}
.brand-footer .brand-mark{background:var(--sand);color:var(--teal)}

.photo-placeholder,.filter-button,.service-card,.price-tools input,.price-tools select,.quote-card input,.quote-card select,.quote-card textarea,.faq-list details{border-color:rgba(142,59,69,.18)}
.photo-placeholder:after{border-color:rgba(142,59,69,.22)}
.placeholder-seal{border-color:rgba(142,59,69,.38)}
.service-card:hover{border-color:rgba(201,121,110,.48)}
.service-meta span{background:rgba(217,160,93,.18)}
.price-item{background:rgba(255,255,255,.88)}
.mobile-menu:not([hidden]){background:rgba(255,255,255,.99)}
