/* Legal pages — readable dark forge theme, shared by terms/privacy (EN + UK). */
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; background: #0E0B09; }
* { box-sizing: border-box; }
body { color: #d8ccbd; font-family: 'Instrument Sans', -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; }
.legal-wrap { max-width: 760px; margin: 0 auto; padding: 0 24px 90px; }
.legal-nav { max-width: 760px; margin: 0 auto; padding: 26px 24px; display: flex; align-items: center; justify-content: space-between; }
.legal-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #F5EDE3; }
.legal-brand img { height: 28px; width: auto; display: block; }
.legal-brand span { font-family: 'Archivo', sans-serif; font-stretch: 125%; font-size: 18px; font-weight: 600; }
.legal-nav a.back { color: #b3a698; text-decoration: none; font-size: 14px; font-weight: 500; }
.legal-nav a.back:hover { color: #FF5C1A; }
.legal-hd { border-top: 1px solid #2b2318; padding-top: 44px; margin-top: 8px; }
.legal-eyebrow { margin: 0 0 10px; font-size: 12px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #FF5C1A; }
.legal-wrap h1 { margin: 0 0 8px; font-family: 'Archivo', sans-serif; font-stretch: 125%; font-size: clamp(32px, 5vw, 46px); font-weight: 800; line-height: 1.05; letter-spacing: -0.01em; text-transform: uppercase; color: #F5EDE3; }
.legal-updated { margin: 0 0 40px; font-size: 13px; color: #7a6f63; }
.legal-wrap h2 { margin: 40px 0 12px; font-family: 'Archivo', sans-serif; font-stretch: 110%; font-size: 20px; font-weight: 700; color: #F5EDE3; letter-spacing: 0.01em; }
.legal-wrap p, .legal-wrap li { font-size: 16px; color: #c3b7a8; }
.legal-wrap ul { padding-left: 22px; }
.legal-wrap li { margin-bottom: 8px; }
.legal-wrap strong { color: #e8ddce; font-weight: 600; }
.legal-wrap a { color: #FF8A4C; text-decoration: none; }
.legal-wrap a:hover { text-decoration: underline; }
.legal-lead { font-size: 17px; color: #d8ccbd; }
.legal-foot { border-top: 1px solid #2b2318; margin-top: 56px; padding-top: 22px; font-size: 13px; color: #7a6f63; display: flex; gap: 20px; flex-wrap: wrap; }
.legal-foot a { color: #7a6f63; text-decoration: none; }
.legal-foot a:hover { color: #FF5C1A; }
