/* 1.1.5 — approved palette and card colors. */
body .rn-content .rn-section:not(.rn-hero){
 --rn-section-tone:#FAEDB0;
 --rn-wing-ink:#164B35;
 --rn-wing-opacity:.18;
 position:relative;isolation:isolate;background:var(--rn-section-tone);
}
body .rn-content .rn-section:is(.rn-dark,.rn-bg-method-4){
 --rn-section-tone:#164B35;--rn-wing-ink:#FFF0A1;--rn-wing-opacity:.22;
}
body .rn-content .rn-section:is(.rn-bg-home-4,.rn-bg-about-56,.rn-bg-contact-5),
body .rn-content .rn-bg-method-7 + .rn-section.rn-dark,
body .rn-content .rn-section.rn-dark.rn-statistics{--rn-section-tone:#477455}
/* Broad straw-yellow areas; the other yellows live in cards and notes. */
body .rn-content .rn-section:not(.rn-hero) .rn-card{background:#F7E18A;box-shadow:none}
body .rn-content .rn-section:not(.rn-hero) .rn-note{background:#F2D47B;box-shadow:none}
body .rn-content .rn-section:not(.rn-hero) :is(.rn-card,.rn-note) :is(p,h2,h3){color:#193E32}
body .rn-content .rn-section:is(.rn-dark,.rn-bg-method-4) :is(p,h1,h2,h3){color:#FFF9DE}
body .rn-content .rn-section:is(.rn-dark,.rn-bg-method-4) .rn-eyebrow{color:#FFF0A1}
body .rn-content .rn-section:is(.rn-dark,.rn-bg-method-4) :is(.rn-card,.rn-note) :is(p,h2,h3){color:#193E32}
body .rn-content .rn-section:not(.rn-hero) .rn-quote-panel{background:#164B35}
body .rn-content .rn-section:not(.rn-hero) .rn-quote-panel :is(p,h2,h3){color:#FFF9DE}
body .rn-footer{--rn-wing-ink:#FFF0A1;--rn-wing-opacity:.22;position:relative;isolation:isolate;background:#164B35;color:#FFF9DE}
body .rn-footer h3{color:#FFF0A1}
