/* (c) Haxter Corporation | Shareholders Company Information | H27-HX26-MS */

.hxshci_page {
    background: #ffffff;
}

/* SHAREHOLDERS NAV ACTIVE STATE */

.hxshci_page .hxsh_shareholder_nav a[aria-current="page"] {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* HERO */

.hxshci_hero {
    background:
        radial-gradient(circle at 86% 18%, rgba(0, 103, 184, 0.09), transparent 24%),
        radial-gradient(circle at 92% 78%, rgba(7, 22, 43, 0.06), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    border-bottom: 1px solid var(--hxsh_border);
}

.hxshci_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;
}

.hxshci_hero_content {
    max-width: 920px;
}

.hxshci_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;
}

.hxshci_hero_content > p:not(.hxsh_label) {
    max-width: 870px;
    margin: 28px 0 0;
    color: var(--hxsh_muted);
    font-size: 19px;
    line-height: 1.66;
}

.hxshci_hero_panel {
    padding: 32px;
    background: #ffffff;
    border: 1px solid var(--hxsh_border);
    box-shadow: 0 22px 56px rgba(7, 22, 43, 0.08);
}

.hxshci_hero_panel span {
    display: block;
    margin-bottom: 14px;
    color: var(--hxsh_blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 750;
}

.hxshci_hero_panel strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 30px;
    line-height: 1.13;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hxshci_hero_panel p {
    margin: 18px 0 0;
    color: var(--hxsh_muted);
    font-size: 15px;
    line-height: 1.62;
}

/* STATEMENT */

.hxshci_statement {
    background: var(--hxsh_navy);
    color: #ffffff;
}

.hxshci_statement_inner {
    min-height: 92px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.hxshci_statement span {
    color: #9fc8ee;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 750;
}

.hxshci_statement p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.56;
    font-weight: 620;
}

/* OVERVIEW */

.hxshci_overview_grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.58fr);
    gap: 64px;
    align-items: start;
}

.hxshci_overview_text h2,
.hxshci_block 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;
}

.hxshci_overview_text p:not(.hxsh_label),
.hxshci_block p {
    margin: 22px 0 0;
    color: var(--hxsh_muted);
    font-size: 17px;
    line-height: 1.68;
}

.hxshci_fact_grid {
    display: grid;
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshci_fact {
    min-height: 96px;
    padding: 22px;
    background: #ffffff;
    border-right: 1px solid var(--hxsh_border);
    border-bottom: 1px solid var(--hxsh_border);
}

.hxshci_fact span {
    display: block;
    margin-bottom: 10px;
    color: var(--hxsh_muted);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 750;
}

.hxshci_fact strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 20px;
    line-height: 1.26;
    letter-spacing: -0.024em;
    font-weight: 600;
}

/* DUAL BLOCK */

.hxshci_dual_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
    align-items: stretch;
}

.hxshci_block {
    padding: 36px;
    background: #ffffff;
    border: 1px solid var(--hxsh_border);
}

.hxshci_ownership_list {
    display: grid;
    margin-top: 30px;
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshci_ownership_list div {
    min-height: 66px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 16px 18px;
    background: #ffffff;
    border-right: 1px solid var(--hxsh_border);
    border-bottom: 1px solid var(--hxsh_border);
}

.hxshci_ownership_list span {
    color: var(--hxsh_text);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 650;
}

.hxshci_ownership_list strong {
    color: var(--hxsh_blue);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 750;
}

.hxshci_region_line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.hxshci_region_line span {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    padding: 0 13px;
    background: var(--hxsh_soft);
    color: var(--hxsh_text);
    border: 1px solid var(--hxsh_border);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

/* DEPARTMENTS */

.hxshci_department_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshci_department_grid div {
    min-height: 76px;
    display: flex;
    align-items: center;
    padding: 18px;
    background: #ffffff;
    color: var(--hxsh_text);
    border-right: 1px solid var(--hxsh_border);
    border-bottom: 1px solid var(--hxsh_border);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 650;
}

/* FUNCTIONAL DIVISIONS */

.hxshci_division_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshci_division_card {
    min-height: 190px;
    padding: 28px;
    background: #ffffff;
    border-right: 1px solid var(--hxsh_border);
    border-bottom: 1px solid var(--hxsh_border);
}

.hxshci_division_card strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 26px;
    line-height: 1.16;
    letter-spacing: -0.038em;
    font-weight: 600;
}

.hxshci_division_card p {
    margin: 16px 0 0;
    color: var(--hxsh_muted);
    font-size: 15px;
    line-height: 1.62;
}

/* BUSINESS AREAS */

.hxshci_business_layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.38fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.hxshci_business_intro h2 {
    margin: 0;
    color: var(--hxsh_text);
    font-size: clamp(36px, 4.2vw, 58px);
    line-height: 1.08;
    letter-spacing: -0.052em;
    font-weight: 600;
}

.hxshci_business_intro p:not(.hxsh_label) {
    margin: 22px 0 0;
    color: var(--hxsh_muted);
    font-size: 16px;
    line-height: 1.66;
}

.hxshci_business_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshci_business_grid div {
    min-height: 78px;
    display: flex;
    align-items: center;
    padding: 18px;
    background: #ffffff;
    border-right: 1px solid var(--hxsh_border);
    border-bottom: 1px solid var(--hxsh_border);
    color: var(--hxsh_text);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

/* SELECTED PRODUCTS */

.hxshci_product_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshci_product_card {
    min-height: 220px;
    padding: 26px;
    background: #ffffff;
    border-right: 1px solid var(--hxsh_border);
    border-bottom: 1px solid var(--hxsh_border);
}

.hxshci_product_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;
}

.hxshci_product_card strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 25px;
    line-height: 1.14;
    letter-spacing: -0.036em;
    font-weight: 600;
}

