/* Privacy page: a calm document surface using the homepage's blue, lime, and magenta language. */
:root {
  --privacy-blue: #4055a1;
  --privacy-deep: #171832;
  --privacy-lime: #92b72f;
  --privacy-magenta: #bc5ab9;
  --privacy-lavender: #e7e4fa;
  --privacy-paper: #f7f6f1;
  --privacy-ink: #171832;
  --privacy-muted: #585a6e;
  --privacy-rule: #c9c8d3;
}

.privacy-page {
  min-width: 320px;
  background: var(--privacy-paper);
  color: var(--privacy-ink);
  font-family: "Kameron", Georgia, "Times New Roman", serif;
  line-height: 1.5;
}

.privacy-page a,
.privacy-page button {
  -webkit-tap-highlight-color: transparent;
}

.privacy-page a:focus-visible,
.privacy-page button:focus-visible {
  outline: 3px solid var(--privacy-magenta);
  outline-offset: 4px;
}

.privacy-page img {
  max-width: 100%;
}

.privacy-shell-header {
  min-height: 118px;
  position: relative;
  z-index: 4;
  background: var(--privacy-blue) !important;
  box-shadow: 0 10px 0 rgb(23 24 50 / 12%);
}

.privacy-shell-header [data-homepage-region-content] {
  height: auto !important;
  min-height: 118px;
  background-color: var(--privacy-blue) !important;
  background-image: none !important;
}

.privacy-shell-header .hero-header {
  min-height: 118px;
  align-items: center;
  padding-block: 18px;
}

.privacy-shell-header .hero-phone,
.privacy-shell-header .hero-nav a,
.privacy-shell-header .hero-menu-toggle {
  border-color: var(--privacy-ink);
  box-shadow: -10px 13px 0 rgb(23 24 50 / 20%);
}

.privacy-shell-header .hero-phone,
.privacy-shell-header .hero-nav a,
.privacy-shell-header .hero-menu-toggle {
  background: var(--privacy-paper);
}

.privacy-shell-header .hero-nav a,
.privacy-shell-header .hero-menu-toggle,
.privacy-shell-header .hero-phone {
  color: var(--privacy-ink);
}

.privacy-document {
  display: block;
  width: 100%;
  background: var(--privacy-paper);
}

.privacy-document h1,
.privacy-document h2,
.privacy-document h3,
.privacy-document p {
  overflow-wrap: anywhere;
}

.privacy-document > section {
  position: relative;
  width: min(100%, 1440px);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 7vw, 7rem);
}

.privacy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  min-height: 580px;
  padding-top: clamp(4rem, 9vw, 8rem);
  padding-bottom: clamp(3rem, 6vw, 6rem);
  background: var(--privacy-blue);
  color: #fff;
}

.privacy-hero::before {
  position: absolute;
  inset: 0 55% auto 0;
  height: 1rem;
  background: var(--privacy-lime);
  content: "";
}

.privacy-hero__content,
.privacy-hero__media,
.privacy-chapters {
  position: relative;
  z-index: 1;
}

.privacy-hero__content {
  max-width: 720px;
}

.privacy-hero__eyebrow,
.privacy-section__kicker,
.privacy-chapters__label,
.privacy-section__aside-label,
.privacy-data-card__label {
  margin: 0 0 1rem;
  color: var(--privacy-lime);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.privacy-hero__title {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-family: "Jersey 10", Impact, "Arial Black", sans-serif;
  font-size: clamp(4.5rem, 9vw, 9rem);
  font-weight: 400;
  letter-spacing: .01em;
  line-height: .88;
  text-wrap: balance;
  -webkit-text-stroke: clamp(2px, .25vw, 5px) #000;
  paint-order: stroke fill;
}

.privacy-hero__lead {
  max-width: 570px;
  margin: 2rem 0 0;
  color: #fff;
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  line-height: 1.45;
}

.privacy-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2.5rem;
}

.privacy-hero__meta span {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  padding: .55rem .9rem;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 999px;
  color: #fff;
  font-size: .9rem;
}

