.membership-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #000;
    overflow: hidden;
    padding: 10vw 0;
}

.membership-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.membership-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.membership-hero-inner {
    position: relative;
    z-index: 3;
}

.membership-hero h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.4rem, 6vw, 5.6rem);
    text-transform: uppercase;
    color: var(--membership-white);
    letter-spacing: 0.04em;
    margin: 0;
}

.membership-details,
.membership-details-alt {
    background: var(--membership-black);
    padding: 70px 0 90px;
}

.story-hero {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.55)),
        url("https://golfenvy.com/wp-content/uploads/2025/04/66b266f4ea44fc74e1af93ca.jpg");
    background-size: cover;
    background-position: center;
    padding: 10vw 0 8vw;
    text-align: center;
    color: #fff;
}

.story-kicker {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.story-hero h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.8rem, 7vw, 5.4rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 1rem;
}

.story-subtitle {
    font-size: clamp(1.1rem, 2.6vw, 1.6rem);
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
}

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

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

.story-copy h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.1rem, 3.8vw, 3.2rem);
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.story-copy h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.7rem;
    text-transform: uppercase;
    color: #ccb957;
    margin: 1.2rem 0 0.8rem;
}

.story-copy p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.92);
}

.story-media img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.55);
    display: block;
}

.story-media-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

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

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

.story-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);
}

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

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

.story-team {
    background: #050505;
}

.story-video-frame {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.55);
    background: #000;
}

.story-video-player {
    width: 100%;
    height: auto;
    display: block;
}

.story-mission-media {
    align-self: center;
}

.story-team-media {
    border: 1px solid rgba(204, 185, 87, 0.4);
    border-radius: 24px;
    padding: 20px;
    text-align: center;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    min-height: 160px;
    background: #050505;
}

.story-team-media img {
    width: 100%;
    border-radius: 16px;
    display: block;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.story-team-caption {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ccb957;
}

.story-mission {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45)),
        url("https://golfenvy.com/wp-content/uploads/2025/04/Image-1.png");
    background-size: cover;
    background-position: center;
}

.story-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;
}

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

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

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

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

.story-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;
}

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

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

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

.story-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;
}

.title-color {
    color: #fff!important;
}

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

    .story-team-media {
        min-height: auto;
    }

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

    .story-menu {
        width: 100%;
    }

    .story-media-row {
        grid-template-columns: 1fr;
    }
}

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

    .story-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
   ================================ */
