/* =========================================================================
   USA Military Rugby — theme overrides on top of the Kester template
   ====================================================================== */

:root {
    --usamr-red:  #e41b23;
    --usamr-navy: #0b1017;
    --usamr-ink:  #14181f;
    --usamr-line: rgba(255, 255, 255, .10);
}

html,
body {
    /* the off-canvas slide-bar is parked at right:-100%, which would otherwise
       add a horizontal scrollbar on every viewport */
    overflow-x: hidden;
    max-width: 100%;
}

body {
    background: var(--usamr-navy);
}

.section-gap {
    padding: 90px 0;
}

@media (max-width: 767px) {
    .section-gap { padding: 60px 0; }
}

.is-hidden { display: none !important; }

.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px;
    overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

/* -------------------------------------------------------------------------
   Header
   ---------------------------------------------------------------------- */

.rts-header1 .logo img,
.rts-header1 .logo-sticky img,
.offset-logo img {
    max-height: 64px;
    width: auto;
}

.header-donate-btn {
    display: inline-block;
    padding: 12px 26px;
    background: var(--usamr-red);
    color: #fff !important;
    font-family: oswald, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1;
    border-radius: 2px;
    transition: background .25s ease, transform .25s ease;
}

.header-donate-btn:hover {
    background: #fff;
    color: var(--usamr-red) !important;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .header-action-items1 { display: none; }
}

/* Inner page banner */
.inner-page-banner.banner-bg {
    background-image: linear-gradient(rgba(6, 9, 14, .75), rgba(6, 9, 14, .85)),
                      url('../kester/images/banner/bannerbg-inner.jpg');
    background-size: cover;
    background-position: center;
}

.inner-page-banner .page-path .current-page {
    color: var(--usamr-red);
}

/* -------------------------------------------------------------------------
   Hero — video banner
   ---------------------------------------------------------------------- */

.usamr-hero {
    position: relative;
    min-height: clamp(560px, 100vh, 980px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #06090e;
}

@media (max-width: 767px) {
    .usamr-hero { min-height: 78vh; }
}

.usamr-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.usamr-hero-poster,
.usamr-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.usamr-hero-video {
    opacity: 0;
    transition: opacity .8s ease;
}

.usamr-hero-video.is-playing { opacity: 1; }

.usamr-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 9, 14, .82) 0%, rgba(6, 9, 14, .55) 45%, rgba(6, 9, 14, .92) 100%);
}

.usamr-hero .container {
    position: relative;
    z-index: 2;
}

.usamr-hero-content {
    max-width: 780px;
    padding: 120px 0 90px;
}

.usamr-hero-content .pretitle {
    color: var(--usamr-red);
    font-family: oswald, sans-serif;
    letter-spacing: .22em;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 18px;
}

.usamr-hero-content .banner-heading {
    font-family: oswald, sans-serif;
    font-size: clamp(40px, 7vw, 86px);
    line-height: 1.02;
    color: #fff;
    margin-bottom: 20px;
}

.usamr-hero-text {
    color: #d5d8dd !important;
    font-size: 18px !important;
    max-width: 620px;
    margin-bottom: 34px;
}

.usamr-hero .banner-btn-area {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.usamr-hero-sound {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 3;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    transition: background .25s ease;
}

.usamr-hero-sound.is-available { display: flex; }
.usamr-hero-sound:hover { background: var(--usamr-red); }

/* -------------------------------------------------------------------------
   Section titles
   ---------------------------------------------------------------------- */

.section-title-area .pretitle {
    color: var(--usamr-red);
    letter-spacing: .2em;
}

.section-title-area .section-title {
    font-family: oswald, sans-serif;
    color: #fff;
    text-transform: uppercase;
}

/* -------------------------------------------------------------------------
   About — light variant, per kester-html/about.html (.rts-about-section.about)
   ---------------------------------------------------------------------- */

.rts-about-section.about.usamr-about {
    background: #fff !important;
}

/* single photo, rendered at its natural aspect ratio */
.rts-about-section.about .about-inner .about-thumb {
    display: block;
}

.rts-about-section.about .about-inner .about-thumb .img1 {
    margin-right: 0;
}

.rts-about-section.about .about-inner .about-thumb .img1 img {
    width: 100%;
    height: auto;
    display: block;
}

.rts-about-section.about .about-inner .contents { padding: 0 0 0 30px; }

@media (max-width: 991px) {
    .rts-about-section.about .about-inner .contents { padding: 0; margin-top: 40px; }
}

.rts-about-section.about .about-inner .contents .section-title-area {
    margin-bottom: 30px;
}

.rts-about-section.about .about-inner .contents .section-title-area .section-title {
    color: #111 !important;
    font-family: oswald, sans-serif;
    line-height: 1.05;
    margin-bottom: 22px;
}

/* first line is the eyebrow, per the template's span treatment */
.rts-about-section.about .about-inner .contents .section-title-area .section-title span {
    font-size: 15px;
    letter-spacing: .22em;
    color: var(--usamr-red) !important;
    display: inline-block;
    margin-bottom: 6px;
}

.rts-about-section.about .about-inner .contents .section-title-area p {
    color: #5b6068 !important;
    line-height: 1.85;
    margin-bottom: 16px;
    max-width: 100%;
}

/* stat list removed — the CTA follows the copy directly */
.rts-about-section.about .about-inner .contents .more-btn {
    margin-top: 12px;
}

.rts-about-section.about .about-inner .contents .more-btn {
    color: #111;
}

.rts-about-section.about .about-inner .contents .more-btn:hover {
    color: #fff;
}

/* -------------------------------------------------------------------------
   Fixtures
   ---------------------------------------------------------------------- */

.usamr-fixtures { background: var(--usamr-ink); }

.usamr-fixtures .top-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
}