.privacy-hero__media {
  align-self: stretch;
  min-height: 390px;
  margin: 0;
  border: 4px solid var(--privacy-ink);
  background: var(--privacy-magenta);
  box-shadow: 1rem 1rem 0 var(--privacy-lime);
}

.privacy-hero__media img {
  display: block;
  width: 100%;
  height: calc(100% - 3.5rem);
  min-height: 300px;
  object-fit: cover;
}

.privacy-hero__media figcaption {
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  padding: .75rem 1rem;
  background: var(--privacy-magenta);
  color: #fff;
  font-size: .9rem;
  line-height: 1.25;
}

.privacy-chapters {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 1.5rem 3rem;
  align-items: start;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgb(255 255 255 / 35%);
}

.privacy-chapters__label {
  margin: .2rem 0 0;
}

.privacy-chapters__list {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-chapters__item {
  display: grid;
  gap: .4rem;
  min-width: 0;
  color: #fff;
  font-size: .85rem;
  line-height: 1.2;
}

.privacy-chapters__item span:first-child {
  color: var(--privacy-lime);
  font-weight: 700;
}

.privacy-section {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 4.5rem);
  padding-top: clamp(4.5rem, 8vw, 8rem);
  padding-bottom: clamp(4.5rem, 8vw, 8rem);
  border-bottom: 1px solid var(--privacy-rule);
}

.privacy-section__number {
  color: var(--privacy-magenta);
  font-family: "Jersey 10", Impact, "Arial Black", sans-serif;
  font-size: clamp(2.75rem, 4.5vw, 4.5rem);
  line-height: .9;
}

.privacy-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, .62fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: start;
}

.privacy-section__copy {
  max-width: 700px;
}

.privacy-section__copy--wide {
  max-width: none;
}

.privacy-section__copy h2 {
  max-width: 760px;
  margin: 0;
  color: var(--privacy-ink);
  font-family: "Jersey 10", Impact, "Arial Black", sans-serif;
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 400;
  line-height: .95;
  text-wrap: balance;
}

.privacy-section__copy p:not(.privacy-section__kicker) {
  max-width: 670px;
  margin: 1.5rem 0 0;
  color: var(--privacy-muted);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.6;
}

.privacy-section__copy p + p:not(.privacy-section__kicker) {
  margin-top: 1rem;
}

.privacy-section__aside,
.privacy-retention__note {
  display: grid;
  gap: .85rem;
  align-content: start;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 3px solid var(--privacy-ink);
  background: var(--privacy-lime);
  box-shadow: .75rem .75rem 0 var(--privacy-magenta);
}

.privacy-section__aside .privacy-section__aside-label,
.privacy-retention__note .privacy-section__aside-label {
  margin: 0;
  color: var(--privacy-ink);
}

.privacy-section__aside strong,
.privacy-retention__note strong {
  font-family: "Jersey 10", Impact, "Arial Black", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
  line-height: .95;
}

.privacy-section__aside span:last-child,
.privacy-retention__note p {
  margin: 0;
  color: var(--privacy-ink);
  font-size: 1rem;
  line-height: 1.45;
}

.privacy-section--data {
  background: var(--privacy-lavender);
}

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

.privacy-section--retention {
  background: #f0f0e9;
}

.privacy-section__grid--data {
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  align-items: center;
}

.privacy-data-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.privacy-data-card {
  min-height: 240px;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 2px solid var(--privacy-ink);
  background: var(--privacy-paper);
}

.privacy-data-card:nth-child(2) {
  transform: translateY(2rem);
  background: var(--privacy-magenta);
  color: #fff;
}

.privacy-data-card__label {
  color: var(--privacy-blue);
}

.privacy-data-card:nth-child(2) .privacy-data-card__label {
  color: var(--privacy-lime);
}

.privacy-data-card h3,
.privacy-checklist__item h3 {
  margin: 0;
  font-family: "Jersey 10", Impact, "Arial Black", sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.75rem);
  font-weight: 400;
  line-height: .95;
}

.privacy-data-card p,
.privacy-checklist__item p {
  margin: 1rem 0 0;
  color: var(--privacy-muted);
  font-size: 1rem;
  line-height: 1.45;
}

