@font-face { font-family: 'Inter'; font-weight: 400; font-style: normal; font-display: swap; src: url('fonts/inter-400.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 300; font-style: normal; font-display: swap; src: url('fonts/inter-300.ttf') format('truetype'); }

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Inter', -apple-system, sans-serif;
    color: #2a2a2a;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}

.legal-nav {
    padding: 1.5rem 3rem;
    border-bottom: 1px solid #eee;
}
.legal-nav-logo {
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #1a1a1a;
    text-decoration: none;
    transition: color .3s;
}
.legal-nav-logo:hover { color: #b89a42; }

.legal-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 4rem 2rem 6rem;
}
.legal-content h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: .25rem;
}
.legal-subtitle {
    font-size: .85rem;
    color: #999;
    margin-bottom: 3rem;
    font-weight: 300;
}
.legal-content h2 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 2.5rem;
    margin-bottom: .75rem;
}
.legal-content p {
    font-size: .9rem;
    font-weight: 300;
    color: #555;
    margin-bottom: .75rem;
    line-height: 1.8;
}
.legal-content ul {
    margin: .5rem 0 1rem 1.5rem;
}
.legal-content li {
    font-size: .9rem;
    font-weight: 300;
    color: #555;
    line-height: 1.8;
    margin-bottom: .35rem;
}
.legal-content a {
    color: #b89a42;
    text-decoration: none;
}
.legal-content a:hover { text-decoration: underline; }

.legal-footer {
    border-top: 1px solid #eee;
    padding: 2rem 3rem;
    text-align: center;
}
.legal-footer p {
    font-size: .75rem;
    color: #bbb;
}

@media (max-width: 768px) {
    .legal-nav { padding: 1.25rem 1.5rem; }
    .legal-content { padding: 3rem 1.5rem 5rem; }
}
