/* ==========================================================================
   LUXE DATA GOVERNANCE & PRIVACY STYLING ARCHITECTURE
   ========================================================================== */

/* Clears navbar layout offset */
.privacy-page-main.mt-nav {
    margin-top: 91px;
    background-color: #ffffff;
}

/* --- SECTION 1: HERO HEADER SYSTEM --- */
.privacy-hero-header {
    padding-top: 64px;
    padding-bottom: 64px;

}

.legal-eyebrow-label {
    font-family: var(--font-body), 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #444844;
    display: block;
    margin-bottom: 18px;
}

.legal-display-title {
    font-family: var(--font-display), 'Playfair Display', serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.15;
    color: #1A1C1C;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

.legal-header-motto {
    font-family: var(--font-body), 'Inter', sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    color: #444844;
    margin-bottom: 16px;
}

.legal-last-updated-date {
    font-family: var(--font-body), 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #7F7F7F;
    display: block;
}

/* --- SECTION 2: SIDEBAR & STREAM LAYOUT --- */
.privacy-content-layout-section {
    padding-top: 80px;
    padding-bottom: 140px;
}

/* Sticky Sidebar Framework Execution */
.sticky-toc-wrapper {
    position: sticky;
    top: 140px;
    padding-bottom: 20px;
}

.toc-header-title {
    font-family: var(--font-body), 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #1A1C1C;
    display: block;
    margin-bottom: 24px;
    border-bottom: 1px solid #C4C7C34D;
    padding-bottom: 12px;
}

.toc-navigation-list li {
    margin-bottom: 14px;
}

.toc-anchor-link {
    font-family: var(--font-body), 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #444844;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
}

.toc-anchor-link:hover, 
.toc-anchor-link.active {
    color: #1A1C1C;
    padding-left: 4px;
}

/* Legal Prose Content Layout Structure */
.legal-text-stream-wrapper {
    max-width: 720px;
}

.legal-stream-section-node {
    margin-bottom: 64px;

}

.legal-stream-section-node:last-of-type {
    border-bottom: none;
    margin-bottom: 40px;
}

.legal-node-section-title {
    font-family: var(--font-display), 'Playfair Display', Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    color: #1A1C1C;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
    border-bottom: 1px solid #C4C7C34D;
    padding-bottom: 15px;
}

.legal-stream-paragraph {
    font-family: var(--font-body), 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #444844;
    margin-bottom: 20px;
    text-align: justify;
}

.legal-stream-paragraph.bold-lead {
    font-weight: 400;
    color: #1A1C1C;
}

/* Definitions and Log files inner groupings */
.legal-sub-definition-box {
    margin-top: 28px;
}

.legal-definition-sub-title {
    font-family: var(--font-body), 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1A1C1C;
    margin-bottom: 8px;
}

/* Inquiries Segment Bottom Footer Panel */
.legal-inquiries-footer-block {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #1A1C1C;
}

.inquiries-caption-eyebrow {
    font-family: var(--font-body), 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #1A1C1C;
    display: block;
    margin-bottom: 8px;
}

.inquiries-mail-link {
    font-family: var(--font-display), 'Playfair Display', Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    color: #1A1C1C;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.2s ease;
}

.inquiries-mail-link:hover {
    opacity: 0.7;
    color: #1A1C1C;
}

.inquiries-schedule-text {
    font-family: var(--font-body), 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #444844;
    margin-top: 10px;
    margin-bottom: 0;
}

/* ==========================================================================
   MEDIA CONTROLS & ADAPTATION DRIVERS
   ========================================================================== */
@media (max-width: 992px) {
    .legal-display-title { font-size: 38px; }
    .sticky-toc-wrapper { position: relative; top: 0; margin-bottom: 40px; border-bottom: 1px solid #EAEAEA; padding-bottom: 32px; }
    .toc-navigation-list { display: flex; flex-wrap: wrap; gap: 16px; }
    .toc-navigation-list li { margin-bottom: 0; }
    .privacy-content-layout-section { padding-top: 40px; padding-bottom: 80px; }
    .inquiries-mail-link { font-size: 24px; }
}

@media (max-width: 576px) {
    .legal-display-title { font-size: 32px; }
    .legal-header-motto { font-size: 16px; text-align: left !important; }
    .privacy-hero-header { padding-top: 60px; padding-bottom: 50px; }
    .toc-navigation-list { flex-direction: column; gap: 8px; }
}