/* ==========================================================================
   opusadvisors.events (root site) brand override — currently Caspian
   ==========================================================================
   Loaded AFTER styles.css and brand-opus.css. Overrides tokens; adds no layout.

   Sources, read 2026-09-25, not inferred:
     - ACF Branding on opusadvisors: page bg #021518, page accent #e2725c,
       content text/heading #021518, link #e2725c
     - live start page, computed: body #021518, white card with a terracotta
       rule, black pill button
   The root site hosts a different client each event. When it changes, redo
   this file from the new ACF values rather than editing around Caspian.
   ========================================================================== */

:root {
  --brand-primary:        #021518;  /* ACF page background                 */
  --brand-primary-hover:  #0d2d33;  /* lightened; not from source          */
  --brand-accent:         #e2725c;  /* ACF page accent + content link      */
  --brand-body-text:      #021518;  /* ACF content text                    */

  --accent-brown:        #000000;   /* live submit button is black         */
  --accent-brown-hover:  #1f1f1f;
  --border-focus:        var(--brand-accent);
  --accent-blue:         var(--brand-accent);
  --text-body:           var(--brand-body-text);

  --bg:            var(--brand-primary);
  --frame-bg:      var(--brand-primary);
  --frame-border:  var(--brand-accent);
  --card-bg:       #ffffff;
}

body { color: #ffffff; }

.brand__tag {
  color: #f3c9bf;
  border-color: #5a3a33;
}

.site-footer { color: #c9d4d6; }
.footer__powered strong { color: #ffffff; }

/* 768x114 wordmark */
.event__sponsor-logo { max-width: 300px; }

.field input:focus {
  box-shadow: 0 0 0 3px rgba(226, 114, 92, 0.22);
}
