/* (c) Haxter Corporation | Shareholders Stock Information | H27-HX26-MS */

.hxshsi_page {
    background: #ffffff;
}

/* ACTIVE NAV */

.hxshsi_page .hxsh_shareholder_nav a[aria-current="page"] {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* HERO */

.hxshsi_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);
}

.hxshsi_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;
}

.hxshsi_hero_content {
    max-width: 920px;
}

.hxshsi_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;
}

.hxshsi_hero_content > p:not(.hxsh_label) {
    max-width: 870px;
    margin: 28px 0 0;
    color: var(--hxsh_muted);
    font-size: 19px;
    line-height: 1.66;
}

.hxshsi_hero_panel {
    padding: 32px;
    background: #ffffff;
    border: 1px solid var(--hxsh_border);
    box-shadow: 0 22px 56px rgba(7, 22, 43, 0.08);
}

.hxshsi_hero_panel span {
    display: block;
    margin-bottom: 14px;
    color: var(--hxsh_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 750;
}

.hxshsi_hero_panel strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 30px;
    line-height: 1.13;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hxshsi_hero_panel p {
    margin: 18px 0 0;
    color: var(--hxsh_muted);
    font-size: 15px;
    line-height: 1.62;
}

/* STATEMENT */

.hxshsi_statement {
    background: var(--hxsh_navy);
    color: #ffffff;
}

.hxshsi_statement_inner {
    min-height: 92px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.hxshsi_statement span {
    color: #9fc8ee;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 750;
}

.hxshsi_statement p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.56;
    font-weight: 620;
}

/* QUOTE */

.hxshsi_quote_grid {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.62fr);
    gap: 46px;
    align-items: stretch;
}

.hxshsi_quote_panel {
    padding: 42px;
    background:
        radial-gradient(circle at 92% 20%, rgba(0, 103, 184, 0.08), transparent 28%),
        #ffffff;
    border: 1px solid var(--hxsh_border);
}

.hxshsi_quote_panel h2 {
    margin: 0;
    color: var(--hxsh_blue);
    font-size: clamp(58px, 6.8vw, 92px);
    line-height: 0.96;
    letter-spacing: -0.075em;
    font-weight: 600;
}

.hxshsi_quote_panel p:not(.hxsh_label) {
    margin: 20px 0 0;
    color: var(--hxsh_muted);
    font-size: 17px;
    line-height: 1.62;
}

.hxshsi_quote_panel > strong {
    display: block;
    margin-top: 18px;
    color: var(--hxsh_text);
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    font-weight: 750;
}

.hxshsi_quote_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-top: 34px;
}

.hxshsi_fact_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshsi_fact {
    min-height: 116px;
    padding: 22px;
    background: #ffffff;
    border-right: 1px solid var(--hxsh_border);
    border-bottom: 1px solid var(--hxsh_border);
}

.hxshsi_fact span {
    display: block;
    margin-bottom: 10px;
    color: var(--hxsh_muted);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 750;
}

.hxshsi_fact strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 20px;
    line-height: 1.26;
    letter-spacing: -0.024em;
    font-weight: 600;
}

/* OWNERSHIP SUMMARY */

.hxshsi_ownership_summary_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
}

.hxshsi_ownership_summary_card {
    padding: 36px;
    background: #ffffff;
    border: 1px solid var(--hxsh_border);
}

.hxshsi_ownership_summary_card > span {
    display: block;
    margin-bottom: 14px;
    color: var(--hxsh_blue);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
}

.hxshsi_ownership_summary_card > strong {
    display: block;
    color: var(--hxsh_text);
    font-size: clamp(44px, 5vw, 72px);
    line-height: 0.98;
    letter-spacing: -0.066em;
    font-weight: 600;
}

.hxshsi_ownership_summary_card div {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--hxsh_border);
}

.hxshsi_ownership_summary_card p {
    margin: 0 0 8px;
    color: var(--hxsh_muted);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 750;
}

.hxshsi_ownership_summary_card b {
    display: block;
    color: var(--hxsh_text);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 650;
    overflow-wrap: anywhere;
}

/* HOLDERS */

.hxshsi_holder_layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.36fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.hxshsi_holder_intro h2,
.hxshsi_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;
}

.hxshsi_holder_intro p:not(.hxsh_label),
.hxshsi_notice p {
    margin: 22px 0 0;
    color: var(--hxsh_muted);
    font-size: 17px;
    line-height: 1.68;
}

.hxshsi_holder_table_shell {
    overflow-x: auto;
    border: 1px solid var(--hxsh_border);
    background: #ffffff;
}

.hxshsi_holder_table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

.hxshsi_holder_table th {
    padding: 18px;
    background: var(--hxsh_soft);
    color: var(--hxsh_muted);
    border-bottom: 1px solid var(--hxsh_border);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.045em;
}

