﻿/* =========================================================
   Purchase terms
========================================================= */

.terms-page {
    padding: 65px 0 90px;
    background: #fff;
}

.terms-header {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.terms-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--og-green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.terms-header h1 {
    margin: 0 0 16px;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.7rem, 5vw, 4.3rem);
    font-weight: 600;
    line-height: 1.05;
}

.terms-header p {
    margin: 0 auto 14px;
    color: var(--og-muted);
    font-size: 17px;
    line-height: 1.7;
}

.terms-version {
    color: #8a928a;
    font-size: 12px;
}


/* =========================================================
   Content
========================================================= */

.terms-content {
    max-width: 850px;
    margin: 0 auto;
}

.terms-introduction {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 50px;
    padding: 22px 24px;
    background: var(--og-background-soft);
    border: 1px solid var(--og-border);
    border-radius: 6px;
}

    .terms-introduction .material-icons {
        margin-top: 2px;
        color: var(--og-green);
        font-size: 21px;
    }

    .terms-introduction p {
        margin: 0;
        color: #505750;
        font-size: 14px;
        line-height: 1.75;
    }

    .terms-introduction a,
    .terms-content a {
        color: var(--og-green-dark);
        font-weight: 600;
    }


/* =========================================================
   Sections
========================================================= */

.terms-section {
    padding: 0 0 38px;
    margin-bottom: 38px;
    border-bottom: 1px solid var(--og-border);
}

    .terms-section h2 {
        display: flex;
        align-items: baseline;
        gap: 14px;
        margin: 0 0 22px;
        font-family: "Playfair Display", serif;
        font-size: 1.75rem;
        font-weight: 600;
    }

        .terms-section h2 > span {
            font-family: "Roboto", sans-serif;
            color: var(--og-green);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .1em;
        }

    .terms-section p {
        margin: 0 0 15px;
        color: #505750;
        font-size: 14px;
        line-height: 1.8;
    }

        .terms-section p:last-child {
            margin-bottom: 0;
        }

        .terms-section p > strong:first-child {
            margin-right: 4px;
            color: var(--og-text);
        }


/* =========================================================
   Contact
========================================================= */

.terms-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 55px;
    padding: 35px;
    background: var(--og-background-soft);
    border: 1px solid var(--og-border);
    border-radius: 8px;
}

    .terms-contact h2 {
        margin: 4px 0 10px;
        font-family: "Playfair Display", serif;
        font-size: 1.8rem;
    }

    .terms-contact p {
        margin: 0 0 8px;
        color: var(--og-muted);
        font-size: 14px;
        line-height: 1.6;
    }

.terms-address {
    margin-top: 18px !important;
}

.terms-contact img {
    width: 125px;
    height: auto;
}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 575.98px) {

    .terms-page {
        padding: 40px 0 65px;
    }

    .terms-header {
        margin-bottom: 38px;
    }

    .terms-introduction {
        margin-bottom: 40px;
        padding: 18px;
    }

    .terms-section {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

        .terms-section h2 {
            gap: 10px;
            font-size: 1.5rem;
        }

    .terms-contact {
        align-items: flex-start;
        padding: 24px 20px;
    }

        .terms-contact img {
            width: 80px;
        }
}