.usamr-fixture-tabs .filter-btn {
    font-family: oswald, sans-serif;
    letter-spacing: .1em;
    padding: 12px 26px;
    color: #9aa0a8;
    border: 1px solid var(--usamr-line);
    background: transparent;
    margin: 0 6px 8px;
    border-radius: 2px;
    transition: all .25s ease;
}

.usamr-fixture-tabs .filter-btn.active,
.usamr-fixture-tabs .filter-btn:hover {
    background: var(--usamr-red);
    border-color: var(--usamr-red);
    color: #fff;
}

/* Match cards, per kester-html/match-schedule.html (.match-single).
   The template's GET TICKETS / WATCH STREAM bar is replaced by the
   Recent / Upcoming switch above the list. */
.rts-match-schedule-section.usamr-fixtures {
    margin-bottom: 0;
}

.rts-match-schedule-section.usamr-fixtures .match-single {
    background: #171717;
    border: 1px solid var(--usamr-line);
    border-radius: 3px;
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    transition: border-color .3s ease;
}

.rts-match-schedule-section.usamr-fixtures .match-single:hover {
    border-color: rgba(228, 27, 35, .5);
}

.rts-match-schedule-section.usamr-fixtures .match-single .match-single-content {
    padding: 40px 30px;
    text-align: center;
    width: 100%;
}

/* scoreline */
.rts-match-schedule-section.usamr-fixtures .match-scores {
    display: grid;
    grid-template-columns: 1fr 170px 1fr;
    align-items: center;
    margin-bottom: 24px;
}

.rts-match-schedule-section.usamr-fixtures .club {
    flex-direction: row;
    min-width: 0;
}

.rts-match-schedule-section.usamr-fixtures .club.club1 { justify-self: end; }
.rts-match-schedule-section.usamr-fixtures .club.club2 { justify-self: start; }

