/*
========================================
Legal / company pages
========================================
*/

body.page-legal {
    background:
        #000 url("/assets/img/back_gen.jpg")
        center top / cover
        no-repeat
        fixed;
    color: rgba(255, 255, 255, 0.82);
}

.legal-main {
    min-height: calc(100vh - 120px);
    padding: clamp(9rem, 14vw, 12rem) 0 clamp(5rem, 9vw, 8rem);
}

.legal-container {
    width: min(100% - 3rem, 920px);
    margin: 0 auto;
}

body.page-legal-wide .legal-container {
    width: min(100% - 3rem, 980px);
}

.legal-eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    color: #b88a38;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.legal-title {
    margin: 0 0 3rem;
    color: #f3eee3;
    font-size: clamp(2.3rem, 6vw, 4.5rem);
    font-weight: 500;
    letter-spacing: -0.035em;
}

body.page-legal-wide .legal-title {
    margin-bottom: 3.5rem;
}

.legal-content {
    max-width: 760px;
}

body.page-legal-wide .legal-content {
    max-width: 820px;
}

.legal-section {
    padding: 0 0 2.4rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid rgba(184, 138, 56, 0.24);
}

body.page-legal-wide .legal-section {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

.legal-section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.legal-section h2 {
    margin: 0 0 1rem;
    color: #b88a38;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 500;
}

.legal-section p,
.legal-section address {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(0.98rem, 1.5vw, 1.08rem);
    line-height: 1.85;
}

.legal-section address {
    font-style: normal;
}

.legal-section p + p,
.legal-section address + p {
    margin-top: 1rem;
}

.legal-contact a {
    color: #d2ad63;
    text-decoration: none;
    border-bottom: 1px solid rgba(210, 173, 99, 0.38);
    transition:
        color 220ms ease,
        border-color 220ms ease;
}

.legal-contact a:hover,
.legal-contact a:focus-visible {
    color: #f0d49b;
    border-color: #f0d49b;
}

body.page-legal .site-footer {
    background: rgba(5, 6, 7, 0.7);
    border-top: 1px solid rgba(184, 138, 56, 0.16);
}

@media (max-width: 720px) {
    .legal-main {
        padding-top: 8rem;
    }

    .legal-container {
        width: min(100% - 2rem, 920px);
    }

    .legal-section {
        padding-bottom: 1.9rem;
        margin-bottom: 1.9rem;
    }
}
