:root{
/* blur — glass panels sit over photography only */
--blur-glass:blur(16px); /* @kind other */
--blur-glass-strong:blur(18px); /* @kind other */
--blur-chip:blur(14px); /* @kind other */
--blur-scrim:blur(10px); /* @kind other */

/* shadows — used sparingly, only to lift a modal off the page */
--shadow-modal:0 40px 120px rgba(0,0,0,.7); /* @kind shadow */

/* protection gradients over photography */
--scrim-hero-h:linear-gradient(105deg,rgba(10,10,10,.93) 0%,rgba(10,10,10,.72) 34%,rgba(10,10,10,.24) 62%,rgba(10,10,10,.55) 100%); /* @kind other */
--scrim-hero-v:linear-gradient(0deg,rgba(10,10,10,.9) 0%,rgba(10,10,10,0) 42%); /* @kind other */
--scrim-band:linear-gradient(90deg,rgba(10,10,10,.95) 0%,rgba(10,10,10,.8) 45%,rgba(10,10,10,.5) 100%); /* @kind other */
--scrim-caption:linear-gradient(0deg,rgba(10,10,10,.94) 14%,rgba(10,10,10,.55)); /* @kind other */

/* brass washes — the only gradients allowed on flat surfaces */
--wash-card:linear-gradient(180deg,rgba(176,138,78,.07),rgba(10,10,10,0)); /* @kind other */
--wash-tile:radial-gradient(120% 100% at 50% 35%,rgba(176,138,78,.12),rgba(20,20,20,0) 70%); /* @kind other */
--wash-player:radial-gradient(120% 100% at 50% 40%,rgba(176,138,78,.12),#0d0d0d 72%); /* @kind other */
}
