/* ==========================================================================
   Privacy & Cookie Policy
   ========================================================================== */
.page-policy {
    background: #ffffff;
    color: var(--site-text);
}

.policy-page {
    overflow: clip;
    background: #ffffff;
    color: var(--site-text);
}

.policy-hero {
    padding-block: clamp(7.5rem, 11vw, 10.5rem) clamp(5rem, 8vw, 8rem);
    background: #ffffff;
}

.policy-hero__inner,
.policy-content__grid {
    width: min(100%, 71.875rem);
    margin-inline: auto;
}

.policy-hero__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
}

.policy-hero__title {
    margin: 0;
    font-size: clamp(3.2rem, 4.6vw, 5.4rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: -0.025em;
}

.policy-hero__arrow {
    width: 1.15rem;
    height: 1.15rem;
    margin-right: clamp(1rem, 5vw, 5rem);
    filter: invert(1);
    transform: rotate(90deg);
    transform-origin: 50% 50%;
    will-change: transform;
}

.policy-hero__meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.9fr);
    gap: clamp(3rem, 8vw, 8rem);
    width: min(100%, 50rem);
    margin-top: clamp(5rem, 8vw, 8rem);
}

.policy-hero__meta p {
    margin: 0;
    color: #66686a;
    font-size: clamp(0.76rem, 0.82vw, 0.88rem);
    line-height: 1.45;
}

.policy-hero__meta span {
    color: var(--site-text);
}

/* ==========================================================================
   Policy content
   ========================================================================== */
.policy-content {
    padding-block: clamp(6rem, 9vw, 9rem) clamp(9rem, 14vw, 14rem);
    background: #ffffff;
}

.policy-content__grid {
    display: grid;
    grid-template-columns: minmax(12rem, 0.48fr) minmax(0, 1fr);
    gap: clamp(4rem, 10vw, 10rem);
    align-items: start;
}

.policy-content__aside {
    position: sticky;
    top: clamp(6rem, 8vw, 8rem);
    max-width: 17rem;
}

.policy-content__aside-label {
    margin: 0 0 1rem;
    color: #8a8c8e;
    font-size: 0.68rem;
    line-height: 1;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.policy-content__aside p:not(.policy-content__aside-label) {
    margin: 0 0 1.25rem;
    color: #626466;
    font-size: 0.82rem;
    line-height: 1.55;
}

.policy-content__aside a {
    position: relative;
    color: var(--site-text);
    font-size: 0.78rem;
    text-decoration: none;
}

.policy-content__aside a::after {
    position: absolute;
    right: 0;
    bottom: -0.12rem;
    left: 0;
    height: 1px;
    background: currentColor;
    content: "";
    transform: scaleX(1);
    transform-origin: left center;
}

.privacy-policy {
    min-width: 0;
}

.privacy-policy__content > p:first-child {
    margin-top: 0;
    color: var(--site-text);
    font-size: clamp(1.15rem, 1.35vw, 1.45rem);
    line-height: 1.45;
    letter-spacing: -0.015em;
}

.privacy-policy__content h2 {
    margin: clamp(4rem, 6vw, 6rem) 0 1.35rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--site-border);
    font-size: clamp(1.75rem, 2.15vw, 2.5rem);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -0.025em;
}

.privacy-policy__content h3 {
    margin: 2.4rem 0 1rem;
    font-size: clamp(1.05rem, 1.15vw, 1.2rem);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.015em;
}

.privacy-policy__content p,
.privacy-policy__content li {
    color: #56585a;
    font-size: clamp(0.94rem, 0.98vw, 1.03rem);
    line-height: 1.65;
}

.privacy-policy__content p {
    margin: 0 0 1.25rem;
}

.privacy-policy__content ul {
    display: grid;
    gap: 0.45rem;
    margin: 1.25rem 0 1.6rem;
    padding-left: 1.15rem;
}

.privacy-policy__content li {
    padding-left: 0.2rem;
}

.privacy-policy__content strong {
    color: var(--site-text);
    font-weight: 600;
}

.privacy-policy__content a {
    color: var(--site-text);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 991.98px) {
    .policy-hero {
        min-height: 34rem;
    }

    .policy-content__grid {
        grid-template-columns: minmax(10rem, 0.4fr) minmax(0, 1fr);
        gap: 4rem;
    }
}

@media (max-width: 767.98px) {
    .policy-hero {
        min-height: auto;
        padding-block: 7rem 5.5rem;
    }

    .policy-hero__heading {
        align-items: start;
    }

    .policy-hero__title {
        max-width: 8ch;
        font-size: clamp(2.7rem, 10.5vw, 3.8rem);
    }

    .policy-hero__arrow {
        margin-top: 0.8rem;
        margin-right: 0;
    }

    .policy-hero__meta {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 4rem;
    }

    .policy-content {
        padding-block: 5rem 8rem;
    }

    .policy-content__grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .policy-content__aside {
        position: static;
        max-width: 24rem;
    }

    .privacy-policy__content h2 {
        margin-top: 3.5rem;
    }
}
