/* =========================================================
   TRIDENT RIDGE CAPITAL
   Elementor Site CSS
   Header controlled by Elementor
   Updated August 2026
   ========================================================= */

:root {
    --trc-bg: #070b0d;
    --trc-stone: #f2eee7;
    --trc-muted: #c6cbc7;
    --trc-green: #8da35f;
    --trc-line: rgba(255,255,255,.16);
}

body.elementor-page {
    background: var(--trc-bg) !important;
}


/* =========================================================
   LOGO - DESKTOP
   ========================================================= */

.trc-logo {
    flex: 0 0 auto !important;
}

.trc-logo img {
    width: 175px !important;
    max-width: 175px !important;
}


/* =========================================================
   MENU - DESKTOP
   ========================================================= */

/* Hamburger hidden on desktop */

.trc-mobile-toggle {
    display: none !important;
}


/* Text Editor containing navigation */

.elementor-widget-text-editor:has(.trc-free-menu) {
    flex: 1 1 auto !important;
    width: auto !important;
    margin-left: auto !important;
}


/* Desktop navigation */

.trc-free-menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;

    gap: 28px !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    font-family: Inter, Arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    letter-spacing: .20em !important;
    text-transform: uppercase !important;

    color: #eef0ed !important;
}

.trc-free-menu a {
    display: inline-block !important;
    white-space: nowrap !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #eef0ed !important;
    text-decoration: none !important;

    transition: color .2s ease;
}

.trc-free-menu a:hover {
    color: var(--trc-green) !important;
}


/* =========================================================
   HERO
   ========================================================= */

.trc-hero {
    padding: 140px 5vw 80px !important;
    align-items: center !important;
    position: relative !important;
}

.trc-hero:before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(5,8,10,.92),
            rgba(5,8,10,.60) 42%,
            rgba(5,8,10,.08)
        );

    z-index: 0;
}

.trc-hero > * {
    position: relative;
    z-index: 1;
}

.trc-hero-copywrap {
    max-width: 690px !important;
}

.trc-hero-title .elementor-heading-title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 400 !important;
    line-height: 1.02 !important;
    color: var(--trc-stone) !important;
}

/* Hero title size controlled in Elementor */

.trc-green-divider {
    width: 64px !important;
    margin: 30px 0 22px !important;
}

.trc-green-divider .elementor-divider-separator {
    border-color: var(--trc-green) !important;
}

.trc-hero-copy,
.trc-body-copy,
.trc-approach-copy,
.trc-team-copy {
    font-family: Inter, Arial, sans-serif !important;
    color: var(--trc-muted) !important;
    font-size: 17px !important;
    line-height: 1.8 !important;
}

.trc-scroll {
    margin-top: 40px !important;
    color: #d7dcda !important;
    font-size: 11px !important;
    letter-spacing: .22em !important;
}


/* =========================================================
   OUR FIRM
   ========================================================= */

.trc-firm {
    padding: 68px 7vw !important;
    min-height: 260px !important;
}

.trc-firm-left {
    width: 42% !important;
}

.trc-firm-right {
    width: 50% !important;
    border-left: 1px solid var(--trc-line);
    padding-left: 55px !important;
}

.trc-eyebrow .elementor-heading-title {
    font-family: Inter, Arial, sans-serif !important;
    font-size: 12px !important;
    letter-spacing: .28em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.trc-section-title .elementor-heading-title,
.trc-perspectives-title .elementor-heading-title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 400 !important;
    font-size: clamp(34px,4vw,48px) !important;
    line-height: 1.04 !important;
    color: var(--trc-stone) !important;
}


/* =========================================================
   OUR APPROACH
   ========================================================= */

.trc-approach {
    padding: 42px 5vw 55px !important;
}

.trc-approach-grid {
    border-top: 1px solid var(--trc-line);
    border-bottom: 1px solid var(--trc-line);
}

.trc-approach-card {
    padding: 36px !important;
    border-right: 1px solid var(--trc-line);
    width: 25% !important;
}

.trc-approach-card:last-child {
    border-right: none;
}

.trc-approach-icon img {
    width: 48px !important;
}

.trc-approach-title .elementor-heading-title {
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px !important;
    letter-spacing: .16em !important;
    font-weight: 500 !important;
    color: #f1f1ef !important;
}


/* =========================================================
   TEAM
   ========================================================= */

