:root { --ink: #20201e; --paper: #f6f3ed; --soft: #6d675e; --gold: #b18b58; --line: rgb(32 32 30 / 16%); --max: 980px; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Open Sans", Arial, sans-serif; }
a { color: inherit; }
.legal-page-header { position: relative; top: auto; left: auto; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 28px; width: min(1240px, calc(100% - 80px)); min-height: 92px; margin: 0 auto; padding: 20px 0; border-bottom: 1px solid rgb(255 255 255 / 25%); background: var(--ink); color: #fffdf8; transform: none; }
.legal-page-header::before { position: absolute; z-index: -1; inset: 0 calc((1240px - 100vw) / 2); background: var(--ink); content: ""; }
.legal-page-header .brand img { width: 170px; }
.legal-page-header nav { display: flex; justify-content: center; gap: 24px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.legal-page-header .header-link { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.legal-main { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 96px 0 110px; }
.legal-kicker { margin: 0 0 16px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { max-width: 720px; margin: 0 0 48px; font-size: clamp(48px, 7vw, 78px); line-height: .96; }
h2 { margin: 48px 0 15px; font-size: 30px; }
p, li { max-width: 760px; color: var(--soft); font-size: 16px; line-height: 1.75; }
strong { color: var(--ink); }
footer { padding: 28px 0; border-top: 1px solid var(--line); background: #fffdf8; }
.legal-footer { display: flex; justify-content: space-between; gap: 24px; width: min(1240px, calc(100% - 80px)); margin: 0 auto; color: var(--soft); font-size: 12px; }
.legal-footer a { color: var(--ink); }
@media (max-width: 680px) {
  .legal-page-header { position: relative; left: 0; grid-template-columns: 1fr 44px; width: calc(100% - 40px); min-height: 79px; padding: 17px 0; }
  .legal-page-header::before { inset: 0 -20px; }
  .legal-page-header .brand img { width: 166px; }
  .legal-page-header nav { top: calc(100% + 1px); }
  .legal-main { padding: 70px 0 86px; }
  .legal-footer { display: block; width: calc(100% - 48px); line-height: 1.7; }
  .legal-footer a { display: block; margin-top: 8px; }
}
