/* ── LEGAL PAGE STYLES ── */

/* Hero */
.legal-hero {
    padding: 160px 0 64px;
    background: #0c0c0c;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.legal-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(180,142,89,0.5);
    margin-bottom: 24px;
}
.legal-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 20px;
}
.legal-meta {
    font-size: 14px;
    color: rgba(200,191,180,0.4);
    letter-spacing: 0.3px;
}

/* Table of Contents */
.legal-toc {
    padding: 56px 0;
    background: #090909;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.legal-toc h2 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 32px;
    font-style: italic;
}
.toc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}
.toc-col h3 {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 500;
    color: rgba(180,142,89,0.7);
    margin-bottom: 12px;
    margin-top: 28px;
}
.toc-col h3:first-child {
    margin-top: 0;
}
.toc-col ol {
    list-style: none;
    counter-reset: none;
    padding: 0;
}
.toc-col ol li {
    margin-bottom: 6px;
}
.toc-col ol li a {
    font-size: 14px;
    color: rgba(200,191,180,0.55);
    transition: color 0.2s;
    line-height: 1.6;
}
.toc-col ol li a:hover {
    color: #b48e59;
}

/* Legal Content */
.legal-content {
    padding: 64px 0 80px;
    background: #090909;
}

/* Part Headers */
.legal-part-header {
    padding: 48px 0 24px;
    border-top: 1px solid rgba(180,142,89,0.15);
    margin-top: 48px;
}
.legal-part-header:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
.legal-part-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    font-style: italic;
    margin-bottom: 8px;
}

/* Section Intro */
.legal-section-intro {
    padding-bottom: 32px;
}
.legal-section-intro p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(200,191,180,0.6);
}

/* Individual Sections */
.legal-section {
    padding: 32px 0;
    border-top: 1px solid rgba(255,255,255,0.04);
}
.legal-section h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
}
.legal-section h4 {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgba(180,142,89,0.6);
    margin-top: 24px;
    margin-bottom: 12px;
}
.legal-section p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(200,191,180,0.65);
    margin-bottom: 14px;
}
.legal-section p:last-child {
    margin-bottom: 0;
}
.legal-section a {
    color: #b48e59;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}
.legal-section a:hover {
    color: #d4a96a;
}

/* Lists */
.legal-section ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 16px;
}
.legal-section ul li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(200,191,180,0.6);
    margin-bottom: 8px;
}
.legal-section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border: 1px solid rgba(180,142,89,0.4);
    border-radius: 1px;
}
.legal-section ul li strong {
    color: rgba(200,191,180,0.8);
}

/* Callout Box */
.legal-callout {
    background: rgba(180,142,89,0.04);
    border-left: 2px solid rgba(180,142,89,0.3);
    padding: 20px 24px;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(200,191,180,0.6);
}
.legal-callout strong {
    color: rgba(200,191,180,0.8);
}

/* Uppercase Legal Text */
.legal-uppercase {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    padding: 20px 24px;
    margin: 16px 0;
}
.legal-uppercase p {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.3px;
    color: rgba(200,191,180,0.5);
}

/* Contact Blocks */
.legal-contact {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    padding: 20px 24px;
    margin: 16px 0;
}
.legal-contact p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(200,191,180,0.6);
}

/* Table */
.legal-table-wrap {
    overflow-x: auto;
    margin: 16px 0;
    -webkit-overflow-scrolling: touch;
}
.legal-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}
.legal-table th {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(180,142,89,0.6);
    text-align: left;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(180,142,89,0.15);
    background: rgba(180,142,89,0.04);
}
.legal-table td {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(200,191,180,0.55);
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    vertical-align: top;
}
.legal-table tbody tr:hover td {
    background: rgba(255,255,255,0.02);
}

/* End of Document */
.legal-end {
    padding: 48px 0 0;
    text-align: center;
    border-top: 1px solid rgba(180,142,89,0.15);
    margin-top: 48px;
}
.legal-end p {
    font-size: 13px;
    letter-spacing: 1px;
    color: rgba(200,191,180,0.3);
}

/* ============================================================
   RESPONSIVE — TABLET
   ============================================================ */
@media (max-width: 1024px) {
    .legal-hero { padding: 140px 0 56px; }
    .legal-hero h1 { font-size: 36px; }
}

@media (max-width: 768px) {
    .legal-hero { padding: 120px 0 48px; }
    .legal-hero h1 { font-size: 30px; }
    .toc-grid { grid-template-columns: 1fr; gap: 0; }
    .legal-section h3 { font-size: 18px; }
}

@media (max-width: 480px) {
    .legal-hero { padding: 100px 0 36px; }
    .legal-hero h1 { font-size: 26px; }
    .legal-eyebrow { font-size: 10px; letter-spacing: 2px; }
    .legal-toc { padding: 40px 0; }
    .legal-content { padding: 40px 0 60px; }
    .legal-section { padding: 24px 0; }
    .legal-section h3 { font-size: 17px; }
    .legal-section p,
    .legal-section ul li { font-size: 14px; }
    .legal-part-header h2 { font-size: 24px; }
    .legal-callout,
    .legal-uppercase,
    .legal-contact { padding: 16px 18px; }
    .legal-table th,
    .legal-table td { padding: 10px 12px; }
}
