/* ============================================================
   Privacy Policy
   ============================================================ */
.policy {
    padding: 80px 0 200px;
}

.sub-hero__bg {
    position: absolute;
    inset: 0;
    background: url('../images/privacypolicy/hero-bg.jpg') center/cover
        no-repeat;
}

.sub-hero__header {
    top: 420px;
}

.policy__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.policy__lead {
    font-family: var(--font-gothic);
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(211, 205, 182, 0.25);
}

.policy__lead-title {
    font-family: var(--font-mincho);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}

.policy__section {
    margin-bottom: 56px;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(211, 205, 182, 0.25);
}

.policy__section:last-child {
    border-bottom: none;
}

.policy__heading {
    font-family: var(--font-mincho);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
    display: flex;
    align-items: baseline;
    gap: 16px;
}

.policy__heading-num {
    font-family: var(--font-goudy);
    font-size: 12px;
    letter-spacing: 0.1em;
    color: var(--color-gold);
    flex-shrink: 0;
}

.policy__section p {
    font-family: var(--font-gothic);
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 1em;
}

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

.policy__sub-heading {
    font-weight: 700;
    margin-top: 1.5em;
}

.policy__list {
    list-style: none;
    margin-top: 12px;
}

.policy__list li {
    font-family: var(--font-gothic);
    font-size: 15px;
    line-height: 2.2;
    padding-left: 1.2em;
    position: relative;
}

.policy__list li::before {
    content: '・';
    position: absolute;
    left: 0;
    color: var(--color-gold);
}

.policy__address {
    font-style: normal;
    font-family: var(--font-gothic);
    font-size: 15px;
    line-height: 2.2;
    margin-top: 24px;
    padding: 28px 32px;
    border: 1px solid rgba(211, 205, 182, 0.25);
    border-radius: 4px;
}

.policy__address a {
    color: var(--color-beige);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 0.2s;
}

.policy__address a:hover {
    opacity: 0.7;
}

.sub-hero__deco {
    font-family: var(--font-mincho);
    writing-mode: vertical-rl;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: clamp(1.6rem, 1.46rem + 0.54vw, 2rem);
}

@media (max-width: 768px) {
    .policy {
        padding: 60px 0 120px;
    }

    .policy__lead {
        font-size: 14px;
        margin-bottom: 48px;
        padding-bottom: 48px;
    }

    .policy__section {
        margin-bottom: 44px;
        padding-bottom: 44px;
    }

    .policy__heading {
        font-size: 16px;
    }

    .policy__section p,
    .policy__list li {
        font-size: 14px;
    }

    .policy__address {
        font-size: 14px;
        padding: 20px;
    }

    .sub-hero__header {
        top: auto;
    }
}