.rts-match-schedule-section.usamr-fixtures .club .club-logo {
    max-width: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.rts-match-schedule-section.usamr-fixtures .club.club1 .club-logo { justify-content: flex-end; }
.rts-match-schedule-section.usamr-fixtures .club.club2 .club-logo { justify-content: flex-start; }

.rts-match-schedule-section.usamr-fixtures .club .club-logo img {
    height: 62px;
    width: auto;
    flex: 0 0 auto;
    object-fit: contain;
}

.rts-match-schedule-section.usamr-fixtures .club .club-logo .club-name {
    font-family: oswald, sans-serif;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 600;
    color: #fff !important;
    margin: 0;
}

.rts-match-schedule-section.usamr-fixtures .colon {
    font-family: oswald, sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin: 0;
    white-space: nowrap;
}

/* meta block */
.rts-match-schedule-section.usamr-fixtures .block-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.rts-match-schedule-section.usamr-fixtures .match-date {
    font-family: oswald, sans-serif;
    font-size: 13px;
    letter-spacing: .14em;
    padding: 5px 14px;
    color: #fff;
    background: var(--usamr-red);
    margin-bottom: 0;
    line-height: 1.5;
}

.rts-match-schedule-section.usamr-fixtures .stadium-name {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}

.usamr-competition {
    font-size: 14px;
    color: #9aa0a8;
    letter-spacing: .06em;
}

.rts-match-schedule-section.usamr-fixtures .usamr-result-badge {
    display: inline-block;
    padding: 5px 16px;
    font-family: oswald, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .14em;
    border-radius: 2px;
}

.rts-match-schedule-section.usamr-fixtures .usamr-result-badge.is-win {
    background: #1c7c3c;
    color: #fff;
}

.rts-match-schedule-section.usamr-fixtures .usamr-result-badge.is-loss {
    background: rgba(228, 27, 35, .16);
    border: 1px solid rgba(228, 27, 35, .55);
    color: #ff6b70;
}

.rts-match-schedule-section.usamr-fixtures .usamr-result-badge.is-draw {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

/* ---- compact ".sm" rows (template: everything on one line) ----
   The meta spans are promoted into the row grid via display:contents so the
   date, venue and result badge sit on fixed tracks in every row. */
.rts-match-schedule-section.usamr-fixtures .match-single.sm .match-single-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 450px;
    align-items: center;
    justify-content: unset;
    gap: 20px;
    width: 100%;
    padding: 16px 30px;
    text-align: left;
}

.rts-match-schedule-section.usamr-fixtures .match-single.sm .match-single-content .block-wrap {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr) 66px;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.rts-match-schedule-section.usamr-fixtures .match-single.sm .match-scores {
    grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
    align-items: center;
    margin-bottom: 0;
}

.rts-match-schedule-section.usamr-fixtures .match-single.sm .club .club-logo {
    gap: 14px;
}

.rts-match-schedule-section.usamr-fixtures .match-single.sm .club .club-logo img {
    height: 40px;
}

.rts-match-schedule-section.usamr-fixtures .match-single.sm .club .club-logo .club-name {
    font-size: 16px;
    line-height: 1.1;
}

.rts-match-schedule-section.usamr-fixtures .match-single.sm .colon {
    font-size: 24px;
    font-weight: 600;
}

.rts-match-schedule-section.usamr-fixtures .match-single.sm .match-single-content .match-date {
    margin: 0;
    font-size: 11px;
    letter-spacing: .1em;
    padding: 5px 10px;
    white-space: nowrap;
    text-align: center;
    justify-self: stretch;
}

.rts-match-schedule-section.usamr-fixtures .match-single.sm .match-single-content .stadium-name {
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
}

.rts-match-schedule-section.usamr-fixtures .match-single.sm .match-single-content .usamr-competition {
    font-size: 13px;
    text-align: left;
}

.rts-match-schedule-section.usamr-fixtures .match-single.sm .match-single-content .usamr-result-badge {
    padding: 4px 0;
    font-size: 11px;
    text-align: center;
    justify-self: stretch;
}

@media (max-width: 1199px) {
    .rts-match-schedule-section.usamr-fixtures .match-single.sm .match-single-content {
        grid-template-columns: minmax(0, 1fr) 390px;
        padding: 16px 22px;
        gap: 16px;
    }
    .rts-match-schedule-section.usamr-fixtures .match-single.sm .match-single-content .block-wrap {
        grid-template-columns: 132px minmax(0, 1fr) 62px;
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .rts-match-schedule-section.usamr-fixtures .match-scores {
        grid-template-columns: 1fr 130px 1fr;
    }

    .rts-match-schedule-section.usamr-fixtures .match-single.sm .match-single-content {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 12px;
    }
    .rts-match-schedule-section.usamr-fixtures .match-single.sm .match-single-content .block-wrap {
        grid-template-columns: 120px minmax(0, 1fr) 58px;
        gap: 10px;
    }
    .rts-match-schedule-section.usamr-fixtures .match-single.sm .match-scores {
        grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
    }
    .rts-match-schedule-section.usamr-fixtures .club .club-logo .club-name { font-size: 20px; }
    .rts-match-schedule-section.usamr-fixtures .colon { font-size: 36px; }
    .rts-match-schedule-section.usamr-fixtures .club .club-logo img { height: 52px; }
}

@media (max-width: 767px) {
    .rts-match-schedule-section.usamr-fixtures .match-single .match-single-content { padding: 30px 18px; }

    /* stack the compact rows rather than squeezing them */
    .rts-match-schedule-section.usamr-fixtures .match-single.sm .match-single-content {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
        padding: 22px 18px;
        text-align: center;
        justify-items: center;
    }
    /* back to a normal flow row once stacked */
    .rts-match-schedule-section.usamr-fixtures .match-single.sm .match-single-content .block-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: auto;
    }
    .rts-match-schedule-section.usamr-fixtures .match-single.sm .match-single-content .match-date,
    .rts-match-schedule-section.usamr-fixtures .match-single.sm .match-single-content .usamr-result-badge {
        justify-self: auto;
        padding: 4px 12px;
    }
    .rts-match-schedule-section.usamr-fixtures .match-single.sm .match-single-content .stadium-name { text-align: center; }

    .rts-match-schedule-section.usamr-fixtures .match-scores {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .rts-match-schedule-section.usamr-fixtures .club.club1,
    .rts-match-schedule-section.usamr-fixtures .club.club2 { justify-self: center; }
    .rts-match-schedule-section.usamr-fixtures .club .club-logo,
    .rts-match-schedule-section.usamr-fixtures .club.club1 .club-logo,
    .rts-match-schedule-section.usamr-fixtures .club.club2 .club-logo {
        justify-content: center;
        gap: 14px;
    }
    .rts-match-schedule-section.usamr-fixtures .club.club2 .club-logo { flex-direction: row-reverse; }
    .rts-match-schedule-section.usamr-fixtures .colon { font-size: 34px; }
}

.usamr-empty-state {
    text-align: center;
    padding: 60px 24px;
    border: 1px dashed var(--usamr-line);
    border-radius: 3px;
}

.usamr-empty-state h3 {
    font-family: oswald, sans-serif;
    color: #fff;
    margin-bottom: 12px;
}

.usamr-empty-state p {
    max-width: 520px;
    margin: 0 auto 24px;
}

.btn-1 {
    display: inline-block;
    padding: 13px 28px;
    background: var(--usamr-red);
    color: #fff !important;
    font-family: oswald, sans-serif;
    letter-spacing: .08em;
    border-radius: 2px;
    border: none;
    transition: background .25s ease, transform .25s ease;
}

.btn-1:hover { background: #fff; color: var(--usamr-red) !important; transform: translateY(-2px); }


/* -------------------------------------------------------------------------
   Meet the Team
   ---------------------------------------------------------------------- */

.usamr-team { background: var(--usamr-navy); }

.usamr-team-card {
    cursor: pointer;
    margin-bottom: 30px;
    outline: none;
}

.rts-team-section .team-section-inner .team-wraper.usamr-team-card .player-card {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid var(--usamr-line);
    background: #10151c;
    padding: 0;
    margin-bottom: 0;
}

.rts-team-section .team-section-inner .team-wraper.usamr-team-card .player-card:hover .image {
    transform: none;
}

.usamr-team-card .player-card .image {
    display: block;
    aspect-ratio: 3 / 4;
}

.usamr-team-card .player-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .6s ease;
}

.usamr-team-card:hover .player-card .image img { transform: scale(1.05); }

.usamr-team-hover {
    position: absolute;
    inset: 0;
    padding: 28px 26px;
    background: linear-gradient(180deg, rgba(11, 16, 23, .94), rgba(11, 16, 23, .98));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .35s ease, transform .35s ease;
    pointer-events: none;
}

.usamr-team-card:hover .usamr-team-hover,
.usamr-team-card:focus-visible .usamr-team-hover,
.usamr-team-card:focus .usamr-team-hover {
    opacity: 1;
    transform: translateY(0);
}

.usamr-team-hover h4 {
    font-family: oswald, sans-serif;
    color: #fff;
    font-size: 22px;
    margin-bottom: 4px;
}

.usamr-team-hover-role {
    color: var(--usamr-red) !important;
    font-size: 13px !important;
    letter-spacing: .1em;
    margin-bottom: 14px;
}

.usamr-team-hover-bio {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg, #000 72%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 72%, transparent 100%);
    flex: 1 1 auto;
}

.usamr-team-hover-bio p {
    font-size: 14px !important;
    line-height: 1.65;
    margin-bottom: 10px;
    color: #c3c7cd !important;
}

.usamr-team-hover-cue {
    display: inline-block;
    margin-top: 14px;
    font-family: oswald, sans-serif;
    font-size: 12px;
    letter-spacing: .16em;
    color: var(--usamr-red);
}

.usamr-team-card .profile {
    padding: 20px 4px 0;
}

.usamr-team-card .profile .position {
    color: var(--usamr-red) !important;
    font-size: 13px !important;
    letter-spacing: .12em;
    margin-bottom: 4px;
}

.usamr-team-card .profile .name {
    display: block;
    font-family: oswald, sans-serif;
    font-size: 24px;
    color: #fff;
}

.usamr-team-rank {
    font-size: 14px !important;
    color: #8a9099 !important;
    margin-top: 4px;
}

/* -------------------------------------------------------------------------
   Modals (team bios + news)
   ---------------------------------------------------------------------- */

.usamr-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.usamr-modal.is-open { display: flex; }

.usamr-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 6, 10, .86);
}

