/* legal.css — loads after about.css, overrides panel colors + adds legal-specific styles */

/* ============================================================
   TAN PANEL VARIANTS (all panels on legal page are warm/light)
============================================================ */
.panel-tan-a { background: #f5f0eb; }
.panel-tan-b { background: #e8dcc8; }

.panel-tan-a .panel-big-label,
.panel-tan-b .panel-big-label {
    color: #2a2218;
}

/* ============================================================
   SINGLE-COLUMN LEGAL LAYOUT (no photo grid)
============================================================ */
.legal-single {
    max-width: 680px;
}

/* ============================================================
   SUBSECTION LABELS
============================================================ */
.legal-sub {
    font-family: 'Gabarito', Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7a6a50;
    margin: 36px 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #d4c8b0;
}

.panel-tan-b .legal-sub {
    border-bottom-color: #c4b49a;
    color: #6a5a40;
}

.legal-sub:first-child { margin-top: 0; }

/* ============================================================
   BODY TEXT
============================================================ */
.legal-body {
    font-family: 'Gabarito', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.88;
    color: #3d3428;
    margin-bottom: 0;
}

/* ============================================================
   LIST ITEMS
============================================================ */
.legal-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.legal-list li {
    font-family: 'Gabarito', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #3d3428;
    padding: 5px 0 5px 22px;
    position: relative;
}

.legal-list li::before {
    content: '×';
    position: absolute;
    left: 0;
    top: 5px;
    color: #9a8060;
    font-size: 0.9rem;
    line-height: 1.8;
}

/* ============================================================
   LAST-UPDATED STAMP
============================================================ */
.legal-stamp {
    font-family: 'FluxischElse', Arial, sans-serif;
    font-size: 0.65rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9a8060;
    margin-top: 48px;
    padding-top: 18px;
    border-top: 1px solid #d4c8b0;
}

/* ============================================================
   MOBILE
============================================================ */
@media (max-width: 768px) {
    .legal-body { font-size: 0.95rem; }
    .legal-list li { font-size: 0.95rem; }
}