.trc-team {
    padding: 45px 5vw 0 !important;
    background: #080d0f !important;
}

.trc-team-grid {
    gap: 30px !important;
}

.trc-person {
    align-items: flex-end !important;
}

.trc-person-photo {
    margin-bottom: 0 !important;
}

.trc-person-photo img {
    width: 100% !important;
    height: 340px !important;
    object-fit: contain !important;
    object-position: center bottom !important;
}

.trc-person-copy {
    padding: 0 0 34px 26px !important;
}

.trc-team-name .elementor-heading-title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 400 !important;
    line-height: 1.02 !important;
    color: var(--trc-stone) !important;
}

/* Partner-name size controlled in Elementor */

.trc-role .elementor-heading-title {
    font-family: Inter, Arial, sans-serif !important;
    font-size: 12px !important;
    letter-spacing: .24em !important;
    color: var(--trc-green) !important;
}

.trc-view-bio .elementor-button {
    background: transparent !important;
    padding: 0 !important;
    color: var(--trc-stone) !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 12px !important;
    letter-spacing: .20em !important;
}


/* =========================================================
   PERSPECTIVES
   ========================================================= */

.trc-perspectives {
    padding: 50px 5vw !important;
    min-height: 220px !important;
    justify-content: center !important;
    position: relative !important;
}

.trc-perspectives:before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(7,10,12,.90),
            rgba(7,10,12,.72) 34%,
            rgba(7,10,12,.18)
        );

    z-index: 0;
}

.trc-perspectives > * {
    position: relative;
    z-index: 1;
}

.trc-perspectives-button .elementor-button {
    background: transparent !important;
    padding: 0 !important;
    color: var(--trc-stone) !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 12px !important;
    letter-spacing: .20em !important;
}


/* =========================================================
   FOOTER
   ========================================================= */

.trc-footer {
    padding: 42px 5vw 26px !important;
    background: #070c0e !important;
    border-top: 1px solid var(--trc-line);
}

.trc-footer-grid {
    align-items: flex-start !important;
    gap: 36px !important;
}

.trc-footer-logo img {
    width: 165px !important;
}

.trc-footer-col {
    font-family: Inter, Arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    color: #bdc4c0 !important;
}

.trc-footer-col strong {
    font-size: 10px;
    letter-spacing: .20em;
    color: var(--trc-green);
}