.hxshci_product_card p {
    margin: 16px 0 0;
    color: var(--hxsh_muted);
    font-size: 15px;
    line-height: 1.6;
}

.hxshci_products_notice {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin-top: 34px;
    padding: 28px;
    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);
}

.hxshci_products_notice strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 20px;
    line-height: 1.26;
    font-weight: 650;
}

.hxshci_products_notice p {
    margin: 10px 0 0;
    color: var(--hxsh_muted);
    font-size: 15px;
    line-height: 1.58;
}

.hxshci_products_notice a {
    color: var(--hxsh_blue);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.hxshci_products_notice a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* RELATED ROUTES */

.hxshci_related_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--hxsh_border);
    border-left: 1px solid var(--hxsh_border);
}

.hxshci_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);
}

.hxshci_related_card strong {
    display: block;
    color: var(--hxsh_text);
    font-size: 23px;
    line-height: 1.16;
    letter-spacing: -0.034em;
    font-weight: 600;
}

.hxshci_related_card p {
    margin: 16px 0 0;
    color: var(--hxsh_muted);
    font-size: 15px;
    line-height: 1.58;
}

.hxshci_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;
}

.hxshci_related_card:hover strong,
.hxshci_related_card:hover span {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* SCOPE LINKS */

.hxshci_scope_links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    margin-top: 20px;
}

.hxshci_scope_links a {
    margin-top: 0;
}

/* RESPONSIVE */

@media (max-width: 1220px) {
    .hxshci_hero_grid,
    .hxshci_overview_grid,
    .hxshci_dual_grid,
    .hxshci_business_layout {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .hxshci_hero_panel {
        max-width: 560px;
    }

    .hxshci_department_grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .hxshci_product_grid,
    .hxshci_related_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 920px) {
    .hxshci_hero_grid {
        min-height: auto;
        padding: 64px 0 68px;
    }

    .hxshci_statement_inner {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 22px 0;
    }

    .hxshci_division_grid,
    .hxshci_business_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hxshci_department_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hxshci_products_notice {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hxshci_products_notice a {
        white-space: normal;
    }
}

@media (max-width: 820px) {
    .hxshci_hero h1,
    .hxshci_hero_panel strong,
    .hxshci_overview_text h2,
    .hxshci_block h2,
    .hxshci_business_intro h2,
    .hxshci_division_card strong,
    .hxshci_product_card strong,
    .hxshci_related_card strong {
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 500;
        letter-spacing: -0.028em;
        text-wrap: balance;
    }

    .hxshci_hero h1 {
        font-size: clamp(42px, 11vw, 60px);
        line-height: 1.05;
    }

    .hxshci_hero_content > p:not(.hxsh_label),
    .hxshci_overview_text p:not(.hxsh_label),
    .hxshci_block p,
    .hxshci_business_intro p:not(.hxsh_label) {
        font-size: 17px;
        line-height: 1.68;
        letter-spacing: -0.01em;
    }

    .hxshci_block {
        padding: 26px;
    }

    .hxshci_product_grid,
    .hxshci_related_grid,
    .hxshci_division_grid {
        grid-template-columns: 1fr;
    }

    .hxshci_ownership_list div {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media (max-width: 620px) {
    .hxshci_department_grid,
    .hxshci_business_grid {
        grid-template-columns: 1fr;
    }

    .hxshci_hero_grid {
        padding: 54px 0;
    }

    .hxshci_hero_panel,
    .hxshci_block,
    .hxshci_product_card,
    .hxshci_related_card,
    .hxshci_products_notice {
        padding: 22px;
    }

    .hxshci_fact {
        padding: 20px;
    }

    .hxshci_department_grid div,
    .hxshci_business_grid div {
        min-height: 64px;
    }
}