/* =============================================================================
   PAGE: OUR LEADERS & EXECUTIVES (leaders.css)
   Scope: prefixed .ldr-* only. Consumes global tokens.css. Adds no global
   rules and overrides nothing in navbar.css / footer.css / page-hero.css.
   ============================================================================= */

.ldr-page {
    font-family: var(--font-primary);
    color: var(--text-dark);
    background: var(--white);
    overflow-x: hidden;
}

.ldr-page *,
.ldr-page *::before,
.ldr-page *::after {
    box-sizing: border-box;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
}

.ldr-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.ldr-section {
    padding: 45px 0;
}

/* ---- SHARED TYPOGRAPHY ---- */
.ldr-eyebrow {
    margin: 0 0 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary-red);
    display: flex;
    align-items: center;
    gap: 12px;
}

.ldr-eyebrow::before {
    display: none !important;
    content: none !important;
}

.ldr-eyebrow--light {
    color: var(--white);
}

.ldr-eyebrow--light::before {
    background: var(--primary-red);
}

.ldr-display {
    margin: 0 0 20px;
    font-size: clamp(1.9rem, 3.2vw, 3rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.ldr-lead {
    margin: 0;
    font-size: clamp(1rem, 1.15vw, 1.1rem);
    line-height: 1.8;
    color: var(--text-muted);
    max-width: 62ch;
}

.ldr-section-head {
    max-width: 760px;
    margin-bottom: var(--space-8);
}

.ldr-section-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ldr-section-head--center .ldr-eyebrow {
    justify-content: center;
}

.ldr-section-head--center .ldr-lead {
    margin: 0 auto;
}

/* ---- BUTTONS (mirrors global BXSS button language) ---- */
.ldr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 32px;
    border-radius: var(--radius-pill);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: var(--transition-smooth);
}

.ldr-btn--red {
    background: var(--primary-red);
    color: var(--white);
    box-shadow: var(--shadow-red-sm);
}

.ldr-btn--red:hover {
    background: var(--primary-red-hover);
    box-shadow: var(--shadow-red-md);
    transform: translateY(-2px);
}

.ldr-btn--ghost {
    border-color: rgba(255, 255, 255, 0.45);
    color: var(--white);
}

.ldr-btn--ghost:hover {
    background: var(--white);
    color: var(--ink);
    transform: translateY(-2px);
}

.ldr-btn--outline {
    border-color: rgba(255, 255, 255, 0.5);
    color: var(--white);
}

.ldr-btn--outline:hover {
    background: var(--white);
    color: var(--ink);
    transform: translateY(-2px);
}

.ldr-page a:focus-visible,
.ldr-page button:focus-visible {
    outline: 3px solid var(--primary-red);
    outline-offset: 3px;
}

/* ---- IMAGE FRAMES ---- */
.ldr-frame {
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    background: var(--bg-light);
}

.ldr-frame img {
    display: block;
    filter: saturate(0.92) contrast(1.02);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.ldr-frame:hover img {
    transform: scale(1.03);
}

/* =============================================================================
   HERO
   ============================================================================= */
.ldr-hero {
    position: relative;
    background: var(--ink);
    color: var(--white);
    padding: 45px 0 0;
    overflow: hidden;
}

.ldr-hero-grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(circle at 70% 30%, rgba(0, 0, 0, 0.9), transparent 78%);
    pointer-events: none;
}

.ldr-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: var(--space-8);
    align-items: center;
    padding-bottom: 35px;
}

