/* Neutral surfaces: silver. Tiffany accents and black sections remain. */
:root{--paper:#f5ead5;--silver-surface:linear-gradient(125deg,#fffaf0 0%,#f5ead5 48%,#fffaf0 100%);--silver-panel:linear-gradient(145deg,#fffaf0 0%,#f5ead5 65%,#f5ead5 100%)}
body{background:var(--silver-surface)}
.services,.editorial,.audit-section,.project-flow,.phone-showcase{background:var(--silver-surface)}
.audit-card,#contact-form{background:var(--silver-panel);border-color:#fffaf0;box-shadow:0 25px 60px #38232120,inset 0 1px 0 #fff}
.audit-work,.service-grid>a,.offer-grid>div,.flow-card{background:var(--silver-panel);border-color:#fff0dc}
.price-card:not(:nth-child(2)){background:var(--silver-panel)}
.filters,.research-table th,.info-panel,dialog{background:linear-gradient(135deg,#fff0dc,#f5ead5)}
#contact-form input:not([type=checkbox]),#contact-form select,#contact-form textarea,.audit-work input:not([type=checkbox]),.audit-work select,.audit-work textarea{background:#fffaf0;border-color:#ff0033}
.phone-pause,.flow-controls button{background:linear-gradient(135deg,#fff0dc,#f5ead5)}
/* Preserve the established brand areas and the dark footer/gallery. */
.site-footer,body>footer{background:#000}
