*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px
}

body {
    margin: 0;
    background: var(--background);
    color: var(--text);
    font-family: 'DM Sans', system-ui, sans-serif;
    overflow-x: hidden
}

body.menu-open {
    overflow: hidden
}

img {
    display: block;
    max-width: 100%
}

a {
    color: inherit;
    text-decoration: none
}

button,
input,
textarea,
select {
    font: inherit
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto
}

.skip-link {
    position: fixed;
    top: -100px;
    left: 16px;
    background: #fff;
    color: #000;
    padding: 12px;
    z-index: 999
}

.skip-link:focus {
    top: 16px
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    color: #fff;
    transition: .25s
}

.site-header.is-scrolled {
    position: fixed;
    background: color-mix(in srgb, var(--primary) 94%, #000);
    box-shadow: 0 8px 30px #0002
}

.header-inner {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.brand {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 900;
    text-transform: uppercase
}

.brand-name {
    font-size: 22px
}

.brand-number {
    color: var(--accent);
    font-size: 26px
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    font: 700 13px 'League Spartan', sans-serif;
    text-transform: uppercase
}

.main-nav>a:not(.btn) {
    position: relative
}

.main-nav>a:not(.btn)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -6px;
    height: 2px;
    background: var(--accent);
    transition: .2s
}

.main-nav>a:hover::after {
    right: 0
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    color: #fff;
    padding: 10px
}

.menu-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    margin: 6px;
    background: currentColor
}

.btn {
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 54px;
    padding: 0 28px;
    font: 800 13px 'League Spartan', sans-serif;
    text-transform: uppercase;
    letter-spacing: .03em;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
    transition: transform .2s, filter .2s
}

.btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.05)
}

.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid var(--accent);
    outline-offset: 3px
}

.btn-accent {
    background: var(--button);
    color: #102064
}

.btn-primary {
    background: var(--primary);
    color: #fff
}

.btn-secondary {
    background: var(--secondary);
    color: #fff
}

.hero {
    min-height: 720px;
    background: radial-gradient(circle at 52% 60%, color-mix(in srgb, var(--primary) 70%, #ff3f55), var(--primary) 42%, color-mix(in srgb, var(--primary) 75%, #000));
    color: #fff;
    position: relative;
    overflow: hidden
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, #0002, transparent 48%, #0001), repeating-linear-gradient(120deg, transparent 0 110px, #fff04 110px 111px);
    opacity: .3
}

.hero-grid {
    min-height: 720px;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: end;
    position: relative;
    z-index: 1
}

.hero-copy {
    padding: 150px 0 90px;
    align-self: center;
    max-width: 510px
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--primary);
    font: 800 12px 'League Spartan', sans-serif;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 16px
}

.eyebrow::before {
    content: "";
    width: 34px;
    height: 3px;
    background: currentColor
}

.eyebrow.light {
    color: #fff
}

.hero-copy h1 {
    font: 900 clamp(44px, 5vw, 78px)/.84 'League Spartan', sans-serif;
    text-transform: uppercase;
    margin: 6px 0 0;
    letter-spacing: -.04em
}

.hero-office {
    margin: 0 0 6px;
    font: 700 15px 'League Spartan', sans-serif;
    text-transform: uppercase;
    letter-spacing: .14em
}

.candidate-number {
    font: 900 clamp(92px, 10vw, 150px)/.82 'League Spartan', sans-serif;
    color: var(--accent);
    letter-spacing: -.06em;
    text-shadow: 0 7px 0 #0002;
    margin: 12px 0 18px
}

.hero-copy h2 {
    font: 800 clamp(24px, 2.5vw, 40px)/1 'League Spartan', sans-serif;
    margin: 0 0 15px;
    text-transform: uppercase;
    max-width: 490px
}

.hero-copy>p:last-of-type {
    font-size: 17px;
    line-height: 1.6;
    max-width: 480px;
    margin: 0 0 28px
}

.hero-logo {
    max-width: 230px;
    max-height: 100px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 20px
}

.hero-portrait {
    height: 640px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.hero-portrait>img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 28px 28px #0003);
    z-index: 2
}

.portrait-placeholder {
    width: min(480px, 90%);
    height: 540px;
    margin: auto auto 0;
    border: 2px dashed #fff7;
    border-bottom: 0;
    border-radius: 50% 50% 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff9;
    background: linear-gradient(180deg, #fff1, #0002);
    font: 800 42px/1 'League Spartan', sans-serif;
    text-align: center
}

.portrait-placeholder strong {
    color: #fff;
    font-size: 48px
}

.portrait-placeholder small {
    font: 600 13px 'DM Sans';
    margin-top: 16px
}

.hero-wordmark {
    position: absolute;
    right: -15px;
    top: 190px;
    font: 900 clamp(70px, 10vw, 140px)/.6 'League Spartan', sans-serif;
    text-transform: uppercase;
    color: #fff2;
    text-align: right
}

.hero-wordmark em {
    font-family: cursive;
    color: var(--accent);
    text-transform: none;
    font-size: .9em
}

.hero-art {
    min-height: 0
}

.hero-ready-image {
    width: 100%;
    min-height: 500px;
    object-fit: cover
}

.section {
    padding: 105px 0
}

.biography {
    background: #fff
}

.biography-grid {
    display: grid;
    grid-template-columns: .95fr 1fr;
    gap: 74px;
    align-items: center
}

.biography-grid.image-right .bio-image {
    order: 2
}

.bio-image {
    min-height: 570px;
    position: relative
}

.bio-image::after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 50%;
    height: 50%;
    background: var(--accent);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 0
}

.bio-image img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    position: relative;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 92% 100%, 0 100%)
}

