/* Rorich legal pages and legal footer links */
:root { color-scheme: dark; }
.site-footer { position: relative; }
.legal-footer-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.85rem;
  width: auto;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.site-footer .legal-footer-links {
  position: absolute;
  z-index: 4;
  top: calc(50% + 22px);
  right: 1.4rem;
  transform: translateY(-50%);
}
.legal-footer-links a {
  color: rgba(255,255,255,.64) !important;
  text-decoration: none !important;
  transition: color .2s ease, text-shadow .2s ease;
}
.legal-footer-links a:hover,
.legal-footer-links a:focus-visible {
  color: #fff !important;
  text-shadow: 0 0 10px rgba(255,35,155,.8);
}
.legal-only-footer {
  position: fixed;
  z-index: 28;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 82px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(5,10,20,.58) 52%, rgba(34,64,79,.72) 100%);
  pointer-events: none;
}
.legal-only-footer .legal-footer-links { pointer-events: auto; padding: 0 1.3rem 1rem; }
.legal-page-shell {
  min-height: 100vh;
  box-sizing: border-box;
  padding: clamp(8.5rem, 14vw, 11rem) 1.5rem 5rem;
  background: #000;
  color: rgba(255,255,255,.84);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}
.legal-page-content { width: min(920px, 100%); margin: 0 auto; }
.legal-page-content h1 {
  margin: 0 0 2.5rem;
  color: #fff;
  font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.legal-page-content h2 {
  margin: 2.6rem 0 .75rem;
  color: #ff2498;
  font-size: clamp(1.05rem, 2.5vw, 1.3rem);
  font-weight: 600;
  line-height: 1.3;
}
.legal-page-content h3 { margin: 1.6rem 0 .55rem; color: #fff; font-size: 1rem; }
.legal-page-content p, .legal-page-content li { font-size: clamp(.95rem, 1.8vw, 1.05rem); }
.legal-page-content p { margin: 0 0 1rem; }
.legal-page-content ul { margin: .5rem 0 1rem; padding-left: 1.25rem; }
.legal-page-content a { color: #fff; text-underline-offset: .2em; }
.legal-page-content section { padding-bottom: .25rem; }
.legal-contact-graphic {
  display: block;
  width: min(100%, 760px);
  height: auto;
  margin: 1rem 0 1.5rem;
}
.legal-note { color: rgba(255,255,255,.55); font-size: .86rem !important; }
.legal-divider { height: 1px; border: 0; margin: 2.5rem 0; background: linear-gradient(90deg, rgba(255,36,152,.7), rgba(255,255,255,.1), transparent); }
@media (max-width: 767px) {
  .legal-page-shell { padding: 7.4rem 1rem 5.5rem; }
  .site-footer .legal-footer-links {
    position: absolute;
    width: auto;
    top: 55%;
    right: .8rem;
    transform: translateY(-50%);
    justify-content: flex-end;
    padding: 0;
  }
  .legal-only-footer { position: fixed; left: 0; right: 0; }
  .legal-only-footer .legal-footer-links { padding: 0 .85rem .75rem; font-size: 10px; }
  .legal-contact-graphic { width: 100%; }
}
