.golf-page {
    background:
        radial-gradient(circle at 12% 8%, rgba(42, 109, 70, .10), transparent 30%),
        linear-gradient(180deg, #fff, #f8faf5 44%, #fff);
}

.golf-intro-section {
    padding: 92px 0 88px;
    background:
        linear-gradient(to bottom, rgba(255, 255, 255, .92), rgba(255, 255, 255, .98)),
        url("../../images/sport-area/hero.webp") center/cover no-repeat;
    overflow: hidden;
}

.golf-intro-grid,
.golf-showcase-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
    gap: 58px;
    align-items: center;
}

.golf-intro-text h2,
.golf-section-head h2,
.golf-showcase-text h2,
.golf-cta-box h2 {
    margin: 0 0 18px;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.65;
    font-weight: 900;
    color: #111;
}

.golf-intro-text p,
.golf-section-head p,
.golf-showcase-text p,
.golf-cta-box p {
    margin: 0 0 16px;
    max-width: 840px;
    font-size: 15px;
    line-height: 2.35;
    color: #3f3f3f;
}

.golf-actions {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.golf-actions a,
.golf-cta-box a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    transition: .25s ease;
}

.golf-actions a:hover,
.golf-cta-box a:hover {
    background: #2f6f46;
    transform: translateY(-2px);
}

.golf-actions .golf-link {
    background: transparent;
    color: #2f6f46;
    border: 1px solid rgba(47, 111, 70, .35);
}

.golf-actions .golf-link:hover {
    color: #fff;
    border-color: #2f6f46;
}

.golf-intro-image,
.golf-showcase-image {
    position: relative;
    margin: 0;
    height: 560px;
    border-radius: 38px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .16);
}

.golf-intro-image::after,
.golf-showcase-image::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 28px;
    pointer-events: none;
}

.golf-intro-image img,
.golf-showcase-image img,
.golf-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.01);
    transition:
        transform 1.1s cubic-bezier(.16, 1, .3, 1),
        filter 1.1s cubic-bezier(.16, 1, .3, 1);
}

.golf-intro-image:hover img,
.golf-showcase-image:hover img,
.golf-gallery-item:hover img {
    transform: scale(1.07);
    filter: saturate(1.08) contrast(1.04);
}

.golf-experience-section {
    padding: 90px 0 104px;
    background: #fff;
}

.golf-section-head {
    max-width: 860px;
    margin-bottom: 42px;
}

.golf-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.golf-feature-card {
    position: relative;
    overflow: hidden;
    min-height: 270px;
    padding: 32px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 15% 0%, rgba(47, 111, 70, .13), transparent 35%),
        linear-gradient(145deg, #fff, #f7fbf4);
    border: 1px solid rgba(47, 111, 70, .15);
    box-shadow: 0 26px 68px rgba(0, 0, 0, .08);
    transition: .35s cubic-bezier(.16, 1, .3, 1);
}

.golf-feature-card::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    left: -70px;
    bottom: -80px;
    border-radius: 50%;
    background: rgba(47, 111, 70, .08);
}

.golf-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 80px rgba(0, 0, 0, .12);
}

.golf-feature-card i {
    display: inline-flex;
    margin-bottom: 22px;
    color: #2f6f46;
    font-size: 38px;
}

.golf-feature-card h3 {
    margin: 0 0 14px;
    font-size: 23px;
    line-height: 1.55;
    font-weight: 900;
    color: #111;
}

.golf-feature-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 14px;
    line-height: 2.15;
    color: #4a4a4a;
}

.golf-showcase-section {
    padding: 96px 0;
    background:
        linear-gradient(rgba(12, 18, 13, .76), rgba(12, 18, 13, .84)),
        url("../../images/sport-area/hero.webp") center/cover fixed no-repeat;
    color: #fff;
    overflow: hidden;
}

.golf-showcase-text h2 {
    color: #fff;
}

.golf-showcase-text p {
    color: rgba(255, 255, 255, .84);
}

.golf-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.golf-list li {
    position: relative;
    padding: 14px 44px 14px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .11);
    color: rgba(255, 255, 255, .90);
    font-size: 14px;
    line-height: 2;
}

.golf-list li::before {
    content: "\F26A";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 16px;
    top: 15px;
    color: #d9a842;
}

.golf-gallery-section {
    padding: 92px 0 112px;
    background: #fff;
}

.golf-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 235px;
    gap: 18px;
}

.golf-gallery-item {
    position: relative;
    margin: 0;
    grid-column: span 4;
    border-radius: 30px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .12);
}

.golf-gallery-large {
    grid-column: span 8;
    grid-row: span 2;
}

.golf-gallery-wide {
    grid-column: span 8;
}

.golf-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .16), transparent 58%);
    pointer-events: none;
}

.golf-cta-section {
    padding: 92px 0 116px;
    background:
        linear-gradient(to bottom, rgba(255, 255, 255, .94), rgba(255, 255, 255, .98)),
        url("../../images/sport-area/hero.webp") center/cover no-repeat;
}

.golf-cta-box {
    position: relative;
    overflow: hidden;
    padding: 52px;
    border-radius: 40px;
    background: rgba(255, 255, 255, .90);
    border: 1px solid rgba(47, 111, 70, .18);
    box-shadow: 0 30px 84px rgba(0, 0, 0, .12);
    backdrop-filter: blur(12px);
}

.golf-cta-box::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    left: -100px;
    top: -120px;
    border-radius: 50%;
    background: rgba(47, 111, 70, .10);
}

.golf-cta-box h2,
.golf-cta-box p,
.golf-cta-box a,
.golf-cta-box .inner-kicker {
    position: relative;
    z-index: 2;
}

/* Animation */
.golf-reveal-right,
.golf-reveal-left,
.golf-reveal-up {
    opacity: 0;
    transition:
        opacity 1.15s cubic-bezier(.16, 1, .3, 1),
        transform 1.15s cubic-bezier(.16, 1, .3, 1);
    will-change: opacity, transform;
}

.golf-reveal-right {
    transform: translateX(90px);
}

.golf-reveal-left {
    transform: translateX(-90px);
}

.golf-reveal-up {
    transform: translateY(42px);
}

.golf-visible {
    opacity: 1;
    transform: translate(0, 0);
}

@media(max-width:1100px) {
    .golf-gallery-grid {
        grid-auto-rows: 220px;
    }

    .golf-gallery-item,
    .golf-gallery-large,
    .golf-gallery-wide {
        grid-column: span 6;
    }

    .golf-gallery-large {
        grid-row: span 2;
    }
}

@media(max-width:900px) {

    .golf-intro-grid,
    .golf-showcase-grid {
        grid-template-columns: 1fr;
    }

    .golf-feature-grid {
        grid-template-columns: 1fr;
    }

    .golf-intro-image,
    .golf-showcase-image {
        height: 420px;
    }

    .golf-showcase-section {
        background-attachment: scroll;
    }
}

@media(max-width:720px) {
    .golf-intro-section {
        padding: 70px 0 64px;
    }

    .golf-intro-image,
    .golf-showcase-image {
        height: 330px;
        border-radius: 28px;
    }

    .golf-feature-card,
    .golf-cta-box {
        padding: 28px;
        border-radius: 28px;
    }

    .golf-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 300px;
    }

    .golf-gallery-item,
    .golf-gallery-large,
    .golf-gallery-wide {
        grid-column: span 1;
        grid-row: span 1;
        border-radius: 24px;
    }

    .golf-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .golf-actions a {
        width: 100%;
    }
}