.ldr-hero-copy h1 {
    margin: 0 0 18px;
    font-size: clamp(2.5rem, 5vw, 4.15rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.ldr-hero-copy h1 em {
    font-style: normal;
    color: var(--primary-red);
}

.ldr-hero-sub {
    margin: 0 0 20px;
    font-size: clamp(1.05rem, 1.5vw, 1.35rem);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.ldr-hero-desc {
    margin: 0 0 var(--space-4);
    max-width: 56ch;
    font-size: 1rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.66);
}

.ldr-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* HERO VISUAL */
.ldr-hero-visual {
    position: relative;
    padding: 0 0 35px 0;
}

.ldr-frame--primary {
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.ldr-frame--secondary {
    position: absolute;
    right: -10px;
    bottom: 10px;
    width: 46%;
    aspect-ratio: 3 / 2;
    border: 4px solid var(--ink);
    box-shadow: var(--shadow-md);
}

.ldr-hero-visual .ldr-accent-line {
    position: absolute;
    left: -18px;
    top: 12%;
    width: 3px;
    height: 42%;
    background: var(--primary-red);
}

/* HERO STATISTICS */
.ldr-stats {
    list-style: none;
    margin: 0;
    padding: 0 0 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ldr-stat {
    padding: var(--space-4) var(--space-3) 0 0;
    position: relative;
}

.ldr-stat + .ldr-stat {
    padding-left: var(--space-4);
}

.ldr-stat + .ldr-stat::before {
    content: "";
    position: absolute;
    left: 0;
    top: var(--space-4);
    bottom: 6px;
    width: 1px;
    background: rgba(255, 255, 255, 0.12);
}

.ldr-stat-index {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--primary-red);
    margin-bottom: 10px;
}

.ldr-stat-value {
    display: block;
    font-size: clamp(2.2rem, 3.6vw, 3.2rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
}

.ldr-stat-label {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

/* =============================================================================
   CORPORATE GOVERNANCE
   ============================================================================= */
.ldr-governance {
    background: var(--cream);
}

.ldr-split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: var(--space-12);
    align-items: center;
}

.ldr-governance-track {
    list-style: none;
    margin: var(--space-4) 0 0;
    padding: 0;
    counter-reset: gov;
    display: grid;
    gap: 0;
}

.ldr-governance-track li {
    counter-increment: gov;
    position: relative;
    padding: 18px 0 18px 46px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: 700;
    letter-spacing: 0.4px;
}

.ldr-governance-track li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ldr-governance-track li::before {
    content: "0" counter(gov);
    position: absolute;
    left: 0;
    top: 19px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--primary-red);
}

.ldr-split-visual {
    position: relative;
}

.ldr-frame--tall {
    aspect-ratio: 4 / 5;
}

.ldr-decor-number {
    position: absolute;
    top: -46px;
    left: -26px;
    font-size: clamp(4rem, 8vw, 7rem);
    font-weight: 800;
    line-height: 1;
    color: rgba(10, 10, 10, 0.07);
    z-index: 1;
    pointer-events: none;
}

/* =============================================================================
   PROFILES (FOUNDER / MD / CEO)
   ============================================================================= */
.ldr-profile {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: var(--space-12);
    align-items: center;
}

.ldr-profile--reverse {
    grid-template-columns: 1.15fr 0.85fr;
}

.ldr-portrait {
    position: relative;
    margin: 0;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    aspect-ratio: 4 / 5;
}

.ldr-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.ldr-portrait--legacy {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ldr-portrait-badge {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: var(--primary-red);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Neutral portrait placeholder — ready for the real photograph */
.ldr-portrait-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(150deg, #17171a 0%, #101012 55%, #1d1416 100%);
    position: relative;
}

.ldr-portrait-placeholder::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 34px 34px;
}

.ldr-monogram {
    position: relative;
    z-index: 1;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 800;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.82);
    border-bottom: 3px solid var(--primary-red);
    padding-bottom: 8px;
}

.ldr-name {
    margin: 0 0 6px;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.01em;
}

.ldr-role {
    margin: 0 0 var(--space-3);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary-red);
}

.ldr-bio {
    margin: 0 0 var(--space-4);
    font-size: 1rem;
    line-height: 1.9;
    color: var(--text-muted);
    max-width: 64ch;
}

.ldr-highlights {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 2px;
}

.ldr-highlights li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    font-weight: 600;
}

.ldr-highlights li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.ldr-highlights i {
    color: var(--primary-red);
    font-size: 14px;
    width: 20px;
    text-align: center;
}

/* FOUNDER — dark legacy surface */
.ldr-founder {
    background: var(--ink);
    color: var(--white);
}

.ldr-founder .ldr-bio {
    color: rgba(255, 255, 255, 0.68);
}

.ldr-legacy-track {
    list-style: none;
    margin: var(--space-3) 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.ldr-legacy-track li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ldr-legacy-track li + li::before {
    content: "";
    width: 26px;
    height: 1px;
    background: var(--primary-red);
}

/* MD / CEO achievements */
.ldr-achievements {
    display: grid;
    gap: 14px;
}

.ldr-achievements article {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 20px 22px;
    background: var(--white);
    border: 1px solid var(--border-light);
    border-left: 3px solid var(--primary-red);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-xs);
    transition: var(--transition-smooth);
}

.ldr-achievements article:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
}

.ldr-achievements p {
    margin: 0;
    font-weight: 600;
    line-height: 1.6;
}

.ldr-ach-index {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: var(--primary-red);
    padding-top: 3px;
}

.ldr-md {
    background: var(--bg-light);
}

.ldr-portrait-col {
    position: relative;
}

.ldr-credibility {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: var(--space-2);
    position: relative;
    padding: 16px 24px;
    background: var(--ink);
    color: var(--white);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
}

.ldr-credibility strong {
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1;
}

.ldr-credibility strong span {
    color: var(--primary-red);
}

.ldr-credibility-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    max-width: 12ch;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
}

