/* ===== ABOUT / CONTENT ===== */
.band--content{background:var(--bg-panel)}
.band--content .band-inner{padding-top:32px;padding-bottom:32px}
.about-page{max-width:700px;margin:0 auto}
.about-page h1{
    font-family:'Cormorant Garamond',Georgia,serif;
    font-size:1.6rem;font-weight:600;margin-bottom:16px
}
.about-page h2{
    font-family:'Cormorant Garamond',Georgia,serif;
    font-size:1.3rem;font-weight:600;margin-bottom:12px
}
.about-page p{margin-bottom:12px;line-height:1.6}
.about-page ul{margin:12px 0;padding-left:1.5em}
.about-page li{margin-bottom:6px;line-height:1.5}
.about-page a{color:var(--accent);text-decoration:none;
    border-bottom:1px solid color-mix(in srgb,var(--accent) 30%,transparent);
    transition:border-color .2s
}
.about-page a:hover{
    border-bottom-color:var(--accent)
}
.about-page .cloud-divider-inline{margin:24px 0}
