/* (c) Haxter Corporation | Shareholders Annual Reports | H27-HX26-MS */

.hxshar_page {
    background: #ffffff;
}

/* ACTIVE NAV */

.hxshar_page .hxsh_shareholder_nav a[aria-current="page"] {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* HERO */

.hxshar_hero {
    background:
        radial-gradient(circle at 88% 18%, rgba(0, 103, 184, 0.085), transparent 25%),
        radial-gradient(circle at 94% 80%, rgba(7, 22, 43, 0.06), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    border-bottom: 1px solid var(--hxsh_border);
}

.hxshar_hero_grid {
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.44fr);
    gap: 72px;
    align-items: center;
    padding: 78px 0;
}

.hxshar_hero_content {
    max-width: 920px;
}

.hxshar_hero h1 {
    margin: 0;
    color: var(--hxsh_text);
    font-size: clamp(58px, 6.4vw, 94px);
    line-height: 1.01;
    letter-spacing: -0.072em;
    font-weight: 600;
}

.hxshar_hero_content > p:not(.hxsh_label) {
    max-width: 870px;
    margin: 28px 0 0;
    color: var(--hxsh_muted);
    font-size: 19px;
    line-height: 1.66;
}

.hxshar_hero_panel {
    padding: 32px;
    background: #ffffff;
    border: 1px solid var(--hxsh_border);
    box-shadow: 0 22px 56px rgba(7, 22, 43, 0.08);
}

.hxshar_hero_panel span {
    display: block;
    margin-bottom: 14px;
    color: var(--hxsh_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 750;
}

.hxshar_hero_panel strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 30px;
    line-height: 1.13;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hxshar_hero_panel p {
    margin: 18px 0 0;
    color: var(--hxsh_muted);
    font-size: 15px;
    line-height: 1.62;
}

/* STATEMENT */

.hxshar_statement {
    background: var(--hxsh_navy);
    color: #ffffff;
}

.hxshar_statement_inner {
    min-height: 92px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.hxshar_statement span {
    color: #9fc8ee;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 750;
}

.hxshar_statement p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.56;
    font-weight: 620;
}

/* INTRO */

.hxshar_intro_grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.58fr);
    gap: 64px;
    align-items: start;
}

.hxshar_intro_text h2,
.hxshar_notice h2 {
    margin: 0;
    color: var(--hxsh_text);
    font-size: clamp(38px, 4.6vw, 62px);
    line-height: 1.08;
    letter-spacing: -0.052em;
    font-weight: 600;
}

.hxshar_intro_text p:not(.hxsh_label),
.hxshar_notice p {
    margin: 22px 0 0;
    color: var(--hxsh_muted);
    font-size: 17px;
    line-height: 1.68;
}

.hxshar_scope_grid {
    display: grid;
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshar_scope_card {
    min-height: 120px;
    padding: 24px;
    background: #ffffff;
    border-right: 1px solid var(--hxsh_border);
    border-bottom: 1px solid var(--hxsh_border);
}

.hxshar_scope_card strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -0.034em;
    font-weight: 600;
}

.hxshar_scope_card p {
    margin: 12px 0 0;
    color: var(--hxsh_muted);
    font-size: 15px;
    line-height: 1.58;
}

/* REPORT CARDS */

.hxshar_report_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshar_report_card {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #ffffff;
    border-right: 1px solid var(--hxsh_border);
    border-bottom: 1px solid var(--hxsh_border);
}

.hxshar_report_card_featured {
    background:
        radial-gradient(circle at 88% 18%, rgba(0, 103, 184, 0.08), transparent 32%),
        #ffffff;
}

.hxshar_report_card > span {
    display: block;
    margin-bottom: 18px;
    color: var(--hxsh_blue);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.045em;
}

