:root {
  --bg: #fff;
  --surface: #fff;
  --surface-soft: #fff;
  --text: #050505;
  --muted: rgba(5, 5, 5, 0.58);
  --line: rgba(5, 5, 5, 0.12);
}

body {
  background: #fff;
  color: #050505;
}

.site-shell--legal-light {
  --page-header-bg: #fff;
  background: #fff;
  color: #050505;
}

.site-shell--legal-light .legal-page {
  padding-right: clamp(24px, 6vw, 72px);
  padding-left: clamp(24px, 6vw, 72px);
}

.site-shell--legal-light .legal-page__hero h1,
.site-shell--legal-light .legal-block h2 {
  color: #050505;
}

.site-shell--legal-light .legal-block {
  border-top-color: rgba(5, 5, 5, 0.12);
}

.site-shell--legal-light .legal-block p,
.site-shell--legal-light .legal-list {
  color: rgba(5, 5, 5, 0.72);
}

.site-shell--legal-light .legal-link {
  color: #050505;
}

.site-shell--legal-light .legal-link:hover {
  color: var(--accent);
}

.site-shell--legal-light .legal-lang {
  border-color: rgba(5, 5, 5, 0.14);
  background: rgba(5, 5, 5, 0.03);
}

.site-shell--legal-light .legal-lang__toggle {
  color: rgba(5, 5, 5, 0.56);
}

.site-shell--legal-light .legal-lang__toggle:hover {
  color: #050505;
}

.site-shell--legal-light .legal-lang__toggle.is-active {
  background: #050505;
  color: #fff;
}

.site-shell--legal-light .site-footer {
  border-top-color: rgba(5, 5, 5, 0.12);
  color: rgba(5, 5, 5, 0.42);
}

.site-shell--legal-light .site-footer a {
  color: rgba(5, 5, 5, 0.52);
}

.site-shell--legal-light .site-footer a:hover {
  color: #050505;
}

@media (min-width: 721px) {
  .site-shell--legal-light .home-header {
    padding: 14px clamp(18px, 3vw, 36px);
  }

  .site-shell--legal-light .home-header,
  .site-shell--legal-light .home-header__brand {
    color: #050505;
  }

  .site-shell--legal-light .home-header::before,
  .site-shell--legal-light .home-header.is-scrolled::before {
    opacity: 1;
    background: #fff;
    box-shadow: none;
  }

  .site-shell--legal-light .home-header__nav > a,
  .site-shell--legal-light .home-header__nav > a:visited,
  .site-shell--legal-light .home-header__nav > a:active {
    color: rgba(5, 5, 5, 0.58);
  }

  .site-shell--legal-light .home-header__nav > a:hover,
  .site-shell--legal-light .home-header__nav > a[aria-current="page"] {
    color: #050505;
  }

  .site-shell--legal-light main {
    padding-top: 0;
  }

  .site-shell--legal-light .legal-page__hero {
    padding: 95px 0 48px;
  }

  .site-shell--legal-light .legal-page__eyebrow {
    margin-bottom: 18px;
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    line-height: 1;
  }

  .site-shell--legal-light .legal-page__hero h1 {
    max-width: none;
    font-size: clamp(4.6rem, 7.4vw, 8rem);
    line-height: 0.82;
    letter-spacing: -0.035em;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .site-shell--legal-light .home-header:not(.is-open),
  .site-shell--legal-light .home-header:not(.is-open) .home-header__brand,
  .site-shell--legal-light .home-header:not(.is-open) .home-header__menu-button {
    color: #050505;
  }

  .site-shell--legal-light .home-header:not(.is-open)::before,
  .site-shell--legal-light .home-header.is-scrolled:not(.is-open)::before {
    opacity: 1;
    background: #fff;
    box-shadow: none;
  }

  .site-shell--legal-light .home-header.is-open::before {
    background: #000;
  }

  .site-shell--legal-light main {
    padding-top: 0;
  }

  .site-shell--legal-light .legal-page {
    padding-right: 22px;
    padding-left: 22px;
  }

  .site-shell--legal-light .legal-page__hero {
    padding: 122px 0 36px;
  }

  .site-shell--legal-light .legal-page__eyebrow {
    margin-bottom: 18px;
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    line-height: 1;
  }

  .site-shell--legal-light .legal-page__hero h1 {
    max-width: none;
    font-size: clamp(3.4rem, 14.5vw, 4.9rem);
    line-height: 0.78;
    letter-spacing: -0.035em;
    white-space: nowrap;
  }
}
