:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #202624; background: #f5f1e9; font-synthesis: none; text-rendering: optimizeLegibility; }
* { box-sizing: border-box; }
body { min-width: 320px; margin: 0; }
a { color: #9b4d24; text-underline-offset: 3px; }
a:focus-visible { outline: 3px solid #e18145; outline-offset: 3px; }
.legal-shell { min-height: 100vh; }
.legal-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px max(20px, calc((100% - 1060px) / 2)); color: #fff; background: #111718; }
.legal-brand { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 19px; font-weight: 700; letter-spacing: -.045em; text-decoration: none; }
.legal-brand-mark { width: 27px; height: 27px; display: inline-grid; place-items: center; color: #f29955; }
.legal-brand-mark svg { width: 100%; height: 100%; }
.legal-nav { display: flex; gap: 20px; }
.legal-nav a { min-height: 44px; display: inline-flex; align-items: center; color: rgba(255,255,255,.78); font-size: 12px; text-decoration: none; }
.legal-nav a:hover { color: #fff; }
.legal-main { width: min(calc(100% - 40px), 850px); margin: 0 auto; padding: clamp(50px, 8vw, 92px) 0 80px; }
.legal-kicker { margin-bottom: 14px; color: #b6602e; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.legal-main h1 { max-width: 740px; margin: 0 0 15px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 8vw, 70px); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.legal-intro { max-width: 690px; margin: 0 0 39px; color: #646d68; font-size: 16px; line-height: 1.7; }
.legal-content { display: grid; gap: 28px; }
.legal-content section { padding-top: 21px; border-top: 1px solid rgba(31,39,36,.15); }
.legal-content h2 { margin: 0 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 500; letter-spacing: -.025em; }
.legal-content p, .legal-content li { color: #606965; font-size: 13px; line-height: 1.75; }
.legal-content p { margin: 0 0 10px; }
.legal-content ul { margin: 10px 0 0; padding-left: 20px; }
.legal-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px max(20px, calc((100% - 1060px) / 2)); color: rgba(255,255,255,.56); background: #111718; font-size: 11px; }
.legal-footer p { margin: 0; }
.legal-footer nav { display: flex; gap: 16px; }
.legal-footer a { min-height: 44px; display: inline-flex; align-items: center; color: rgba(255,255,255,.76); text-decoration: none; }
.credit-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.credit-list li { padding: 15px 16px; border: 1px solid rgba(31,39,36,.12); border-radius: 10px; background: #fffdf9; }
.credit-list strong { display: block; margin-bottom: 4px; color: #303a35; }
.credit-list span { display: block; color: #737a76; font-size: 12px; }
.legal-back { min-height: 44px; display: inline-flex; align-items: center; margin-top: 28px; padding: 0 15px; color: #333c37; border: 1px solid #c9cbc3; border-radius: 999px; background: #fffdf9; font-size: 12px; font-weight: 700; text-decoration: none; }
@media (max-width: 560px) {
  .legal-header { align-items: flex-start; flex-direction: column; padding: 16px 18px; }
  .legal-nav { flex-wrap: wrap; gap: 12px 17px; }
  .legal-nav a { min-height: 44px; }
  .legal-main { width: calc(100% - 36px); padding-top: 49px; }
  .legal-intro { font-size: 14px; }
  .legal-footer { align-items: flex-start; flex-direction: column; padding: 22px 18px; }
  .legal-footer nav { flex-wrap: wrap; }
}