.bio-placeholder {
    height: 570px;
    background: linear-gradient(145deg, var(--secondary), color-mix(in srgb, var(--secondary) 60%, #20a9da));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 44px;
    position: relative;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 92% 100%, 0 100%)
}

.bio-placeholder::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #fff1;
    top: 50px;
    right: -50px
}

.bio-placeholder span {
    font-size: 13px;
    letter-spacing: .2em
}

.bio-placeholder strong {
    font: 900 48px/.9 'League Spartan';
    max-width: 340px;
    margin-top: 10px
}

.bio-copy h2,
.section-heading h2 {
    font: 900 clamp(38px, 4vw, 60px)/.93 'League Spartan', sans-serif;
    color: var(--title);
    letter-spacing: -.035em;
    text-transform: uppercase;
    margin: 0 0 24px
}

.bio-copy p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 16px
}

.bio-copy .btn {
    margin-top: 14px
}

.campaign-banner {
    background: var(--secondary)
}

.campaign-banner a {
    display: block;
    position: relative
}

.campaign-banner img {
    width: 100%;
    max-height: 680px;
    object-fit: cover
}

.banner-button {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    background: var(--accent);
    color: var(--secondary);
    padding: 16px 24px;
    font: 800 13px 'League Spartan';
    text-transform: uppercase
}

.trajectory {
    background: var(--secondary);
    color: #fff;
    position: relative;
    overflow: hidden
}

.trajectory::after {
    content: "";
    position: absolute;
    right: -150px;
    top: -180px;
    width: 500px;
    height: 500px;
    border: 100px solid #fff05;
    border-radius: 50%
}

.trajectory .section-heading {
    position: relative;
    z-index: 1
}

.trajectory .section-heading h2 {
    color: #fff
}

.timeline-preview {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 55px 0 35px;
    position: relative;
    z-index: 1
}

.timeline-preview::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
    height: 2px;
    background: #fff3
}

.timeline-preview article {
    padding: 0 22px 0 0
}

.timeline-preview article>span {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border: 2px solid #fff5;
    background: var(--secondary);
    border-radius: 50%;
    font: 800 14px 'League Spartan';
    position: relative;
    z-index: 2
}

.timeline-preview h3 {
    font: 800 21px 'League Spartan';
    text-transform: uppercase;
    margin: 24px 0 9px
}

.timeline-preview p {
    font-size: 14px;
    line-height: 1.6;
    color: #fffbd
}

.text-link {
    font: 800 13px 'League Spartan';
    color: var(--accent);
    letter-spacing: .08em
}

.materials {
    background: var(--background)
}

.section-heading.centered {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px
}

.section-heading.centered .eyebrow {
    justify-content: center
}

.section-heading.centered p {
    font-size: 17px;
    margin-top: -8px
}

.material-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.material-card {
    background: #fff;
    box-shadow: 0 18px 40px #121b3d12;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s
}

.material-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 55px #121b3d20
}

.material-card>a {
    display: grid;
    grid-template-columns: 44% 56%;
    min-height: 310px
}

.material-card img,
.material-art {
    width: 100%;
    height: 100%;
    min-height: 310px;
    object-fit: cover
}

.material-art {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(145deg, #10a4dc, #005eaa);
    color: #fff;
    position: relative;
    overflow: hidden
}

.material-art::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border: 55px solid #fff2;
    border-radius: 50%;
    right: -80px;
    bottom: -70px
}

