/* Dobcross Silver Band — Privacy Policy production addition */

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

.privacy-page .privacy-hero {
    position: relative;
    isolation: isolate;
    min-height: 470px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0;
    background:
        radial-gradient(circle at 76% 24%, rgba(215,25,32,.18), transparent 31%),
        linear-gradient(118deg, #061b33 0%, #071728 55%, #101010 100%);
    color: #fff;
}

.privacy-page .privacy-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(0,0,0,.15), transparent 60%),
        linear-gradient(0deg, rgba(0,0,0,.20), transparent 52%);
}

.privacy-page .privacy-hero .container {
    width: min(1180px, calc(100% - 64px));
    margin-inline: auto;
    padding: 74px 0 66px;
}

.privacy-page .privacy-hero .eyebrow {
    margin: 0 0 16px;
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.privacy-page .privacy-hero .eyebrow::after {
    content: "";
    display: block;
    width: 54px;
    height: 3px;
    margin-top: 12px;
    background: var(--red);
}

.privacy-page .privacy-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(3rem, 5.2vw, 5.2rem);
    font-weight: 400;
    line-height: .94;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.privacy-page .privacy-hero .page-hero__intro {
    max-width: 680px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.90);
    font-size: 1.05rem;
    line-height: 1.65;
}

.privacy-content {
    padding: 66px 0 92px;
    background: var(--paper);
}

.privacy-layout {
    width: min(1040px, calc(100% - 64px));
    margin-inline: auto;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 66px;
    align-items: start;
}

.privacy-summary {
    position: sticky;
    top: 28px;
    padding: 24px 0 0;
    border-top: 3px solid var(--red);
}

.privacy-summary .eyebrow {
    margin: 0 0 18px;
}

.privacy-summary p {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: .82rem;
    line-height: 1.65;
}

.privacy-summary__updated strong {
    color: #171717;
}

.privacy-summary a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--red);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.privacy-summary a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.privacy-policy {
    min-width: 0;
    padding: 40px 46px 48px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 18px 46px rgba(0,0,0,.06);
}

.privacy-policy > :first-child {
    margin-top: 0;
}

.privacy-policy > :last-child {
    margin-bottom: 0;
}

.privacy-policy h2 {
    margin: 42px 0 14px;
    color: #111;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(1.75rem, 2.7vw, 2.35rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.02em;
}

.privacy-policy h2:first-child {
    margin-top: 0;
}

.privacy-policy p,
.privacy-policy li {
    color: #39434d;
    font-size: .98rem;
    line-height: 1.78;
}

.privacy-policy p {
    margin: 0 0 17px;
}

.privacy-policy ul {
    margin: 8px 0 22px;
    padding-left: 1.35rem;
}

.privacy-policy li + li {
    margin-top: 7px;
}

.privacy-policy a,
.contact-page .contact-privacy-link {
    color: var(--red);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.privacy-policy a:hover,
.contact-page .contact-privacy-link:hover {
    color: #a91319;
}

.privacy-policy .privacy-callout {
    margin: 32px 0;
    padding: 24px 26px;
    border-left: 3px solid var(--red);
    background: #f6f3ef;
}

.privacy-policy .privacy-callout p:last-child {
    margin-bottom: 0;
}

@media (max-width: 760px) {
    .privacy-page .privacy-hero {
        min-height: 410px;
    }

    .privacy-page .privacy-hero .container {
        width: min(100% - 32px, 1180px);
        padding: 54px 0 46px;
    }

    .privacy-page .privacy-hero h1 {
        font-size: clamp(2.7rem, 13vw, 4rem);
    }

    .privacy-page .privacy-hero .page-hero__intro {
        font-size: .98rem;
    }

    .privacy-content {
        padding: 42px 0 64px;
    }

    .privacy-layout {
        width: min(100% - 32px, 1040px);
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .privacy-summary {
        position: static;
        padding-top: 18px;
    }

    .privacy-policy {
        padding: 30px 24px 36px;
    }
}
