/* Red Hays campaign landing — patriotic, poster-driven, ballot-focused */

.redhays-landing {
    --rh-navy: #002d62;
    --rh-navy-deep: #001a3a;
    --rh-red: #c8102e;
    --rh-red-dark: #9e0c24;
    --rh-white: #ffffff;
    --rh-off: #f4f6f9;
    --rh-ink: #1a1a1a;
    color: var(--rh-ink);
    background: var(--rh-white);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.redhays-landing a.rh-btn-white {
    color: var(--rh-navy);
}

.redhays-landing a.rh-btn-red {
    color: var(--rh-white);
}

.redhays-landing a.rh-nominee-site {
    color: var(--rh-red);
}

.rh-wrap {
    width: min(1120px, calc(100% - 2rem));
    margin-left: auto;
    margin-right: auto;
}

.rh-topbar {
    background: var(--rh-navy);
    color: var(--rh-white);
    border-bottom: 4px solid var(--rh-red);
}

.rh-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0;
}

.rh-brand {
    display: flex;
    align-items: baseline;
    gap: 0.65rem;
    text-decoration: none;
    letter-spacing: 0.12em;
    font-weight: 800;
    text-transform: uppercase;
}

.rh-brand-red {
    color: #ff4d63;
    font-size: 1.05rem;
}

.rh-brand-name {
    color: var(--rh-white);
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    opacity: 0.92;
}

.rh-topbar-link {
    color: var(--rh-white);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0.4rem 0.75rem;
    border-radius: 2px;
}

.rh-topbar-link:hover,
.rh-topbar-link:focus-visible {
    background: var(--rh-white);
    color: var(--rh-navy);
}

.rh-hero {
    background: var(--rh-white);
    padding: 1.25rem 0 0.5rem;
}

.rh-hero-art {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.rh-hero-art-desktop {
    max-height: 620px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.rh-hero-art-mobile {
    display: none;
}

.rh-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    color: var(--rh-red);
    font-size: 0.85rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0.85rem 0 0.25rem;
}

.rh-stars span {
    color: var(--rh-navy);
}

.rh-punch {
    background: var(--rh-navy);
    color: var(--rh-white);
    text-align: center;
    padding: 2.75rem 0;
    border-top: 6px solid var(--rh-red);
    border-bottom: 6px solid var(--rh-red);
}

.rh-punch h1 {
    font-family: Oswald, Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(1.85rem, 5vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 1rem;
}

.rh-punch h1 em {
    color: #ff4d63;
    font-style: normal;
}

.rh-punch p {
    margin: 0 auto;
    max-width: 58rem;
    font-size: 1.15rem;
    line-height: 1.55;
    opacity: 0.95;
}

.rh-desktop-break {
    display: none;
}

.rh-message {
    background: var(--rh-off);
    padding: 3.25rem 0;
}

.rh-message h2 {
    font-family: Oswald, Inter, sans-serif;
    font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--rh-navy);
    margin: 0 0 0.85rem;
    text-align: center;
}

.rh-lead {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto 2.25rem;
    font-size: 1.12rem;
    line-height: 1.65;
}

.rh-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
}

.rh-card {
    background: var(--rh-white);
    border-top: 5px solid var(--rh-red);
    padding: 1.4rem 1.25rem 1.5rem;
}

.rh-card h3 {
    font-family: Oswald, Inter, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--rh-navy);
    font-size: 1.2rem;
    margin: 0 0 0.6rem;
}

.rh-card p {
    margin: 0;
    line-height: 1.6;
    color: #333;
}

.rh-ticket {
    background: var(--rh-navy);
    color: var(--rh-white);
    padding: 3.25rem 0 3.5rem;
}

.rh-ticket h2 {
    font-family: Oswald, Inter, sans-serif;
    font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 0 0.85rem;
    color: var(--rh-white);
}

.rh-ticket .rh-lead {
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 2rem;
}

.rh-nominees {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.15rem;
}

.rh-nominee {
    background: var(--rh-white);
    color: var(--rh-ink);
    width: min(220px, 100%);
    flex: 0 1 220px;
    padding: 1rem 0.85rem 1.15rem;
    text-align: center;
    border-top: 5px solid var(--rh-red);
}

.rh-nominee-photo {
    width: 180px;
    height: 180px;
    margin: 0 auto 0.85rem;
    overflow: hidden;
    background: #e8edf4;
}

.rh-nominee-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.rh-nominee-photo-empty {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rh-red);
    font-size: 2.4rem;
}

.rh-nominee-office {
    margin: 0;
    font-family: Oswald, Inter, sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--rh-red);
    font-weight: 600;
    line-height: 1.3;
}

.rh-nominee-race {
    margin: 0.15rem 0 0;
    font-size: 0.82rem;
    color: #555;
    line-height: 1.3;
    min-height: 1.15em;
}

