.home-page {
    --home-blue: #09689f;
    --home-blue-dark: #07496f;
    --home-gold: #e9aa24;
    --home-ink: #17364b;
    --home-line: #dce6ec;
    --home-muted: #5d7180;
    --home-red: #b72c36;
    --home-surface: #f3f7fa;
    --home-white: #ffffff;
    color: var(--home-ink);
    padding-bottom: 2.5rem;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page p {
    margin-top: 0;
}

.home-section-kicker,
.home-feature-kicker {
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.home-launch {
    padding-top: .4rem;
}

.home-bowrack-banner {
    border-radius: 1rem;
    box-shadow: 0 10px 26px rgba(23, 54, 75, .16);
    height: 130px;
    margin: 2rem auto 0;
    overflow: hidden;
    width: 100%;
}

.home-bowrack-banner img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-launch-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-launch-card {
    align-items: center;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 12px 26px rgba(23, 54, 75, .18);
    color: var(--home-white) !important;
    display: grid !important;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 148px;
    min-width: 0;
    padding: 1.25rem;
    text-align: left;
    text-decoration: none !important;
    transition: box-shadow .2s ease, filter .2s ease;
    width: 100%;
}

.home-launch-card--tournaments {
    background: linear-gradient(135deg, #1474bb 0%, #07518b 100%);
}

.home-launch-card--archers {
    background: linear-gradient(135deg, #31965d 0%, #1d6b40 100%);
}

.home-launch-card--schools {
    background: linear-gradient(135deg, #c78a0b 0%, #8d5d00 100%);
}

.home-launch-card:hover,
.home-launch-wide:hover {
    box-shadow: 0 17px 34px rgba(23, 54, 75, .24);
    filter: brightness(1.05);
}

.home-launch-card:focus,
.home-launch-wide:focus {
    box-shadow: 0 0 0 3px rgba(9, 104, 159, .24), 0 17px 34px rgba(23, 54, 75, .22);
    outline: none;
}

.home-launch-icon {
    align-items: center;
    background: rgba(255, 255, 255, .17);
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 1rem;
    display: inline-flex;
    font-size: 1.8rem;
    height: 62px;
    justify-content: center;
    width: 62px;
}

.home-launch-copy {
    min-width: 0;
}

.home-launch-copy strong {
    display: block;
    font-size: clamp(1.35rem, 2vw, 1.65rem);
    line-height: 1.15;
    margin-bottom: .35rem;
}

.home-launch-copy small {
    color: rgba(255, 255, 255, .82);
    display: block;
    font-size: .87rem;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.home-launch-arrow {
    color: rgba(255, 255, 255, .72);
    font-size: 1.2rem;
}

.home-launch-secondary {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}

.home-launch-wide {
    align-items: center;
    border-radius: .9rem;
    box-shadow: 0 9px 22px rgba(23, 54, 75, .15);
    color: var(--home-white) !important;
    display: grid !important;
    font-size: 1.08rem;
    font-weight: 800;
    gap: .85rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 72px;
    min-width: 0;
    padding: .85rem 1.15rem;
    text-align: left;
    text-decoration: none !important;
    transition: box-shadow .2s ease, filter .2s ease;
    width: 100%;
}

.home-launch-wide > span:not(.home-launch-wide-icon) {
    min-width: 0;
    overflow-wrap: anywhere;
}

.home-launch-wide--rankings {
    background: linear-gradient(135deg, #c43d48 0%, #94232d 100%);
}

.home-launch-wide--championships {
    background: linear-gradient(135deg, #19899e 0%, #0c6074 100%);
}

.home-launch-wide-icon {
    align-items: center;
    background: rgba(255, 255, 255, .16);
    border-radius: .65rem;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.home-section {
    margin-top: 3.5rem;
}

.home-section-heading {
    align-items: end;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 1.4rem;
}

.home-section-kicker,
.home-feature-kicker {
    color: var(--home-blue);
    display: block;
    margin-bottom: .45rem;
}

.home-section-heading h2,
.home-feature-copy h2,
.home-official-copy h2,
.arrowscores-opportunity-copy h2 {
    font-size: clamp(1.65rem, 2.5vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.15;
    margin-bottom: 0;
}

.home-section-heading > p {
    color: var(--home-muted);
    line-height: 1.6;
    margin-bottom: .2rem;
    max-width: 430px;
}

.home-program-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-action-card {
    align-items: center;
    background: var(--home-white);
    border: 1px solid var(--home-line);
    border-radius: 1rem;
    box-shadow: 0 7px 22px rgba(23, 54, 75, .08);
    color: var(--home-ink);
    display: grid !important;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 116px;
    min-width: 0;
    padding: 1.15rem;
    text-align: left;
    text-decoration: none !important;
    transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
    width: 100%;
}

.home-action-card:hover {
    border-color: #aac7d8;
    box-shadow: 0 14px 32px rgba(23, 54, 75, .14);
    color: var(--home-blue-dark);
}

.home-action-card:focus {
    box-shadow: 0 0 0 3px rgba(9, 104, 159, .2), 0 14px 32px rgba(23, 54, 75, .14);
    outline: none;
}

.home-action-icon {
    align-items: center;
    background: #e7f2f8;
    border-radius: .9rem;
    color: var(--home-blue);
    display: inline-flex;
    flex-shrink: 0;
    font-size: 1.55rem;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.home-action-card--academic .home-action-icon {
    background: #eff4f7;
}

.home-action-card--notifications .home-action-icon {
    background: #e8f5ed;
    color: #247448;
}

.home-action-card--classroom .home-action-icon {
    background: #fff4d8;
    color: #93670c;
}

.home-action-icon img {
    height: 42px;
    object-fit: contain;
    width: 42px;
}

.home-action-copy {
    min-width: 0;
}

.home-action-copy strong {
    display: block;
    font-size: 1.12rem;
    line-height: 1.25;
    margin-bottom: .25rem;
}

.home-action-copy small {
    color: var(--home-muted);
    display: block;
    font-size: .88rem;
    line-height: 1.4;
}

.home-action-arrow {
    color: #8aa0ae;
    font-size: 1.05rem;
}

.home-echamp-note {
    background: #fff7df;
    border: 1px solid #eed48c;
    border-radius: 1rem;
    color: #654d0c;
    margin-top: 1.25rem;
    padding: 1.25rem;
}

.home-echamp-note h3 {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: .35rem;
}

.home-bookmarks {
    background: var(--home-surface);
    border: 1px solid var(--home-line);
    border-radius: 1.15rem;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.home-bookmark-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-bookmark-card {
    background: var(--home-white);
    border-radius: .9rem;
    box-shadow: 0 5px 16px rgba(23, 54, 75, .07);
    overflow: hidden;
}

.home-bookmark-card h3 {
    background: var(--home-ink);
    color: var(--home-white);
    font-size: 1rem;
    font-weight: 750;
    margin: 0;
    padding: .85rem 1rem;
}

.home-bookmark-list {
    list-style: none;
    margin: 0;
    padding: .5rem;
}

.home-bookmark-list > span {
    display: block;
}

.home-bookmark-list li {
    align-items: center;
    border-bottom: 1px solid #edf1f3;
    display: flex;
    gap: .5rem;
    justify-content: space-between;
    padding: .7rem .55rem;
}

.home-bookmark-list li:last-child {
    border-bottom: 0;
}

.home-bookmark-list a {
    color: var(--home-blue-dark);
}

.home-bookmark-list .badge {
    background: #eef2f4;
    border-radius: 50%;
    color: #526672;
    flex: 0 0 auto;
    height: 1.55rem;
    line-height: 1.45rem;
    padding: 0;
    text-align: center;
    width: 1.55rem;
}

.home-official {
    align-items: center;
    background: linear-gradient(120deg, #123a56 0%, #0a658f 100%);
    border-radius: 1.15rem;
    box-shadow: 0 15px 35px rgba(7, 73, 111, .2);
    color: var(--home-white);
    display: grid;
    gap: 1.25rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin-top: 2.5rem;
    padding: clamp(1.35rem, 3vw, 2rem);
}

.home-official-icon {
    align-items: center;
    background: rgba(255, 255, 255, .13);
    border-radius: 1rem;
    display: inline-flex;
    font-size: 1.8rem;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.home-official-copy .home-feature-kicker {
    color: #aee3ff;
}

.home-official-copy h2 {
    color: var(--home-white);
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    margin-bottom: .3rem;
}

.home-official-copy p {
    color: rgba(255, 255, 255, .78);
    margin-bottom: 0;
}

.home-button {
    align-items: center;
    border: 0;
    border-radius: .75rem;
    display: inline-flex;
    font-size: .92rem;
    font-weight: 800;
    gap: .5rem;
    justify-content: center;
    line-height: 1.25;
    min-height: 46px;
    padding: .72rem 1rem;
    text-align: center;
    text-decoration: none !important;
    transition: box-shadow .2s ease;
}

.home-button:hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
}

.home-button:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .35);
    outline: none;
}

.home-button--light {
    background: var(--home-white);
    color: var(--home-blue-dark);
}

.home-button--primary {
    background: var(--home-blue);
    color: var(--home-white) !important;
}

.home-button--red {
    background: var(--home-red);
    color: var(--home-white) !important;
}

.home-feature-card {
    align-items: center;
    border: 1px solid var(--home-line);
    border-radius: 1.25rem;
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    margin-top: 3.5rem;
    overflow: hidden;
    padding: clamp(1.5rem, 4vw, 3rem);
}

.home-feature-copy p {
    color: var(--home-muted);
    line-height: 1.65;
    margin: .8rem 0 1.3rem;
}

.home-stjude {
    background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);
    border-color: #efd7d9;
}

.home-stjude .home-feature-kicker {
    color: var(--home-red);
}

.home-logo-lockup {
    align-items: center;
    background: var(--home-white);
    border: 1px solid #eedfe0;
    border-radius: 1rem;
    box-shadow: 0 9px 24px rgba(86, 37, 40, .08);
    display: flex;
    gap: 1.15rem;
    justify-content: center;
    min-height: 170px;
    padding: 1.4rem;
}

.home-logo-lockup > img,
.home-logo-lockup > a {
    flex: 0 1 42%;
    max-width: 190px;
    width: 42%;
}

.home-logo-lockup img {
    display: block;
    height: auto;
    max-width: 100%;
}

.home-logo-lockup > a img {
    width: 100%;
}

.home-logo-divider {
    color: #a88b8d;
    font-size: 1.2rem;
    font-weight: 800;
}

.arrowscores-opportunity-alert {
    align-items: center;
    background: linear-gradient(115deg, #f6fafc 0%, #edf5f8 100%);
    border: 1px solid #cadde7;
    border-left: 5px solid var(--home-blue);
    border-radius: 1.1rem;
    box-shadow: 0 10px 25px rgba(23, 54, 75, .09);
    color: var(--home-ink);
    display: grid;
    gap: 1.35rem;
    grid-template-columns: 145px minmax(0, 1fr) auto;
    margin: 1.5rem 0 3.5rem;
    padding: 1.2rem 1.35rem;
}

.arrowscores-opportunity-logo {
    display: block;
    height: auto;
    max-width: 100%;
    width: 135px;
}

.arrowscores-opportunity-copy .home-feature-kicker {
    margin-bottom: .3rem;
}

.arrowscores-opportunity-copy h2 {
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    margin-bottom: .25rem;
}

.arrowscores-opportunity-message {
    color: var(--home-muted);
    display: block;
    line-height: 1.45;
    margin: 0;
}

.arrowscores-opportunity-action {
    background: var(--home-blue);
    border-radius: .75rem;
    color: var(--home-white) !important;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 800;
    gap: .45rem;
    justify-content: center;
    padding: .75rem 1rem;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
}

.arrowscores-opportunity-action:hover,
.arrowscores-opportunity-action:focus {
    background: var(--home-blue-dark);
    box-shadow: 0 8px 18px rgba(7, 73, 111, .2);
    outline: none;
}

.home-portal {
    background: linear-gradient(135deg, #113b57 0%, #075f8b 100%);
    border: 0;
    color: var(--home-white);
    grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.home-portal-visual {
    align-self: end;
    background: radial-gradient(circle, rgba(255, 255, 255, .18) 0%, rgba(255, 255, 255, 0) 67%);
    display: flex;
    justify-content: center;
    padding: 2rem 1rem 0;
}

.home-portal-visual img {
    filter: drop-shadow(0 16px 18px rgba(0, 0, 0, .25));
    max-height: 365px;
    width: auto;
}

.home-portal .home-feature-copy {
    padding: 2.5rem 0;
}

.home-portal .home-feature-kicker {
    color: #aee3ff;
}

.home-portal .home-feature-copy h2 {
    color: var(--home-white);
}

.home-portal .home-feature-copy p {
    color: rgba(255, 255, 255, .8);
}

.home-app-badges {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1rem;
}

.home-app-badges a {
    display: inline-block;
}

.home-app-badges img {
    display: block;
    height: 50px;
    width: auto;
}

.home-promo-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.65fr) minmax(260px, .75fr);
    margin-top: 3.5rem;
}

.home-promo-card {
    background: var(--home-white);
    border: 1px solid var(--home-line);
    border-radius: 1.15rem;
    box-shadow: 0 9px 26px rgba(23, 54, 75, .08);
    overflow: hidden;
}

.home-target-card {
    display: grid;
    grid-template-columns: minmax(190px, .75fr) minmax(0, 1.25fr);
}

.home-target-card > img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-promo-copy {
    align-self: center;
    padding: clamp(1.35rem, 3vw, 2rem);
}

.home-promo-copy h2 {
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.2;
    margin-bottom: .65rem;
}

.home-promo-copy p {
    color: var(--home-muted);
    line-height: 1.55;
    margin-bottom: 1.15rem;
}

.home-apparel-card {
    align-items: center;
    background: var(--home-surface);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}

.home-apparel-card h2 {
    font-size: 1.55rem;
    font-weight: 800;
    margin-bottom: .35rem;
}

.home-apparel-card p {
    color: var(--home-muted);
    margin-bottom: 1.2rem;
}

.home-apparel-card a {
    background: var(--home-white);
    border: 1px solid var(--home-line);
    border-radius: .9rem;
    display: inline-block;
    padding: .75rem 1rem;
}

.home-apparel-card img {
    height: auto;
    max-width: 145px;
}

@media (max-width: 991.98px) {
    .home-program-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-bookmark-grid {
        grid-template-columns: 1fr;
    }

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

    .home-stjude .home-feature-copy {
        max-width: 680px;
    }

    .home-portal {
        grid-template-columns: minmax(190px, .65fr) minmax(0, 1.35fr);
    }

    .home-promo-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .home-bowrack-banner {
        height: 120px;
        margin-top: 1.5rem;
    }

    .home-launch-grid,
    .home-launch-secondary {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-launch-card {
        min-height: 128px;
    }

    .home-section {
        margin-top: 2.75rem;
    }

    .home-section-heading {
        align-items: start;
        flex-direction: column;
        gap: .55rem;
    }

    .home-program-grid {
        grid-template-columns: 1fr;
    }

    .home-official {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .home-official .home-button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .arrowscores-opportunity-alert {
        gap: .75rem 1rem;
        grid-template-columns: 105px minmax(0, 1fr);
    }

    .arrowscores-opportunity-logo {
        width: 100px;
    }

    .arrowscores-opportunity-action {
        grid-column: 1 / -1;
    }

    .home-portal {
        grid-template-columns: minmax(150px, .75fr) minmax(0, 1.25fr);
    }

    .home-portal .home-feature-copy {
        padding-right: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .home-page {
        padding-bottom: 1rem;
    }

    .home-bowrack-banner {
        height: 110px;
    }

    .home-launch-card {
        min-height: 116px;
        padding: 1rem;
    }

    .home-launch-icon {
        border-radius: .8rem;
        font-size: 1.5rem;
        height: 52px;
        width: 52px;
    }

    .home-launch-copy strong {
        font-size: 1.3rem;
    }

    .home-launch-wide {
        font-size: .98rem;
        min-height: 68px;
    }

    .home-action-card {
        min-height: 104px;
    }

    .home-official {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .home-official-icon {
        margin: 0 auto;
    }

    .home-logo-lockup {
        flex-direction: column;
    }

    .home-logo-lockup > img,
    .home-logo-lockup > a {
        max-width: 80%;
        width: 80%;
    }

    .home-logo-divider {
        transform: rotate(90deg);
    }

    .arrowscores-opportunity-alert {
        grid-template-columns: 82px minmax(0, 1fr);
        padding: 1rem;
    }

    .arrowscores-opportunity-logo {
        width: 78px;
    }

    .arrowscores-opportunity-copy h2 {
        font-size: 1.1rem;
    }

    .arrowscores-opportunity-message {
        font-size: .88rem;
    }

    .home-portal {
        grid-template-columns: 1fr;
        padding: 0 1.25rem;
        text-align: center;
    }

    .home-portal-visual {
        order: 2;
        padding-top: 0;
    }

    .home-portal-visual img {
        max-height: 285px;
    }

    .home-portal .home-feature-copy {
        padding: 2rem 0 0;
    }

    .home-app-badges {
        justify-content: center;
    }

    .home-target-card {
        grid-template-columns: 1fr;
    }

    .home-target-card > img {
        height: 210px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-launch-card,
    .home-launch-wide,
    .home-action-card,
    .home-button {
        transition: none;
    }
}