.trc-footer-callout,
.trc-footer-callout.elementor-widget,
.trc-footer-callout .elementor-widget-container {
    border: 0 !important;
    border-width: 0 !important;
    border-style: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.trc-footer-callout {
    padding: 0 !important;
    text-align: left !important;
}

.trc-footer-callout .elementor-heading-title {
    font-family: Inter, Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    letter-spacing: .12em !important;
    color: var(--trc-stone) !important;
}

.trc-copyright {
    text-align: center !important;
    color: #747d78 !important;
    font-size: 11px !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    /* Logo */

    .trc-logo img {
        width: 135px !important;
        max-width: 135px !important;
    }


    /* Text Editor containing hamburger + menu */

    .elementor-widget-text-editor:has(.trc-mobile-toggle) {
        width: auto !important;
        flex: 0 0 auto !important;
        margin-left: auto !important;
        overflow: visible !important;
        z-index: 9999 !important;
    }

    .elementor-widget-text-editor:has(.trc-mobile-toggle)
    .elementor-widget-container {
        overflow: visible !important;
    }


    /* Hamburger */

    .trc-mobile-toggle {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        align-items: stretch !important;

        width: 30px !important;
        height: 22px !important;

        margin: 0 0 0 auto !important;
        padding: 0 !important;

        cursor: pointer !important;

        position: relative !important;
        z-index: 100001 !important;
    }

    .trc-mobile-toggle span {
        display: block !important;

        width: 30px !important;
        height: 2px !important;

        background: var(--trc-stone) !important;
        border: none !important;
    }


    /* Menu hidden until hamburger clicked */

    .trc-free-menu {
        display: none !important;
    }


    /* Dropdown */

    .trc-free-menu.trc-menu-open {
        display: flex !important;

        position: fixed !important;

        top: 90px !important;
        left: 0 !important;
        right: 0 !important;

        width: 100% !important;

        flex-direction: column !important;
        align-items: flex-start !important;

        gap: 0 !important;

        margin: 0 !important;
        padding: 18px 24px !important;

        box-sizing: border-box !important;

        background: #070b0d !important;

        border-top:
            1px solid rgba(255,255,255,.14) !important;

        z-index: 99999 !important;
    }

    .trc-free-menu.trc-menu-open a {
        display: block !important;

        width: 100% !important;

        padding: 10px 0 !important;

        color: var(--trc-stone) !important;

        font-family: Inter, Arial, sans-serif !important;
        font-size: 11px !important;
        line-height: 1.4 !important;
        letter-spacing: .16em !important;

        text-align: left !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
    }

    .trc-free-menu.trc-menu-open a:hover {
        color: var(--trc-green) !important;
    }


    /* Page sections */

    .trc-hero {
        padding-top: 125px !important;
    }

    .trc-firm {
        flex-direction: column !important;
    }

    .trc-firm-left,
    .trc-firm-right {
        width: 100% !important;
    }

    .trc-firm-right {
        border-left: none !important;
        border-top: 1px solid var(--trc-line);
        padding: 28px 0 0 !important;
        margin-top: 25px !important;
    }

    .trc-approach-grid {
        flex-direction: column !important;
    }

    .trc-approach-card {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid var(--trc-line);
    }

    .trc-approach-card:last-child {
        border-bottom: none !important;
    }

    .trc-team-grid {
        flex-direction: column !important;
    }

    .trc-person {
        width: 100% !important;
    }

    .trc-footer-grid {
        flex-wrap: wrap !important;
    }

    .trc-footer-callout {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 25px !important;
        text-align: left !important;
    }
}


/* =========================================================
   PHONE
   Centered logo + centered hamburger
   ========================================================= */

@media (max-width: 600px) {

    /* Logo occupies its own centered row */

    .trc-logo {
        width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center !important;

        margin: 0 auto !important;
    }

    .trc-logo img {
        display: block !important;

        width: 135px !important;
        max-width: 135px !important;

        margin: 0 auto !important;
    }


    /* Text Editor occupies its own centered row */

    .elementor-widget-text-editor:has(.trc-mobile-toggle) {
        width: 100% !important;
        flex: 0 0 100% !important;

        margin: 12px auto 0 !important;

        text-align: center !important;
    }

    .elementor-widget-text-editor:has(.trc-mobile-toggle)
    .elementor-widget-container {
        width: 100% !important;
        text-align: center !important;
    }


    /* Center hamburger */

    .trc-mobile-toggle {
        width: 28px !important;
        height: 20px !important;

        margin: 0 auto !important;
    }

    .trc-mobile-toggle span {
        width: 28px !important;
        height: 2px !important;
    }


    /* Dropdown */

    .trc-free-menu.trc-menu-open {
        top: 140px !important;

        align-items: center !important;

        padding: 16px 20px !important;
    }

    .trc-free-menu.trc-menu-open a {
        padding: 10px 0 !important;

        text-align: center !important;

        font-size: 10px !important;
        letter-spacing: .15em !important;
    }


    /* Hero spacing for taller centered mobile header */

    .trc-hero {
        padding: 165px 24px 60px !important;
        min-height: 100vh !important;
    }

    .trc-hero-copywrap {
        max-width: 100% !important;
    }

    .trc-hero-copy,
    .trc-body-copy,
    .trc-approach-copy,
    .trc-team-copy {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }


    /* Other mobile sections */

    .trc-firm {
        padding: 50px 24px !important;
    }

    .trc-approach {
        padding: 45px 24px !important;
    }

    .trc-approach-card {
        padding: 30px 0 !important;
    }

    .trc-team {
        padding: 45px 24px 0 !important;
    }

    .trc-person {
        flex-direction: column !important;
    }

    .trc-person-photo,
    .trc-person-copy {
        width: 100% !important;
    }

    .trc-person-photo img {
        height: auto !important;
        max-height: 430px !important;
    }

    .trc-person-copy {
        padding: 25px 0 45px !important;
    }

    .trc-perspectives {
        padding: 45px 24px !important;
    }

    .trc-footer {
        padding: 40px 24px 25px !important;
    }

    .trc-footer-grid {
        flex-direction: column !important;
        gap: 25px !important;
    }

    .trc-footer-callout {
        width: 100% !important;
        margin: 10px 0 0 !important;
        padding: 0 !important;
        text-align: left !important;
    }

    .trc-footer-callout .elementor-heading-title {
        text-align: left !important;
    }
}