/* ============================================================
   THE PRIVACY NOTICE

   One stylesheet for both languages. It was inline until the Spanish
   version existed; two copies of the same rules is two things to keep in
   step, and this page has no build step to do it for us.
   ============================================================ */

@font-face {
  font-family: 'Montserrat';
  src: url('/derived/fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/derived/fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/derived/fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

:root {
  --ground: #f6f5f5;
  --ink: #1a1a1a;
  --muted: #6b6b6b;
  --rule: #d8d8d8;
  --accent: #eb682f;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0 6vw 12vh;
  background: var(--ground);
  color: var(--ink);
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  max-width: 760px;
  margin: 0 auto;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 7vh 0 6vh;
}

header img {
  width: clamp(44px, 5vw, 62px);
  height: auto;
}

.back {
  font-size: 0.78em;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 3px;
}

.back:hover,
.back:focus-visible {
  color: var(--ink);
  border-color: var(--ink);
}

.eyebrow {
  font-size: 0.75em;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 10px;
}

h1 {
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
}

.updated {
  color: var(--muted);
  font-size: 0.82em;
  margin: 0 0 6vh;
}

h2 {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 5vh 0 12px;
  padding-top: 3vh;
  border-top: 1px solid var(--rule);
}

p {
  margin: 0 0 14px;
}

ul {
  margin: 0 0 14px;
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
}

dl {
  margin: 0 0 14px;
}

dt {
  font-weight: 600;
  margin-top: 14px;
}

dd {
  margin: 2px 0 0;
  color: var(--muted);
}

a {
  color: var(--ink);
  text-decoration-color: var(--accent);
  text-underline-offset: 3px;
}

footer {
  margin-top: 8vh;
  padding-top: 3vh;
  border-top: 1px solid var(--rule);
  color: var(--muted);
  font-size: 0.78em;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none;
  }
}

/* The header's right-hand pair: the other language, and the way back. */
.switch {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  margin: 0;
}

.switch > a {
  font-size: 0.78em;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 3px;
}

.switch > a:hover,
.switch > a:focus-visible {
  color: var(--ink);
  border-color: var(--ink);
}