.usamr-modal-dialog {
    position: relative;
    width: min(820px, 100%);
    max-height: 86vh;
    overflow-y: auto;
    background: #10151c;
    border: 1px solid var(--usamr-line);
    border-radius: 4px;
    padding: 34px;
}

.usamr-modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    background: none;
}

.usamr-modal-close:hover { color: var(--usamr-red); }

.usamr-modal-head {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--usamr-line);
}

.usamr-modal-avatar img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    object-position: center top;
    border-radius: 3px;
}

.usamr-modal-name {
    font-family: oswald, sans-serif;
    color: #fff;
    font-size: 26px;
    margin-bottom: 4px;
}

.usamr-modal-role {
    color: var(--usamr-red) !important;
    letter-spacing: .1em;
    font-size: 13px !important;
}

.usamr-modal-rank {
    color: #8a9099 !important;
    font-size: 14px !important;
}

.usamr-modal-body p {
    margin-bottom: 14px;
    line-height: 1.8;
}

/* -------------------------------------------------------------------------
   News
   ---------------------------------------------------------------------- */

.usamr-news { background: var(--usamr-ink); }

/* Tall photo tiles — the image fills the card and all the UI sits at the
   bottom over a gradient scrim, so every tile is the same height. */
.rts-blog-section.usamr-news .blog-item.usamr-news-item {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    height: auto;
    margin-bottom: 30px;
    border: 1px solid var(--usamr-line);
    border-radius: 3px;
    overflow: hidden;
    background: #10151c;
    cursor: pointer;
    outline: none;
    transition: transform .3s ease, border-color .3s ease;
}

