/**
 * SIRCA — warm surfaces & section rhythm (all pages)
 */

:root {
  --sirca-cream: #F7F4EE;
  --sirca-golden: #FAF6ED;
  --sirca-golden-2: #F3EDE3;
  --sirca-pearl: #FFFCF8;
}

body {
  background: var(--sirca-cream);
}

body.page-home {
  background: var(--sirca-cream);
}

/* Alternate section backgrounds — subtle light golden */
body .site-main > .section:nth-of-type(odd):not(.section-dark) {
  background: var(--sirca-golden) !important;
}

body .site-main > .section:nth-of-type(even):not(.section-dark) {
  background: var(--sirca-cream) !important;
}

body .section.section-light,
body .section-light {
  background: var(--sirca-golden-2) !important;
}

body .section.section-golden {
  background: var(--sirca-golden) !important;
}

body .glow-card,
body .card,
body .faq-item {
  background: var(--sirca-pearl) !important;
  backdrop-filter: none;
  box-shadow: 0 8px 24px rgba(15, 39, 64, 0.06);
}

/* Footer stays dark — see footer-app.css */
