:root {
    --aberdunant-navy: #243241;
    --aberdunant-slate: #5c677b;
    --aberdunant-coral: #d77b5d;
    --aberdunant-orange: #b95220;
    --aberdunant-grey: #f5f5f5;
    --aberdunant-white: #ffffff;
    --aberdunant-text: #45484a;
}

html {
    scroll-behavior: smooth;
}

body.golf-benefit-page {
    color: var(--aberdunant-text);
    font-family: "Lato", sans-serif;
}

.golf-benefit-page .golf-main {
    background: var(--aberdunant-grey);
}

.golf-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 10000;
    padding: 12px 18px;
    color: var(--aberdunant-white);
    background: var(--aberdunant-navy);
    transform: translateY(-160%);
    transition: transform 180ms ease-out;
}

.golf-skip-link:focus {
    color: var(--aberdunant-white);
    transform: translateY(0);
}

.golf-page-title,
.golf-page-title .wrapper-inner {
    min-height: 590px;
}

.golf-page-title h5,
.golf-page-title h5 em,
.golf-page-title h1 em {
    color: var(--aberdunant-coral);
}

.golf-page-title h1 {
    max-width: 690px;
    font-size: clamp(52px, 6vw, 82px);
    line-height: 1;
    letter-spacing: -0.035em;
}

.golf-page-title p {
    max-width: 680px;
    font-size: 19px;
    line-height: 1.65;
}

.golf-page-title .widget-background {
    width: 56%;
    background-position: center;
}

.golf-page-title .widget-background::before {
    background:
        linear-gradient(to left, rgba(255,255,255,0) 28%, rgba(255,255,255,1) 100%),
        linear-gradient(to bottom, rgba(255,255,255,0) 62%, rgba(255,255,255,1) 100%);
}

.golf-hero-actions {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    margin-top: 34px;
}

.golf-benefit-page .btn {
    background: var(--aberdunant-orange);
}

.golf-benefit-page .btn:hover,
.golf-benefit-page .btn:focus {
    background: var(--aberdunant-navy);
}

.golf-hero-actions .btn {
    min-height: 46px;
    height: auto;
    display: inline-flex;
    align-items: center;
    line-height: 1.35;
    white-space: normal;
}

.golf-secondary-link {
    min-height: 44px;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--aberdunant-navy);
    border-bottom: 1px solid var(--aberdunant-coral);
}

.golf-secondary-link:hover,
.golf-secondary-link:focus {
    color: var(--aberdunant-coral);
}

.golf-benefit-page a:focus-visible {
    outline: 3px solid var(--aberdunant-coral);
    outline-offset: 4px;
}

#cta.golf-benefit-bar {
    background: var(--aberdunant-slate) !important;
}

#cta.golf-benefit-bar .container {
    padding-top: 34px !important;
    padding-bottom: 38px !important;
}

#cta.golf-benefit-bar span {
    font-size: clamp(18px, 2.2vw, 27px);
    line-height: 1.45;
}

#cta.golf-benefit-bar strong {
    color: var(--aberdunant-white);
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.golf-experience .wrapper-inner {
    padding-top: 110px;
    padding-bottom: 120px;
}

.golf-section-title {
    margin-bottom: 72px;
}

.golf-section-title h5 {
    color: var(--aberdunant-coral);
}

.golf-section-title h2 {
    max-width: 820px;
    margin: 0 auto;
    font-size: clamp(40px, 5vw, 60px);
    line-height: 1.12;
}

.golf-section-title p {
    max-width: 760px;
}

.golf-service-list .services-item {
    min-height: 620px;
}

.golf-service-list .services-item .item-desc {
    text-align: left;
}

.golf-service-list .services-item .item-desc h5 {
    color: var(--aberdunant-coral);
}

.golf-service-list .services-item .item-desc h2 {
    color: var(--aberdunant-navy);
    line-height: 1.08;
}

.golf-service-list .services-item .item-desc p {
    font-size: 17px;
    line-height: 1.75;
}

.golf-service-list .services-item .item-desc .btn-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    color: var(--aberdunant-orange);
}

.golf-service-list .services-item .item-desc .btn-link:hover,
.golf-service-list .services-item .item-desc .btn-link:focus {
    color: var(--aberdunant-navy);
}

.golf-service-list .services-item .item-photo > .btn {
    min-height: 44px;
    height: auto;
    display: inline-flex;
    align-items: center;
    line-height: 1.35;
    white-space: normal;
}

.golf-owner-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
    gap: 80px;
    margin-top: 100px;
    padding: 72px 80px;
    color: var(--aberdunant-white);
    background: var(--aberdunant-navy);
    box-shadow: 0 16px 38px rgba(36, 50, 65, 0.18);
}