.rts-blog-section.usamr-news .blog-item.usamr-news-item:hover,
.rts-blog-section.usamr-news .blog-item.usamr-news-item:focus-visible {
    transform: translateY(-6px);
    border-color: rgba(228, 27, 35, .55);
}

/* full-bleed image */
.rts-blog-section.usamr-news .usamr-news-item .blog-picture {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
    margin: 0;
    overflow: hidden;
}

.rts-blog-section.usamr-news .usamr-news-item .blog-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.rts-blog-section.usamr-news .usamr-news-item:hover .blog-picture img {
    transform: scale(1.05);
}

/* UI pinned to the bottom */
.rts-blog-section.usamr-news .usamr-news-item .contents-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    display: block;
    padding: 28px 24px 22px;
    background: linear-gradient(180deg,
                rgba(6, 9, 14, 0) 0%,
                rgba(6, 9, 14, .55) 35%,
                rgba(6, 9, 14, .94) 100%);
}

.rts-blog-section.usamr-news .usamr-news-item .contents {
    display: block;
    width: 100%;
}

.rts-blog-section.usamr-news .usamr-news-item .blog-catagory {
    display: inline-block;
    background: var(--usamr-red);
    color: #fff;
    font-family: oswald, sans-serif;
    font-size: 11px;
    letter-spacing: .14em;
    padding: 5px 12px;
    border-radius: 2px;
    margin-bottom: 14px;
}

.rts-blog-section.usamr-news .usamr-news-item .blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: oswald, sans-serif;
    font-size: 20px;
    line-height: 1.35;
    color: #fff;
    margin-bottom: 18px;
}

.rts-blog-section.usamr-news .usamr-news-item .author-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.rts-blog-section.usamr-news .usamr-news-item .author-info .content { margin: 0; }

.rts-blog-section.usamr-news .usamr-news-item .date {
    color: #c3c7cd;
    font-size: 13px;
}

.usamr-news-more {
    font-family: oswald, sans-serif;
    font-size: 12px;
    letter-spacing: .14em;
    color: var(--usamr-red);
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .rts-blog-section.usamr-news .blog-item.usamr-news-item { aspect-ratio: 4 / 5; }
}

@media (max-width: 575px) {
    .rts-blog-section.usamr-news .blog-item.usamr-news-item { aspect-ratio: 4 / 5; }
    .rts-blog-section.usamr-news .usamr-news-item .blog-title { font-size: 18px; }
}

.usamr-modal-head-news {
    align-items: flex-start;
    border-bottom: 1px solid var(--usamr-line);
}

/* article opens on its image */
.usamr-news-modal-dialog {
    padding: 0 0 34px;
    overflow: hidden;
    overflow-y: auto;
}

.usamr-news-modal-media {
    position: relative;
    margin: 0 0 26px;
    aspect-ratio: 16 / 8;
    overflow: hidden;
    background: #06090e;
}

.usamr-news-modal-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.usamr-news-modal-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(16, 21, 28, 0), rgba(16, 21, 28, .95));
    pointer-events: none;
}

.usamr-news-modal-tag {
    position: absolute;
    left: 34px;
    bottom: 20px;
    z-index: 1;
    background: var(--usamr-red);
    color: #fff;
    font-family: oswald, sans-serif;
    font-size: 11px;
    letter-spacing: .14em;
    padding: 5px 12px;
    border-radius: 2px;
}

.usamr-news-modal-dialog .usamr-modal-head,
.usamr-news-modal-dialog .usamr-modal-body {
    padding-left: 34px;
    padding-right: 34px;
}

.usamr-news-modal-dialog .usamr-modal-close {
    z-index: 2;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(6, 9, 14, .6);
    line-height: 1;
}

.usamr-news-modal-title {
    font-size: 24px;
    line-height: 1.25;
}