.material-art span {
    font: 900 60px 'League Spartan';
    color: var(--accent)
}

.material-art strong {
    font: 900 30px/.92 'League Spartan';
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

.tone-2 .material-art {
    background: linear-gradient(145deg, var(--primary), #8e071a)
}

.tone-3 .material-art {
    background: linear-gradient(145deg, var(--secondary), #5767ba)
}

.tone-4 .material-art {
    background: linear-gradient(145deg, #009d73, #006546)
}

.material-card-copy {
    padding: 38px 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.material-card-copy h2,
.material-card-copy h3 {
    font: 900 28px/.95 'League Spartan';
    color: var(--title);
    text-transform: uppercase;
    margin: 0 0 14px
}

.material-card-copy p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 auto
}

.card-button {
    margin-top: 24px;
    background: var(--primary);
    color: #fff;
    padding: 13px 16px;
    font: 800 11px 'League Spartan';
    text-transform: uppercase
}

.center-action {
    text-align: center;
    margin-top: 45px
}

.join {
    background: linear-gradient(120deg, var(--primary), color-mix(in srgb, var(--primary) 75%, #7c0015));
    color: #fff
}

.join-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.join h2 {
    font: 900 clamp(55px, 7vw, 90px)/.82 'League Spartan';
    margin: 0 0 25px;
    letter-spacing: -.05em
}

.join>p,
.join-grid>div>p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 550px
}

.join-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px
}

.join-badge strong {
    font: 900 56px 'League Spartan';
    color: var(--accent)
}

.join-badge span {
    font: 700 14px/1.2 'League Spartan';
    text-transform: uppercase
}

.join-form {
    background: #fff;
    color: var(--text);
    padding: 38px;
    box-shadow: 0 25px 60px #0002
}

.join-form label {
    display: grid;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px
}

.join-form input {
    height: 48px;
    border: 1px solid #d9dce6;
    border-radius: 3px;
    padding: 0 14px;
    background: #f8f9fb
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.join-form label.check {
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    line-height: 1.4
}

.check input {
    height: 18px;
    width: 18px;
    flex: none
}

.honeypot {
    position: absolute;
    left: -9999px
}

.page-hero {
    padding: 170px 0 90px;
    background: linear-gradient(120deg, var(--primary), color-mix(in srgb, var(--primary) 70%, #7b0013));
    color: #fff
}

.page-hero h1 {
    font: 900 clamp(48px, 7vw, 90px)/.85 'League Spartan';
    max-width: 900px;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: -.045em
}

.page-hero p {
    font-size: 18px;
    max-width: 680px
}

.back-link {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px
}

.prose {
    max-width: 850px;
    font-size: 17px;
    line-height: 1.8
}

.prose .lead {
    font-size: 23px;
    color: var(--title);
    font-weight: 600
}

.full-timeline {
    background: #fff
}

.timeline-list {
    max-width: 900px;
    margin: 50px auto 0
}

.timeline-list article {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 40px;
    padding: 0 0 55px;
    position: relative
}

.timeline-list article::before {
    content: "";
    position: absolute;
    left: 74px;
    top: 58px;
    bottom: 0;
    width: 2px;
    background: #dfe1e8
}

.timeline-year {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: var(--secondary);
    color: #fff;
    display: grid;
    place-items: center;
    font: 900 24px 'League Spartan'
}

.timeline-list img {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    margin-bottom: 20px
}

.timeline-list h3 {
    font: 800 28px 'League Spartan';
    color: var(--title);
    text-transform: uppercase;
    margin: 10px 0
}

.download-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.download-card {
    background: #fff;
    box-shadow: 0 15px 35px #141e3b12
}

.download-card>img,
.download-placeholder {
    width: 100%;
    height: 270px;
    object-fit: cover;
    background: linear-gradient(145deg, var(--secondary), #128ac4);
    color: #fff;
    display: grid;
    place-items: center;
    font: 900 30px 'League Spartan'
}

.download-card>div:last-child {
    padding: 26px
}

.download-card h2 {
    font: 800 24px 'League Spartan';
    color: var(--title);
    text-transform: uppercase;
    margin: 0 0 10px
}

.download-card p {
    font-size: 14px;
    line-height: 1.6
}

.download-card small {
    display: block;
    margin-top: 12px
}

.empty-state {
    grid-column: 1/-1;
    text-align: center;
    padding: 70px;
    background: #fff
}

.empty-state strong {
    font: 800 32px 'League Spartan';
    color: var(--title)
}

.error-page {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--secondary), #07123f);
    color: #fff;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 40px
}

.error-page>div {
    max-width: 760px
}

.error-page>div>span {
    font: 900 110px/1 'League Spartan';
    color: var(--accent)
}

.error-page h1 {
    font: 900 clamp(42px, 7vw, 80px)/.9 'League Spartan';
    margin: 15px 0
}

.site-footer {
    background: var(--footer);
    color: #fff;
    padding: 75px 0 25px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    gap: 70px
}

.footer-kicker {
    font: 700 16px 'League Spartan';
    max-width: 220px
}

.footer-candidate {
    font: 900 36px 'League Spartan';
    text-transform: uppercase
}

.footer-candidate strong {
    display: block;
    color: var(--accent);
    font-size: 78px;
    line-height: .8
}

.footer-grid h2 {
    font: 700 12px 'League Spartan';
    text-transform: uppercase;
    letter-spacing: .16em;
    color: #ffffff70;
    margin: 0 0 22px
}

.footer-grid>div:nth-child(2)>a {
    display: block;
    font-weight: 700;
    margin: 0 0 13px
}

.social-list {
    display: flex;
    gap: 10px
}

.social-list a {
    width: 42px;
    height: 42px;
    border: 1px solid #fff4;
    display: grid;
    place-items: center;
    font-weight: 800
}

.footer-legal {
    border-top: 1px solid #fff2;
    margin-top: 50px;
    padding-top: 24px;
    text-align: center;
    color: #ffffff70;
    font-size: 12px
}

.footer-legal span {
    display: block;
    margin-top: 8px
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
    box-shadow: 0 12px 28px #0003;
    z-index: 40
}

.whatsapp-float.is-left {
    right: auto;
    left: 22px
}

[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s, transform .7s
}

[data-reveal].is-visible {
    opacity: 1;
    transform: none
}

@media(max-width:992px) {
    .main-nav {
        gap: 14px
    }

    .nav-cta {
        display: none
    }

    .hero-grid {
        grid-template-columns: 1fr 1fr
    }

    .hero-copy {
        padding-top: 130px
    }

    .biography-grid {
        gap: 40px
    }

    .timeline-preview {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px
    }

    .timeline-preview::before {
        display: none
    }

    .material-card>a {
        grid-template-columns: 1fr
    }

    .material-art,
    .material-card img {
        height: 240px;
        min-height: 240px
    }

    .join-grid {
        gap: 35px
    }

    .download-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:767px) {
    .container {
        width: min(100% - 28px, 620px)
    }

    .header-inner {
        height: 72px
    }

    .brand-name {
        font-size: 18px
    }

    .menu-toggle {
        display: block;
        position: relative;
        z-index: 2
    }

    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: min(86vw, 380px);
        height: 100dvh;
        background: var(--secondary);
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        padding: 70px 38px;
        gap: 0;
        transition: right .25s;
        box-shadow: -20px 0 50px #0004
    }

    .main-nav.is-open {
        right: 0
    }

    .main-nav a {
        font-size: 18px;
        padding: 14px 0;
        border-bottom: 1px solid #fff2
    }

    .main-nav .nav-cta {
        display: flex;
        margin-top: 20px;
        border: 0
    }

    .hero {
        min-height: auto
    }

    .hero-grid {
        min-height: auto;
        display: flex;
        flex-direction: column;
        padding-top: 72px
    }

    .hero-copy {
        padding: 55px 0 10px;
        text-align: center;
        align-self: stretch
    }

    .eyebrow {
        justify-content: center
    }

    .hero-copy h1 {
        font-size: 48px
    }

    .candidate-number {
        font-size: 110px
    }

    .hero-copy h2 {
        font-size: 28px;
        margin-inline: auto
    }

    .hero-copy>p:last-of-type {
        font-size: 15px
    }

    .hero-logo {
        margin-inline: auto
    }

    .hero-portrait {
        height: 480px;
        width: 100%
    }

    .portrait-placeholder {
        height: 420px
    }

    .portrait-placeholder strong {
        font-size: 34px
    }

    .hero-wordmark {
        top: 80px;
        font-size: 90px
    }

    .hero-ready-image {
        min-height: 0;
        width: 100%
    }

    .section {
        padding: 72px 0
    }

    .biography-grid {
        display: flex;
        flex-direction: column;
        gap: 38px
    }

    .biography-grid.image-right .bio-image {
        order: 0
    }

    .bio-image {
        min-height: 0;
        width: 100%
    }

    .bio-image img,
    .bio-placeholder {
        height: 440px
    }

    .bio-copy {
        text-align: center
    }

    .bio-copy h2,
    .section-heading h2 {
        font-size: 40px
    }

    .timeline-preview {
        grid-template-columns: 1fr
    }

    .timeline-preview article {
        padding: 0 0 20px 65px;
        position: relative
    }

    .timeline-preview article>span {
        position: absolute;
        left: 0;
        top: 0
    }

    .timeline-preview h3 {
        margin-top: 0
    }

    .material-grid {
        grid-template-columns: 1fr
    }

    .material-card>a {
        grid-template-columns: 42% 58%;
        min-height: 250px
    }

    .material-art,
    .material-card img {
        height: 100%;
        min-height: 250px
    }

    .material-art {
        padding: 20px
    }

    .material-art strong {
        font-size: 23px
    }

    .material-card-copy {
        padding: 24px 18px
    }

    .material-card-copy h2,
    .material-card-copy h3 {
        font-size: 22px
    }

    .join-grid {
        grid-template-columns: 1fr
    }

    .join h2 {
        font-size: 56px
    }

    .join-form {
        padding: 26px 20px
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0
    }

    .page-hero {
        padding: 130px 0 65px
    }

    .timeline-list article {
        grid-template-columns: 1fr;
        padding-left: 28px
    }

    .timeline-list article::before {
        left: 5px;
        top: 0
    }

    .timeline-year {
        width: auto;
        height: auto;
        display: inline-flex;
        padding: 10px 18px;
        border-radius: 0
    }

    .download-grid {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .footer-legal {
        text-align: left
    }

    .campaign-banner img {
        min-height: 0
    }

    .banner-button {
        width: max-content;
        max-width: 90%;
        text-align: center
    }

    .error-page>div>span {
        font-size: 70px
    }
}

@media(max-width:420px) {
    .material-card>a {
        grid-template-columns: 1fr
    }

    .material-art,
    .material-card img {
        height: 210px;
        min-height: 210px
    }

    .candidate-number {
        font-size: 92px
    }

    .hero-portrait {
        height: 420px
    }

    .page-hero h1 {
        font-size: 43px
    }
}

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

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important
    }

    [data-reveal] {
        opacity: 1;
        transform: none
    }
}

.site-header.is-solid {
    position: fixed;
    background: color-mix(in srgb, var(--primary) 94%, #000);
    box-shadow: 0 8px 30px #0002
}

/* Identificação textual dos dois candidatos no topo. */
.brand-candidates {
    min-width: 0;
    gap: 8px;
    white-space: nowrap;
    line-height: 1
}

.brand-candidate {
    display: inline-flex;
    align-items: baseline;
    gap: 5px
}

.brand-candidates .brand-name {
    font-size: clamp(14px, 1.35vw, 19px);
    color: #fff
}

.brand-candidates .brand-number {
    font-size: clamp(16px, 1.55vw, 22px);
    color: var(--accent)
}

.brand-separator {
    color: #fff;
    opacity: .72;
    font-size: 13px
}

@media(max-width:1100px) and (min-width:768px) {
    .brand-candidates .brand-name {
        font-size: 13px
    }

    .brand-candidates .brand-number {
        font-size: 15px
    }

    .brand-separator {
        font-size: 10px
    }

    .header-inner {
        gap: 18px
    }

    .main-nav {
        gap: 12px;
        font-size: 11px
    }
}

@media(max-width:767px) {
    .brand-candidates {
        max-width: calc(100% - 54px);
        gap: 5px
    }

    .brand-candidates .brand-name {
        font-size: clamp(11px, 3vw, 16px)
    }

    .brand-candidates .brand-number {
        font-size: clamp(12px, 3.35vw, 18px)
    }

    .brand-separator {
        font-size: 9px
    }

    .menu-toggle {
        flex: none
    }
}

@media(max-width:390px) {
    .brand-candidates {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px
    }

    .brand-candidates .brand-name {
        font-size: 11px
    }

    .brand-candidates .brand-number {
        font-size: 12px
    }

    .brand-separator {
        display: none
    }
}

/* Rodapé com identificação e redes separadas dos dois candidatos. */
.footer-candidates {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start
}

.footer-candidates .footer-candidate {
    min-width: 0;
    font-size: clamp(17px, 1.8vw, 25px);
    line-height: 1;
    overflow-wrap: anywhere
}

.footer-candidates .footer-candidate strong {
    font-size: clamp(46px, 5vw, 65px);
    margin-top: 5px
}

.footer-social-group+.footer-social-group {
    margin-top: 22px
}

.footer-social-group h3 {
    margin: 0 0 10px;
    color: #fff;
    font: 800 13px 'League Spartan', sans-serif;
    text-transform: uppercase
}

.social-list {
    flex-wrap: wrap
}

.footer-social-group .social-list a {
    font-size: 11px
}

@media(max-width:767px) {
    .footer-candidates {
        width: min(100%, 520px);
        gap: 18px
    }

    .footer-candidates .footer-candidate {
        font-size: 19px
    }

    .footer-candidates .footer-candidate strong {
        font-size: 52px
    }

    .footer-social-group {
        max-width: 420px
    }
}

@media(max-width:390px) {
    .footer-candidates {
        gap: 12px
    }

    .footer-candidates .footer-candidate {
        font-size: 16px
    }

    .footer-candidates .footer-candidate strong {
        font-size: 44px
    }
}

/* Logos dos candidatos e ícones oficiais das redes no rodapé. */
.footer-candidate-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: center;
    margin-top: 17px
}

.footer-candidate-brand {
    min-width: 0;
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.footer-candidate-brand>img {
    width: 100%;
    max-width: 190px;
    max-height: 105px;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 4px 10px #0002)
}

.footer-candidate-brand .footer-candidate {
    font-size: clamp(17px, 1.8vw, 25px);
    line-height: 1
}

.footer-candidate-brand .footer-candidate strong {
    font-size: clamp(46px, 5vw, 65px);
    margin-top: 5px
}

.social-list a {
    transition: background .18s, border-color .18s, transform .18s
}

.social-list a:hover,
.social-list a:focus-visible {
    background: var(--accent);
    border-color: var(--accent);
    transform: translateY(-2px)
}

.social-list a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: filter .18s
}

.social-list a:hover img,
.social-list a:focus-visible img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(47%) saturate(2595%) hue-rotate(208deg) brightness(81%) contrast(98%)
}

.footer-candidate-logos.logo-count-1 {
    grid-template-columns: minmax(0, 220px)
}

.footer-candidate-logos.logo-count-3,
.footer-candidate-logos.logo-count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px
}

.footer-candidate-logos.logo-count-3 .footer-candidate-brand,
.footer-candidate-logos.logo-count-4 .footer-candidate-brand {
    min-height: 72px
}

.footer-candidate-logos.logo-count-3 img,
.footer-candidate-logos.logo-count-4 img {
    max-height: 76px
}

.footer-candidate-brand>img {
    height: 90px
}

/* Player compacto do jingle no header e header visível desde o carregamento da home. */
.home-page .site-header,
.home-page .site-header.is-solid,
.home-page .site-header.is-scrolled {
    position: sticky;
    top: 0;
    background: color-mix(in srgb, var(--primary) 94%, #000);
    box-shadow: 0 8px 30px #0002
}

.header-brand-group {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 1 auto
}

.header-jingle-player {
    display: flex;
    align-items: center;
    flex: none
}

.header-jingle-player audio {
    display: none
}

.header-jingle-toggle {
    appearance: none;
    -webkit-appearance: none;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--accent);
    color: var(--secondary);
    box-shadow: 0 5px 14px #0002;
    cursor: pointer;
    transition: transform .18s, filter .18s
}

.header-jingle-toggle:hover {
    transform: scale(1.06);
    filter: brightness(1.05)
}

.header-jingle-toggle svg {
    grid-area: 1/1;
    width: 17px;
    height: 17px;
    display: block;
    fill: currentColor
}

.header-jingle-toggle .header-jingle-icon-play {
    transform: translateX(1px)
}

.header-jingle-toggle .header-jingle-icon-play[hidden],
.header-jingle-toggle .header-jingle-icon-pause[hidden] {
    display: none !important
}

@media(max-width:767px) {
    .header-brand-group {
        max-width: calc(100% - 52px);
        gap: 7px;
        flex: 1 1 auto
    }

    .header-jingle-toggle {
        width: 30px;
        height: 30px
    }

    .header-jingle-toggle svg {
        width: 15px;
        height: 15px
    }

    .header-brand-group .brand-candidates {
        max-width: none
    }
}

@media(max-width:390px) {
    .header-brand-group {
        gap: 6px
    }

    .header-brand-group .brand-candidates {
        flex-direction: row;
        align-items: baseline;
        gap: 3px
    }

    .header-brand-group .brand-candidate {
        gap: 2px
    }

    .header-brand-group .brand-candidates .brand-name {
        font-size: 9px
    }

    .header-brand-group .brand-candidates .brand-number {
        font-size: 10px
    }

    .header-brand-group .brand-separator {
        display: inline;
        font-size: 7px
    }
}

@media(max-width:767px) {
    .footer-candidate-logos {
        width: min(100%, 520px);
        gap: 18px
    }

    .footer-candidate-brand {
        min-height: 82px
    }

    .footer-candidate-brand>img {
        max-width: 180px;
        max-height: 90px
    }
}

@media(max-width:390px) {
    .footer-candidate-logos {
        gap: 12px
    }

    .footer-candidate-brand {
        min-height: 72px
    }

    .footer-candidate-brand>img {
        max-height: 78px
    }
}

.whatsapp-float img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1)
}

/* Header com novo item Jingles e CTAs de campanha mais presentes. */
.site-header .container {
    width: min(1380px, calc(100% - 40px))
}

.header-inner {
    gap: clamp(18px, 2vw, 32px)
}

.main-nav {
    flex: 1;
    justify-content: flex-end;
    gap: clamp(15px, 1.55vw, 25px);
    font-size: clamp(11px, .82vw, 13px)
}

.main-nav>a {
    white-space: nowrap
}

.main-nav .nav-cta {
    flex: none;
    min-height: 50px;
    padding: 0 20px 0 22px;
    gap: 10px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.05
}

.main-nav .nav-cta b {
    font-size: 17px;
    transition: transform .18s
}

.main-nav .nav-cta:hover b {
    transform: translateX(3px)
}

@media(max-width:1180px) and (min-width:993px) {
    .site-header .container {
        width: min(100% - 24px, 1180px)
    }

    .header-inner {
        gap: 13px
    }

    .main-nav {
        gap: 11px;
        font-size: 10px
    }

    .main-nav .nav-cta {
        padding-inline: 14px;
        font-size: 11px
    }

    .brand-candidates .brand-name {
        font-size: 12px
    }

    .brand-candidates .brand-number {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .site-header .container {
        width: min(100% - 28px, 620px)
    }

    .main-nav {
        justify-content: center
    }

    .main-nav>a {
        white-space: normal
    }

    .main-nav .nav-cta {
        font-size: 14px;
        min-height: 52px
    }
}

/* Capas personalizadas dos cards de Materiais. */
.material-card img {
    object-position: center
}

@media(max-width:420px) {
    .material-card img {
        height: auto;
        min-height: 0;
        aspect-ratio: 4/5
    }
}

/* Ajustes de equilíbrio da seção Materiais e da assinatura do rodapé. */
.materials-heading h2 {
    width: min(100%, 610px);
    margin-inline: auto;
    text-wrap: balance
}

.footer-legal-line {
    line-height: 1.65
}

.footer-legal-line span {
    display: inline;
    margin: 0
}

.footer-legal-line .candidate-name {
    display: inline-block;
    white-space: nowrap
}

.footer-legal-extra {
    display: block;
    margin-top: 8px
}

.footer-developer {
    margin-top: 13px;
    color: #ffffffa8;
    font-size: 11px
}

.footer-developer a {
    color: var(--accent);
    font-weight: 800;
    white-space: nowrap;
    transition: opacity .18s
}

.footer-developer a:hover,
.footer-developer a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
    opacity: .82
}

@media(max-width:767px) {
    .materials-heading h2 {
        width: min(100%, 560px)
    }

    .footer-legal {
        line-height: 1.55
    }

    .footer-developer {
        margin-top: 15px
    }
}

/* Títulos e textos editoriais quebram somente entre palavras. */
:where(h1, h2, h3, h4, .material-art strong, .footer-candidate, .footer-candidates .footer-candidate) {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none
}

.btn,
.banner-button,
.card-button,
.album-button,
.biography-action,
.jingle-download,
.jingle-whatsapp,
.photo-campaign-copy>span,
.sticker-pack-button {
    clip-path: none;
    border-radius: 9px
}

.footer-candidates .footer-candidate {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none
}

/* Busca pública discreta no header e página de resultados. */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.header-search-toggle {
    width: 42px;
    height: 42px;
    flex: none;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: inherit;
    cursor: pointer;
    transition: background .18s, color .18s
}

.header-search-toggle:hover,
.header-search-toggle[aria-expanded=true] {
    background: var(--accent);
    color: var(--secondary)
}

.header-search-toggle svg,
.header-search-panel svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round
}

