/* Page-owned visual language for the privacy information route. */
:root {
  --privacy-ink: #080808;
  --privacy-muted: #4b4b4b;
  --privacy-paper: #f7f7f4;
  --privacy-yellow: #fff200;
  --privacy-line: #d9d9d4;
  --privacy-dark: #111111;
  --privacy-radius: 1.5rem;
}

html,
body {
  margin: 0;
  min-width: 0;
  width: 100%;
}

body.privacy-page {
  background: var(--privacy-paper);
  color: var(--privacy-ink);
  font-family: Onest, Arial, sans-serif;
}

body.privacy-page [data-helper-shell="header"] {
  position: relative;
  display: block;
  width: 100%;
  min-height: 171px;
  box-sizing: border-box;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0 0.25rem 0.9rem rgb(8 8 8 / 8%);
}

body.privacy-page [data-helper-shell="header"] > header {
  background: #ffffff;
}

body.privacy-page [data-helper-shell="header"] .site-header__inner {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 348px) minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  min-height: 171px;
  padding: 16px clamp(1rem, 7.8125vw, 150px);
}

.privacy-main {
  background: var(--privacy-paper);
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 5vw, 6rem) 0 clamp(4rem, 8vw, 9rem);
}

.privacy-main > section {
  width: min(100% - 3rem, 1560px);
  margin-inline: auto;
}

.privacy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(20rem, 0.97fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  padding-bottom: clamp(4rem, 8vw, 9rem);
}

.privacy-hero__copy,
.privacy-hero__media,
.privacy-section__content,
.privacy-section__header {
  min-width: 0;
}

.privacy-hero__eyebrow {
  margin: 0 0 1.5rem;
  color: var(--privacy-muted);
  font-size: clamp(.82rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.privacy-hero__title {
  max-width: 60rem;
  margin: 0;
  font-family: system-ui, sans-serif;
  font-size: clamp(3.2rem, 7.2vw, 8.5rem);
  font-weight: 750;
  letter-spacing: -.075em;
  line-height: .93;
}

.privacy-hero__lead {
  max-width: 38rem;
  margin: clamp(2rem, 4vw, 4rem) 0 0;
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  line-height: 1.35;
}

.privacy-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: 2rem;
  color: var(--privacy-muted);
  font-size: .95rem;
}

.privacy-theme-toggle,
.privacy-action,
.privacy-consent-settings button,
.site-footer__settings button {
  appearance: none;
  border: 1px solid currentColor;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
}

.privacy-theme-toggle {
  padding: .65rem 1rem;
  background: transparent;
  color: inherit;
}

.privacy-theme-toggle:hover,
.privacy-theme-toggle:focus-visible,
.privacy-action:hover,
.privacy-action:focus-visible,
.site-footer__settings button:hover,
.site-footer__settings button:focus-visible {
  background: var(--privacy-yellow);
  color: var(--privacy-ink);
}

.privacy-theme-toggle:focus-visible,
.privacy-action:focus-visible,
.privacy-consent-settings button:focus-visible,
.site-footer__settings button:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

.privacy-hero__media {
  margin: 0;
  border-radius: var(--privacy-radius) 0 var(--privacy-radius) 0;
  background: var(--privacy-dark);
  box-shadow: 1.25rem 1.25rem 0 var(--privacy-yellow);
}

.privacy-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  border-radius: inherit;
  object-fit: cover;
}

.privacy-section {
  display: grid;
  grid-template-columns: minmax(14rem, .72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 8vw, 10rem);
  border-top: 1px solid var(--privacy-line);
  padding-block: clamp(3.5rem, 7vw, 8rem);
}

.privacy-section--overview,
.privacy-section--access,
.privacy-section--purpose,
.privacy-section--forms,
.privacy-section--cookies,
.privacy-section--rights,
.privacy-section--responsibility,
.privacy-section--contact {
  background: transparent;
}

.privacy-section__header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.privacy-section__index {
  flex: 0 0 auto;
  color: var(--privacy-muted);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
}

