.privacy-page { background: var(--cream); }

.privacy-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: clamp(500px, 68svh, 720px);
    overflow: hidden;
    background: #521d50;
}

.privacy-hero__art,
.privacy-hero__shade {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
}

.privacy-hero__art {
    object-fit: cover;
    object-position: 50% 36%;
    filter: saturate(.78);
    transform: scale(1.025);
}

.privacy-hero__shade {
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(17, 6, 20, .78), rgba(17, 6, 20, .3) 38%, rgba(24, 14, 28, .94) 100%),
        radial-gradient(circle at 75% 38%, rgba(239, 42, 135, .09), rgba(20, 5, 25, .5) 80%);
}

.privacy-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .16;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
    mix-blend-mode: soft-light;
}

.privacy-hero__content {
    align-self: end;
    padding-top: 132px;
    padding-bottom: clamp(82px, 10vw, 125px);
}

.privacy-hero__content h1 {
    max-width: 900px;
    margin: 0;
    font-size: clamp(4rem, 10vw, 9rem);
    font-weight: 950;
    line-height: .82;
    letter-spacing: -.075em;
    text-shadow: 5px 6px 0 rgba(67, 12, 58, .34);
    text-transform: uppercase;
}

.privacy-hero__content h1 em { color: var(--yellow); font-style: normal; }

.privacy-hero__content > p:last-child {
    max-width: 720px;
    margin: 30px 0 0;
    color: rgba(255, 250, 242, .84);
    font-size: clamp(1rem, 1.7vw, 1.18rem);
    font-weight: 650;
}

.privacy-main {
    position: relative;
    z-index: 1;
    color: var(--ink);
    background:
        radial-gradient(circle at 4% 9%, rgba(255, 67, 88, .11), transparent 22%),
        radial-gradient(circle at 96% 45%, rgba(131, 231, 220, .19), transparent 24%),
        linear-gradient(180deg, #fff8ed, var(--cream));
    border-radius: 52px 52px 0 0;
    margin-top: -42px;
}

.privacy-main::before {
    content: "✦";
    position: absolute;
    top: 42px;
    right: 5vw;
    color: var(--yellow);
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: 1;
    text-shadow: 4px 4px 0 var(--coral);
    transform: rotate(12deg);
}

.privacy-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(275px, .75fr) minmax(0, 1.25fr);
    gap: clamp(58px, 9vw, 125px);
    align-items: start;
    padding-block: clamp(90px, 11vw, 155px);
}

.privacy-summary {
    position: sticky;
    top: 35px;
    padding-top: 15px;
}

.privacy-summary h2 {
    max-width: 510px;
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    font-weight: 950;
    line-height: .94;
    letter-spacing: -.06em;
    text-transform: uppercase;
}

.privacy-updated {
    display: inline-block;
    padding: 9px 13px;
    margin: 30px 0 0;
    color: rgba(24, 14, 28, .7);
    background: rgba(255, 255, 255, .62);
    border: 1px solid rgba(24, 14, 28, .12);
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .04em;
}

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

.privacy-content section {
    position: relative;
    padding: 0 0 clamp(48px, 7vw, 78px) 70px;
}

.privacy-content section + section {
    padding-top: clamp(48px, 7vw, 78px);
    border-top: 1px solid rgba(24, 14, 28, .14);
}

.privacy-number {
    position: absolute;
    top: 7px;
    left: 0;
    color: var(--coral-dark);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .16em;
}

.privacy-content section + section .privacy-number { top: calc(clamp(48px, 7vw, 78px) + 7px); }

.privacy-content h2 {
    margin: 0 0 22px;
    font-size: clamp(1.65rem, 3vw, 2.55rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.045em;
    text-transform: uppercase;
}

.privacy-content p {
    margin: 0;
    color: rgba(24, 14, 28, .72);
    font-size: clamp(.98rem, 1.35vw, 1.08rem);
    font-weight: 560;
    line-height: 1.72;
}

.privacy-content p + p { margin-top: 17px; }

.privacy-content a {
    color: var(--coral-dark);
    font-weight: 750;
    text-underline-offset: 3px;
}

.privacy-content a:hover { color: var(--pink); }

.privacy-content code {
    padding: 2px 6px;
    color: var(--ink);
    background: rgba(24, 14, 28, .07);
    border-radius: 5px;
    font-size: .9em;
}

.privacy-footer__inner {
    display: flex;
    min-height: 190px;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding-block: 45px;
}

.privacy-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.privacy-footer__brand img {
    width: 70px;
    filter: drop-shadow(0 8px 14px rgba(82, 13, 45, .2));
}

.privacy-footer__brand strong,
.privacy-footer__brand small { display: block; }

.privacy-footer__brand strong { font-size: .82rem; letter-spacing: .12em; }

.privacy-footer__brand small {
    margin-top: 4px;
    color: rgba(255, 250, 242, .7);
    font-size: .7rem;
    font-weight: 650;
}

.privacy-footer .footer-links { margin-top: 0; }

@media (max-width: 900px) {
    .privacy-layout { grid-template-columns: 1fr; gap: 75px; }
    .privacy-summary { position: static; max-width: 680px; }
}

@media (max-width: 680px) {
    .privacy-hero { min-height: 540px; }
    .privacy-hero__art { object-position: 48% 38%; }
    .privacy-hero__content { padding-top: 120px; padding-bottom: 88px; }
    .privacy-hero__content h1 { font-size: clamp(3.65rem, 18vw, 5.6rem); }
    .privacy-main { border-radius: 32px 32px 0 0; margin-top: -30px; }
    .privacy-main::before { top: 28px; }
    .privacy-layout { gap: 68px; padding-block: 80px 95px; }
    .privacy-summary h2 { font-size: clamp(2.45rem, 13vw, 4.1rem); }
    .privacy-content section { padding-left: 47px; }
    .privacy-footer__inner {
        min-height: 0;
        flex-direction: column;
        align-items: flex-start;
        padding-block: 52px;
    }
}

@media (max-width: 390px) {
    .privacy-hero__content h1 { font-size: 3.35rem; }
    .privacy-content section { padding-left: 39px; }
}

@media (prefers-reduced-motion: reduce) {
    .privacy-hero__art { transform: none; }
}
