/* of5fbfd */
/* ===== bespoke harmonize fix0617 — warm-bronze accents on cream + readable header logo ===== */
:root{
  /* retone the indigo overlay accents to a warm bronze/brass ramp that fits the cream/parchment surfaces */
  --primary:#9a6f2e;        /* deep bronze — strong contrast on light bg */
  --primary-dark:#7a531f;
  --primary-600:#7a531f;
  --accent:#c69a4a;         /* champagne brass */
  --gold:#b07f33;
  --gold-bright:#c9a24b;
  --gold-ink:#7a531f;       /* dark bronze for prose headings on cream */
  --primary-tint:rgba(154,111,46,.10);
  --border:rgba(122,83,31,.20);
  --border-soft:rgba(122,83,31,.10);
  --border-strong:rgba(122,83,31,.34);
}
/* link/heading accents now warm bronze (coherent with cream), keep readable contrast */
a{color:var(--primary)}
a:hover{color:var(--primary-dark)}
.bluf-se0920 p strong,.copy-se0920 a{color:var(--primary-dark)}
.section-se0920 h2,section h2,.section-se0920 h3,section h3{color:var(--primary-dark)}
.kicker-se0920,.bluf-label-se0920{color:var(--primary)}

/* header logo legible on the dark header bar: light champagne wordmark, brass initial */
.logo-text-se0920{color:#f2e7cf!important}
.logo-text-se0920::first-letter{color:var(--gold-bright)!important}
.brand-se0920{color:#f2e7cf!important}
.brand-se0920:hover{color:#fff!important}
.logo svg:not([data-gold]) path{fill:var(--gold-bright)!important}
/* /bespoke harmonize fix0617 */
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}
header.nav-se0920 .logo-text-se0920{background-image:linear-gradient(90deg,rgb(222,182,128),rgb(218,185,134),rgb(216,186,132))}
