/* =========================================================
   PRIVACY POLICY
   ========================================================= */

.privacy-page {
    background: #fff;
    color: #2d2d2d;
}


/* HERO
   ========================================================= */

.privacy-hero {
    background: #f4f2ee;
    border-bottom: 1px solid #ddd8d0;
}

.privacy-hero__content {
    width: min(92%, 1050px);
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.privacy-eyebrow {
    margin: 0 0 .5rem;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #6d655c;
}

.privacy-hero h1 {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.1;
}

.privacy-hero__intro {
    max-width: 760px;
    margin: 0;
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    line-height: 1.65;
    color: #4f4b46;
}

.privacy-updated {
    margin: 1.25rem 0 0;
    font-size: .875rem;
    color: #716c66;
}


/* MAIN CONTENT
   ========================================================= */

.privacy-content {
    width: min(92%, 900px);
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 4.5rem) 0 5rem;
}

.privacy-content section {
    margin-bottom: 3rem;
}

.privacy-content section:last-child {
    margin-bottom: 0;
}

.privacy-content h2 {
    margin: 0 0 1rem;
    padding-bottom: .55rem;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    line-height: 1.25;
    border-bottom: 1px solid #e1ddd7;
}

.privacy-content p {
    margin: 0 0 1rem;
    line-height: 1.75;
}

.privacy-content p:last-child {
    margin-bottom: 0;
}

.privacy-content ul {
    margin: 1rem 0 1.25rem;
    padding-left: 1.4rem;
}

.privacy-content li {
    margin-bottom: .65rem;
    padding-left: .25rem;
    line-height: 1.65;
}

.privacy-content li:last-child {
    margin-bottom: 0;
}


/* INTRO
   ========================================================= */

.privacy-intro {
    font-size: 1.05rem;
}

.privacy-intro p:first-child {
    font-weight: 500;
}


/* IMPORTANT POLICY CALLOUT
   ========================================================= */

.privacy-highlight {
    padding: clamp(1.5rem, 3vw, 2rem);
    background: #f7f6f3;
    border: 1px solid #dedad3;
    border-left: 4px solid #6c675f;
    border-radius: 6px;
}

.privacy-highlight h2 {
    padding: 0;
    border: 0;
}


/* CONTACT SECTION
   ========================================================= */

.privacy-contact {
    padding-top: 2rem;
    border-top: 2px solid #d8d3cc;
}

.privacy-contact address {
    margin: 1.25rem 0;
    font-style: normal;
    line-height: 1.7;
}

.privacy-contact__link {
    display: inline-block;
    padding: .7rem 1.15rem;
    border: 1px solid currentColor;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
}

.privacy-contact__link:hover,
.privacy-contact__link:focus-visible {
    text-decoration: underline;
}


/* RESPONSIVE
   ========================================================= */

@media (max-width: 600px) {

    .privacy-hero__content,
    .privacy-content {
        width: min(90%, 900px);
    }

    .privacy-content {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .privacy-content section {
        margin-bottom: 2.5rem;
    }

    .privacy-highlight {
        padding: 1.25rem;
    }
}