@font-face {
    font-family: "Suisse Intl";
    src: url("../fonts/SuisseIntl-Regular.B8EoZWrN.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Reckless Neue";
    src: url("../fonts/RecklessNeue-Book.CYXR1TSk.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root { color-scheme: light; }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: #f2f0e6;
    color: #111;
    font-family: "Suisse Intl", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.55;
}

a { color: inherit; text-underline-offset: .16em; }

.privacy-header,
.privacy-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px clamp(20px, 3.2vw, 52px);
    border-bottom: 1px solid rgba(17, 17, 17, .25);
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}

.privacy-brand { text-decoration: none; letter-spacing: .03em; }
.privacy-back { text-decoration: none; }

.privacy-main { padding: clamp(72px, 10vw, 150px) clamp(20px, 3.2vw, 52px); }

.privacy-document { max-width: 900px; margin: 0 auto; }

.privacy-kicker,
.privacy-updated {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

h1 {
    max-width: 1000px;
    margin: 22px 0 28px;
    font-family: "Reckless Neue", Georgia, serif;
    font-size: clamp(52px, 8vw, 112px);
    font-weight: 400;
    line-height: .94;
    letter-spacing: -.035em;
}

.privacy-updated { margin-bottom: clamp(72px, 10vw, 140px); }

section {
    display: grid;
    grid-template-columns: minmax(190px, 1fr) minmax(0, 2.25fr);
    column-gap: clamp(30px, 6vw, 90px);
    padding: 35px 0;
    border-top: 1px solid rgba(17, 17, 17, .25);
}

h2 {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35;
}

section > :not(h2) { grid-column: 2; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul { margin: 0 0 1em; padding-left: 1.2em; }
li { padding-left: .2em; }

.privacy-footer {
    border-top: 1px solid rgba(17, 17, 17, .25);
    border-bottom: 0;
    min-height: 110px;
}

@media (max-width: 700px) {
    body { font-size: 16px; }
    .privacy-header, .privacy-footer { padding: 20px; }
    .privacy-main { padding-top: 64px; }
    section { display: block; padding: 30px 0; }
    h2 { margin-bottom: 22px; }
    .privacy-footer { align-items: flex-start; flex-direction: column; }
}
