/* ════════════════════════════════════════════════════════════
   Royal Purple & Gold — dark plum navbar, gleaming gold buttons,
   purple headings, warm-white page background.  Premium feel.
   ════════════════════════════════════════════════════════════ */
:root {
    /* Primary palette — gold is the "warm" action colour */
    --swlw-primary:            #D6A84F;
    --swlw-primary-dark:       #C79535;
    --swlw-primary-light:      #e8c378;
    --swlw-accent:             #edd59a;
    --swlw-accent-hover:       #D6A84F;

    /* Surfaces */
    --swlw-background:         #fdfaf5;
    --swlw-section-background: #faf6f1;
    --swlw-surface:            #faf6f1;

    /* Typography — purple headings on warm-white body */
    --swlw-text:               #1e0f2a;
    --swlw-heading:            #4B0F5C;
    --swlw-muted:              #7a6585;
    --swlw-border:             #e4d4f0;

    /* Navbar — dark plum-to-purple gradient */
    --swlw-navbar-bg:          linear-gradient(90deg, #3a0a4a 0%, #800080 100%);
    --swlw-navbar-text:        #ffffff;
    --swlw-navbar-hover:       #F4D35E;
    --swlw-navbar-border:      rgba(255, 255, 255, .12);

    /* Footer */
    --swlw-footer-bg:          #1e0f2a;
    --swlw-footer-text:        #c8b8d8;
    --swlw-footer-bright:      #F4D35E;

    /* Buttons — gold on dark background */
    --swlw-button-bg:          #D6A84F;
    --swlw-button-hover:       #C79535;
    --swlw-button-text:        #1e0f2a;

    /* Hero */
    --swlw-hero-bg:            linear-gradient(135deg, #fdfaf5 0%, #f5eef8 100%);

    /* Shadows */
    --swlw-card-shadow:        0 .5rem 1.5rem rgba(75, 15, 92, .1);
}