.rh-nominee-name {
    margin: 0.45rem 0 0;
    font-family: Oswald, Inter, sans-serif;
    font-size: 1.12rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--rh-navy);
    line-height: 1.2;
}

.rh-nominee-incumbent {
    color: var(--rh-red);
    font-size: 0.85em;
}

.rh-nominee-site {
    display: inline-block;
    margin-top: 0.45rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--rh-red);
    text-decoration: none;
}

.rh-nominee-site:hover,
.rh-nominee-site:focus-visible {
    text-decoration: underline;
}

.rh-ticket-note {
    margin: 1.75rem auto 0;
    max-width: 40rem;
    text-align: center;
    font-size: 0.98rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
}

.rh-ticket-note a {
    color: #fff;
    font-weight: 800;
    text-underline-offset: 3px;
}

.rh-split {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 2rem;
    padding: 3rem 0;
    background: var(--rh-white);
}

.rh-split img {
    width: 100%;
    height: auto;
    display: block;
}

.rh-split-copy h2 {
    font-family: Oswald, Inter, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--rh-navy);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    margin: 0 0 0.85rem;
}

.rh-split-copy p {
    margin: 0 0 0.9rem;
    line-height: 1.65;
    font-size: 1.05rem;
}

.rh-split-copy ul {
    margin: 0;
    padding: 0 0 0 1.15rem;
    line-height: 1.7;
}

.rh-split-copy li + li {
    margin-top: 0.35rem;
}

.rh-cta {
    background: var(--rh-navy-deep);
    color: var(--rh-white);
    padding: 3rem 0 3.25rem;
}

.rh-cta h2 {
    font-family: Oswald, Inter, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    margin: 0 0 0.5rem;
}

.rh-cta .rh-lead {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.1rem;
}

.rh-deadlines {
    list-style: none;
    margin: 0 auto 1.6rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 1.5rem;
    max-width: 52rem;
}

.rh-deadlines li {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.45;
    letter-spacing: 0.02em;
    text-align: center;
}

.rh-deadlines strong {
    color: #ffd6dc;
    font-weight: 800;
}

.rh-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.rh-btn {
    display: inline-block;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.92rem;
    padding: 0.85rem 1.2rem;
    border-radius: 2px;
    border: 2px solid transparent;
}

.rh-btn-red {
    background: var(--rh-red);
    color: var(--rh-white);
}

.rh-btn-red:hover,
.rh-btn-red:focus-visible {
    background: var(--rh-red-dark);
    color: var(--rh-white);
}

.rh-btn-white {
    background: var(--rh-white);
    color: var(--rh-navy);
}

.rh-btn-white:hover,
.rh-btn-white:focus-visible {
    background: #e8edf4;
    color: var(--rh-navy);
}

.rh-btn-outline {
    background: transparent;
    color: var(--rh-white);
    border-color: rgba(255, 255, 255, 0.7);
}

.rh-btn-outline:hover,
.rh-btn-outline:focus-visible {
    background: var(--rh-white);
    color: var(--rh-navy);
}

.rh-closer {
    background: #000;
    color: var(--rh-white);
    text-align: center;
}

.rh-closer img {
    width: min(420px, 88%);
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 1.5rem 0 0.5rem;
}

.rh-closer p {
    margin: 0;
    padding: 0 1rem 1.75rem;
    font-family: Oswald, Inter, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: clamp(1.05rem, 3.4vw, 1.45rem);
    line-height: 1.25;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
}

.rh-foot {
    background: var(--rh-navy);
    color: rgba(255, 255, 255, 0.88);
    padding: 1.6rem 0 1.35rem;
    text-align: center;
    border-top: 4px solid var(--rh-red);
}

.rh-foot a {
    color: #fff;
    font-weight: 700;
}

.rh-disclaimer {
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--rh-white);
    margin: 0 0 0.55rem;
    font-weight: 700;
}

.rh-foot p {
    margin: 0.25rem 0;
    font-size: 0.88rem;
}

@media (min-width: 861px) {
    .rh-desktop-break {
        display: inline;
    }
}

@media (max-width: 860px) {
    .rh-cards,
    .rh-split {
        grid-template-columns: 1fr;
    }

    .rh-hero-art-desktop {
        display: none;
    }

    .rh-hero-art-mobile {
        display: block;
        width: min(420px, 100%);
    }

    .rh-hero {
        background: #000;
        padding-bottom: 0;
    }

    .rh-split {
        padding-top: 2rem;
    }

    .rh-brand-name {
        display: none;
    }

    .rh-nominee {
        flex: 0 1 calc(50% - 0.7rem);
        width: auto;
        min-width: 0;
    }

    .rh-nominee-photo {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 560px) {
    .rh-actions {
        flex-direction: column;
    }

    .rh-btn {
        text-align: center;
    }

    .rh-punch p,
    .rh-lead {
        font-size: 1.02rem;
    }
}