.site-header.is-search-open {
    background: color-mix(in srgb, var(--primary) 94%, #000)
}

.header-search-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 14px 0;
    background: var(--secondary);
    border-top: 1px solid #ffffff20;
    box-shadow: 0 16px 35px #06133e35;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity .2s, transform .2s, visibility .2s
}

.header-search-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto
}

.header-search-panel form {
    width: min(760px, 100%);
    margin: auto;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) auto 42px;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 5px 7px 5px 16px;
    border-radius: 5px;
    background: #fff;
    color: var(--secondary)
}

.header-search-panel input {
    min-width: 0;
    height: 40px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text);
    font-size: 15px
}

.header-search-submit {
    height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 4px;
    background: var(--accent);
    color: var(--secondary);
    font: 900 10px var(--font-button, 'League Spartan', sans-serif);
    cursor: pointer
}

.header-search-close {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: var(--secondary);
    font-size: 26px;
    line-height: 1;
    cursor: pointer
}

.search-page-hero {
    padding-bottom: 64px
}

.public-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    width: min(720px, 100%);
    padding: 6px;
    border-radius: 6px;
    background: #fff
}

.public-search-form input {
    min-width: 0;
    height: 48px;
    padding: 0 15px;
    border: 0;
    outline: 0;
    color: var(--text);
    background: transparent
}

