/* ============================================================
   Liquid Glass — Afternoon Theme
   Overrides --lg-* properties for golden-hour warm backgrounds.
   ============================================================ */

.glass-theme-afternoon .glass-plate-wrap {
    /* Shadow — deeper than day, warm-tinted */
    --lg-shadow: 0 8px 28px hsla(212, 55%, 22%, 0.18),
                 0 2px 8px hsla(212, 55%, 22%, 0.12);

    /* Tint — slightly more visible (warm bg creates contrast) */
    --lg-tint-color: hsla(212, 55%, 68%, 0.16);

    /* Shine — warm-tinted highlights */
    --lg-shine-top: inset 0 1px 1px 0 hsla(212, 50%, 92%, 0.50);
    --lg-shine-bottom: inset 0 -1px 1px 0 hsla(212, 50%, 92%, 0.15);

    /* Border — warm edge */
    --lg-border-color: hsla(212, 50%, 85%, 0.30);

    /* Noise — medium */
    --lg-noise-opacity: 0.025;
}