/* (c) Haxter Corporation | Shareholders Earnings & Financial Statements | H27-HX26-MS */

.hxshef_page {
    background: #ffffff;
}

/* ACTIVE NAV */

.hxshef_page .hxsh_shareholder_nav a[aria-current="page"] {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* HERO */

.hxshef_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);
}

.hxshef_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;
}

.hxshef_hero_content {
    max-width: 920px;
}

.hxshef_hero h1 {
    margin: 0;
    color: var(--hxsh_text);
    font-size: clamp(54px, 6vw, 88px);
    line-height: 1.01;
    letter-spacing: -0.072em;
    font-weight: 600;
}

.hxshef_hero_content > p:not(.hxsh_label) {
    max-width: 870px;
    margin: 28px 0 0;
    color: var(--hxsh_muted);
    font-size: 19px;
    line-height: 1.66;
}

.hxshef_hero_panel {
    padding: 32px;
    background: #ffffff;
    border: 1px solid var(--hxsh_border);
    box-shadow: 0 22px 56px rgba(7, 22, 43, 0.08);
}

.hxshef_hero_panel span {
    display: block;
    margin-bottom: 14px;
    color: var(--hxsh_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 750;
}

.hxshef_hero_panel strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 30px;
    line-height: 1.13;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hxshef_hero_panel p {
    margin: 18px 0 0;
    color: var(--hxsh_muted);
    font-size: 15px;
    line-height: 1.62;
}

/* STATEMENT */

.hxshef_statement {
    background: var(--hxsh_navy);
    color: #ffffff;
}

.hxshef_statement_inner {
    min-height: 92px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.hxshef_statement span {
    color: #9fc8ee;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 750;
}

.hxshef_statement p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.56;
    font-weight: 620;
}

/* INTRO */

.hxshef_intro_grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.58fr);
    gap: 64px;
    align-items: start;
}

.hxshef_intro_text h2,
.hxshef_quarter_intro h2,
.hxshef_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;
}

.hxshef_intro_text p:not(.hxsh_label),
.hxshef_quarter_intro p:not(.hxsh_label),
.hxshef_notice p {
    margin: 22px 0 0;
    color: var(--hxsh_muted);
    font-size: 17px;
    line-height: 1.68;
}

.hxshef_category_grid {
    display: grid;
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshef_category {
    min-height: 120px;
    padding: 24px;
    background: #ffffff;
    border-right: 1px solid var(--hxsh_border);
    border-bottom: 1px solid var(--hxsh_border);
}

.hxshef_category strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -0.034em;
    font-weight: 600;
}

.hxshef_category p {
    margin: 12px 0 0;
    color: var(--hxsh_muted);
    font-size: 15px;
    line-height: 1.58;
}

/* FEATURED REPORTS */

.hxshef_featured_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshef_featured_card,
.hxshef_quarter_card {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #ffffff;
    border-right: 1px solid var(--hxsh_border);
    border-bottom: 1px solid var(--hxsh_border);
}

.hxshef_featured_card > span,
.hxshef_quarter_card > span {
    display: block;
    margin-bottom: 16px;
    color: var(--hxsh_blue);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.045em;
}

.hxshef_featured_card strong,
.hxshef_quarter_card strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 26px;
    line-height: 1.14;
    letter-spacing: -0.036em;
    font-weight: 600;
}

.hxshef_featured_card p,
.hxshef_quarter_card p {
    margin: 16px 0 0;
    color: var(--hxsh_muted);
    font-size: 15px;
    line-height: 1.62;
}

.hxshef_featured_card div,
.hxshef_quarter_card div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hxshef_featured_card small,
.hxshef_quarter_card small,
.hxshef_featured_card em,
.hxshef_quarter_card 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;
}

.hxshef_featured_card em,
.hxshef_quarter_card em {
    color: var(--hxsh_blue);
}

.hxshef_featured_card a,
.hxshef_quarter_card a {
    display: inline-flex;
    margin-top: auto;
    padding-top: 26px;
    color: var(--hxsh_blue);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 750;
    text-decoration: none;
}

.hxshef_featured_card a:hover,
.hxshef_quarter_card a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* QUARTERLY REPORTS */

.hxshef_quarter_layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.36fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.hxshef_quarter_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

/* NOTICE */

.hxshef_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);
}

.hxshef_notice_matrix {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshef_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);
}

.hxshef_notice_matrix span {
    display: block;
    margin-bottom: 10px;
    color: var(--hxsh_muted);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 750;
}

.hxshef_notice_matrix strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 18px;
    line-height: 1.28;
    font-weight: 650;
}

/* RELATED ROUTES */

.hxshef_related_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshef_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);
}

.hxshef_related_card strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 23px;
    line-height: 1.16;
    letter-spacing: -0.034em;
    font-weight: 600;
}

.hxshef_related_card p {
    margin: 16px 0 0;
    color: var(--hxsh_muted);
    font-size: 15px;
    line-height: 1.58;
}

.hxshef_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;
}

.hxshef_related_card:hover strong,
.hxshef_related_card:hover span {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* RESPONSIVE */

@media (max-width: 1220px) {
    .hxshef_hero_grid,
    .hxshef_intro_grid,
    .hxshef_quarter_layout,
    .hxshef_notice {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .hxshef_hero_panel {
        max-width: 560px;
    }

    .hxshef_featured_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hxshef_related_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 920px) {
    .hxshef_hero_grid {
        min-height: auto;
        padding: 64px 0 68px;
    }

    .hxshef_statement_inner {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 22px 0;
    }

    .hxshef_featured_grid,
    .hxshef_quarter_grid,
    .hxshef_notice_matrix {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .hxshef_hero h1,
    .hxshef_hero_panel strong,
    .hxshef_intro_text h2,
    .hxshef_quarter_intro h2,
    .hxshef_notice h2,
    .hxshef_category strong,
    .hxshef_featured_card strong,
    .hxshef_quarter_card strong,
    .hxshef_related_card strong {
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 500;
        letter-spacing: -0.028em;
        text-wrap: balance;
    }

    .hxshef_hero h1 {
        font-size: clamp(42px, 11vw, 60px);
        line-height: 1.05;
    }

    .hxshef_hero_content > p:not(.hxsh_label),
    .hxshef_intro_text p:not(.hxsh_label),
    .hxshef_quarter_intro p:not(.hxsh_label),
    .hxshef_notice p {
        font-size: 17px;
        line-height: 1.68;
        letter-spacing: -0.01em;
    }

    .hxshef_notice {
        padding: 26px;
    }
}

@media (max-width: 620px) {
    .hxshef_hero_grid {
        padding: 54px 0;
    }

    .hxshef_hero_panel,
    .hxshef_notice,
    .hxshef_category,
    .hxshef_featured_card,
    .hxshef_quarter_card,
    .hxshef_related_card {
        padding: 22px;
    }
}