@font-face {
  font-family: "Oswald";
  src: url("59988bb56dd4d50001b8f80b/5998928e6dd4d50001b8fa07_Oswald-Regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Oswald";
  src: url("59988bb56dd4d50001b8f80b/5998928e6dd4d50001b8fa06_Oswald-Medium.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Oswald";
  src: url("59988bb56dd4d50001b8f80b/5998928edd872300010c255b_Oswald-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Oswald";
  src: url("59988bb56dd4d50001b8f80b/5998928edd872300010c2559_Oswald-Bold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("assets/fonts/RobotoCondensed-Variable.ttf") format("truetype-variations");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --blue: #0157d0;
  --blue-dark: #023e93;
  --ink: #14181f;
  --ink-secondary: #454c59;
  --ink-tertiary: #6b7280;
  --panel: #f9fafb;
  --line: #e4e7ec;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 20rem;
  height: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
}

::selection {
  background: var(--blue);
  color: #fff;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

/* Homepage: measured from the last committed Riverlabs design. */

.home {
  height: 100%;
  overflow: hidden;
  background: var(--blue) url("59988bb56dd4d50001b8f80b/59996c4b6dd4d50001b933f8_background.jpg") center / cover no-repeat fixed;
  color: var(--ink);
}

.stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--panel);
  clip-path: polygon(41% 0, 100% 0, 100% 100%, 33% 100%);
}

.corner {
  position: fixed;
  z-index: 5;
  bottom: 22px;
  left: clamp(20px, 3vw, 40px);
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.corner a {
  margin-right: 20px;
  border-bottom: 0;
  color: #fff;
  opacity: 0.9;
  text-decoration: none;
}

.corner a:hover {
  border-bottom: 1px solid #fff;
  opacity: 1;
}

.panel {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  display: flex;
  width: 60%;
  height: 100%;
  padding: clamp(24px, 3.4vh, 44px) clamp(40px, 4.5vw, 80px);
  flex-direction: column;
  gap: var(--space-3);
}

.head {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 14px;
}

.mark {
  display: block;
  width: 42px;
  height: auto;
}

.claim h1,
.minimal-content h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.claim h1 {
  font-size: clamp(26px, 3.05vw, 37px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.012em;
}

.claim p {
  max-width: 56ch;
  margin: 12px 0 0;
  color: var(--ink-secondary);
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.58;
  text-wrap: pretty;
}

.minimal-content {
  flex: 1 1 auto;
  min-height: 0;
  padding-top: var(--space-3);
  border-top: 1px solid var(--line);
  overflow-y: auto;
}

.minimal-content h2 {
  margin-bottom: var(--space-3);
  font-size: 23px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.02em;
}

.lead {
  max-width: 60ch;
  margin: 0 0 var(--space-4);
  color: var(--ink-secondary);
  font-size: 16.5px;
  line-height: 1.6;
}

.mail-big {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 3px solid var(--blue);
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.005em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 150ms ease;
}

.mail-big:hover {
  color: var(--blue);
}

.cmeta {
  display: flex;
  margin-top: var(--space-4);
  flex-wrap: wrap;
  gap: var(--space-5);
}

.cmeta .k {
  display: block;
  margin-bottom: 4px;
  color: var(--ink-tertiary);
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cmeta .v {
  color: var(--ink);
  font-size: 16.5px;
}

.foot {
  flex: 0 0 auto;
  padding-top: var(--space-2);
  border-top: 1px solid var(--line);
  color: var(--ink-tertiary);
  font-family: "Oswald", sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Legal pages: the original straight photo/white split. */

.legal-page {
  height: 100%;
  overflow: hidden;
  background: var(--blue) url("59988bb56dd4d50001b8f80b/59996c4b6dd4d50001b933f8_background.jpg") 0 0 / cover no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.legal-wrapper {
  display: flex;
  height: 100vh;
  height: 100svh;
  min-height: 100%;
  align-items: stretch;
}

.legal-photo,
.legal-content {
  min-width: 0;
  flex: 1 1 50%;
}

.legal-photo {
  position: relative;
  overflow: hidden;
}

.legal-back {
  position: fixed;
  z-index: 2;
  bottom: 10px;
  left: 15px;
  display: inline-block;
  padding: 9px 15px;
  border: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.legal-photo .legal-back {
  background: var(--blue);
  color: #fff;
}

.legal-back:hover {
  color: #fff;
}

.legal-photo .legal-back:hover {
  background: var(--blue-dark);
}

.legal-photo .legal-back:focus-visible {
  outline-color: #fff;
  outline-offset: -4px;
}

.legal-back--mobile {
  display: none;
}

.legal-content {
  height: 100%;
  max-height: 100%;
  padding: 50px;
  overflow-y: auto;
  background: #fff;
  color: #000;
}

.legal-content > h1 {
  margin: 20px 0 10px;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
}

.legal-subline {
  margin: 0 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
}

.legal-date {
  margin: 0 0 30px;
  color: var(--ink-tertiary);
  font-size: 12px;
  line-height: 18px;
}

.legal-copy {
  color: #000;
  line-height: 1.5;
}

.legal-copy section + section {
  margin-top: 30px;
}

.legal-copy h2 {
  margin: 0 0 8px;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.legal-copy h3 {
  margin: 25px 0 10px;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.legal-copy p,
.legal-copy address,
.legal-copy ul {
  margin: 0 0 10px;
}

.legal-copy address {
  font-style: normal;
}

.legal-copy ul {
  padding-left: 20px;
}

.legal-copy li + li {
  margin-top: 3px;
}

.legal-copy a,
.legal-related a {
  border-bottom: 2px dotted var(--blue);
  color: #000;
  text-decoration: none;
}

.legal-copy a:hover,
.legal-related a:hover {
  color: var(--blue);
}

.legal-copy code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.9em;
}

.legal-related {
  display: flex;
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
  gap: 24px;
}

.legal-related a {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Informational status view; no consent preference is stored. */

.privacy-dialog {
  width: min(680px, calc(100% - 40px));
  max-height: calc(100svh - 40px);
  padding: 0;
  border: 0;
  border-top: 3px solid var(--blue);
  border-radius: 0;
  background: #fff;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.privacy-dialog::backdrop {
  background: rgba(0, 0, 0, 0.58);
}

.privacy-dialog__header,
.privacy-dialog__footer {
  position: sticky;
  z-index: 1;
  display: flex;
  padding: 20px;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.privacy-dialog__header {
  top: 0;
  border-bottom: 1px solid var(--line);
}

.privacy-dialog__footer {
  bottom: 0;
  border-top: 1px solid var(--line);
}

.privacy-dialog__kicker,
.privacy-dialog__updated {
  margin: 0;
  color: var(--ink-tertiary);
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.privacy-dialog h2 {
  margin: 4px 0 0;
  font-family: "Oswald", sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.privacy-dialog__close {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-bottom: 2px dotted var(--blue);
  background: transparent;
  color: #000;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacy-dialog__close:hover {
  color: var(--blue);
}

.privacy-dialog__body {
  padding: 20px;
}

.privacy-dialog__intro {
  margin: 0 0 20px;
  color: var(--ink-secondary);
  font-size: 16.5px;
  line-height: 1.58;
}

.privacy-category {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.privacy-category__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.privacy-category h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
}

.privacy-status {
  flex: 0 0 auto;
  color: var(--ink-tertiary);
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacy-status--active {
  color: var(--blue-dark);
}

.privacy-category__description {
  margin: 6px 0 0;
  color: var(--ink-secondary);
}

.privacy-category__details {
  display: grid;
  margin: 14px 0 0;
  padding-left: 15px;
  border-left: 3px solid var(--blue);
  grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1.7fr);
  gap: 6px 16px;
}

.privacy-category__details dt,
.privacy-category__details dd {
  margin: 0;
}

.privacy-category__details dt {
  color: var(--ink-tertiary);
  font-weight: 700;
}

.privacy-dialog__policy {
  border-bottom: 2px dotted var(--blue);
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.privacy-dialog__policy:hover {
  color: var(--blue);
}

@media (max-width: 991px) {
  .legal-photo {
    display: none;
  }

  .legal-content {
    flex-basis: 100%;
  }

  .legal-back--mobile {
    position: static;
    display: inline-block;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 2px dotted var(--blue);
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 20px;
    text-transform: uppercase;
  }

  .legal-back--mobile:hover {
    color: var(--blue);
  }
}

@media (max-width: 860px) {
  .home {
    height: auto;
    overflow: auto;
  }

  .stage::before {
    inset: 32vh 0 0;
    clip-path: none;
  }

  .corner {
    position: absolute;
    top: calc(32vh - 40px);
    bottom: auto;
    left: 20px;
  }

  .panel {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    margin-top: 32vh;
    padding: 26px 24px 40px;
    gap: var(--space-3);
  }

  .minimal-content {
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .legal-subline {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 520px) {
  .cmeta {
    gap: 28px;
  }

  .privacy-dialog__header,
  .privacy-dialog__footer,
  .privacy-category__header {
    align-items: flex-start;
  }

  .privacy-dialog__footer,
  .privacy-category__header {
    flex-direction: column;
  }

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

  .privacy-category__details dd + dt {
    margin-top: 6px;
  }
}

@media (max-width: 479px) {
  .legal-content {
    padding: 20px 20px 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
