/* ============================================================
   Light theme — palette: EAEFEF, BFC9D1, 25343F, FF9B51
   Loaded after style.css when [data-theme="light"]
   ============================================================ */
:root, [data-theme="light"] {
    --bg:             #EAEFEF;
    --bg-alt:         #F4F7F7;   /* same family, lighter opacity feel */
    --bg-soft:        #DFE6E6;
    --bg-deep:        #25343F;
    --surface:        #FFFFFF;
    --surface-elevated: #FFFFFF;
    --border:         #BFC9D1;
    --text:           #25343F;
    --text-soft:      #54636F;
    --text-on-deep:   #EAEFEF;
    --heading:        #1A2731;
    --accent:         #FF9B51;
    --accent-strong:  #F0853A;
    --accent-soft:    rgba(255, 155, 81, .12);
    --accent-shadow:  rgba(255, 155, 81, .45);
    --header-bg:      rgba(234, 239, 239, .82);
    --footer-bg:      #1F2D38;
    --map-filter:     none;
    color-scheme: light;
}
