@font-face {
  font-family: 'Street Cred';
  src: url('fonts/street_cred/Street%20Cred.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Midflite';
  src: url('fonts/midflite-font/midflite.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --bg: #000;
  --fg: #f4f1e8;
  --muted: #b8b3aa;
  --line: rgba(255, 255, 255, 0.14);
  --accent: #d68fa3;
  --max: 940px;
  accent-color: #d68fa3;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(214, 143, 163, 0.25);
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: 'Manrope', sans-serif;
  background: var(--bg);
  color: var(--fg);
  text-transform: lowercase;
}

a,
a:any-link,
a:-webkit-any-link {
  -webkit-text-fill-color: currentColor;
}

a[x-apple-data-detectors],
a[x-apple-data-detectors]:link,
a[x-apple-data-detectors]:visited,
a[x-apple-data-detectors]:active {
  color: var(--fg) !important;
  -webkit-text-fill-color: var(--fg) !important;
  text-decoration-color: var(--accent) !important;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.legal-shell a,
.legal-shell a:link,
.legal-shell a:visited,
.legal-shell a:hover,
.legal-shell a:active,
.legal-shell a:focus {
  color: var(--fg) !important;
  -webkit-text-fill-color: var(--fg) !important;
}

a {
  color: var(--fg);
  text-decoration: none;
  text-decoration-color: var(--accent);
  text-underline-offset: 0.12em;
}

a:hover,
a:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 0.12em;
}

a:link,
a:visited,
a:active,
a:focus {
  color: var(--fg) !important;
  -webkit-text-fill-color: var(--fg);
}

a[href^="tel"],
a[href^="tel"]:visited {
  color: var(--fg) !important;
  -webkit-text-fill-color: var(--fg);
}

.legal-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 1rem 1rem 2.6rem;
}

.legal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.3rem 0 1rem;
  border-bottom: 1px solid var(--line);
}

.legal-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.24rem;
  text-decoration: none;
}

.legal-brand .bottom-menubar__soul {
  font-family: 'Street Cred', 'Manrope', sans-serif;
  color: #fff;
  font-size: clamp(1.35rem, 4vw, 2.1rem);
  line-height: 1;
}

.legal-brand .bottom-menubar__market {
  font-family: 'Midflite', 'Manrope', sans-serif;
  color: #fff;
  font-size: clamp(1.42rem, 4.2vw, 2.2rem);
  line-height: 1;
}

.legal-language {
  display: inline-flex;
  gap: 0.35rem;
}

.legal-language button {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent !important;
  color: rgba(255, 255, 255, 0.86) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.86) !important;
  font-family: 'Manrope', sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.24rem 0.48rem;
  cursor: pointer;
}

.legal-language button:focus,
.legal-language button:active,
.legal-language button:visited {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.86) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.86) !important;
}

.legal-language button.is-active,
.legal-language button.is-active:focus,
.legal-language button.is-active:active,
.legal-language button.is-active:focus-visible {
  color: #d68fa3 !important;
  -webkit-text-fill-color: #d68fa3 !important;
  border-color: #d68fa3 !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(214, 143, 163, 0.22);
}

.legal-language button.is-active,
.legal-language button:hover,
.legal-language button:focus-visible {
  border-color: var(--accent) !important;
  color: #fff !important;
  background: transparent !important;
  -webkit-text-fill-color: #fff !important;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  padding: 0.85rem 0 1.05rem;
  border-bottom: 1px solid var(--line);
}

.legal-nav a {
  text-decoration: none;
  font-size: 0.83rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.legal-nav a.is-current {
  text-decoration: underline;
  text-decoration-color: var(--accent);
}

.legal-main h1 {
  margin: 1.2rem 0 0.5rem;
  font-size: clamp(1.5rem, 4.2vw, 2.45rem);
  letter-spacing: 0.01em;
}

.legal-meta {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.legal-main h2 {
  margin: 1.4rem 0 0.45rem;
  font-size: clamp(1.02rem, 2.4vw, 1.3rem);
  color: var(--fg);
}

.legal-main p,
.legal-main li {
  color: var(--muted);
  line-height: 1.72;
  font-size: clamp(0.94rem, 1.35vw, 1.03rem);
}

.legal-main ul {
  padding-left: 1.1rem;
}

.legal-contact {
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.legal-footer {
  margin-top: 1.7rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.legal-footer__home {
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 700px) {
  .legal-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Quick hard override: keep all interactive accents pink */
a,
a:any-link,
a:-webkit-any-link,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color: #d68fa3 !important;
  -webkit-text-fill-color: #d68fa3 !important;
  text-decoration-color: #d68fa3 !important;
}

[data-language] {
  color: rgba(255, 255, 255, 0.62) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.62) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

[data-language]:hover,
[data-language]:focus,
[data-language]:active,
[data-language].is-active {
  color: #d68fa3 !important;
  -webkit-text-fill-color: #d68fa3 !important;
  border-color: #d68fa3 !important;
}

/* Keep legal page logo white */
.legal-brand,
.legal-brand:link,
.legal-brand:visited,
.legal-brand:hover,
.legal-brand:active,
.legal-brand:focus {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.legal-brand .bottom-menubar__soul,
.legal-brand .bottom-menubar__market {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