.golf-owner-panel h5 {
    color: var(--aberdunant-coral);
}

.golf-owner-panel h5 em {
    color: var(--aberdunant-coral);
}

.golf-owner-panel h2 {
    margin: 18px 0 0;
    font-size: clamp(40px, 4.7vw, 58px);
    line-height: 1.08;
    color: var(--aberdunant-white);
}

.golf-owner-panel__lead {
    margin: 0 0 26px;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    line-height: 1.5;
    color: var(--aberdunant-white);
}

.golf-owner-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.golf-owner-panel li {
    min-height: 46px;
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 11px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 16px;
    line-height: 1.5;
}

.golf-owner-panel li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.golf-owner-panel li .fa {
    color: var(--aberdunant-coral);
}

.golf-owner-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
}

.golf-owner-panel__actions .btn {
    min-height: 46px;
    height: auto;
    display: inline-flex;
    align-items: center;
    line-height: 1.35;
    white-space: normal;
}

.golf-panel-link,
.golf-final-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.golf-panel-link {
    color: var(--aberdunant-white);
}

.golf-panel-link:hover,
.golf-panel-link:focus {
    color: var(--aberdunant-coral);
}

.golf-owner-panel__smallprint {
    margin: 24px 0 0;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
}

#cta.golf-final-cta {
    background: var(--aberdunant-slate) !important;
}

#cta.golf-final-cta .container {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    justify-content: center;
}

#cta.golf-final-cta .container a {
    margin-left: 0;
}

#cta.golf-final-cta .container .golf-final-link {
    color: var(--aberdunant-white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#cta.golf-final-cta .container .golf-final-link:hover,
#cta.golf-final-cta .container .golf-final-link:focus {
    color: var(--aberdunant-coral);
}

@media (max-width: 991px) {
    .golf-page-title,
    .golf-page-title .wrapper-inner {
        min-height: 0;
    }

    .golf-page-title h1,
    .golf-page-title p,
    .golf-hero-actions {
        width: 100%;
    }

    .golf-page-title .widget-background {
        width: 50%;
    }

    .golf-service-list .services-item {
        min-height: 0;
    }

    .golf-owner-panel {
        grid-template-columns: 1fr;
        gap: 42px;
        padding: 60px;
    }
}

@media (max-width: 767px) {
    .golf-page-title {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        text-align: center;
    }

    .golf-page-title .widget-background {
        position: relative;
        order: 1;
        width: 100%;
        height: 270px;
        display: block;
        background-position: center;
    }

    .golf-page-title .widget-background::before {
        background: linear-gradient(to bottom, rgba(255,255,255,0) 58%, rgba(255,255,255,1) 100%);
    }

    .golf-page-title .wrapper-inner {
        order: 2;
        padding-top: 44px;
        padding-bottom: 68px;
    }

    .golf-page-title h1 {
        font-size: 48px;
    }

    .golf-page-title p {
        margin-top: 24px;
        font-size: 17px;
        line-height: 1.6;
    }

    .golf-hero-actions {
        flex-direction: column;
        gap: 12px;
        margin-top: 28px;
    }

    .golf-hero-actions .btn,
    .golf-secondary-link {
        width: 100%;
        justify-content: center;
    }

    #cta.golf-benefit-bar .container {
        padding: 28px 24px 30px !important;
    }

    #cta.golf-benefit-bar span {
        font-size: 18px;
    }

    .golf-experience .wrapper-inner {
        padding-top: 76px;
        padding-bottom: 80px;
    }

    .golf-section-title {
        margin-bottom: 48px;
    }

    .golf-section-title h2 {
        font-size: 36px;
    }

    .golf-section-title p {
        max-width: none;
        font-size: 17px;
        line-height: 1.65;
    }

    .golf-service-list .services-item .item-desc {
        padding-top: 16px;
        padding-bottom: 30px;
    }

    .golf-owner-panel {
        gap: 32px;
        margin-top: 64px;
        padding: 46px 24px;
        text-align: center;
    }

    .golf-owner-panel h2 {
        font-size: 38px;
    }

    .golf-owner-panel__lead {
        font-size: 21px;
    }

    .golf-owner-panel li {
        align-items: flex-start;
        text-align: left;
    }

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

    .golf-owner-panel__actions .btn,
    .golf-panel-link {
        width: 100%;
        justify-content: center;
    }

    #cta.golf-final-cta .container {
        flex-direction: column;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    #cta.golf-final-cta .container .btn,
    #cta.golf-final-cta .container .golf-final-link {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .golf-skip-link {
        transition: none;
    }
}
