/* ACCESSIBILITY */
.lpage{padding-top:72px;min-height:100dvh}
.lhero{background:var(--nv);padding:6rem 5rem 4.5rem;position:relative;overflow:hidden}
.lblb{width:500px;height:500px;background:rgba(26,92,97,.25);top:-200px;right:-100px;animation-delay:-3s}
.lh1{font-family:var(--fd);font-size:clamp(2.5rem,5vw,4rem);font-weight:300;color:#fff;line-height:1.04;position:relative;z-index:1}
.lh1 em{font-style:italic;color:var(--sky)}
.lbody{padding:5rem;max-width:820px}
.lbody h2{font-family:var(--fd);font-size:1.5rem;font-weight:600;color:var(--nv);margin:2.5rem 0 .85rem}
.lbody h2:first-child{margin-top:0}
.lbody p{font-size:.9rem;line-height:1.85;color:var(--gr);margin-bottom:1rem}
.lbody ul{list-style-type:'◆ ';list-style-position:outside;padding-left:1.25rem;margin-bottom:1rem}
.lbody ul li{font-size:.9rem;line-height:1.8;color:var(--gr)}
.lbody ul li::marker{color:var(--color-frame-gold);font-size:.75em}
.lbody a{color:var(--teal);text-decoration:underline;text-underline-offset:3px}