/* CEO growth graphic */
.ldr-growth {
    margin-top: var(--space-3);
    display: flex;
    align-items: center;
    gap: 18px;
}

.ldr-growth svg {
    width: 170px;
    height: 60px;
    flex: 0 0 auto;
}

.ldr-growth-line {
    stroke: var(--primary-red);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
}

.ldr-reveal.is-visible .ldr-growth-line,
.ldr-growth-line.is-drawn {
    animation: ldrDraw 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes ldrDraw {
    to {
        stroke-dashoffset: 0;
    }
}

.ldr-growth-dot {
    fill: var(--primary-red);
}

.ldr-growth-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-muted);
}

/* =============================================================================
   EXECUTIVE BOARD
   ============================================================================= */
.ldr-board-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-3);
}

.ldr-exec-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    overflow: hidden;
    box-shadow: var(--shadow-xs);
    transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.ldr-exec-card:hover,
.ldr-exec-card:focus-within {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

.ldr-exec-media {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--ink);
}

.ldr-exec-media img,
.ldr-exec-media .ldr-portrait-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.ldr-exec-card:hover .ldr-exec-media img,
.ldr-exec-card:hover .ldr-exec-media .ldr-portrait-placeholder {
    transform: scale(1.035);
}

.ldr-exec-body {
    padding: 26px 24px 28px;
}

.ldr-exec-accent {
    display: block;
    width: 30px;
    height: 2px;
    background: var(--primary-red);
    margin-bottom: 16px;
    transition: width var(--transition-smooth);
}

.ldr-exec-card:hover .ldr-exec-accent {
    width: 64px;
}

.ldr-exec-body h3 {
    margin: 0 0 6px;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.ldr-exec-role {
    margin: 0 0 16px;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-muted);
    line-height: 1.5;
}

.ldr-exec-cat {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--ink);
    padding-top: 14px;
    border-top: 1px solid var(--border-light);
}

.ldr-exec-cat i {
    color: var(--primary-red);
    transition: transform var(--transition-smooth);
}

.ldr-exec-card:hover .ldr-exec-cat i {
    transform: translateX(3px);
}

/* =============================================================================
   LEADERSHIP STRUCTURE
   ============================================================================= */
.ldr-structure {
    background: var(--ink);
    color: var(--white);
}

.ldr-tree {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ldr-tier {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: var(--space-3);
}

.ldr-connector {
    width: 1px;
    height: 46px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35), rgba(228, 31, 38, 0.9));
}

.ldr-node {
    flex: 0 1 340px;
    padding: 26px 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
    transition: var(--transition-smooth);
}

.ldr-node:hover {
    border-color: rgba(228, 31, 38, 0.6);
    background: rgba(255, 255, 255, 0.055);
}

.ldr-node--founder {
    border-color: rgba(228, 31, 38, 0.55);
    background: rgba(228, 31, 38, 0.08);
}

.ldr-node-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary-red);
    margin-bottom: 12px;
}

.ldr-node-name {
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 800;
}

.ldr-node-role {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.ldr-tier--label p {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
}

.ldr-tier--quad {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000px;
}

.ldr-leaf {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 2px solid var(--primary-red);
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    transition: var(--transition-smooth);
}

.ldr-leaf:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-4px);
}

.ldr-leaf i {
    font-size: 18px;
    color: var(--primary-red);
}

/* =============================================================================
   FINAL CTA
   ============================================================================= */
.ldr-cta {
    padding: var(--space-12) 0;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    color: var(--ink);
}

.ldr-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-6);
    flex-wrap: wrap;
}

.ldr-cta .ldr-display {
    margin-bottom: 14px;
    color: var(--ink, #111111);
}

.ldr-cta .ldr-lead {
    color: #555555;
    max-width: 56ch;
}

.ldr-cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.ldr-cta .ldr-btn--outline {
    border-color: #111111;
    color: #111111;
}

.ldr-cta .ldr-btn--outline:hover {
    background: #111111;
    color: #ffffff;
}

/* =============================================================================
   SCROLL REVEAL
   ============================================================================= */
.ldr-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1), transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.ldr-reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */
@media screen and (max-width: 1280px) {
    .ldr-container {
        padding: 0 40px;
    }

    .ldr-split,
    .ldr-profile,
    .ldr-profile--reverse {
        gap: var(--space-8);
    }
}

