:root { color-scheme: light; --white: #fff; --black: #080808; --grey: #f4f4f4; --border: 1px solid var(--black); }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      min-width: 320px;
      background: var(--white);
      color: var(--black);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }
    a { color: inherit; }
    :focus-visible { outline: 3px solid var(--black); outline-offset: 4px; }
    .skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 50; padding: .75rem 1rem; background: var(--black); color: var(--white); font-weight: 850; text-decoration: none; }
    .skip-link:focus-visible { top: 1rem; }
    .page { width: 100%; margin: 0; }
    .legal-top { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 5rem; padding: 0 2rem; border-bottom: var(--border); background: rgba(255,255,255,.96); }
    .legal-brand { display: inline-flex; align-items: center; gap: .7rem; font-size: 1.1rem; font-weight: 950; text-transform: uppercase; text-decoration: none; }
    .legal-brand img { width: 2rem; height: 2rem; border: 0; border-radius: 24%; box-shadow: none; object-fit: contain; }
    .legal-nav { display: flex; align-items: center; gap: 1.5rem; font-size: .86rem; font-weight: 850; text-transform: uppercase; }
    .legal-nav a { text-decoration: none; }
    .legal-nav a:hover { text-decoration: underline; text-underline-offset: .25em; }
    .made-by { display: inline-flex; align-items: center; gap: .8rem; justify-content: center; font-size: .86rem; font-weight: 850; text-decoration: none; }
    .made-by img { width: auto; height: 1.8rem; max-width: 9rem; object-fit: contain; border: 0; border-radius: 0; }
    main { padding: 0; }
    .legal-title { display: flex; align-items: flex-end; gap: 1.5rem; min-height: 54svh; padding: 8rem clamp(2rem, 6vw, 7rem) 4rem; border-bottom: var(--border); }
    h1, h2, h3, p { margin: 0; }
    h1 { max-width: 64rem; font-size: clamp(3.4rem, 8vw, 8rem); line-height: .84; letter-spacing: -.055em; font-weight: 950; text-transform: uppercase; }
    .meta { margin-top: 1.25rem; color: #444; font-size: .92rem; font-weight: 750; text-transform: uppercase; }
    .highlight { margin: 0; padding: 3.5rem clamp(2rem, 6vw, 7rem); border-bottom: var(--border); background: var(--black); color: var(--white); }
    .highlight p, .legal-section p, .contact p, .legal-section li, .legal-section td, .legal-section th { color: inherit; font-size: 1rem; line-height: 1.72; }
    .highlight p { max-width: 75rem; color: #e5e5e5; }
    .legal-section ul { margin: 0.8rem 0 0; padding-left: 1.25rem; }
    .legal-section p + p, .legal-section ul + p, .highlight p + p, .legal-section h3 + p { margin-top: 0.85rem; }
    .legal-section li + li { margin-top: 0.35rem; }
    h3 { margin-top: 1rem; font-size: 1rem; }
    code { background: var(--grey); border: var(--border); border-radius: 2px; font-family: inherit; padding: .08rem .28rem; }
    .highlight strong { color: var(--white); }
    .legal-section { display: grid; grid-template-columns: minmax(12rem, .55fr) minmax(0, 1.45fr); gap: 1rem clamp(2rem, 6vw, 7rem); padding: 3.5rem clamp(2rem, 6vw, 7rem); border-bottom: var(--border); }
    .legal-section > h2 { grid-column: 1; grid-row: 1 / span 20; align-self: start; position: sticky; top: 7rem; }
    .legal-section > :not(h2) { grid-column: 2; }
    .legal-section h2, .contact h2 { font-size: clamp(1.2rem, 2vw, 2rem); line-height: 1.05; font-weight: 950; letter-spacing: -.025em; text-transform: uppercase; }
    .table-wrap { overflow-x: auto; margin-top: .9rem; }
    table { width: 100%; border-collapse: collapse; min-width: 36rem; }
    th, td { border: var(--border); padding: .75rem; text-align: left; vertical-align: top; }
    .contact a { font-weight: 800; text-underline-offset: .2em; }
    footer { align-items: center; background: var(--grey); display: flex; gap: 1.5rem; justify-content: space-between; padding: 2.25rem 3rem; }
    .legal-links { display: inline-flex; gap: 1.25rem; font-size: .86rem; font-weight: 850; text-transform: uppercase; }
    .legal-links a { text-decoration: none; }
    .legal-links a:hover, .made-by:hover { text-decoration: underline; text-underline-offset: .22em; }
    @media (max-width: 760px) {
      .legal-top { align-items: flex-start; flex-direction: column; padding: 1rem 1.25rem; }
      .legal-nav { gap: 1rem; flex-wrap: wrap; }
      .legal-title { align-items: flex-start; flex-direction: column; min-height: 62svh; padding: 8rem 1.25rem 3rem; }
      .highlight { padding: 2.5rem 1.25rem; }
      .legal-section { display: block; padding: 2.75rem 1.25rem; }
      .legal-section > h2 { position: static; margin-bottom: 1.5rem; }
      footer { align-items: flex-start; flex-direction: column; padding: 2rem 1.25rem; }
    }
    @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
/* Let longer Hub labels and legal links wrap at narrow widths. */
.legal-nav, .legal-links { flex-wrap: wrap; }
.legal-section > * { min-width: 0; overflow-wrap: anywhere; }
@media (max-width: 380px) { h1 { font-size: 3rem; } }
