html { background: #f7f3ed; }
body {
  margin: 0;
  background: #f7f3ed;
  color: #1c1a16;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
.legal-wrap { max-width: 820px; margin: 0 auto; padding: 72px 28px 120px; }
.legal-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 72px; }
.legal-brand { color: #1c1a16; font-size: 14px; letter-spacing: .02em; }
.legal-close {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(28,26,22,.16);
  border-radius: 50%;
  background: transparent;
  color: #4f4a44;
  font: 300 25px/1 Arial, Helvetica, sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .25s ease, color .25s ease, background-color .25s ease;
}
.legal-close:hover,
.legal-close:focus-visible { border-color: rgba(28,26,22,.42); color: #1c1a16; background: rgba(255,255,255,.28); outline: none; }
.legal-close span { transform: translateY(-1px); }
.legal-eyebrow { display: block; margin-bottom: 12px; color: #b99768; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px,7vw,72px); line-height: .98; font-weight: 400; letter-spacing: -.025em; }
.legal-meta { margin: 18px 0 54px; color: #817a72; font-size: 13px; }
h2 { margin: 52px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; line-height: 1.15; font-weight: 400; }
h3 { margin: 28px 0 8px; font-size: 14px; font-weight: 600; }
p, li { color: #3c3935; }
ul { padding-left: 20px; }
a { color: #1c1a16; text-underline-offset: 3px; }
.legal-note { margin: 32px 0; padding: 18px 20px; border-left: 1px solid #b99768; background: rgba(255,255,255,.35); }
.legal-settings-button { border: 1px solid rgba(28,26,22,.28); background: transparent; padding: 10px 14px; font: 500 11px/1 Arial,Helvetica,sans-serif; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; color: #1c1a16; }
.legal-settings-button:hover { border-color: #1c1a16; }
.legal-footer { margin-top: 72px; padding-top: 24px; border-top: 1px solid rgba(28,26,22,.12); color: #817a72; font-size: 12px; }
@media (max-width: 640px) {
  .legal-wrap { padding: 42px 20px 88px; }
  .legal-top { margin-bottom: 48px; }
  h2 { font-size: 24px; margin-top: 42px; }
}


/* 404 */
.not-found-page { min-height: 100%; }
.not-found-wrap { min-height: 100vh; max-width: 1180px; margin: 0 auto; padding: 52px 42px; box-sizing: border-box; display: grid; grid-template-rows: auto 1fr; }
.not-found-brand { color: #4f4a44; font-size: 14px; letter-spacing: .02em; }
.not-found-content { align-self: center; max-width: 720px; padding-bottom: 10vh; }
.not-found-content h1 { font-size: clamp(58px, 10vw, 118px); }
.not-found-content p { max-width: 480px; margin: 28px 0 34px; font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.45; }
.not-found-home { display: inline-flex; gap: 14px; align-items: center; color: #1c1a16; text-decoration: none; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.not-found-home span { transition: transform .25s ease; }
.not-found-home:hover span { transform: translateX(4px); }
@media (max-width: 640px) { .not-found-wrap { padding: 34px 22px; } .not-found-content p { font-size: 18px; } }