.privacy-section__title {
  max-width: 24rem;
  margin: 0;
  font-family: system-ui, sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 3.75rem);
  font-weight: 720;
  letter-spacing: -.055em;
  line-height: .98;
}

.privacy-section__content {
  align-self: start;
}

.privacy-section__text {
  max-width: 50rem;
  margin: 0;
  color: var(--privacy-muted);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.5;
}

.privacy-note {
  display: grid;
  gap: .5rem;
  margin-top: 2rem;
  padding: 1.5rem;
  border-left: .5rem solid var(--privacy-yellow);
  background: #ffffff;
  line-height: 1.45;
}

.privacy-note strong {
  font-size: 1.15rem;
}

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

.privacy-card {
  display: flex;
  min-height: 16rem;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.4rem, 2.5vw, 2.5rem);
  border-radius: var(--privacy-radius) 0 var(--privacy-radius) 0;
}

.privacy-card h3 {
  max-width: 14rem;
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.05;
}

.privacy-card p {
  margin: 2rem 0 0;
  font-size: 1rem;
  line-height: 1.45;
}

.privacy-card--yellow {
  background: var(--privacy-yellow);
}

.privacy-card--light {
  background: #e6e6e1;
}

.privacy-card--dark {
  background: var(--privacy-dark);
  color: #ffffff;
}

.privacy-split,
.privacy-cookie-layout,
.privacy-rights {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, .8fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.privacy-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-list li {
  display: flex;
  gap: .9rem;
  align-items: baseline;
  border-bottom: 1px solid var(--privacy-line);
  padding-bottom: 1rem;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.35;
}

.privacy-list li > span:first-child {
  color: var(--privacy-muted);
  font-size: 1.35rem;
  font-weight: 700;
}

.privacy-panel {
  padding: clamp(1.5rem, 3vw, 3rem);
  border-radius: var(--privacy-radius) 0 var(--privacy-radius) 0;
  background: #ffffff;
}

.privacy-action {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin-top: 2rem;
  padding: .85rem 1.25rem;
  background: var(--privacy-ink);
  color: #ffffff;
  font-weight: 700;
}

.privacy-action--outline {
  background: transparent;
  color: var(--privacy-ink);
}

.privacy-cookie-mark {
  display: grid;
  min-height: 12rem;
  align-content: space-between;
  padding: 1.5rem;
  background: var(--privacy-yellow);
  color: var(--privacy-ink);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.privacy-cookie-mark strong {
  justify-self: end;
  font-size: 4rem;
  font-weight: 400;
  line-height: .7;
}

.privacy-rights__list {
  display: grid;
  gap: 1rem;
  margin: 0;
}

.privacy-rights__list > div {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1rem;
  border-bottom: 1px solid var(--privacy-line);
  padding-bottom: 1rem;
}

.privacy-rights__list dt {
  font-weight: 700;
}

.privacy-rights__list dd {
  margin: 0;
  color: var(--privacy-muted);
}

.privacy-panel--dark {
  background: var(--privacy-dark);
  color: #ffffff;
}

.privacy-panel--dark .privacy-section__text {
  color: #ffffff;
}

.privacy-panel__caption {
  margin: 2rem 0 0;
  color: var(--privacy-yellow);
  font-size: 1.1rem;
  font-weight: 700;
}

.privacy-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 1rem;
}

.privacy-final .privacy-action {
  flex: 0 0 auto;
  margin-top: 0;
}

body.privacy-page .site-footer__settings {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-top: 2.5rem;
}

body.privacy-page .site-footer__settings button {
  padding: .65rem 1rem;
  background: transparent;
  color: #ffffff;
}

body.privacy-page .site-footer__settings .site-footer__link {
  display: inline-flex;
  align-items: center;
  padding: .65rem 0;
}

.privacy-consent-settings {
  max-width: min(92vw, 34rem);
  border: 0;
  border-radius: var(--privacy-radius);
  padding: 0;
  background: #ffffff;
  color: var(--privacy-ink);
  box-shadow: 0 1rem 4rem rgb(0 0 0 / 30%);
}

.privacy-consent-settings[hidden] {
  display: none;
}

.privacy-consent-settings::backdrop {
  background: rgb(0 0 0 / 48%);
}

.privacy-consent-settings__inner {
  display: grid;
  gap: 1rem;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.privacy-consent-settings h2 {
  margin: 0;
  font-size: 1.8rem;
}

.privacy-consent-settings p {
  margin: 0;
  line-height: 1.45;
}

.privacy-consent-settings label {
  display: flex;
  gap: .75rem;
  align-items: center;
}

.privacy-consent-settings__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: .75rem;
}

.privacy-consent-settings button {
  padding: .7rem 1rem;
  background: var(--privacy-ink);
  color: #ffffff;
}

.privacy-consent-settings button[data-consent-close] {
  background: transparent;
  color: var(--privacy-ink);
}

html[data-privacy-theme="dark"] body.privacy-page,
html[data-privacy-theme="dark"] .privacy-main {
  --privacy-paper: #171717;
  --privacy-ink: #ffffff;
  --privacy-muted: #d0d0ca;
  --privacy-line: #454545;
  --privacy-dark: #000000;
  background: var(--privacy-paper);
  color: var(--privacy-ink);
}

html[data-privacy-theme="dark"] body.privacy-page [data-homepage-region="01-site-header"] [data-homepage-region-content],
html[data-privacy-theme="dark"] body.privacy-page [data-homepage-region="01-site-header"] {
  background: #000000;
  color: #ffffff;
}

html[data-privacy-theme="dark"] .privacy-note,
html[data-privacy-theme="dark"] .privacy-panel,
html[data-privacy-theme="dark"] .privacy-consent-settings {
  background: #252525;
  color: #ffffff;
}

html[data-privacy-theme="dark"] .privacy-card--light {
  background: #333333;
  color: #ffffff;
}

@media (max-width: 1050px) {
  .privacy-hero {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, .8fr);
    gap: 3rem;
  }

  .privacy-section {
    grid-template-columns: minmax(12rem, .6fr) minmax(0, 1.4fr);
    gap: 3rem;
  }

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

  .privacy-card {
    min-height: auto;
  }
}

