@font-face {
    font-family: "Dolce Vita Heavy Bold";
    src: url("../fonts/DolceVita-HeavyBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SignPainter";
    src: url("../fonts/SignPainter.ttc") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.golf-page {
    --golf-font-display: "Dolce Vita Heavy Bold", "Roboto Condensed", sans-serif;
    --golf-font-script: "SignPainter", "Brush Script MT", cursive;
    background-color: #292c04;
    color: #ffffff;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    overflow-x: hidden;
    overflow-y: auto;
}

.golf-hero {
    position: relative;
    background: url("../img/golf-hero-bg.png") center center / cover no-repeat;
    min-height: max(320px, 53.3vw);
}

.golf-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: min(200px, 38%);
    background: linear-gradient(to bottom, transparent, #292c04);
    pointer-events: none;
}

.golf-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: max(320px, 53.3vw);
    padding: 2rem 1.5rem;
}

.golf-hero-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1020px;
    text-align: center;
}

.golf-hero-annual {
    margin: 0 0 0.15rem;
    font-family: var(--golf-font-script);
    font-size: clamp(1.35rem, 3.5vw, 2.25rem);
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.9),
        0 1px 3px rgba(0, 0, 0, 0.55);
}

.golf-hero-logo {
    display: block;
    width: min(88%, 920px);
    height: auto;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.9))
        drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55));
}

.golf-hero-actions {
    margin-top: 2rem;
    gap: 0.75rem;
}

