:root {
  --ivory: #faf8f3;
  --white: #ffffff;
  --night: #153653;
  --ink: #132133;
  --muted: #5f6f7f;
  --gold: #c7a35a;
  --champagne: #e5d29a;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); }
[hidden] { display: none !important; }
a { color: inherit; }
.legal-container { width: min(100% - 40px, 1120px); margin-inline: auto; }
.legal-header { background: var(--white); border-bottom: 2px solid var(--night); }
.legal-header__inner { min-height: 92px; display: flex; align-items: center; }
.legal-header a { display: block; width: min(245px, 62vw); height: 74px; overflow: hidden; }
.legal-header img { width: 100%; height: 74px; object-fit: cover; object-position: 50% 51%; mix-blend-mode: multiply; }
.legal-main { min-height: calc(100vh - 210px); padding: 92px 0 110px; }
.legal-reading { max-width: 820px; }
.legal-eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 22px; color: #80622b; font-size: .72rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.legal-eyebrow span { width: 38px; height: 1px; background: var(--gold); }
h1 { max-width: 760px; margin: 0; color: var(--night); font-family: var(--serif); font-size: clamp(3rem, 7vw, 5.8rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.02; }
.legal-divider { width: 100%; height: 1px; margin: 38px 0 48px; background: linear-gradient(90deg, var(--gold), rgba(199,163,90,.12)); }
.legal-document { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.legal-document h2, .legal-document h3 { color: var(--night); font-family: var(--serif); font-weight: 500; line-height: 1.2; }
.legal-document h2 { margin: 2.4em 0 .7em; font-size: 2rem; }
.legal-document h3 { margin: 2em 0 .6em; font-size: 1.35rem; }
.legal-document p, .legal-document li { max-width: 72ch; }
.legal-document a { color: #80622b; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.internal-layout-note { padding: 18px 20px; color: var(--night); background: rgba(229,210,154,.22); border-left: 3px solid var(--gold); font-size: .82rem; line-height: 1.6; }
.legal-footer { color: rgba(255,255,255,.72); background: #071b33; }
.legal-footer__inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.legal-footer p { margin: 0; font-size: .72rem; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 24px; }
.legal-footer a { color: var(--champagne); font-size: .76rem; text-decoration: none; }
.legal-footer a:hover, .legal-footer a:focus-visible { color: var(--white); }
a:focus-visible { outline: 3px solid var(--champagne); outline-offset: 4px; }

@media (max-width: 640px) {
  .legal-container { width: min(100% - 28px, 1120px); }
  .legal-header__inner { min-height: 76px; }
  .legal-header a { width: 190px; height: 58px; }
  .legal-header img { height: 58px; }
  .legal-main { padding: 68px 0 82px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4rem); }
  .legal-divider { margin: 30px 0 38px; }
  .legal-footer__inner { padding-block: 28px; align-items: flex-start; flex-direction: column; }
}

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