@media (max-width: 700px) {
  .privacy-main {
    padding-top: 2rem;
  }

  .privacy-main > section {
    width: min(100% - 2rem, 38rem);
  }

  .privacy-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2.75rem;
    padding-bottom: 4rem;
  }

  .privacy-hero__title {
    max-width: 100%;
    font-size: clamp(2.85rem, 14vw, 5rem);
    overflow-wrap: anywhere;
  }

  .privacy-hero__media {
    margin-inline: .5rem 1rem;
  }

  .privacy-section {
    display: block;
    padding-block: 3.5rem;
  }

  .privacy-section__header {
    margin-bottom: 2rem;
  }

  .privacy-section__title {
    max-width: none;
  }

  .privacy-split,
  .privacy-cookie-layout,
  .privacy-rights {
    display: block;
  }

  .privacy-list,
  .privacy-rights__list,
  .privacy-cookie-mark {
    margin-top: 2rem;
  }

  .privacy-rights__list > div {
    grid-template-columns: minmax(0, 7rem) minmax(0, 1fr);
  }

  .privacy-rights__list dt {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .privacy-final {
    display: block;
  }

  .privacy-final .privacy-action {
    margin-top: 1.5rem;
  }

  body.privacy-page [data-helper-shell="header"] .site-header__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    min-height: 0;
    padding: 18px 20px;
  }

  body.privacy-page [data-helper-shell="header"] {
    min-height: 0;
  }

  body.privacy-page [data-homepage-region="16-site-footer"] .site-footer__link--utility {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 701px) and (max-width: 1100px) {
  .privacy-hero__title { max-width: 100%; font-size: clamp(3rem, 7vw, 5.5rem); overflow-wrap: anywhere; }
  .privacy-section--rights { grid-template-columns: minmax(0, 1fr); }
  .privacy-section--rights .privacy-section__content { grid-template-columns: minmax(0, 1fr); }
}
