/* The lit-cell logo. Cells take --cell; the lit cell and its glow stay amber. */
.logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit}
.logo__mark{width:46px;height:auto;display:block;overflow:visible}
.logo .cell{fill:var(--cell, #3A4880);transition:fill .6s}
.logo .lit{fill:#FFC45A}
.logo .glow{fill:#FFC45A;opacity:.35;filter:blur(5px);transition:opacity .8s}
.logo__word{font-family:"Barlow Condensed", "Arial Narrow", sans-serif;font-weight:700;font-size:1.4rem;letter-spacing:.01em;line-height:1}
/* home page: navy cells and no glow in daylight, slate cells at dusk */
body.home{--cell:#1B2A4A}
html.is-dusk body.home{--cell:#3A4880}
html:not(.is-dusk) body.home .logo .glow{opacity:0}
.nav .brand{gap:10px}
.nav .brand i{display:none}
@media (max-width:420px){ .logo__word{font-size:1.2rem} .logo__mark{width:38px} }
/* keep the menu below the WordPress admin bar when logged in */
body.admin-bar .nav{top:32px}
@media (max-width:782px){ body.admin-bar .nav{top:46px} }
@media (max-width:600px){ body.admin-bar .nav{top:0} }
