.policy-page {
    width: min(1120px, 100%);
    margin: 0 auto;
    padding: clamp(72px, 9vw, 132px) 0 30px;
}

.policy-header {
    padding-bottom: clamp(48px, 7vw, 82px);
    border-bottom: 1px solid var(--black);
}

.policy-header-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(52px, 8vw, 92px);
    color: var(--muted);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.policy-kicker {
    margin: 0 0 18px;
    color: var(--orange-dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.policy-header h1 {
    max-width: 980px;
    margin: 0;
    color: var(--black);
    font-family: var(--cover-display);
    font-size: clamp(66px, 9vw, 126px);
    font-weight: 400;
    line-height: .84;
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.policy-header h1 em {
    display: block;
    color: var(--orange);
    font-family: var(--serif);
    font-size: .68em;
    font-weight: 500;
    line-height: 1;
    text-transform: none;
}

.policy-intro {
    max-width: 680px;
    margin: 38px 0 0;
    color: var(--muted);
    font-family: var(--serif);
    font-size: clamp(20px, 2.1vw, 27px);
    line-height: 1.48;
}

.policy-body {
    width: min(790px, 100%);
    margin: 0 auto;
}

.policy-body section {
    position: relative;
    padding: clamp(54px, 7vw, 78px) 0;
    border-bottom: 1px solid var(--line);
}

.policy-section-number {
    position: absolute;
    top: clamp(58px, 7vw, 82px);
    left: -92px;
    margin: 0;
    color: var(--orange);
    font-family: var(--cover-display);
    font-size: 21px;
    letter-spacing: .08em;
}

.policy-body h2 {
    margin: 0 0 28px;
    color: var(--black);
    font-family: var(--serif);
    font-size: clamp(38px, 4vw, 52px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.025em;
}

.policy-body section > p:not(.policy-section-number) {
    margin: 0 0 21px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.9;
}

.policy-body section > p:last-child {
    margin-bottom: 0;
}

.policy-amazon {
    padding: 20px 24px;
    color: var(--black) !important;
    background: rgba(216, 127, 77, .09);
    border-left: 3px solid var(--orange);
    font-family: var(--serif);
    font-size: 19px !important;
    line-height: 1.45 !important;
}

.policy-amazon strong {
    font-weight: 600;
}

.policy-updated {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    padding: 30px 0 0;
    color: var(--muted);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.policy-updated em {
    color: var(--black);
    font-family: var(--serif);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

@media (max-width: 980px) {
    .policy-body {
        width: min(720px, calc(100% - 72px));
    }

    .policy-section-number {
        left: -48px;
    }
}

@media (max-width: 760px) {
    .policy-page {
        padding-top: 58px;
    }

    .policy-header-meta {
        margin-bottom: 48px;
    }

    .policy-header h1 {
        font-size: clamp(58px, 17vw, 86px);
    }

    .policy-intro {
        margin-top: 28px;
    }

    .policy-body {
        width: 100%;
    }

    .policy-body section {
        padding: 52px 0;
    }

    .policy-section-number {
        position: static;
        margin-bottom: 16px;
        font-size: 17px;
    }

    .policy-body section > p:not(.policy-section-number) {
        font-size: 14px;
        line-height: 1.82;
    }

    .policy-amazon {
        padding: 18px 20px;
        font-size: 18px !important;
    }
}

@media (max-width: 430px) {
    .policy-header-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .policy-header h1 {
        font-size: 54px;
    }

    .policy-header h1 em {
        font-size: .62em;
    }

    .policy-body h2 {
        font-size: 36px;
    }

    .policy-updated {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}
