/* (c) Hecktor Nastrova | Biography Archive | H27-HX26 Inspired | Nastrova Foundation Spirit */

.hknbio_page {
    --hknbio_text: #171717;
    --hknbio_muted: #5f6368;
    --hknbio_soft: #f8f8f8;
    --hknbio_surface: #ffffff;
    --hknbio_border: #e6e6e6;
    --hknbio_blue: #1a237e;
    --hknbio_blue_soft: #eef1ff;
    --hknbio_gold: #9b7a28;
    --hknbio_gold_soft: #f7f2e6;
    --hknbio_navy: #07162b;

    margin: 0;
    background: #ffffff;
    color: var(--hknbio_text);
    font-family: "Segoe UI", "Elms Sans", Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.hknbio_page * {
    box-sizing: border-box;
}

.hknbio_wrap {
    width: min(1180px, calc(100% - 56px));
    margin: 0 auto;
}

/* HEADER */

.hknbio_header {
    background: #ffffff;
    border-bottom: 1px solid var(--hknbio_border);
}

.hknbio_header_inner {
    width: min(1180px, calc(100% - 56px));
    min-height: 86px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.hknbio_header_logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.hknbio_header_logo img {
    display: block;
    width: 86px;
    max-width: 100%;
    height: auto;
}

.hknbio_header_nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.hknbio_header_nav a {
    color: var(--hknbio_blue);
    font-family: "Julius Sans One", "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.055em;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.hknbio_header_nav a:hover {
    color: var(--hknbio_gold);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* HERO */

.hknbio_hero {
    background:
        radial-gradient(circle at 50% 10%, rgba(155, 122, 40, 0.08), transparent 26%),
        #ffffff;
    border-bottom: 1px solid var(--hknbio_border);
}

.hknbio_hero_inner {
    min-height: 430px;
    padding: 48px 0 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hknbio_portrait {
    width: 148px;
    height: 148px;
    margin: 0 auto 24px;
    border-radius: 999px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--hknbio_border);
}

.hknbio_portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hknbio_kicker {
    margin: 0 0 12px;
    color: var(--hknbio_blue);
    font-family: "Julius Sans One", "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 0.075em;
    font-weight: 400;
    text-transform: uppercase;
}

.hknbio_hero h1 {
    margin: 0;
    color: var(--hknbio_blue);
    font-family: "Julius Sans One", "Segoe UI", Arial, sans-serif;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.06;
    letter-spacing: 0.055em;
    font-weight: 400;
}

.hknbio_signature {
    margin: 16px 0 0;
    color: var(--hknbio_gold);
    font-family: "Pinyon Script", "Alex Brush", "Dancing Script", cursive;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.04;
    font-weight: 400;
}

.hknbio_intro {
    max-width: 720px;
    margin: 16px 0 0;
    color: var(--hknbio_muted);
    font-size: 15px;
    line-height: 1.65;
}

.hknbio_hero_meta {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hknbio_hero_meta span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    color: var(--hknbio_blue);
    background: #ffffff;
    border: 1px solid var(--hknbio_border);
    font-size: 12px;
    line-height: 1;
    font-weight: 650;
}

/* LAYOUT */

.hknbio_layout_shell {
    background: #ffffff;
}

.hknbio_layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    padding: 34px 0 72px;
}

/* SIDEBAR */

.hknbio_sidebar {
    position: sticky;
    top: 18px;
    align-self: start;
    background: #ffffff;
    border: 1px solid var(--hknbio_border);
}

.hknbio_search_box {
    padding: 18px;
    border-bottom: 1px solid var(--hknbio_border);
}

.hknbio_search_box label {
    display: block;
    margin: 0 0 10px;
    color: var(--hknbio_gold);
    font-family: "Julius Sans One", "Segoe UI", Arial, sans-serif;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 0.07em;
    font-weight: 400;
    text-transform: uppercase;
}

.hknbio_search_box input {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    background: #ffffff;
    color: var(--hknbio_text);
    font-size: 14px;
    line-height: 1;
    border: 1px solid var(--hknbio_border);
    outline: none;
}

.hknbio_search_box input:focus {
    border-color: var(--hknbio_blue);
}

.hknbio_search_box input::placeholder {
    color: #9a9a9a;
}

.hknbio_side_nav {
    display: grid;
}

.hknbio_side_nav a {
    min-height: 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 0 16px;
    color: var(--hknbio_text);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid var(--hknbio_border);
}

.hknbio_side_nav a:last-child {
    border-bottom: 0;
}

.hknbio_side_nav a:hover {
    background: var(--hknbio_soft);
    color: var(--hknbio_blue);
}

.hknbio_side_nav a span {
    min-width: 26px;
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    color: var(--hknbio_gold);
    background: var(--hknbio_gold_soft);
    font-size: 11px;
    line-height: 1;
    font-weight: 750;
}

/* CONTENT */

.hknbio_content {
    display: grid;
    gap: 46px;
    min-width: 0;
}

.hknbio_archive_section {
    scroll-margin-top: 24px;
}

.hknbio_section_head {
    margin: 0 0 20px;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--hknbio_border);
}

.hknbio_section_head p {
    margin: 0 0 10px;
    color: var(--hknbio_gold);
    font-family: "Julius Sans One", "Segoe UI", Arial, sans-serif;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 0.075em;
    font-weight: 400;
    text-transform: uppercase;
}

.hknbio_section_head h2 {
    max-width: 920px;
    margin: 0;
    color: var(--hknbio_blue);
    font-family: "Julius Sans One", "Segoe UI", Arial, sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.18;
    letter-spacing: 0.025em;
    font-weight: 400;
}

.hknbio_section_head span {
    display: block;
    max-width: 850px;
    margin-top: 12px;
    color: var(--hknbio_muted);
    font-size: 14px;
    line-height: 1.65;
}

/* ITEM LIST */

.hknbio_item_list {
    display: grid;
    gap: 12px;
}

.hknbio_item {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    padding: 20px;
    background: #ffffff;
    border: 1px solid var(--hknbio_border);
}

.hknbio_item:hover {
    background: #fbfbfb;
}

.hknbio_item_meta {
    display: grid;
    gap: 8px;
}

.hknbio_item_meta span {
    display: block;
    color: var(--hknbio_gold);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
}

.hknbio_item_meta em {
    display: block;
    color: var(--hknbio_muted);
    font-size: 12px;
    line-height: 1.42;
    font-style: normal;
    font-weight: 650;
}

.hknbio_item_body {
    min-width: 0;
}

.hknbio_item_body h3 {
    margin: 0;
    color: var(--hknbio_blue);
    font-family: "Julius Sans One", "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.36;
    letter-spacing: 0.035em;
    font-weight: 400;
    text-transform: uppercase;
}

.hknbio_body_text {
    margin-top: 10px;
    color: var(--hknbio_text);
    font-size: 14px;
    line-height: 1.68;
}

.hknbio_body_text b,
.hknbio_body_text strong,
.hknbio_points b,
.hknbio_points strong {
    font-weight: 750;
}

.hknbio_body_text i,
.hknbio_points i {
    color: #383838;
}

.hknbio_body_text a,
.hknbio_points a {
    color: var(--hknbio_blue);
    font-weight: 700;
    text-decoration: none;
}

.hknbio_body_text a:hover,
.hknbio_points a:hover {
    color: var(--hknbio_gold);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hknbio_points {
    margin: 14px 0 0;
    padding: 0 0 0 18px;
    color: var(--hknbio_text);
}

.hknbio_points li {
    margin: 0 0 8px;
    padding-left: 2px;
    font-size: 14px;
    line-height: 1.62;
}

.hknbio_points li:last-child {
    margin-bottom: 0;
}

.hknbio_links {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hknbio_links a {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    color: var(--hknbio_blue);
    background: #ffffff;
    font-family: "Julius Sans One", "Segoe UI", Arial, sans-serif;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.055em;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid var(--hknbio_border);
}

.hknbio_links a:hover {
    color: var(--hknbio_gold);
    background: var(--hknbio_soft);
    border-color: #d7d7d7;
}

.hknbio_formula {
    font-family: Cambria, "Times New Roman", serif;
}

.hknbio_classified {
    width: fit-content;
    display: inline-flex;
    margin: 8px 0;
    padding: 6px 10px;
    color: #ffffff;
    background: var(--hknbio_navy);
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 800;
}

/* SEARCH STATE */

.hknbio_item[hidden],
.hknbio_archive_section[hidden] {
    display: none !important;
}

/* FOUNDATION FOOTER COMPAT */

.hknbio_page .nasfound-footer {
    margin-top: 0;
}

.hknbio_page .nasfound-footer a {
    color: inherit;
}

/* ACCESSIBILITY */

.hknbio_page a:focus-visible,
.hknbio_page input:focus-visible {
    outline: 2px solid var(--hknbio_blue);
    outline-offset: 3px;
}

/* RESPONSIVE */

@media (max-width: 1080px) {
    .hknbio_layout {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 24px;
    }

    .hknbio_sidebar {
        position: static;
    }

    .hknbio_search_box {
        padding: 16px;
    }

    .hknbio_side_nav {
        display: flex;
        gap: 0;
        overflow-x: auto;
        border-top: 1px solid var(--hknbio_border);
    }

    .hknbio_side_nav::-webkit-scrollbar {
        height: 0;
    }

    .hknbio_side_nav a {
        min-width: max-content;
        border-bottom: 0;
        border-right: 1px solid var(--hknbio_border);
    }

    .hknbio_side_nav a:last-child {
        border-right: 0;
    }
}

@media (max-width: 820px) {
    .hknbio_wrap,
    .hknbio_header_inner {
        width: min(100% - 32px, 1180px);
    }

    .hknbio_header_inner {
        min-height: auto;
        padding: 20px 0;
        align-items: center;
        flex-direction: column;
    }

    .hknbio_header_logo img {
        width: 78px;
    }

    .hknbio_header_nav {
        width: 100%;
        justify-content: flex-start;
        gap: 22px;
        overflow-x: auto;
        padding: 4px 0 2px;
    }

    .hknbio_header_nav::-webkit-scrollbar {
        height: 0;
    }

    .hknbio_header_nav a {
        white-space: nowrap;
        font-size: 12px;
    }

    .hknbio_hero_inner {
        min-height: auto;
        padding: 42px 0 46px;
    }

    .hknbio_portrait {
        width: 136px;
        height: 136px;
        margin-bottom: 20px;
    }

    .hknbio_hero h1 {
        font-size: clamp(31px, 9vw, 44px);
        line-height: 1.1;
        letter-spacing: 0.035em;
    }

    .hknbio_signature {
        font-size: clamp(30px, 9vw, 42px);
    }

    .hknbio_intro {
        font-size: 15px;
        line-height: 1.62;
    }

    .hknbio_content {
        gap: 38px;
    }

    .hknbio_item {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px;
    }

    .hknbio_item_meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 12px;
        align-items: center;
    }

    .hknbio_item_meta span,
    .hknbio_item_meta em {
        display: inline-flex;
    }

    .hknbio_section_head h2 {
        font-size: clamp(23px, 7vw, 32px);
        line-height: 1.24;
    }
}

@media (max-width: 560px) {
    .hknbio_wrap,
    .hknbio_header_inner {
        width: min(100% - 28px, 1180px);
    }

    .hknbio_portrait {
        width: 124px;
        height: 124px;
    }

    .hknbio_hero_meta {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
        max-width: 280px;
    }

    .hknbio_hero_meta span {
        width: 100%;
    }

    .hknbio_layout {
        padding-bottom: 54px;
    }

    .hknbio_sidebar {
        margin-left: -14px;
        margin-right: -14px;
        border-left: 0;
        border-right: 0;
    }

    .hknbio_section_head {
        margin-bottom: 16px;
    }

    .hknbio_item_body h3 {
        font-size: 15px;
        line-height: 1.42;
    }

    .hknbio_body_text,
    .hknbio_points li {
        font-size: 13px;
        line-height: 1.65;
    }

    .hknbio_links {
        align-items: stretch;
        flex-direction: column;
    }

    .hknbio_links a {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .hknbio_header_nav {
        gap: 18px;
    }

    .hknbio_hero h1 {
        font-size: clamp(29px, 9vw, 38px);
    }

    .hknbio_signature {
        font-size: clamp(28px, 9vw, 38px);
    }
}