.top__overlay{display:block;z-index:2;position:fixed;left:0;right:0;clip-path:inset(100% 0 0 0);height:100vh;background:var(--paper-03);color:var(--pen-03);}:checked + .top__overlay{transition:clip-path 0.75s;clip-path:inset(0);}:not(:checked) + .top__overlay:focus-within{clip-path:inset(0 0 100% 0);transition:clip-path 0.75s 0.75s;}.top__overlay-inner{--paper:var(--paper-02);background:var(--paper);color:var(--pen-02);display:grid;clip-path:inset(100% 0 0 0);grid-template-rows:fit-content(100%) auto fit-content(100%);position:relative;height:100%;overflow:scroll;}.top__overlay-inner:focus-within{clip-path:inset(0 0 100% 0);transition:clip-path 0.75s;}:checked + .top__overlay > .top__overlay-inner{clip-path:inset(0);transition:clip-path 0.75s 0.75s;}.top__overlay-top,.top__overlay-main,.top__overlay-bottom{max-width:var(--max-width);padding:var(--offset);}.top__overlay-main{font:var(--grande);display:grid;align-items:center;}.top__overlay-top{display:flex;align-items:center;gap:1rem;line-height:initial;justify-content:space-between;}.top__overlay-bottom{display:flex;justify-content:space-between;align-items:center;}.top__overlay-top .top__toggler{font-size:1.35em;padding:5px;}.top__overlay-bottom{font:var(--demi);}.top__overlay-bottom a{background:linear-gradient(transparent calc(100% - 1px),currentColor 1px)
    no-repeat;}@media (orientation:portrait){.top__overlay-bottom{display:block;}.top__overlay-bottom{display:none;}.top__overlay-footer{max-width:var(--max-width);padding:var(--offset);font-size:1.666rem;font-weight:500;line-height:1.25;}.top__overlay-footer p{margin:0;}.top__overlay__right h2{font-size:1.666rem;}}@media (min-width:881px){.top__overlay-main{grid-template-columns:1fr 1fr;}.top__overlay-footer{display:none;}}@media (min-width:1125px){.top__overlay__left,.top__overlay__right{margin-left:3em;}}@media (min-width:1285px){.top__overlay-top,.top__overlay-main,.top__overlay-bottom{width:100%;margin:0 auto;padding:2.777rem var(--offset);}}
