@font-face {
  font-family: "Manrope";
  src: url("/assets/_vinext_fonts/manrope-76eca2803f7f/manrope-81401990.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("/assets/_vinext_fonts/source-serif-4-e102a1f1dbc2/source-serif-4-f81edfa3.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  --font-manrope: "Manrope", Arial, sans-serif;
  --font-serif: "Source Serif 4", Georgia, serif;
}

.site-header nav { display: flex; gap: clamp(22px, 3vw, 50px); align-items: center; color: var(--navy); font-size: 12px; font-weight: 750; letter-spacing: .04em; }
.site-header nav a { padding-bottom: 4px; border-bottom: 1px solid transparent; }
.site-header nav a:hover { border-color: var(--navy); }
.consent-field a { color: var(--navy); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.operator-details { color: var(--navy)!important; font-weight: 800; }
.legal-links { display: flex; gap: 14px; color: var(--navy); font-size: 9px; font-weight: 800; letter-spacing: .04em; }
.legal-links a { padding: 0 0 2px; border-bottom: 1px solid var(--line); }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { min-height: 96px; display: flex; align-items: center; justify-content: space-between; padding: 16px clamp(24px, 6vw, 95px); background: rgba(247,245,240,.98); border-bottom: 1px solid var(--line); }
.legal-brand { display: flex; align-items: center; gap: 12px; }
.legal-brand img { width: 44px; height: 62px; object-fit: contain; }
.legal-brand span { display: flex; flex-direction: column; }
.legal-brand strong { color: var(--navy); font-family: var(--font-serif); font-size: 21px; font-weight: 550; }
.legal-brand small { margin-top: 3px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.legal-back { padding-bottom: 4px; color: var(--navy); font-size: 11px; font-weight: 800; border-bottom: 1px solid var(--navy); }
.legal-content { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: clamp(70px, 9vw, 125px) 0; }
.legal-content > .eyebrow { margin-bottom: 14px; }
.legal-content > h1 { max-width: 820px; margin: 0; color: var(--navy-deep); font-family: var(--font-serif); font-size: clamp(48px, 7vw, 82px); font-weight: 450; line-height: 1; letter-spacing: -.035em; }
.legal-updated { margin: 18px 0 54px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.legal-content section { padding: 36px 0; border-top: 1px solid var(--line); }
.legal-content .legal-intro { margin-bottom: 24px; padding: 30px; color: var(--navy-deep); background: var(--ice); border: 0; border-left: 3px solid var(--blue); }
.legal-intro p { margin: 0!important; color: var(--navy-deep)!important; font-family: var(--font-serif); font-size: clamp(20px, 2.5vw, 28px)!important; line-height: 1.55!important; }
.legal-content h2 { margin: 0 0 18px; color: var(--navy); font-family: var(--font-serif); font-size: clamp(25px, 3vw, 34px); font-weight: 520; letter-spacing: -.015em; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 14px; line-height: 1.85; }
.legal-content p { margin: 12px 0; }
.legal-content ul { margin: 14px 0; padding-left: 22px; list-style: disc; }
.legal-content li { margin: 6px 0; }
.legal-content strong { color: var(--ink); }
.legal-content a { color: var(--navy); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.legal-table-wrap { margin: 24px 0; overflow-x: auto; border: 1px solid var(--line); }
.legal-content table { width: 100%; min-width: 660px; border-collapse: collapse; background: white; }
.legal-content th, .legal-content td { padding: 18px 20px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.legal-content th { color: var(--navy); background: var(--ice); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.legal-content td { color: var(--muted); font-size: 12px; line-height: 1.7; }
.legal-content tr:last-child td { border-bottom: 0; }
.legal-footer { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px clamp(24px, 6vw, 95px); color: var(--muted); background: white; border-top: 1px solid var(--line); font-size: 9px; letter-spacing: .04em; }
.legal-footer div { display: flex; gap: 18px; }
.legal-footer a { color: var(--navy); font-weight: 800; }

@media (max-width: 760px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .legal-links a { display: inline; }
  .legal-header { min-height: 82px; padding: 10px 18px; }
  .legal-brand img { width: 37px; height: 52px; }
  .legal-brand strong { font-size: 18px; }
  .legal-content { width: min(100% - 36px, 920px); padding: 58px 0 75px; }
  .legal-content .legal-intro { padding: 23px 20px; }
  .legal-content section { padding: 30px 0; }
  .legal-footer { flex-direction: column; align-items: flex-start; }
}
