:root { --ink: #14110f; --oat: #ece5d8; --paper: #f5f0e8; --wine: #742135; --line: rgba(20, 17, 15, 0.16); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Hanken Grotesk", Arial, sans-serif; }
a { color: inherit; }
.legal-top { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 clamp(22px, 6vw, 96px); border-bottom: 1px solid var(--line); }
.legal-top img { display: block; width: 112px; height: auto; }
.legal-top a:last-child { text-decoration: none; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.68rem; }
.legal-page { width: min(1040px, calc(100% - 44px)); margin: 0 auto; padding: clamp(70px, 9vw, 130px) 0; }
.legal-page__eyebrow { margin: 0 0 20px; color: var(--wine); text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.65rem; }
.legal-page h1 { max-width: 900px; margin: 0; font-family: "Fraunces", Georgia, serif; font-size: clamp(3.1rem, 7vw, 7rem); font-weight: 360; line-height: 0.96; letter-spacing: -0.035em; }
.legal-page__status { margin: 42px 0 70px; padding: 18px 20px; border-left: 3px solid var(--wine); background: rgba(116, 33, 53, 0.07); line-height: 1.65; }
.legal-page section { display: grid; grid-template-columns: minmax(180px, 0.36fr) minmax(0, 0.64fr); gap: 32px 70px; padding: 42px 0; border-top: 1px solid var(--line); }
.legal-page h2 { margin: 0; font-family: "Fraunces", Georgia, serif; font-size: clamp(1.8rem, 3vw, 3.2rem); font-weight: 360; line-height: 1.05; }
.legal-page__copy { max-width: 680px; line-height: 1.75; color: rgba(20, 17, 15, 0.72); }
.legal-page__copy > :first-child { margin-top: 0; }
.legal-page__copy > :last-child { margin-bottom: 0; }
.legal-page__copy ol { margin: 0; padding-left: 1.35rem; }
.legal-page__copy ol ol { margin-top: 14px; padding-left: 1.2rem; }
.legal-page__copy li + li { margin-top: 9px; }
.legal-page__copy ol ol li + li { margin-top: 12px; }
.legal-footer { display: flex; justify-content: space-between; gap: 24px; padding: 34px clamp(22px, 6vw, 96px); background: var(--ink); color: rgba(236, 229, 216, 0.68); font-size: 0.72rem; }
.legal-footer button { padding: 0 0 4px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; cursor: pointer; font: inherit; }
@media (max-width: 720px) { .legal-page section { display: block; } .legal-page h2 { margin-bottom: 24px; } .legal-footer { flex-direction: column; } }