.golf-hero-details {
    position: relative;
    z-index: 1;
    background-color: #292c04;
    padding: 0.5rem 0 1.5rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.golf-hero-details .container {
    max-width: 900px;
}

.golf-hero-intro {
    font-size: 1.15rem;
    line-height: 1.55;
    margin: 0;
    padding: 1rem 0;
    color: #ffffff;
}

.golf-hero-divider {
    width: 100vw;
    height: 1px;
    margin: 0 calc(50% - 50vw);
    background: rgba(255, 255, 255, 0.55);
}

.golf-actions-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.golf-hero .golf-action-btn {
    min-width: 150px;
    padding: 0.65rem 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.golf-hero .golf-action-btn:hover {
    background: rgba(255, 255, 255, 0.28);
    border-color: #ffffff;
    color: #ffffff;
}

.golf-content {
    background-color: #ffffff;
    padding: 3rem 0 4rem;
}

.golf-content .container {
    max-width: 900px;
    text-align: center;
}

.golf-content p {
    font-size: 1.2rem;
    line-height: 1.65;
    margin-bottom: 1.35rem;
    color: #292c04;
}

.golf-content-lead {
    font-size: 1.45rem !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.golf-event-block {
    max-width: 720px;
    margin: 0 auto 2.5rem;
    padding: 1.25rem 1.5rem;
    background-color: #b8c98e;
    border: 2px solid #292c04;
    border-radius: 12px;
    text-align: center;
}

.golf-event-info {
    max-width: 720px;
    margin: 0 auto 1.75rem;
    text-align: center;
}

.golf-event-info .golf-event-tournament {
    max-width: 640px;
    margin: 0 auto 1rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #292c04;
}

.golf-event-info .golf-event-date {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.05;
    text-transform: uppercase;
    color: #292c04;
    margin: 0 0 0.35rem;
}

.golf-event-info .golf-event-location {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3;
    color: #292c04;
    margin: 0;
}

.golf-event-info .golf-event-registration {
    max-width: 640px;
    margin: 1.25rem auto 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #292c04;
}

.golf-prizes-card {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 2rem 1.75rem;
    background-color: #292c04;
    border: 2px solid #b8c98e;
    border-radius: 12px;
    text-align: center;
}

.golf-prizes-card .golf-prizes-heading {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.golf-prizes-list {
    max-width: 640px;
    margin: 0 auto;
    padding-left: 0;
    list-style: disc inside;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.65;
    color: #b8c98e;
}

.golf-prizes-list strong {
    color: #b8c98e;
}

.golf-prizes-list li {
    margin-bottom: 0.5rem;
}

.golf-prizes-list li:last-child {
    margin-bottom: 0;
}

.golf-content-divider {
    max-width: 720px;
    margin: 2.5rem auto;
    border-top: 2px solid #b8c98e;
}

.golf-schedule {
    margin: 0;
    text-align: center;
}

.golf-schedule-heading {
    margin: 0 0 0.85rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #292c04;
}

.golf-schedule-list {
    margin: 0;
    border: 2px solid #292c04;
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff;
}

.golf-schedule-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0.6rem 0.85rem;
    text-align: left;
    background-color: #ffffff;
}

.golf-schedule-item:nth-child(even) {
    background-color: #b8c98e;
}

.golf-schedule-item dt {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: #292c04;
}

.golf-schedule-item dd {
    margin: 0;
    flex-shrink: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #292c04;
    white-space: nowrap;
}

.golf-schedule-footnote {
    margin: 0.85rem 0 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: clamp(0.72rem, 1.1vw + 0.55rem, 0.95rem);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #292c04;
    white-space: nowrap;
}

.golf-schedule-footnote-br {
    display: none;
}

.golf-schedule-notes {
    max-width: 720px;
    margin: 1.25rem auto 0;
    text-align: center;
}

.golf-schedule-notes .golf-register-btn {
    margin-top: 0.25rem;
}

.golf-register-btn {
    display: inline-block;
    min-width: 200px;
    margin-top: 0.5rem;
    padding: 0.85rem 2rem;
    border: 2px solid #292c04;
    border-radius: 6px;
    background-color: #b8c98e;
    color: #292c04;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.golf-register-btn:hover {
    background-color: #292c04;
    border-color: #292c04;
    color: #b8c98e;
}

.golf-sponsors {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 1rem;
    text-align: center;
}

.golf-sponsors-tier {
    margin-bottom: 2.5rem;
}

.golf-sponsors-tier:last-child {
    margin-bottom: 0;
}

.golf-sponsors-heading {
    margin: 0 0 1.25rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #292c04;
}

.golf-sponsors-grid {
    display: grid;
    gap: 1rem;
}

.golf-sponsors-grid--major {
    grid-template-columns: repeat(5, 1fr);
}

.golf-sponsors-grid--hole,
.golf-sponsors-grid--supporting {
    grid-template-columns: repeat(6, 1fr);
}

.golf-sponsor-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    padding: 1rem;
    border: 2px dashed #b8c98e;
    border-radius: 8px;
    background-color: rgba(184, 201, 142, 0.08);
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
}

a.golf-sponsor-slot {
    cursor: pointer;
    transition: opacity 0.15s ease;
}

a.golf-sponsor-slot:hover {
    opacity: 0.85;
}

a.golf-sponsor-slot:focus-visible {
    outline: 2px solid #292c04;
    outline-offset: 2px;
}

.golf-sponsor-slot--filled {
    border-style: solid;
    border-color: rgba(184, 201, 142, 0.45);
    background-color: #ffffff;
}

.golf-sponsor-slot--dark {
    position: relative;
    background-color: #241f21;
    border-color: #241f21;
    padding: 0;
    overflow: hidden;
}

.golf-sponsor-slot--hutchmade {
    background-color: #fffcf9;
}

.golf-sponsor-slot--cabot {
    background-color: #fff9e5;
}

.golf-sponsor-slot--shelburne {
    background-color: #fbf7f4;
}

.golf-sponsor-slot--ice-center {
    background-color: #071633;
}

.golf-sponsor-slot--black {
    background-color: #000000;
    border-color: #000000;
}

.golf-sponsors-grid--major .golf-sponsor-slot {
    min-height: 140px;
}

.golf-sponsors-grid--major .golf-sponsor-slot--filled {
    padding: 0.4rem;
}

.golf-sponsor-slot img {
    display: block;
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.golf-sponsors-grid--major .golf-sponsor-slot img {
    max-height: 120px;
    width: 100%;
}

.golf-sponsor-slot--dark img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.golf-sponsor-placeholder {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(41, 44, 4, 0.45);
}

.golf-sponsors-cta {
    max-width: 900px;
    margin: 2rem auto 0;
    text-align: center;
}

.golf-sponsors-cta .golf-register-btn {
    line-height: 1.35;
    white-space: normal;
}

.golf-support {
    background-color: #b8c98e;
    padding: 2.5rem 1.5rem;
    text-align: center;
}

.golf-support .container {
    max-width: 720px;
}

.golf-support-heading {
    margin: 0 0 1.25rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #292c04;
}

.golf-support-text {
    margin: 0 0 1.5rem;
    font-size: 1.15rem;
    line-height: 1.65;
    color: #292c04;
}

.golf-support-btn {
    display: inline-block;
    min-width: 220px;
    padding: 0.85rem 2rem;
    border: 2px solid #292c04;
    border-radius: 6px;
    background-color: #ffffff;
    color: #292c04;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.golf-support-btn:hover {
    background-color: #292c04;
    border-color: #292c04;
    color: #ffffff;
}

.golf-donate-header {
    padding-bottom: 0.5rem;
}

.golf-donate-tournament-title {
    margin: 0 auto 1rem;
    max-width: 100%;
    font-family: "SignPainter", "Brush Script MT", cursive;
    font-size: clamp(0.8rem, 2.85vw, 2.85rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.15;
    text-transform: none;
    color: #292c04;
    white-space: nowrap;
}

.golf-donate-intro .golf-support-heading {
    margin-top: 0;
}

.golf-donate-intro .golf-support-text {
    margin-bottom: 0;
}

.golf-donate-main {
    padding-top: 2rem;
}

.golf-footer {
    background-color: #292c04;
    color: #ffffff;
    padding: 2.5rem 1.5rem 3rem;
    text-align: center;
}

.golf-footer .container {
    max-width: 960px;
}

.golf-footer-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}

.golf-footer-col {
    text-align: center;
}

.golf-footer-col + .golf-footer-col {
    border-left: 1px solid rgba(184, 201, 142, 0.35);
    padding-left: 2.5rem;
}

.golf-footer-org {
    margin: 0 0 0.75rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
}

.golf-footer-address {
    margin: 0 0 1rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    line-height: 1.45;
    color: #b8c98e;
}

.golf-footer-contact {
    margin: 0 0 1.5rem;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #ffffff;
}

.golf-footer-contact p {
    margin: 0 0 0.35rem;
    color: #ffffff;
}

.golf-footer-contact p:last-child {
    margin-bottom: 0;
}

.golf-footer-contact-heading {
    margin-bottom: 0.5rem !important;
    font-weight: 600;
}

.golf-footer-contact a {
    color: #b8c98e;
    text-decoration: none;
}

.golf-footer-contact a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.golf-footer-social {
    display: flex;
    justify-content: center;
}

.golf-footer-facebook {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #b8c98e;
    color: #292c04;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.golf-footer-facebook:hover {
    background-color: #ffffff;
    transform: translateY(-2px);
}

.golf-footer-facebook svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.golf-back-to-top {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 2px solid #b8c98e;
    border-radius: 50%;
    background-color: #292c04;
    color: #b8c98e;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.5rem);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
        background-color 0.2s ease, border-color 0.2s ease;
}

.golf-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.golf-back-to-top:hover {
    background-color: #3a3f0a;
    border-color: #c8d8a0;
}

.golf-back-to-top svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

@media (max-width: 767.98px) {
    .golf-hero,
    .golf-hero-inner {
        min-height: max(380px, 70vw);
    }

    .golf-hero-inner {
        padding: 1.25rem 1rem;
    }

    .golf-hero-logo {
        width: min(92%, 920px);
    }

    .golf-hero-annual {
        font-size: clamp(1.15rem, 5vw, 1.75rem);
        margin-bottom: 0.1rem;
    }

    .golf-hero-actions {
        margin-top: 1.5rem;
        gap: 0.5rem;
        width: 100%;
    }

    .golf-hero .golf-action-btn {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 0;
        padding: 0.55rem 0.75rem;
        font-size: 0.75rem;
        letter-spacing: 0.1em;
    }

    .golf-hero .golf-action-btn:last-child {
        flex: 1 1 100%;
    }

    .golf-hero-details {
        padding: 0.35rem 0 1rem;
    }

    .golf-hero-intro {
        padding: 0.85rem 0;
        font-size: 1rem;
    }

    .golf-event-block {
        padding: 1rem 1.25rem;
    }

    .golf-event-info {
        margin-bottom: 1.25rem;
    }

    .golf-event-info .golf-event-tournament {
        margin-bottom: 0.85rem;
        font-size: 1.05rem;
    }

    .golf-event-info .golf-event-date {
        font-size: 2.1rem;
    }

    .golf-event-info .golf-event-location {
        font-size: 1.2rem;
    }

    .golf-event-info .golf-event-registration {
        margin-top: 1rem;
        font-size: 0.95rem;
    }

    .golf-content p {
        font-size: 1.05rem;
    }

    .golf-prizes-card {
        padding: 1.5rem 1.25rem 1.25rem;
    }

    .golf-prizes-list {
        font-size: 1.05rem;
    }

    .golf-content-divider {
        margin: 2rem auto;
    }

    .golf-schedule-heading {
        font-size: 1.15rem;
    }

    .golf-schedule-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
        padding: 0.55rem 0.75rem;
    }

    .golf-schedule-item dt {
        font-size: 1.05rem;
    }

    .golf-schedule-item dd {
        font-size: 0.95rem;
        white-space: normal;
    }

    .golf-schedule-footnote {
        margin-top: 0.75rem;
        white-space: normal;
    }

    .golf-schedule-footnote-br {
        display: block;
    }

    .golf-schedule-notes {
        margin-top: 1.25rem;
    }

    .golf-register-btn {
        min-width: 100%;
    }

    .golf-sponsors-cta {
        margin-top: 1.5rem;
    }

    .golf-support {
        padding: 2rem 1rem;
    }

    .golf-support-heading {
        font-size: 1.15rem;
    }

    .golf-support-text {
        font-size: 1.05rem;
    }

    .golf-support-btn {
        min-width: 100%;
    }

    .golf-footer {
        padding: 2rem 1rem 2.5rem;
    }

    .golf-footer-columns {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .golf-footer-col + .golf-footer-col {
        border-left: none;
        padding-left: 0;
        padding-top: 2rem;
        border-top: 1px solid rgba(184, 201, 142, 0.35);
    }

    .golf-footer-org {
        font-size: 1.15rem;
    }

    .golf-footer-address,
    .golf-footer-contact {
        font-size: 0.95rem;
    }

    .golf-back-to-top {
        right: 1rem;
        bottom: 1rem;
        width: 44px;
        height: 44px;
    }

    .golf-sponsors-tier {
        margin-bottom: 2rem;
    }

    .golf-sponsors-heading {
        font-size: 1.1rem;
    }

    .golf-sponsors-grid--major {
        grid-template-columns: repeat(2, 1fr);
    }

    .golf-sponsors-grid--hole,
    .golf-sponsors-grid--supporting {
        grid-template-columns: repeat(2, 1fr);
    }

    .golf-sponsor-slot {
        min-height: 88px;
        padding: 0.75rem;
    }

    .golf-sponsor-slot--dark {
        padding: 0;
        background-color: #241f21;
        border-color: #241f21;
    }

    .golf-sponsor-slot--black {
        background-color: #000000;
        border-color: #000000;
    }

    .golf-sponsors-grid--major .golf-sponsor-slot {
        min-height: 120px;
    }

    .golf-sponsors-grid--major .golf-sponsor-slot img {
        max-height: 100px;
    }

    .golf-sponsor-placeholder {
        font-size: 0.75rem;
    }

    .golf-content-lead {
        font-size: 1.2rem !important;
    }
}

/* Sponsorship page */
.golf-sponsor-hero {
    min-height: max(300px, 48vw);
}

.golf-sponsor-hero .golf-hero-inner {
    min-height: max(300px, 48vw);
}

.golf-sponsor-back {
    display: inline-block;
    margin-top: 1.25rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    transition: opacity 0.2s ease;
}

.golf-sponsor-back:hover {
    color: #ffffff;
    opacity: 0.85;
}

.golf-sponsor-hero .golf-hero-logo {
    margin-bottom: 0;
}

.golf-sponsor-tiers {
    max-width: 720px;
    margin: 0 auto;
    text-align: left;
}

.golf-sponsor-tiers-heading {
    margin: 0 0 1.75rem;
    font-family: var(--golf-font-script);
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: none;
    text-align: center;
    color: #292c04;
}

.golf-tier-card {
    margin-bottom: 1.25rem;
    padding: 1.5rem 1.75rem;
    background-color: #292c04;
    border: 2px solid #b8c98e;
    border-radius: 12px;
}

.golf-tier-card:last-child {
    margin-bottom: 0;
}

.golf-tier-card--featured {
    border-width: 3px;
    box-shadow: 0 4px 0 rgba(184, 201, 142, 0.25);
}

.golf-tier-header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(184, 201, 142, 0.35);
}

.golf-content .golf-tier-card .golf-tier-name {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #b8c98e;
}

.golf-content .golf-tier-card .golf-tier-price {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #b8c98e;
}

.golf-tier-benefits {
    margin: 0;
    padding: 0;
    list-style: none;
}

.golf-content .golf-tier-card .golf-tier-benefits li {
    position: relative;
    margin-bottom: 0.6rem;
    padding-left: 1.15rem;
    font-size: 1.05rem;
    line-height: 1.55;
    color: #b8c98e;
}

.golf-tier-benefits li:last-child {
    margin-bottom: 0;
}

.golf-tier-benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background-color: #b8c98e;
}

.golf-sponsor-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.5rem;
}

.golf-sponsor-cta .golf-register-btn {
    margin-top: 0;
}

@media (max-width: 767.98px) {
    .golf-sponsor-hero {
        min-height: max(280px, 52vw);
    }

    .golf-sponsor-hero .golf-hero-inner {
        min-height: max(280px, 52vw);
        padding: 1.5rem 1rem;
    }

    .golf-tier-card {
        padding: 1.25rem 1.15rem;
    }

    .golf-tier-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .golf-sponsor-cta .golf-register-btn {
        min-width: 100%;
    }
}
