.privacy-page {
    padding-top: var(--header-height);
    background: var(--color-white);
}

.privacy-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: var(--color-bg-blue-tint);
    padding: 80px 100px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.privacy-banner-photo {
    display: none;
}

.privacy-banner h1 {
    margin: 0;
    width: 100%;
    font-family: var(--font-family-base);
    font-weight: var(--font-weight-semibold);
    font-size: 40px;
    line-height: var(--line-height-tight);
    color: var(--color-primary);
    text-align: center;
    position: relative;
    z-index: 1;
}

.privacy-content {
    width: 100%;
    max-width: 1142px;
    margin: 60px auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    box-sizing: border-box;
}

.privacy-updated {
    margin: 0;
    width: 100%;
    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-relaxed);
    color: var(--color-text-muted);
}

.privacy-intro,
.privacy-section,
.privacy-subsection {
    width: 100%;
}

.privacy-intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.privacy-intro p,
.privacy-section p,
.privacy-subsection p {
    margin: 0;
    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: 18px;
    line-height: var(--line-height-relaxed);
    color: var(--color-text-muted);
}

.privacy-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: var(--space-2);
}

.privacy-section h2 {
    margin: 0;
    width: 100%;
    font-family: var(--font-family-base);
    font-weight: var(--font-weight-semibold);
    font-size: 32px;
    line-height: 1.5;
    color: var(--color-primary);
}

.privacy-subsection {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.privacy-subsection h3,
.privacy-contact h3 {
    margin: 0;
    width: 100%;
    font-family: var(--font-family-base);
    font-weight: var(--font-weight-semibold);
    font-size: 22px;
    line-height: var(--line-height-relaxed);
    color: var(--color-indigo);
}

.privacy-section ul {
    margin: 0;
    padding: 0;
    list-style: disc;
}

.privacy-section li {
    margin: 0 0 0 27px;
    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: 18px;
    line-height: var(--line-height-relaxed);
    color: var(--color-text-muted);
}

.privacy-contact {
    width: 100%;
    background: var(--color-bg-blue-tint);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-2);
    box-sizing: border-box;
}

.privacy-contact-row {
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.privacy-contact-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.privacy-contact-icon img {
    width: 14.49px;
    height: 20px;
    display: block;
    object-fit: contain;
}

.privacy-contact-icon--email {
    width: 21px;
    height: 22px;
}

.privacy-contact-icon--email img {
    width: 21px;
    height: 22px;
}

.privacy-contact-row a {
    font-family: var(--font-family-base);
    font-weight: var(--font-weight-light);
    font-size: var(--font-size-md);
    line-height: 1.5;
    color: var(--color-text-heading);
    text-decoration: underline;
    text-underline-position: from-font;
    text-decoration-skip-ink: auto;
    white-space: nowrap;
}

@media screen and (max-width: 1400px) {
    .privacy-content {
        max-width: calc(100% - 160px);
    }
    .privacy-intro p{
        line-height: 1.6;
    }
}

@media screen and (max-width: 1199px) {
    .privacy-banner {
        padding: 64px 5%;
    }

    .privacy-content {
        max-width: 100%;
        padding: 0 var(--container-padding-x);
        margin-top: 48px;
    }

    .privacy-contact-row a {
        white-space: normal;
    }
}

/* Keep desktop website hero above 768px */
@media screen and (max-width: 991px) {
    .privacy-page {
        padding-top: 72px;
    }
}

/* Keep desktop website hero through 601–768px */
@media screen and (min-width: 601px) and (max-width: 768px) {
    .privacy-banner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        height: auto;
        background: var(--color-bg-blue-tint);
        padding: 64px 5%;
    }

    .privacy-banner-photo {
        display: none;
    }

    .privacy-banner::after {
        content: none;
    }

    .privacy-banner h1 {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        font-size: 40px;
        color: var(--color-primary);
        text-align: center;
        z-index: 1;
    }

    .privacy-content {
        max-width: 100%;
        width: 100%;
        margin: 48px auto 0;
        padding: 0 var(--container-padding-x);
        gap: 40px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 600px) {
    .privacy-banner {
        display: block;
        height: 300px;
        padding: 0;
        overflow: hidden;
        background: var(--color-black);
    }

    .privacy-banner-photo {
        display: block;
        position: absolute;
        left: 50%;
        top: -145px;
        width: 222.47%;
        height: 632px;
        max-width: none;
        transform: translateX(-50%);
        object-fit: cover;
        object-position: center;
        pointer-events: none;
    }

    .privacy-banner::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.01) 48.293%,
            var(--color-black) 75.285%
        );
        pointer-events: none;
        z-index: 1;
    }

    .privacy-banner h1 {
        position: absolute;
        left: 20px;
        bottom: 20px;
        width: auto;
        margin: 0;
        font-size: 24px;
        line-height: var(--line-height-tight);
        font-weight: var(--font-weight-semibold);
        color: var(--color-white);
        text-align: left;
        z-index: 2;
    }

    .privacy-content {
        max-width: 90%;
        width: 100%;
        margin: 40px auto 0;
        padding: 0;
        gap: 20px;
    }

    .privacy-updated {
        font-size: var(--font-size-sm);
        line-height: var(--line-height-relaxed);
    }

    .privacy-intro p,
    .privacy-section p,
    .privacy-subsection p,
    .privacy-section li {
        font-size: 16px;
        line-height: var(--line-height-relaxed);
    }

    .privacy-section {
        gap: var(--space-2);
    }

    .privacy-section h2 {
        font-size: 24px;
        line-height: 1.5;
    }

    .privacy-subsection h3,
    .privacy-contact h3 {
        font-size: 18px;
        line-height: var(--line-height-relaxed);
    }

    .privacy-section li {
        margin-left: 21px;
    }

    .privacy-contact {
        padding: 20px;
        gap: var(--space-2);
        background: var(--color-bg-blue-tint);
    }

    .privacy-contact-row {
        align-items: center;
        gap: var(--space-2);
    }

    .privacy-contact-row a {
        font-size: var(--font-size-xs);
        font-weight: var(--font-weight-light);
        line-height: 1.5;
        color: var(--color-text-heading);
        white-space: normal;
        max-width: 282px;
    }
}

@media screen and (max-width: 599px) {
    .privacy-section h2 {
        font-size: var(--font-size-md);
        line-height: 1.5;
    }
}
