﻿.team-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.team-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.75));
    z-index: 1;
}

.team-hero-content {
    position: relative;
    z-index: 2;
    padding: 10vw 0 8vw;
}

.team-hero-content h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(3rem, 8vw, 5.6rem);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0;
}

.team-section {
    background: #000;
    color: #fff;
    padding: 90px 0;
}

.team-grid {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: 3rem;
    align-items: start;
}

.team-members {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.team-member img {
    width: 100%;
    border-radius: 18px;
    display: block;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.55);
}

.team-member-copy {
    margin-top: 1.4rem;
    padding: 1.6rem 1.8rem;
    border-radius: 18px;
    border: 1px solid rgba(204, 185, 87, 0.35);
    background: #050505;
}

.team-member-copy h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 0.8rem;
    color: #ccb957;
}

.team-member-copy p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
}

.team-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    align-items: stretch;
}

.team-menu {
    background: #025602;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.55);
}

.team-menu-item {
    display: block;
    color: #fff;
    padding: 16px 24px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.team-menu-item:last-child {
    border-bottom: none;
}

.team-menu-item.highlight {
    color: #ccb957;
}

.team-sidebar-image img {
    width: 100%;
    border-radius: 18px;
    display: block;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.55);
}

.team-demo-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    border-radius: 50px;
    background: #ccb957;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
}

.team-cta {
    position: relative;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
        url("https://golfenvy.com/wp-content/uploads/2025/04/66b266f4ea44fc74e1af93ca.jpg");
    background-size: cover;
    background-position: center;
    padding: 110px 0;
    text-align: center;
    color: #fff;
}

.team-cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.team-cta-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.team-cta-logo {
    max-width: 260px;
    width: 100%;
}

.team-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.team-cta-btn {
    padding: 16px 40px;
    border-radius: 50px;
    background: #ccb957;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
}

.team-cta-btn.secondary {
    background: #fff;
}

.team-cta-contact p {
    margin: 0.3rem 0;
    font-size: 1rem;
}

.team-cta-social {
    display: flex;
    gap: 1rem;
}

.team-cta-social a {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #ccb957;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 992px) {
    .team-grid {
        grid-template-columns: 1fr;
    }

    .team-sidebar {
        align-items: center;
    }

    .team-menu {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .team-section {
        padding: 70px 0;
    }

    .team-cta {
        padding: 90px 0;
    }
}

/* ================================
   START: Site Footer
   ================================ */

.site-footer {
    background: #0b5d1e;
    padding: 16px 0;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 34px;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    text-align: center;
}

.footer-link {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.footer-link:hover {
    color: #d4af37;
}

.footer-sep {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.75rem;
    font-weight: 700;
}

.footer-social {
    position: absolute;
    right: 0;
    display: flex;
    gap: 14px;
}

.footer-social-link {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
}

.footer-social-link:hover {
    color: #d4af37;
}

@media (max-width: 768px) {
    .footer-inner {
        flex-direction: column;
        gap: 10px;
    }

    .footer-social {
        position: static;
    }
}

/* ================================
   END: Site Footer
   ================================ */