.hxshar_report_card h3 {
    margin: 0;
    color: var(--hxsh_text);
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hxshar_report_card p {
    margin: 18px 0 0;
    color: var(--hxsh_muted);
    font-size: 15px;
    line-height: 1.62;
}

.hxshar_report_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hxshar_report_meta small,
.hxshar_report_meta em {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    background: var(--hxsh_soft);
    color: var(--hxsh_text);
    border: 1px solid var(--hxsh_border);
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: 750;
}

.hxshar_report_meta em {
    color: var(--hxsh_blue);
}

.hxshar_report_card a,
.hxshar_unavailable_action {
    display: inline-flex;
    margin-top: auto;
    padding-top: 28px;
    color: var(--hxsh_blue);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 750;
    text-decoration: none;
}

.hxshar_report_card a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hxshar_unavailable_action {
    color: var(--hxsh_muted);
}

/* NOTICE */

.hxshar_notice {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.58fr);
    gap: 46px;
    align-items: start;
    padding: 42px;
    background: #ffffff;
    border-left: 3px solid var(--hxsh_blue);
    border-top: 1px solid var(--hxsh_border);
    border-right: 1px solid var(--hxsh_border);
    border-bottom: 1px solid var(--hxsh_border);
}

.hxshar_notice_matrix {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshar_notice_matrix div {
    min-height: 96px;
    padding: 18px;
    background: var(--hxsh_soft);
    border-right: 1px solid var(--hxsh_border);
    border-bottom: 1px solid var(--hxsh_border);
}

.hxshar_notice_matrix span {
    display: block;
    margin-bottom: 10px;
    color: var(--hxsh_muted);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 750;
}

.hxshar_notice_matrix strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 18px;
    line-height: 1.28;
    font-weight: 650;
}

/* RELATED ROUTES */

.hxshar_related_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshar_related_card {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    padding: 26px;
    background: #ffffff;
    color: var(--hxsh_text);
    text-decoration: none;
    border-right: 1px solid var(--hxsh_border);
    border-bottom: 1px solid var(--hxsh_border);
}

.hxshar_related_card strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 23px;
    line-height: 1.16;
    letter-spacing: -0.034em;
    font-weight: 600;
}

.hxshar_related_card p {
    margin: 16px 0 0;
    color: var(--hxsh_muted);
    font-size: 15px;
    line-height: 1.58;
}

.hxshar_related_card span {
    display: block;
    margin-top: auto;
    padding-top: 24px;
    color: var(--hxsh_blue);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 750;
}

.hxshar_related_card:hover strong,
.hxshar_related_card:hover span {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* RESPONSIVE */

@media (max-width: 1220px) {
    .hxshar_hero_grid,
    .hxshar_intro_grid,
    .hxshar_notice {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .hxshar_hero_panel {
        max-width: 560px;
    }

    .hxshar_report_grid,
    .hxshar_related_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 920px) {
    .hxshar_hero_grid {
        min-height: auto;
        padding: 64px 0 68px;
    }

    .hxshar_statement_inner {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 22px 0;
    }

    .hxshar_report_grid,
    .hxshar_notice_matrix {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .hxshar_hero h1,
    .hxshar_hero_panel strong,
    .hxshar_intro_text h2,
    .hxshar_notice h2,
    .hxshar_scope_card strong,
    .hxshar_report_card h3,
    .hxshar_related_card strong {
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 500;
        letter-spacing: -0.028em;
        text-wrap: balance;
    }

    .hxshar_hero h1 {
        font-size: clamp(42px, 11vw, 60px);
        line-height: 1.05;
    }

    .hxshar_hero_content > p:not(.hxsh_label),
    .hxshar_intro_text p:not(.hxsh_label),
    .hxshar_notice p {
        font-size: 17px;
        line-height: 1.68;
        letter-spacing: -0.01em;
    }

    .hxshar_notice {
        padding: 26px;
    }
}

@media (max-width: 620px) {
    .hxshar_hero_grid {
        padding: 54px 0;
    }

    .hxshar_hero_panel,
    .hxshar_notice,
    .hxshar_scope_card,
    .hxshar_report_card,
    .hxshar_related_card {
        padding: 22px;
    }
}