/* ============================================================
   Privacy Policy — a plain reading page.
   Same tokens as the rest of the site; measure kept narrow so the
   text is comfortable rather than running the full 1200px wrapper.
   ============================================================ */

#CatalogHero.-Privacy {
  display: flex;
  padding: 72px 10px 24px;
  flex-direction: column;
  align-items: center;
}

#CatalogHero.-Privacy .wrapper {
  gap: 16px;
}

#CatalogHero.-Privacy .CatalogHero__Text {
  color: #ffffff36;
  font-size: 60px;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -1.6px;
}

#CatalogHero.-Privacy .CatalogHero__Text h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: #FFF;
}

#Privacy {
  padding: 0 10px;
}

#Privacy .wrapper {
  padding-bottom: 120px;
  gap: 0;
  max-width: 820px;
}

.Privacy__Lead {
  color: #FFF;
  font-size: 20px;
  line-height: 155%;
  letter-spacing: -0.2px;
  margin: 0;
}

.Privacy__Meta {
  color: #FFFFFF55;
  font-size: 13px;
  letter-spacing: .04em;
  margin-top: 18px;
  text-transform: uppercase;
}

#Privacy h2 {
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.7px;
  line-height: 125%;
  margin: 48px 0 14px;
}

#Privacy p {
  color: #FFFFFFAA;
  font-size: 17px;
  line-height: 165%;
  letter-spacing: -0.1px;
  margin: 0 0 14px;
}

#Privacy strong {
  color: #FFF;
  font-weight: 600;
}

#Privacy a {
  color: #E6FF2A;
  text-decoration: underline;
  text-decoration-color: #E6FF2A55;
  text-underline-offset: 3px;
  transition: text-decoration-color .2s ease-in-out;
}

#Privacy a:hover {
  text-decoration-color: #E6FF2A;
}

/* ---------- the services table ---------- */
.Privacy__Table {
  border-collapse: collapse;
  margin: 22px 0 26px;
  width: 100%;
}

.Privacy__Table th {
  border-bottom: 1px solid #2A2E32;
  color: #E6FF2A;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  padding: 0 14px 10px 0;
  text-align: left;
  text-transform: uppercase;
}

.Privacy__Table td {
  border-bottom: 1px solid #1F2226;
  color: #FFFFFFAA;
  font-size: 15px;
  line-height: 150%;
  padding: 14px 14px 14px 0;
  vertical-align: top;
}

.Privacy__Table td:first-child {
  color: #FFF;
  font-weight: 500;
  white-space: nowrap;
}

.Privacy__Table td span {
  color: #FFFFFF66;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 3px;
}

.Privacy__Table code {
  background: #16171B;
  border: 1px solid #2A2E32;
  border-radius: 5px;
  color: #FFFFFFCC;
  display: inline-block;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 12px;
  margin: 0 3px 3px 0;
  padding: 3px 7px;
}

@media (max-width: 640px) {
  #CatalogHero.-Privacy .CatalogHero__Text { font-size: 40px; letter-spacing: -1px; }
  .Privacy__Lead { font-size: 17px; }
  #Privacy h2 { font-size: 22px; margin-top: 38px; }
  #Privacy p { font-size: 16px; }

  /* The three columns will not fit; let the table scroll rather than
     squeeze the cookie names into unreadable slivers. */
  .Privacy__Table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