.privacy-data-card:nth-child(2) p {
  color: #fff;
}

.privacy-section--purposes {
  background: var(--privacy-deep);
  color: #fff;
}

.privacy-section--purposes .privacy-section__copy h2 {
  color: #fff;
}

.privacy-section--purposes .privacy-section__copy p:not(.privacy-section__kicker) {
  color: #e9e8f2;
}

.privacy-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.privacy-checklist__item {
  min-height: 220px;
  padding: 1.5rem;
  border-top: 4px solid var(--privacy-lime);
  background: rgb(255 255 255 / 8%);
}

.privacy-checklist__item > span {
  display: block;
  margin-bottom: 2rem;
  color: var(--privacy-lime);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.privacy-checklist__item h3 {
  color: #fff;
}

.privacy-checklist__item p {
  color: #e9e8f2;
}

.privacy-section--rights {
  background: #fff;
}

.privacy-rights__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2rem;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}

.privacy-rights__list li {
  display: grid;
  grid-template-columns: minmax(120px, .55fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 1.1rem 0;
  border-top: 1px solid var(--privacy-rule);
}

.privacy-rights__list strong {
  color: var(--privacy-blue);
  font-size: 1.05rem;
}

.privacy-rights__list span {
  color: var(--privacy-muted);
  font-size: 1rem;
}

.privacy-section--contact {
  background: var(--privacy-magenta);
  color: #fff;
}

.privacy-contact__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .65fr);
  gap: 3rem;
  align-items: end;
  padding: clamp(1.5rem, 4vw, 4rem);
  border: 4px solid var(--privacy-ink);
  background: var(--privacy-lime);
  color: var(--privacy-ink);
  box-shadow: 1rem 1rem 0 var(--privacy-deep);
}

.privacy-contact__card .privacy-section__copy h2 {
  color: var(--privacy-ink);
}

.privacy-contact__card .privacy-section__copy p:not(.privacy-section__kicker) {
  color: var(--privacy-ink);
}

.privacy-contact__actions {
  display: grid;
  gap: 1.5rem;
  justify-items: start;
  font-size: 1rem;
  line-height: 1.45;
}

.privacy-contact__link {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  gap: .75rem;
  padding: .75rem 1.25rem;
  border: 3px solid var(--privacy-ink);
  border-radius: 999px;
  background: var(--privacy-paper);
  color: var(--privacy-ink);
  font-weight: 700;
  text-decoration: none;
}

.privacy-contact__link:hover,
.privacy-contact__link:focus-visible {
  background: var(--privacy-ink);
  color: #fff;
}

.privacy-section--updates {
  border-bottom: 0;
}

.privacy-section--updates .privacy-section__copy p:last-child {
  margin-bottom: 0;
}

.privacy-updates__stamp {
  display: grid;
  gap: .75rem;
  align-content: center;
  min-height: 250px;
  padding: 2rem;
  border: 3px solid var(--privacy-ink);
  background: var(--privacy-blue);
  color: #fff;
  transform: rotate(1deg);
}