@media (max-width: 575px) {
    .usamr-news-modal-media { aspect-ratio: 4 / 3; margin-bottom: 20px; }
    .usamr-news-modal-tag { left: 20px; }
    .usamr-news-modal-dialog .usamr-modal-head,
    .usamr-news-modal-dialog .usamr-modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* -------------------------------------------------------------------------
   Gallery
   ---------------------------------------------------------------------- */

.usamr-gallery { background: var(--usamr-navy); }

.usamr-gallery-container {
    max-width: 1720px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
}

.usamr-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

@media (max-width: 1200px) { .usamr-gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px)  { .usamr-gallery-grid { grid-template-columns: repeat(2, 1fr); } }

.usamr-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.usamr-gallery-item .gallery-image {
    display: block;
    position: relative;
    aspect-ratio: 4 / 3;
}

.usamr-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.usamr-gallery-item:hover img { transform: scale(1.06); }

.usamr-gallery-item .pop-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(11, 16, 23, .55);
    color: #fff;
    font-size: 22px;
    opacity: 0;
    transition: opacity .3s ease;
}

.usamr-gallery-item:hover .pop-btn { opacity: 1; }

.usamr-gallery-actions {
    text-align: center;
    margin-top: 34px;
}

/* -------------------------------------------------------------------------
   Partners — light sponsors block, per kester-html/about.html
   ---------------------------------------------------------------------- */

.rts-sponsors-section.usamr-partners {
    background: #fff;
    padding-top: 110px;
    overflow: hidden;
}

/* the template's oversized ghost word sits behind the heading.
   The pretitle is absolutely positioned, so it would otherwise paint over the
   static heading — lift the heading instead of pushing the ghost to z-index:-1,
   which would hide it behind this section's white background. */
.rts-sponsors-section.usamr-partners .section-title-area { position: relative; }

.rts-sponsors-section.usamr-partners .section-title-area .pretitle {
    /* line-height 0.155 collapses the box, so the glyphs overflow it evenly —
       keep top near 0 or the letters get clipped by the section's overflow */
    top: -105px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 190px;
    -webkit-text-fill-color: #ededed;
    -webkit-text-stroke-color: #ededed;
    -webkit-text-stroke-width: 0;
    text-shadow: none;
    pointer-events: none;
    /* the base rule parks this at z-index:-1, which puts it behind this
       section's own white background — keep it in flow and lift the heading */
    z-index: 0;
}

.rts-sponsors-section.usamr-partners .section-title-area .section-title,
.rts-sponsors-section.usamr-partners .section-title-area p {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .rts-sponsors-section.usamr-partners .section-title-area .pretitle { font-size: 140px; top: -80px; }
}

@media (max-width: 768px) {
    .rts-sponsors-section.usamr-partners .section-title-area .pretitle { display: none; }
}

.rts-sponsors-section.usamr-partners .section-title-area .section-title {
    color: #111 !important;
}

.rts-sponsors-section.usamr-partners .section-title-area p {
    color: #5b6068 !important;
    max-width: 620px;
    margin: 0 auto;
}

/* Founding partners callout */
.usamr-founding {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    padding-bottom: 54px;
    border-bottom: 1px solid #ececec;
}

.rts-sponsors-section.usamr-partners .sponsors-section-inner {
    position: relative;
    z-index: 1;
}

.usamr-founding-title {
    text-align: center;
    margin-bottom: 34px;
}

.usamr-founding-title span {
    display: inline-block;
    font-family: oswald, sans-serif;
    font-size: 13px;
    letter-spacing: .24em;
    color: #fff;
    background: var(--usamr-red);
    padding: 9px 22px;
    border-radius: 2px;
}

.usamr-founding-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    max-width: 820px;
    margin: 0 auto;
}

@media (max-width: 640px) { .usamr-founding-grid { grid-template-columns: 1fr; } }

.rts-sponsors-section.usamr-partners .sponsor-single.usamr-partner-founding {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

/* founding logos read at full strength; the slider keeps the template's fade */
.rts-sponsors-section.usamr-partners .usamr-partner-founding .sponsors-logo {
    opacity: 1;
}

.rts-sponsors-section.usamr-partners .usamr-partner-founding .sponsors-logo img {
    max-height: 88px;
}

.rts-sponsors-section.usamr-partners .usamr-partner-founding .author {
    margin-top: 0;
}

.rts-sponsors-section.usamr-partners .usamr-partner-founding .club-name {
    display: block;
    font-family: oswald, sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    color: #111;
    margin-bottom: 0;
}

/* Brand slider */
.rts-sponsors-section.usamr-partners .sponsors-section-inner {
    padding-bottom: 10px;
}

.rts-sponsors-section.usamr-partners .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.rts-sponsors-section.usamr-partners .sponsors-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 0 10px;
}

