:root {
  --navy: #315579;
  --navy-deep: #274766;
  --blue: #3f6791;
  --mist: #eef2f1;
  --paper: #ffffff;
  --ink: #18232d;
  --muted: #65717a;
  --lime: #cad82c;
  --line: #cfd6d8;
  --page: min(960px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: var(--paper);
  font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.wrap { width: var(--page); margin-inline: auto; }
.utility { background: linear-gradient(90deg, #b8d1d6, #e5eceb 58%, #d6e0dc); color: var(--navy-deep); }
.utility-inner {
  min-height: 34px; display: flex; align-items: center; justify-content: space-between;
  font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase;
}
.utility a { text-decoration: none; }
.lang { display: flex; gap: 8px; align-items: center; }
.lang a { opacity: .46; }
.lang a[aria-current="page"] { opacity: 1; }
.masthead { background: #fff; border-bottom: 1px solid var(--line); }
.masthead-inner {
  min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
}
.back-link, .masthead-link { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
.masthead-link { justify-self: end; border-bottom: 1px solid currentColor; }
.brand { text-align: center; line-height: 1; }
.brand strong { display: block; font-family: "Arial Narrow", Arial, sans-serif; font-size: 1.08rem; letter-spacing: .18em; }
.brand small { display: block; margin-top: 7px; color: var(--muted); font-size: .54rem; letter-spacing: .19em; }
.legal-hero { padding: clamp(75px, 10vw, 125px) 0 66px; color: #fff; background: linear-gradient(108deg, var(--navy-deep), #426e99); }
.eyebrow { margin: 0 0 18px; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Arial Narrow", Arial, Helvetica, sans-serif; font-weight: 400; line-height: 1.08; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3rem, 7vw, 6.2rem); letter-spacing: -.04em; text-transform: uppercase; }
.legal-main { padding: clamp(70px, 9vw, 120px) 0; }
.legal-content { max-width: 780px; }
.legal-content h2 { margin: 58px 0 20px; color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.6rem); text-transform: uppercase; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 34px 0 12px; color: var(--blue); font-size: 1.25rem; }
.legal-content p, .legal-content li { color: #45525b; }
.legal-content ul { padding-left: 22px; }
.legal-content address { margin: 24px 0; padding: 24px; background: var(--mist); font-style: normal; }
.legal-content a { color: var(--navy); text-underline-offset: 3px; }
.legal-warning { margin: 0 0 40px; padding: 20px 22px; color: #23384b; background: #f6f8db; border-left: 5px solid var(--lime); }
.legal-warning strong { display: block; margin-bottom: 5px; }
.legal-placeholder { display: inline-block; padding: 2px 7px; color: #fff; background: #9b3e35; font-weight: 700; letter-spacing: .04em; }
.legal-note { margin-top: 55px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
footer { padding: 42px 0; color: #fff; background: var(--navy-deep); }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px 30px; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.footer-links a { text-underline-offset: 3px; }
[hidden] { display: none !important; }

@media (max-width: 620px) {
  :root { --page: calc(100vw - 34px); }
  .masthead-inner { grid-template-columns: 1fr auto; }
  .brand { display: none; }
  .legal-hero { padding-top: 60px; }
}