.hxshsi_holder_table td {
    padding: 20px 18px;
    color: var(--hxsh_text);
    border-bottom: 1px solid var(--hxsh_border);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 650;
}

.hxshsi_holder_table tr:last-child td {
    border-bottom: 0;
}

.hxshsi_holder_table td:nth-child(2),
.hxshsi_holder_table td:nth-child(3),
.hxshsi_holder_table th:nth-child(2),
.hxshsi_holder_table th:nth-child(3) {
    text-align: right;
}

/* CORPORATE ACTION */

.hxshsi_corporate_action {
    background: var(--hxsh_navy);
    color: #ffffff;
}

.hxshsi_corporate_action_inner {
    min-height: 116px;
    display: grid;
    grid-template-columns: 220px minmax(0, 0.58fr) minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.hxshsi_corporate_action span {
    color: #9fc8ee;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
}

.hxshsi_corporate_action strong {
    color: #ffffff;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hxshsi_corporate_action p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 620;
}

/* INFORMATION CARDS */

.hxshsi_information_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshsi_information_card {
    min-height: 210px;
    padding: 26px;
    background: #ffffff;
    border-right: 1px solid var(--hxsh_border);
    border-bottom: 1px solid var(--hxsh_border);
}

.hxshsi_information_card strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 23px;
    line-height: 1.16;
    letter-spacing: -0.034em;
    font-weight: 600;
}

.hxshsi_information_card p {
    margin: 16px 0 0;
    color: var(--hxsh_muted);
    font-size: 15px;
    line-height: 1.58;
}

/* NOTICE */

.hxshsi_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);
}

.hxshsi_notice_matrix {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshsi_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);
}

.hxshsi_notice_matrix span {
    display: block;
    margin-bottom: 10px;
    color: var(--hxsh_muted);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 750;
}

.hxshsi_notice_matrix strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 18px;
    line-height: 1.28;
    font-weight: 650;
}

/* RELATED ROUTES */

.hxshsi_related_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshsi_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);
}

.hxshsi_related_card strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 23px;
    line-height: 1.16;
    letter-spacing: -0.034em;
    font-weight: 600;
}

.hxshsi_related_card p {
    margin: 16px 0 0;
    color: var(--hxsh_muted);
    font-size: 15px;
    line-height: 1.58;
}

.hxshsi_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;
}

.hxshsi_related_card:hover strong,
.hxshsi_related_card:hover span {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* RESPONSIVE */

@media (max-width: 1220px) {
    .hxshsi_hero_grid,
    .hxshsi_quote_grid,
    .hxshsi_holder_layout,
    .hxshsi_notice {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .hxshsi_hero_panel {
        max-width: 560px;
    }

    .hxshsi_information_grid,
    .hxshsi_related_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 920px) {
    .hxshsi_hero_grid {
        min-height: auto;
        padding: 64px 0 68px;
    }

    .hxshsi_statement_inner,
    .hxshsi_corporate_action_inner {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 22px 0;
    }

    .hxshsi_ownership_summary_grid,
    .hxshsi_fact_grid,
    .hxshsi_notice_matrix {
        grid-template-columns: 1fr;
    }

    .hxshsi_quote_actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hxshsi_quote_actions .hxsh_btn,
    .hxshsi_quote_actions .hxsh_link {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 820px) {
    .hxshsi_hero h1,
    .hxshsi_hero_panel strong,
    .hxshsi_quote_panel h2,
    .hxshsi_holder_intro h2,
    .hxshsi_notice h2,
    .hxshsi_information_card strong,
    .hxshsi_related_card strong {
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 500;
        letter-spacing: -0.028em;
        text-wrap: balance;
    }

    .hxshsi_hero h1 {
        font-size: clamp(42px, 11vw, 60px);
        line-height: 1.05;
    }

    .hxshsi_quote_panel h2 {
        font-size: clamp(48px, 13vw, 66px);
    }

    .hxshsi_hero_content > p:not(.hxsh_label),
    .hxshsi_holder_intro p:not(.hxsh_label),
    .hxshsi_notice p {
        font-size: 17px;
        line-height: 1.68;
        letter-spacing: -0.01em;
    }

    .hxshsi_quote_panel,
    .hxshsi_notice {
        padding: 26px;
    }

    .hxshsi_information_grid,
    .hxshsi_related_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .hxshsi_hero_grid {
        padding: 54px 0;
    }

    .hxshsi_hero_panel,
    .hxshsi_quote_panel,
    .hxshsi_ownership_summary_card,
    .hxshsi_information_card,
    .hxshsi_notice,
    .hxshsi_related_card {
        padding: 22px;
    }

    .hxshsi_fact {
        padding: 20px;
    }
}