:root {
  --paper: #f4f1eb;
  --white: #fff;
  --ink: #22231f;
  --muted: #6f7069;
  --oak: #a57945;
  --line: rgba(34, 35, 31, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 15px/1.75 var(--sans); }
a { color: inherit; text-underline-offset: 3px; }
.legal-container { width: min(100% - 48px, 980px); margin-inline: auto; }
.legal-header { border-bottom: 1px solid var(--line); background: rgba(244, 241, 235, .96); }
.legal-header .legal-container { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.legal-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; font: 600 25px/1 var(--serif); }
.legal-brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: contain; background: var(--white); }
.legal-back { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.legal-main { padding: clamp(70px, 9vw, 125px) 0; }
.legal-kicker { margin: 0 0 18px; color: var(--oak); font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
h1 { max-width: 820px; margin: 0 0 65px; font: 500 clamp(55px, 8vw, 92px)/.9 var(--serif); letter-spacing: -.045em; }
.legal-section { display: grid; grid-template-columns: 240px 1fr; gap: 55px; padding: 38px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0; font: 600 28px/1.05 var(--serif); }
.legal-section h3 { margin: 28px 0 8px; font: 600 20px/1.2 var(--serif); }
.legal-section p, .legal-section ul { margin-top: 0; }
.legal-section ul { padding-left: 20px; }
.legal-section address { font-style: normal; }
.legal-warning { padding: 18px 20px; border-left: 3px solid var(--oak); background: var(--white); }
.legal-footer { padding: 32px 0; color: var(--muted); border-top: 1px solid var(--line); font-size: 11px; }
.legal-footer .legal-container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 15px 30px; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }

@media (max-width: 700px) {
  .legal-container { width: calc(100% - 36px); }
  .legal-header .legal-container { min-height: 76px; }
  .legal-brand { font-size: 21px; }
  .legal-brand img { width: 42px; height: 42px; }
  .legal-back { font-size: 9px; }
  h1 { margin-bottom: 45px; }
  .legal-section { grid-template-columns: 1fr; gap: 18px; padding: 30px 0; }
}