.rts-sponsors-section.usamr-partners .sponsors-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.usamr-partner-wordmark {
    font-family: oswald, sans-serif;
    font-size: 19px;
    letter-spacing: .06em;
    color: #111;
    text-align: center;
    line-height: 1.25;
}

/* -------------------------------------------------------------------------
   Coin list page
   ---------------------------------------------------------------------- */

.usamr-coins { background: var(--usamr-navy); }

.usamr-coin-intro { margin-bottom: 46px; }

.usamr-coin-intro .pretitle {
    display: block;
    color: var(--usamr-red);
    font-family: oswald, sans-serif;
    letter-spacing: .2em;
    margin-bottom: 12px;
}

.usamr-coin-intro .section-title {
    font-family: oswald, sans-serif;
    color: #fff;
    font-size: clamp(28px, 4vw, 44px);
    margin-bottom: 18px;
}

.usamr-coin-lede {
    font-size: 18px !important;
    color: #d5d8dd !important;
    max-width: 620px;
}

.usamr-coin-count {
    margin-top: 12px;
    color: #8a9099 !important;
}

.usamr-coin-count strong { color: var(--usamr-red); font-size: 22px; }

/* transparent cut-out — no frame, background or radius */
.usamr-coin-image {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
}

.usamr-coin-image img {
    width: 100%;
    max-width: 420px;
    height: auto;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.usamr-coin-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.usamr-coin-search {
    flex: 1 1 260px;
    max-width: 340px;
    padding: 13px 18px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--usamr-line);
    border-radius: 2px;
    color: #fff;
}

.usamr-coin-search::placeholder { color: #767c85; }

.usamr-coin-filters .filter-btn {
    font-family: oswald, sans-serif;
    font-size: 13px;
    letter-spacing: .1em;
    padding: 10px 18px;
    margin: 0 4px 6px;
    color: #9aa0a8;
    border: 1px solid var(--usamr-line);
    border-radius: 2px;
    background: transparent;
    transition: all .25s ease;
}

.usamr-coin-filters .filter-btn.active,
.usamr-coin-filters .filter-btn:hover {
    background: var(--usamr-red);
    border-color: var(--usamr-red);
    color: #fff;
}

.usamr-coin-table-wrap { overflow-x: auto; }

.usamr-coin-table {
    width: 100%;
    border-collapse: collapse;
    color: #fff;
    /* Bootstrap paints table cells white by default — hand control back to us */
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-color: #fff;
    --bs-table-striped-bg: transparent;
    --bs-table-hover-bg: transparent;
    background: transparent;
}

.usamr-coin-table > :not(caption) > * > * {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}

/* Kester stripes inner point tables light — restore the dark palette */
.rts-point-table-section.inner table.usamr-coin-table tr:nth-child(odd) td {
    background: transparent;
}

.rts-point-table-section.inner table.usamr-coin-table tr.usamr-coin-row:nth-child(even) td {
    background: rgba(255, 255, 255, .03);
}

.usamr-coin-table th,
.usamr-coin-table td {
    border: 1px solid var(--usamr-line);
    padding: 14px 18px;
    vertical-align: middle;
}

.usamr-coin-table .head-tr th {
    font-family: oswald, sans-serif;
    font-size: 13px;
    letter-spacing: .16em;
    color: #fff;
    background: rgba(255, 255, 255, .06);
}

.usamr-coin-table .position-number {
    font-family: oswald, sans-serif;
    font-size: 18px;
    color: var(--usamr-red);
}

.usamr-coin-table .player-name {
    font-family: oswald, sans-serif;
    font-size: 17px;
    color: #fff;
    margin: 0;
}

.usamr-branch {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .08em;
    color: #c3c7cd;
    padding: 5px 12px;
    border: 1px solid var(--usamr-line);
    border-radius: 2px;
}

.usamr-coin-row:nth-child(even) { background: rgba(255, 255, 255, .02); }

.usamr-coin-empty {
    text-align: center;
    padding: 40px 0;
}

/* -------------------------------------------------------------------------
   Get Involved page
   ---------------------------------------------------------------------- */

.usamr-get-involved { background: var(--usamr-navy); }

.usamr-get-involved .address-box {
    margin-bottom: 56px;
}

.usamr-get-involved .address {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 26px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--usamr-line);
    border-radius: 3px;
    height: 100%;
    margin-bottom: 20px;
}

.usamr-get-involved .address .icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--usamr-red);
    color: #fff;
    border-radius: 2px;
}

.usamr-get-involved .address .desc,
.usamr-get-involved .address .desc a {
    color: #c3c7cd !important;
    word-break: break-word;
}

