:root {
  --navy-950: #041126;
  --navy-900: #071b3a;
  --navy-800: #0b2e60;
  --gold-500: #c8a45c;
  --gold-300: #ead39c;
  --paper: #f7f8fb;
  --ink: #0b1830;
  --muted: #5c6678;
  --line: rgba(7, 27, 58, .14);
  --max: 72rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
:focus-visible { outline: .2rem solid var(--gold-300); outline-offset: .2rem; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.topbar { color: white; background: var(--navy-950); border-bottom: 1px solid rgba(255,255,255,.14); }
.nav-wrap { min-height: 5.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; min-width: 0; }
.brand-mark { width: 2.75rem; height: 2.75rem; flex: 0 0 auto; }
.brand-name { display: grid; line-height: 1.08; }
.brand-name strong { font-size: .91rem; letter-spacing: .065em; }
.brand-name span { margin-top: .28rem; color: rgba(255,255,255,.65); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.nav-actions { display: flex; align-items: center; gap: .75rem; }
.home-link { color: rgba(255,255,255,.78); font-size: .84rem; font-weight: 700; }
.home-link:hover { color: white; }
.language-switch { min-height: 2.75rem; display: inline-flex; align-items: center; padding: 0 .75rem; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.07); }
.language-switch select { width: 6.2rem; min-height: 2.35rem; padding: .35rem 1.2rem .35rem .1rem; color: white; color-scheme: dark; appearance: none; background: linear-gradient(45deg,transparent 50%,currentColor 50%) calc(100% - .25rem) 52%/.35rem .35rem no-repeat; border: 0; cursor: pointer; font-size: .78rem; font-weight: 800; }
.language-switch option { color: var(--ink); background: white; }
.legal-hero { padding: clamp(4rem, 10vw, 7.5rem) 0 clamp(3.5rem, 8vw, 6rem); color: white; background: radial-gradient(circle at 82% 15%,rgba(47,120,255,.28),transparent 24rem),linear-gradient(140deg,var(--navy-950),var(--navy-800)); }
.eyebrow { margin: 0 0 .75rem; color: var(--gold-300); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1 { max-width: 12ch; margin: 0 0 1.2rem; font-family: Georgia,"Times New Roman",serif; font-size: clamp(3rem, 8vw, 6.2rem); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
.legal-hero .intro { max-width: 43rem; margin: 0; color: rgba(255,255,255,.74); font-size: clamp(1.05rem, 2vw, 1.22rem); }
.updated { margin: 1.5rem 0 0; color: rgba(255,255,255,.52); font-size: .82rem; }
.legal-layout { display: grid; grid-template-columns: 15rem minmax(0,1fr); gap: clamp(2rem, 6vw, 5rem); padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.legal-aside { position: sticky; top: 2rem; align-self: start; }
.legal-aside strong { display: block; margin-bottom: .7rem; color: var(--navy-800); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.legal-aside p { margin: 0 0 1.2rem; color: var(--muted); font-size: .9rem; }
.email-link { color: var(--navy-800); font-weight: 750; overflow-wrap: anywhere; border-bottom: 1px solid rgba(11,46,96,.32); }
.legal-content { display: grid; gap: 0; background: white; border: 1px solid var(--line); border-radius: 1.4rem; box-shadow: 0 1.2rem 3.5rem rgba(7,27,58,.07); }
.legal-content section { padding: clamp(1.35rem, 3vw, 2.2rem); border-bottom: 1px solid var(--line); }
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { margin: 0 0 .7rem; font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.4rem, 3vw, 1.85rem); font-weight: 500; letter-spacing: -.02em; line-height: 1.2; }
.legal-content p { margin: 0; color: #4f5b6e; }
.legal-content a { color: var(--navy-800); text-decoration: underline; text-underline-offset: .16rem; }
footer { padding-block: 2.5rem; color: white; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.12); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; }
.footer-links a { color: rgba(255,255,255,.68); font-size: .84rem; }
.footer-links a:hover { color: white; }
.copyright { color: rgba(255,255,255,.42); font-size: .78rem; }

@media (max-width: 760px) {
  .brand-name { display: none; }
  .home-link { display: none; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-aside { position: static; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
