﻿/* =========================================================
   COPYRIGHT
   ========================================================= */

.copyright-page{
    padding:58px 0 82px;
}

.copyright-wrap{
    max-width:920px;
    margin:0 auto;
    padding-left:32px;
    padding-right:32px;
}

.copyright-header{
    max-width:760px;
    margin:0 auto 48px;
    padding-bottom:34px;
    border-bottom:1px solid var(--ink);
}

.copyright-header h1{
    margin:8px 0 12px;
    font-family:var(--font-serif);
    font-size:clamp(36px,4.8vw,50px);
    line-height:1.1;
    font-weight:500;
    letter-spacing:-.02em;
    color:var(--ink);
}

.copyright-header p{
    max-width:650px;
    margin:0;
    font-family:var(--font-serif);
    font-size:18px;
    line-height:1.55;
    color:var(--text-soft);
}

.copyright-document{
    max-width:760px;
    margin:0 auto;
    font-family:var(--font-sans);
    font-size:14.5px;
    line-height:1.78;
    color:var(--text-soft);
}

.copyright-section{
    margin:0;
    padding:0 0 38px;
}

.copyright-section + .copyright-section{
    padding-top:38px;
    border-top:1px solid var(--line);
}

.copyright-section h2{
    margin:0 0 18px;
    font-family:var(--font-serif);
    font-size:24px;
    line-height:1.25;
    font-weight:500;
    letter-spacing:-.01em;
    color:var(--ink);
}

.copyright-section p{
    margin:0 0 16px;
}

.copyright-section p:last-child{
    margin-bottom:0;
}

.copyright-section a{
    color:var(--sage-deep);
    text-decoration:none;
    border-bottom:1px solid var(--sage);
}

.copyright-note{
    margin-top:24px;
    padding:20px 22px;
    border-left:3px solid var(--wine);
    background:rgba(0,0,0,.025);
}

.copyright-note p{
    margin:0;
    font-family:var(--font-serif);
    font-size:16px;
    line-height:1.6;
    color:var(--ink);
}

@media(max-width:760px){
    .copyright-page{
        padding:42px 0 60px;
    }

    .copyright-wrap{
        padding-left:20px;
        padding-right:20px;
    }

    .copyright-header{
        margin-bottom:34px;
        padding-bottom:28px;
    }

    .copyright-header p{
        font-size:17px;
    }

    .copyright-document{
        font-size:14px;
        line-height:1.72;
    }

    .copyright-section{
        padding-bottom:30px;
    }

    .copyright-section + .copyright-section{
        padding-top:30px;
    }

    .copyright-section h2{
        font-size:22px;
    }
}
