@charset "utf-8";
/* CSS Document */

/* ============================================
   PRIVACY POLICY PAGE
============================================ */
.page-privacy {
    --lower-bg-light: #FAF8F5;
    --lower-bg-dark: #4A3B32;
    --lower-sub-bg: #F5F3EB;
    --lower-accent: #6F8D76;
    --lower-title-bg: #FAF8F5;
    --lower-title-text: #4A3B32;
}

/* ============================================
   PRIVACY SECTION
============================================ */
.privacy-section {
    background: #FAF8F5;
}

.page-privacy .lower-section-head {
    margin-bottom: 54px;
}

.page-privacy .lower-section-label {
    color: #6F8D76;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.16em;
}

.page-privacy .lower-section-title {
    color: #4A3B32;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: normal;
}

/* ============================================
   PRIVACY CONTENT
============================================ */
.privacy-content {
    max-width: 820px;
    margin: 0 auto;
    color: #4A3B32;
    font-size: 1.45rem;
    line-height: 2;
    letter-spacing: 0.04em;
}

.privacy-content p,
.privacy-content li {
    font-weight: normal;
}

.privacy-content strong,
.privacy-content b {
    font-weight: normal;
}

.privacy-lead {
    margin-bottom: 58px;
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(74, 59, 50, 0.16);
}

.privacy-lead p {
    margin-bottom: 14px;
}

.privacy-lead p:last-child {
    margin-bottom: 0;
}

/* ============================================
   PRIVACY BLOCK
============================================ */
.privacy-block {
    margin-bottom: 52px;
}

.privacy-block h3 {
    margin-bottom: 22px;
    color: #4A3B32;
    font-size: 1.9rem;
    line-height: 1.6;
    font-weight: normal;
    letter-spacing: 0.06em;
}

.privacy-block p {
    margin-bottom: 14px;
}

.privacy-block p:last-child {
    margin-bottom: 0;
}

.privacy-block ul {
    margin: 18px 0 20px;
    padding-left: 1.4em;
}

.privacy-block li {
    margin-bottom: 8px;
    line-height: 1.9;
}

.privacy-block li:last-child {
    margin-bottom: 0;
}

/* ============================================
   PRIVACY LINK
============================================ */
.privacy-link {
    margin-top: 22px;
}

.privacy-link a {
    display: inline-block;
    color: #6F8D76;
    font-size: 1.45rem;
    line-height: 1.8;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.privacy-link a:hover {
    color: #E07A5F;
}

/* ============================================
   PRIVACY DATE
============================================ */
.privacy-date {
    margin-top: 70px;
    padding-top: 30px;
    border-top: 1px solid rgba(74, 59, 50, 0.16);
    text-align: right;
}

.privacy-date p {
    margin-bottom: 6px;
    font-size: 1.4rem;
    line-height: 1.8;
}

.privacy-date p:last-child {
    margin-bottom: 0;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 768px) {

    .page-privacy .lower-section-head {
        margin-bottom: 40px;
    }

    .page-privacy .lower-section-title {
        font-size: 2.3rem;
    }

    .privacy-content {
        font-size: 1.4rem;
        line-height: 1.95;
    }

    .privacy-lead {
        margin-bottom: 46px;
        padding-bottom: 30px;
    }

    .privacy-block {
        margin-bottom: 44px;
    }

    .privacy-block h3 {
        margin-bottom: 18px;
        font-size: 1.75rem;
        line-height: 1.6;
    }

    .privacy-block ul {
        padding-left: 1.25em;
    }

    .privacy-date {
        margin-top: 54px;
        text-align: left;
    }
}