@media screen and (max-width: 1100px) {
    .ldr-board-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .ldr-container {
        padding: 0 30px;
    }

    .ldr-section {
        padding: 35px 0;
    }

    .ldr-hero {
        padding-top: 30px;
    }

    .ldr-hero-inner,
    .ldr-split,
    .ldr-profile,
    .ldr-profile--reverse {
        grid-template-columns: 1fr;
        gap: var(--space-6);
    }

    .ldr-profile--reverse .ldr-portrait-col {
        order: -1;
    }

    .ldr-portrait,
    .ldr-frame--tall {
        max-width: 520px;
    }

    .ldr-decor-number {
        top: -34px;
        left: 0;
    }

    .ldr-credibility {
        left: 0;
        margin-top: var(--space-2);
    }

    .ldr-tier--duo {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        max-width: 640px;
    }

    .ldr-node {
        flex: 1 1 auto;
        width: 100%;
        max-width: none;
        padding: 18px 14px;
    }

    .ldr-node-name {
        font-size: 0.95rem;
    }

    .ldr-node-role {
        font-size: 0.78rem;
    }

    .ldr-tier--quad {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        max-width: 640px;
    }
}

@media screen and (max-width: 720px) {
    .ldr-container {
        padding: 0 16px;
    }

    .ldr-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 var(--space-2);
    }

    .ldr-stat:last-child {
        grid-column: 1 / -1;
    }

    .ldr-stat + .ldr-stat {
        padding-left: var(--space-2);
    }

    .ldr-stat:last-child {
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        margin-top: var(--space-3);
    }

    .ldr-stat:last-child::before {
        display: none;
    }

    .ldr-frame--secondary {
        width: 52%;
        right: 0;
    }

    .ldr-hero-visual .ldr-accent-line {
        left: -10px;
    }

    .ldr-board-grid {
        grid-template-columns: 1fr;
    }

    /* Organizational Tree - Mobile Preservation */
    .ldr-tree {
        width: 100%;
        max-width: 100%;
    }

    .ldr-connector {
        height: 22px;
    }

    .ldr-tier--top {
        width: 100%;
    }

    .ldr-node--founder {
        max-width: 280px;
        margin: 0 auto;
        padding: 14px 12px;
    }

    .ldr-tier--duo {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        width: 100%;
        max-width: 440px;
    }

    .ldr-tier--duo .ldr-node {
        padding: 12px 8px;
        border-radius: 8px;
    }

    .ldr-node-tag {
        font-size: 8px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }

    .ldr-node-name {
        font-size: 0.85rem;
        margin: 0 0 4px;
        line-height: 1.25;
    }

    .ldr-node-role {
        font-size: 0.7rem;
        line-height: 1.3;
    }

    .ldr-tier--label p {
        font-size: 9px;
        letter-spacing: 1.4px;
        padding: 4px 10px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 20px;
        display: inline-block;
    }

    .ldr-tier--quad {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        width: 100%;
        max-width: 440px;
    }

    .ldr-leaf {
        padding: 12px 6px;
        gap: 6px;
        font-size: 9.5px;
        letter-spacing: 0.6px;
        border-radius: 8px;
    }

    .ldr-leaf i {
        font-size: 14px;
    }

    .ldr-hero-actions .ldr-btn,
    .ldr-cta-actions .ldr-btn {
        flex: 1 1 100%;
    }

    .ldr-legacy-track {
        flex-wrap: wrap;
        gap: 10px;
    }

    .ldr-growth svg {
        width: 130px;
    }
}

/* Ultra-Compact Small Mobile Tree Optimization (320px - 380px) */
@media screen and (max-width: 380px) {
    .ldr-container {
        padding: 0 10px;
    }

    .ldr-connector {
        height: 18px;
    }

    .ldr-node--founder {
        max-width: 240px;
        padding: 10px 8px;
    }

    .ldr-node--founder .ldr-node-name {
        font-size: 0.82rem;
    }

    .ldr-tier--duo {
        gap: 6px;
    }

    .ldr-tier--duo .ldr-node {
        padding: 9px 5px;
        border-radius: 6px;
    }

    .ldr-node-tag {
        font-size: 7.5px;
        letter-spacing: 0.6px;
        margin-bottom: 3px;
    }

    .ldr-node-name {
        font-size: 0.76rem;
        margin-bottom: 2px;
    }

    .ldr-node-role {
        font-size: 0.64rem;
    }

    .ldr-tier--label p {
        font-size: 8px;
        letter-spacing: 1px;
        padding: 3px 8px;
    }

    .ldr-tier--quad {
        gap: 6px;
    }

    .ldr-leaf {
        padding: 8px 4px;
        gap: 4px;
        font-size: 8.5px;
        letter-spacing: 0.3px;
        border-radius: 6px;
    }

    .ldr-leaf i {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .ldr-page *,
    .ldr-reveal {
        animation: none !important;
        transition: none !important;
    }

    .ldr-reveal {
        opacity: 1;
        transform: none;
    }

    .ldr-growth-line {
        stroke-dashoffset: 0;
    }
}