.usamr-get-involved .address .desc a:hover { color: var(--usamr-red) !important; }

.usamr-get-involved .address .heading {
    font-family: oswald, sans-serif;
    font-size: 16px;
    letter-spacing: .12em;
    color: #fff;
    margin-bottom: 6px;
}

.usamr-involved-copy .pretitle {
    display: block;
    color: var(--usamr-red);
    font-family: oswald, sans-serif;
    letter-spacing: .2em;
    margin-bottom: 12px;
}

.usamr-involved-copy .section-title {
    font-family: oswald, sans-serif;
    color: #fff;
    font-size: clamp(28px, 4vw, 44px);
    margin-bottom: 18px;
}

.usamr-involved-list {
    margin-top: 24px;
}

.usamr-involved-list li {
    color: #c3c7cd;
    padding: 9px 0;
    border-bottom: 1px solid var(--usamr-line);
}

.usamr-involved-list i {
    color: var(--usamr-red);
    margin-right: 10px;
}

.usamr-involved-form {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--usamr-line);
    border-radius: 3px;
    padding: 34px;
}

@media (max-width: 991px) {
    .usamr-involved-form { margin-top: 40px; }
}

.usamr-involved-form .post-title {
    font-family: oswald, sans-serif;
    color: #fff;
    letter-spacing: .1em;
    font-size: 20px;
    margin-bottom: 26px;
}

.usamr-involved-form input[type="text"],
.usamr-involved-form input[type="email"],
.usamr-involved-form input[type="tel"],
.usamr-involved-form select,
.usamr-involved-form textarea {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--usamr-line);
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
}

.usamr-involved-form textarea { resize: vertical; }

.usamr-involved-form ::placeholder { color: #767c85; }

.usamr-involved-form select option { background: #10151c; color: #fff; }

.usamr-involved-form input:focus,
.usamr-involved-form select:focus,
.usamr-involved-form textarea:focus {
    border-color: var(--usamr-red);
    outline: none;
}

.form-btn,
.form-btn4 {
    display: inline-block;
    padding: 15px 34px;
    background: var(--usamr-red);
    color: #fff;
    font-family: oswald, sans-serif;
    letter-spacing: .1em;
    border: none;
    border-radius: 2px;
    transition: background .25s ease, transform .25s ease;
}

.form-btn:hover,
.form-btn4:hover { background: #fff; color: var(--usamr-red); transform: translateY(-2px); }

.usamr-hp {
    position: absolute !important;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.usamr-form-notice {
    padding: 22px 26px;
    border-radius: 3px;
    margin-bottom: 24px;
}

.usamr-form-notice h3 {
    font-family: oswald, sans-serif;
    font-size: 19px;
    margin-bottom: 8px;
    color: #fff;
}

.usamr-form-notice.is-success {
    background: rgba(28, 124, 60, .16);
    border: 1px solid rgba(28, 124, 60, .6);
}

.usamr-form-notice.is-error {
    background: rgba(228, 27, 35, .12);
    border: 1px solid rgba(228, 27, 35, .55);
}

.usamr-form-notice ul { margin: 0; padding-left: 18px; }
.usamr-form-notice li { color: #e7c9cb; list-style: disc; }

/* -------------------------------------------------------------------------
   Footer
   ---------------------------------------------------------------------- */

.footer1 { background: #06090e; }

.footer-logo img { max-height: 74px; width: auto; }

.footer-widget-title {
    font-family: oswald, sans-serif;
    font-size: 16px;
    letter-spacing: .16em;
    color: #fff;
    margin-bottom: 22px;
}

.footer-widget-title .decorator {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: var(--usamr-red);
    vertical-align: middle;
    margin-right: 10px;
}

.footer .widget-list-item a,
.footer .widget-list-item span {
    color: #9aa0a8;
    font-size: 14px;
    letter-spacing: .06em;
}

.footer .widget-list-item { padding: 6px 0; }
.footer .widget-list-item a:hover { color: var(--usamr-red); }
.footer .widget-list-item i { color: var(--usamr-red); margin-right: 10px; }

.footer-disclaimer {
    margin-top: 20px;
    font-size: 12px !important;
    line-height: 1.7;
    color: #6d737b !important;
}

.footer-bottom-area {
    border-top: 1px solid var(--usamr-line);
    padding: 22px 0;
    margin-top: 40px;
}

.bottom-area-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
}

.bottom-area-inner .copyright { color: #6d737b; font-size: 13px; }

.footer-bottom-links a {
    color: #9aa0a8;
    font-size: 13px;
    letter-spacing: .08em;
    margin-left: 20px;
}

.footer-bottom-links a:hover { color: var(--usamr-red); }

@media (max-width: 767px) {
    .footer-bottom-links a { margin: 0 16px 0 0; }
}
