
/*
  Team profile pages: temporarily hide the hero area.
  To restore it, delete this block.
*/
#clock-bg-hands {
    display: none !important;
}

.hero-section {
    display: none !important;
}

.gold-divider {
    display: none !important;
}


.hero-section {
    position: relative;
    width: 100%;
    background: none;
}

.team-member-section {
    background: #01270ed9;
    width: 100%;
    padding: 4rem 1rem 3rem 1rem;
    box-sizing: border-box;
}

.team-member-profile {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: rgb(1, 39, 14);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    padding: 2.5rem 2rem;
    color: #fff;
    font-family: 'Crimson Text', serif;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.team-member-profile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(1, 39, 14, 0.85);
    border-radius: 24px;
    z-index: -1;
    pointer-events: none;
}

        .team-member-header h2 {
                font-size: 2.2rem;
                margin-bottom: 0.2em;
                letter-spacing: 0.04em;
                color: #ffe7a0;
                text-shadow: 0 2px 8px rgba(0,0,0,0.18);
        }

        .team-member-header p {
                font-size: 1.25rem;
                color: #ab8d44;
                margin-bottom: 1.5em;
                font-weight: 600;
                letter-spacing: 0.05em;
        }

        .team-member-content {
                display: flex;
                align-items: flex-start;
                gap: 2.5rem;
                flex-wrap: wrap;
                max-width: 1200px;
                width: 100%;
        }

.team-member-photo {
    width: 220px;
    height: 280px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 4px 24px #ab8d44a0;
    opacity: 1;
    transform: none;
    animation: none;
    background: #222;
}

.team-member-bio {
    flex: 1;
    opacity: 1;
    transform: none;
    animation: none;
    max-width: 600px;
}

.team-member-bio p {
    font-size: 1.18rem;
    line-height: 1.7;
    margin-bottom: 1.1em;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
    .team-member-bio ul {
        margin: 1.5em 0;
        padding-left: 1.5em;
    }
    .team-member-bio li {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 0.8em;
        color: #fff;
        text-shadow: 0 2px 8px rgba(0,0,0,0.10);
    }
    .team-member-bio strong {
        color: #ffe7a0;
        font-weight: 600;
    }
    .team-member-bio a {
        color: #ab8d44;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    .team-member-bio a:hover {
        color: #ffe7a0;
    }
    .team-member-bio h3 {
        font-size: 1.4rem;
        font-weight: 600;
        color: #ffe7a0;
        margin: 2rem 0 1rem 0;
        text-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }
    .team-member-bio h4 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #ab8d44;
        margin: 1.5rem 0 0.5rem 0;
        text-shadow: 0 2px 8px rgba(0,0,0,0.10);
    }
    .team-member-bio ul {
        margin: 1rem 0;
        padding-left: 1.5rem;
    }
    .team-member-bio li {
        margin-bottom: 0.5rem;
        color: #fff;
        text-shadow: 0 2px 8px rgba(0,0,0,0.10);
    }

    @media (max-width: 900px) {
        body[data-page="scott-ewing.html"] .hero-section {
            padding: 18rem 0 !important;
        }
    }

    @media (max-width: 700px) {
        body[data-page="scott-ewing.html"] .hero-section {
            padding: 17rem 0 !important;
        }

        .team-member-section {
            padding: 2.5rem 1rem 2rem 1rem;
        }

        .team-member-content {
            flex-direction: column;
            align-items: center;
            gap: 1.5rem;
            max-width: 100%;
        }
        .team-member-profile {
            padding: 2rem 1rem;
        }
        .team-member-photo {
            width: 90vw;
            max-width: 320px;
            height: auto;
        }
        .team-member-bio {
            max-width: 100%;
        }
        .team-member-header h2 {
            font-size: 1.8rem;
        }

@media (max-width: 480px) {
    body[data-page="scott-ewing.html"] .hero-section {
        padding: 14rem 0 !important;
    }
}
        .team-member-header p {
            font-size: 1rem;
        }
        .team-member-bio p {
            font-size: 1.1rem;
            text-align: center;
        }
        .team-member-bio li {
            font-size: 1rem;
            text-align: center;
        }
    }

    @media (max-width: 1024px) {
        .team-member-content {
            gap: 2rem;
            max-width: 100%;
        }
        .team-member-bio {
            max-width: 500px;
        }
    }

    @media (max-width: 480px) {
        .team-member-profile {
            padding: 1rem 0.3rem;
        }
        .team-member-header h2 {
            font-size: 2rem;
        }
        .team-member-header p {
            font-size: 1.1rem;
        }
        .team-member-content {
            gap: 1rem;
        }
        .team-member-photo {
            width: 95vw;
            max-width: 280px;
        }
        .team-member-bio p {
            font-size: 1rem;
            line-height: 1.6;
        }
        .team-member-bio li {
            font-size: 0.95rem;
            line-height: 1.5;
        }
    }

/* Team Member Photo Container and Coming Soon Overlay */
.team-member-photo-container {
    position: relative;
    display: inline-block;
}

.team-member-photo-container .img-coming-soon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1a3a24;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 0.8rem;
    border-radius: 4px;
    border: 2px solid #ab8d44;
    font-family: 'Crimson Text', serif;
}