.public-search-form button {
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 4px;
    background: var(--accent);
    color: var(--secondary);
    font: 900 11px var(--font-button, 'League Spartan', sans-serif);
    cursor: pointer
}

.public-search-form button span {
    font-size: 20px
}

.public-search-form-hero {
    margin-top: 28px
}

.public-search-results {
    background: #f5f6f9
}

.search-total {
    margin: 0 0 28px;
    color: #72798a;
    font-size: 13px
}

.search-result-group {
    margin-top: 45px
}

.search-result-group:first-of-type {
    margin-top: 0
}

.search-result-group>h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 15px;
    color: var(--title);
    font: 900 18px var(--font-heading, 'League Spartan', sans-serif);
    letter-spacing: .05em
}

.search-result-group>h2::before {
    content: "";
    width: 28px;
    height: 3px;
    background: var(--accent)
}

.search-result-list {
    display: grid;
    gap: 10px
}

.search-result-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 25px;
    padding: 21px 23px;
    background: #fff;
    border: 1px solid #e4e7ee;
    box-shadow: 0 7px 22px #14215209
}

.search-result-card span {
    color: var(--primary);
    font: 900 9px var(--font-subheading, 'League Spartan', sans-serif);
    letter-spacing: .1em
}

.search-result-card h3 {
    margin: 5px 0 4px;
    color: var(--title);
    font: 900 22px/1.05 var(--font-heading, 'League Spartan', sans-serif);
    text-transform: uppercase
}