.privacy-updates__stamp > span {
  color: var(--privacy-lime);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.privacy-updates__stamp strong {
  max-width: 280px;
  font-family: "Jersey 10", Impact, "Arial Black", sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 400;
  line-height: .92;
}

.privacy-updates__note {
  margin: 0;
  color: #e9e8f2;
  font-size: .95rem;
  line-height: 1.4;
}

.privacy-page [data-homepage-region="16-footer"] {
  background: var(--privacy-lime);
}

.privacy-page [data-homepage-region="16-footer"] .footer-navigation a {
  color: inherit;
  text-decoration: none;
}

.privacy-page [data-homepage-region="16-footer"] .footer-navigation a:hover,
.privacy-page [data-homepage-region="16-footer"] .footer-navigation a:focus-visible {
  color: var(--privacy-blue);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.privacy-page [data-homepage-region="16-footer"] .site-footer__nav a {
  color: inherit;
  text-decoration: none;
}

.privacy-page [data-homepage-region="16-footer"] .site-footer__nav a:hover,
.privacy-page [data-homepage-region="16-footer"] .site-footer__nav a:focus-visible {
  color: var(--privacy-blue);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.privacy-page .footer-consent-settings {
  width: fit-content;
  padding: .45rem .8rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.privacy-page .footer-consent-settings:hover,
.privacy-page .footer-consent-settings:focus-visible {
  background: #fff;
  color: var(--privacy-ink);
}

.privacy-page [data-consent-layout="split"] {
  color: #fff;
}

@media (max-width: 1050px) {
  .privacy-hero {
    grid-template-columns: minmax(0, 1fr) minmax(240px, .75fr);
  }

  .privacy-chapters {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .privacy-chapters__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .privacy-section__grid,
  .privacy-section__grid--data {
    grid-template-columns: minmax(0, 1fr) minmax(220px, .65fr);
    gap: 2.5rem;
  }

  .privacy-contact__card {
    grid-template-columns: minmax(0, 1fr) minmax(200px, .7fr);
  }

  .privacy-checklist {
    grid-template-columns: 1fr;
  }

  .privacy-checklist__item {
    min-height: 0;
  }
}

@media (max-width: 800px) {
  .privacy-shell-header [data-homepage-region-content],
  .privacy-shell-header .hero-header {
    min-height: 94px;
  }

  .privacy-hero,
  .privacy-contact__card {
    grid-template-columns: 1fr;
  }

  .privacy-hero {
    min-height: 0;
  }

  .privacy-hero__media {
    width: min(100%, 540px);
    min-height: 330px;
  }

  .privacy-chapters__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .privacy-section {
    grid-template-columns: 3.5rem minmax(0, 1fr);
  }

  .privacy-section__grid,
  .privacy-section__grid--data {
    grid-template-columns: 1fr;
  }

  .privacy-data-list,
  .privacy-rights__list {
    grid-template-columns: 1fr;
  }

  .privacy-data-card:nth-child(2) {
    transform: none;
  }

  .privacy-contact__actions {
    justify-items: start;
  }

  .privacy-page [data-homepage-region="16-footer"] .site-footer__nav a {
    white-space: normal;
  }
}

@media (max-width: 600px) {
  .privacy-page .privacy-shell-header .hero-nav {
    display: none;
  }

  .privacy-page .privacy-shell-header .hero-nav.is-open,
  .privacy-page .privacy-shell-header .hero-nav[data-nav-panel-open] {
    display: flex;
  }

  .privacy-document > section {
    padding-inline: 1.25rem;
  }

  .privacy-hero {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .privacy-hero__title {
    font-size: clamp(3.8rem, 18vw, 6rem);
  }

  .privacy-hero__lead {
    margin-top: 1.5rem;
    font-size: 1.05rem;
  }

  .privacy-hero__media {
    min-height: 280px;
    box-shadow: .6rem .6rem 0 var(--privacy-lime);
  }

  .privacy-hero__media img {
    min-height: 220px;
  }

  .privacy-chapters__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-section {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .privacy-section__number {
    font-size: 3rem;
  }

  .privacy-section__copy h2 {
    font-size: clamp(2.8rem, 15vw, 4.5rem);
  }

  .privacy-section__copy p:not(.privacy-section__kicker) {
    font-size: 1rem;
  }

  .privacy-section__aside,
  .privacy-retention__note,
  .privacy-updates__stamp {
    box-shadow: .5rem .5rem 0 var(--privacy-magenta);
  }

  .privacy-rights__list li {
    grid-template-columns: 1fr;
    gap: .35rem;
  }

  .privacy-contact__card {
    padding: 1.5rem;
    box-shadow: .6rem .6rem 0 var(--privacy-deep);
  }

  .privacy-page [data-consent-layout="split"] {
    padding: 1rem;
  }

  .privacy-page [data-consent-layout="split"] aside {
    width: 100%;
    margin-left: 0;
  }

  .privacy-page [data-consent-layout="split"] [data-consent-actions] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
  }

  .privacy-page [data-consent-layout="split"] [data-consent-actions] button {
    min-width: 0;
    padding-inline: .55rem;
  }
}
