:root {
    --location-black: #000000;
    --location-dark: #0b0b0b;
    --location-gold: #ccb957;
    --location-green: #025602;
    --location-white: #ffffff;
}

.location-hero {
    position: relative;
    min-height: 55vh;
    background: url("https://golfenvy.com/wp-content/uploads/2023/08/golf_course_51.jpg") center top / cover no-repeat;
    color: var(--location-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.location-hero-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.location-hero-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.location-hero-content {
    position: relative;
    padding: 7rem 1.5rem;
    z-index: 1;
}

.location-hero h1 {
    font-family: 'Bebas Neue', display;
    font-size: clamp(2.5rem, 6vw, 5.6rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
}

.clubhouses {
    background: var(--location-black);
    color: var(--location-white);
    padding: 4rem 0 3rem;
}

.clubhouses h2 {
    font-family: 'Bebas Neue', display;
    color: var(--location-gold);
    font-size: clamp(2rem, 4vw, 3.4rem);
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.clubhouses-subtitle {
    font-family: 'Bebas Neue', display;
    font-size: clamp(1rem, 2vw, 1.5rem);
    margin: 0 auto;
    max-width: 820px;
}

.location-map {
    background: var(--location-black);
    position: relative;
    padding-top: 2rem;
    padding-left: 10%;
}

.location-map::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiMwMDAwMDAiPjxwYXRoIGQ9Ik0xMjgwIDE0MFYwUzk5My40NiAxNDAgNjQwIDEzOSAwIDAgMCAwdjE0MHoiLz48L2c+PC9zdmc+");
    background-size: 100% 100px;
    transform: scale(1, -1);
    z-index: 1;
}

.location-map iframe {
    border: 0;
    display: block;
}

.location-contact {
    background: var(--location-black);
    padding: 4rem 0 5rem;
}

.contact-card {
    background: var(--location-green);
    border-radius: 28px;
    padding: 3.5rem 3rem;
    max-width: 720px;
    margin: 0 auto;
    box-shadow: 0 45px 130px -20px rgba(0, 0, 0, 0.35);
    color: var(--location-white);
}

.contact-card h2 {
    font-family: 'Bebas Neue', display;
    font-size: clamp(2rem, 4vw, 3.2rem);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
    text-decoration: underline;
    text-decoration-color: var(--location-gold);
}

.contact-form {
    display: grid;
    gap: 0.9rem;
    font-family: 'Bebas Neue', display;
}

.contact-form label {
    font-size: 0.9rem;
}

.contact-form input,
.contact-form textarea {
    border-radius: 19px;
    border: none;
    padding: 0.85rem 1.1rem;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.45);
}

.btn-gold {
    background: var(--location-gold);
    color: var(--location-black);
    border: none;
    border-radius: 50px;
    padding: 0.85rem 2.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.85rem;
    width: 100%;
}

.btn-gold:hover {
    background: #d8c770;
    color: var(--location-black);
}

.location-cta {
    background: linear-gradient(180deg, #000000 0%, rgba(19, 23, 54, 0) 100%),
        url("https://golfenvy.com/wp-content/uploads/2025/04/66b266f4ea44fc74e1af93ca.jpg") center / cover no-repeat;
    padding: 4rem 0 3rem;
    text-align: center;
    color: var(--location-white);
}

.cta-logo {
    width: min(460px, 90%);
    margin-bottom: 2.5rem;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.cta-contact {
    font-family: 'Bebas Neue', display;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.cta-social {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

.cta-social a {
    background: var(--location-gold);
    color: var(--location-black);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

.gallery-cta {
    position: relative;
    min-height: 70vh;
    height: 80vh;
    background-image: url("https://golfenvy.com/wp-content/uploads/2025/04/66b266f4ea44fc74e1af93ca.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gallery-cta-btn:hover,
.gallery-cta-btn:focus,
.gallery-cta-btn:active {
    background: #ccb957 !important;
    color: #000 !important;
    text-decoration: none !important;
}

.gallery-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.75) 25%,
        rgba(0, 0, 0, 0.45) 50%,
        rgba(0, 0, 0, 0.2) 75%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
}

.gallery-cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.gallery-cta-content {
    position: relative;
    z-index: 3;
    color: var(--location-white);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.gallery-cta-logo {
    max-width: 360px;
    width: min(75vw, 360px);
}

.gallery-cta-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-cta-btn {
    background: var(--location-gold);
    color: #000;
    text-decoration: none;
    padding: 16px 36px;
    border-radius: 999px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.45);
}

.gallery-cta-contact {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.gallery-cta-contact p {
    margin: 0.4rem 0;
}

.gallery-cta-social {
    display: flex;
    gap: 12px;
}

.gallery-cta-social a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--location-gold);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-decoration: none;
}

.gallery-footer {
    background: #0b5d1e;
    padding: 18px 0;
}

.gallery-footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    text-align: center;
    color: var(--location-white);
}

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

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

.gallery-footer-link:hover {
    color: var(--location-gold);
}

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

.gallery-footer-social {
    display: flex;
    gap: 12px;
}

.gallery-footer-social a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-weight: 800;
}

.gallery-footer-social a:hover {
    color: var(--location-gold);
}

@media (max-width: 768px) {
    .location-hero-content {
        padding: 5rem 1.25rem;
    }

    .contact-card {
        padding: 2.5rem 1.75rem;
    }

    .location-map {
        padding-left: 0;
    }

    .location-map iframe {
        width: 100%;
        height: 460px;
    }
}

@media (max-width: 576px) {
    .contact-card {
        padding: 2rem 1.25rem;
        border-radius: 20px;
    }
}