.search-result-card p,
.search-result-card small {
    display: block;
    margin: 0;
    color: #697184;
    font-size: 12px;
    line-height: 1.5
}

.search-result-card small {
    margin-top: 6px;
    max-width: 780px
}

.search-result-card>a,
.search-empty-state>a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    background: var(--secondary);
    color: #fff;
    font: 900 9px var(--font-button, 'League Spartan', sans-serif);
    white-space: nowrap
}

.search-empty-state {
    padding: 60px 25px;
    text-align: center;
    background: #fff
}

.search-empty-state strong {
    display: block;
    color: var(--title);
    font: 900 clamp(23px, 4vw, 34px)/1.1 var(--font-heading, 'League Spartan', sans-serif)
}

.search-empty-state>a {
    width: max-content;
    margin: 22px auto 0
}

@media(max-width:767px) {
    .main-nav .header-search-toggle {
        width: 100%;
        height: 54px;
        border-radius: 0;
        border-bottom: 1px solid #fff2;
        color: #fff
    }

    .main-nav .header-search-toggle:hover,
    .main-nav .header-search-toggle[aria-expanded=true] {
        color: var(--secondary)
    }

    .header-search-panel {
        top: 72px;
        padding: 10px 0
    }

    .header-search-panel form {
        grid-template-columns: 22px minmax(0, 1fr) 40px 36px;
        gap: 7px;
        padding-left: 12px
    }

    .header-search-submit {
        width: 40px;
        padding: 0;
        font-size: 0
    }

    .header-search-submit::after {
        content: "⌕";
        font-size: 21px
    }

    .header-search-close {
        width: 36px
    }

    .search-page-hero {
        padding-bottom: 52px
    }

    .public-search-form {
        grid-template-columns: minmax(0, 1fr) 52px
    }

    .public-search-form button {
        padding: 0;
        font-size: 0
    }

    .public-search-form button span {
        display: inline
    }

    .search-result-card {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 19px
    }

    .search-result-card>a {
        width: 100%;
        min-height: 44px
    }

    .search-result-card h3 {
        font-size: 19px
    }
}