.hcs-explorer {
    --hcs-ink: #231f1d;
    --hcs-muted: #6d655d;
    --hcs-paper: #f4efe5;
    --hcs-paper-light: #fffdf8;
    --hcs-charcoal: #121014;
    --hcs-charcoal-soft: #211e22;
    --hcs-mulberry: #5b2633;
    --hcs-gold: #b69757;
    --hcs-line: rgba(35, 31, 29, 0.18);
    --hcs-content-width: 1400px;
    container: hcs-explorer / inline-size;
    box-sizing: border-box;
    width: auto !important;
    max-width: none !important;
    margin-block: 0 !important;
    margin-inline: calc(50% - 50vw) !important;
    overflow: hidden;
    border-block: 1px solid rgba(35, 31, 29, 0.25);
    border-inline: 0;
    background: var(--hcs-paper);
    color: var(--hcs-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}

.hcs-explorer *,
.hcs-explorer *::before,
.hcs-explorer *::after {
    box-sizing: border-box;
}

.hcs-explorer [hidden] {
    display: none !important;
}

.hcs-explorer button,
.hcs-explorer input {
    font: inherit;
}

.hcs-explorer a {
    color: var(--hcs-mulberry);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.hcs-hero {
    position: relative;
    overflow: hidden;
    background: var(--hcs-charcoal);
    color: #fffaf1;
}

.hcs-hero__landscape {
    height: clamp(170px, 23vw, 300px);
    background:
        linear-gradient(180deg, rgba(18, 16, 20, 0.04), rgba(18, 16, 20, 0.76)),
        var(--hcs-estate-image) center 54% / cover no-repeat;
    filter: saturate(0.78) contrast(1.02);
}

.hcs-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.6fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: end;
    max-width: var(--hcs-content-width);
    margin: clamp(-130px, -10vw, -92px) auto 0;
    padding: 0 clamp(24px, 5vw, 70px) clamp(38px, 5vw, 70px);
}

.hcs-portrait {
    position: relative;
    z-index: 2;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: #1c191b;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.35);
}

.hcs-portrait img {
    display: block;
    width: 100%;
    max-height: 560px;
    aspect-ratio: 0.79;
    object-fit: cover;
    object-position: center 14%;
}

.hcs-portrait figcaption {
    padding: 9px 12px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.64rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hcs-hero__copy {
    padding-bottom: 5px;
}

.hcs-identity {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
}

.hcs-identity img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.hcs-explorer .hcs-identity p,
.hcs-explorer .hcs-eyebrow {
    margin: 0 !important;
    color: var(--hcs-gold);
    font-size: 0.68rem !important;
    font-weight: 800;
    letter-spacing: 0.15em;
    line-height: 1.4 !important;
    text-transform: uppercase;
}

.hcs-explorer .hcs-hero h2 {
    max-width: 830px;
    margin: 0 !important;
    color: #fffaf1;
    font-family: "Cormorant Garamond", Garamond, Georgia, serif;
    font-size: clamp(3rem, 7vw, 6.6rem) !important;
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 0.86 !important;
}

.hcs-explorer .hcs-hero__style {
    margin: 14px 0 0 !important;
    color: #d6bc83;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.05rem, 2vw, 1.5rem) !important;
    font-style: italic;
}

.hcs-explorer .hcs-hero__intro {
    max-width: 720px;
    margin: 15px 0 0 !important;
    color: rgba(255, 250, 241, 0.72);
    font-size: 0.97rem !important;
    line-height: 1.65 !important;
}

.hcs-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.hcs-hero__facts span {
    display: grid;
    gap: 4px;
    padding: 13px 11px;
    color: rgba(255, 250, 241, 0.55);
    font-size: 0.62rem;
    letter-spacing: 0.05em;
    line-height: 1.35;
    text-transform: uppercase;
}

.hcs-hero__facts span + span {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.hcs-hero__facts b {
    color: #fffaf1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
}

.hcs-view-nav {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--hcs-charcoal-soft);
}

.hcs-view-nav button {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    min-height: 58px;
    padding: 12px clamp(18px, 3vw, 34px);
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color: rgba(255, 255, 255, 0.62);
    cursor: pointer;
    font-size: 0.76rem;
    font-weight: 750;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.hcs-view-nav button span {
    color: #9e8758;
    font-family: Georgia, "Times New Roman", serif;
}

.hcs-view-nav button.is-active {
    background: var(--hcs-paper);
    color: var(--hcs-ink);
}

.hcs-profile-summary {
    border-bottom: 1px solid var(--hcs-line);
    background: var(--hcs-paper-light);
}

.hcs-profile-summary__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(20px, 4vw, 48px);
    align-items: center;
    width: min(100%, var(--hcs-content-width));
    margin-inline: auto;
    padding: 20px clamp(24px, 5vw, 70px);
}

.hcs-explorer .hcs-profile-summary .hcs-eyebrow {
    color: var(--hcs-mulberry);
}

.hcs-explorer .hcs-profile-summary__inner > p:not(.hcs-eyebrow) {
    max-width: 880px;
    margin: 0 !important;
    color: var(--hcs-muted);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.86rem !important;
    line-height: 1.65 !important;
}

.hcs-profile-summary a {
    color: var(--hcs-mulberry);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
    white-space: nowrap;
}

.hcs-profile-summary a span {
    color: var(--hcs-gold);
    font-size: 1rem;
}

.hcs-panel {
    padding: clamp(34px, 6vw, 82px);
    background: var(--hcs-paper);
}

.hcs-panel > * {
    width: min(100%, var(--hcs-content-width));
    margin-inline: auto;
}

.hcs-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.7fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: end;
    margin-bottom: clamp(30px, 5vw, 58px);
}

.hcs-section-head--compact {
    padding-bottom: 28px;
    border-bottom: 1px solid var(--hcs-line);
}

.hcs-explorer .hcs-section-head h3,
.hcs-explorer .hcs-dignities__head h3,
.hcs-explorer .hcs-subsection-head h3,
.hcs-explorer .hcs-timeline h3,
.hcs-explorer .hcs-gallery h3,
.hcs-explorer .hcs-chapter h3 {
    margin: 8px 0 0 !important;
    color: var(--hcs-ink);
    font-family: "Cormorant Garamond", Garamond, Georgia, serif;
    font-size: clamp(2rem, 4vw, 4.15rem) !important;
    font-weight: 450;
    letter-spacing: -0.035em;
    line-height: 0.98 !important;
}

.hcs-explorer .hcs-section-head > p {
    margin: 0 !important;
    color: var(--hcs-muted);
    font-size: 0.9rem !important;
    line-height: 1.7 !important;
}

.hcs-dignities {
    margin-bottom: clamp(42px, 7vw, 86px);
}

.hcs-dignities__head,
.hcs-subsection-head {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: end;
    margin-bottom: 22px;
}

.hcs-explorer .hcs-dignities__head > p,
.hcs-explorer .hcs-subsection-head > p {
    max-width: 320px;
    margin: 0 !important;
    color: var(--hcs-muted);
    font-size: 0.72rem !important;
    line-height: 1.55 !important;
    text-align: right;
}

.hcs-dignity-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
    min-height: 500px;
    border: 1px solid var(--hcs-line);
    background: var(--hcs-paper-light);
}

.hcs-dignity-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 1px solid var(--hcs-line);
}

.hcs-dignity-buttons button {
    position: relative;
    display: grid;
    align-content: space-between;
    min-height: 166px;
    padding: 21px;
    border: 0;
    border-right: 1px solid var(--hcs-line);
    border-bottom: 1px solid var(--hcs-line);
    background: transparent;
    color: var(--hcs-ink);
    cursor: pointer;
    text-align: left;
}

.hcs-dignity-buttons button:nth-child(even) {
    border-right: 0;
}

.hcs-dignity-buttons button:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.hcs-dignity-buttons button::after {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
    border: 1px solid var(--hcs-gold);
    border-radius: 50%;
    content: "";
}

.hcs-dignity-buttons button small {
    color: var(--hcs-mulberry);
    font-size: 0.57rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hcs-dignity-buttons button b {
    align-self: end;
    margin-top: 24px;
    font-family: "Cormorant Garamond", Garamond, Georgia, serif;
    font-size: clamp(1.28rem, 2.1vw, 2rem);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1;
}

.hcs-dignity-buttons button b em {
    color: var(--hcs-gold);
    font-size: 0.68em;
    font-style: normal;
}

.hcs-dignity-buttons button span {
    margin-top: 8px;
    color: var(--hcs-muted);
    font-size: 0.62rem;
}

.hcs-dignity-buttons button.is-active {
    background: var(--hcs-mulberry);
    color: #fffaf1;
}

.hcs-dignity-buttons button.is-active small,
.hcs-dignity-buttons button.is-active b em {
    color: #dbc187;
}

.hcs-dignity-buttons button.is-active span {
    color: rgba(255, 250, 241, 0.62);
}

.hcs-dignity-buttons button.is-active::after {
    background: var(--hcs-gold);
    box-shadow: 0 0 0 4px rgba(182, 151, 87, 0.15);
}

.hcs-dignity-stage {
    position: relative;
    display: grid;
    min-width: 0;
    align-items: center;
    overflow: hidden;
    padding: clamp(30px, 5vw, 58px);
    background:
        radial-gradient(circle at 100% 0%, rgba(182, 151, 87, 0.14), transparent 42%),
        var(--hcs-charcoal);
    color: #fffaf1;
}

.hcs-dignity-stage > img {
    position: absolute;
    right: -30px;
    bottom: -34px;
    width: 210px;
    height: 210px;
    object-fit: contain;
    opacity: 0.045;
}

.hcs-dignity-stage article {
    position: relative;
    z-index: 1;
}

.hcs-explorer .hcs-dignity-stage h4 {
    margin: 10px 0 20px !important;
    color: #fffaf1;
    font-family: "Cormorant Garamond", Garamond, Georgia, serif;
    font-size: clamp(2.3rem, 4.5vw, 4.8rem) !important;
    font-weight: 450;
    letter-spacing: -0.04em;
    line-height: 0.92 !important;
}

.hcs-explorer .hcs-dignity-stage article > p:not(.hcs-eyebrow) {
    margin: 0 !important;
    color: rgba(255, 250, 241, 0.67);
    font-size: 0.82rem !important;
    line-height: 1.72 !important;
}

.hcs-dignity-stage dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.hcs-dignity-stage dl > div {
    display: grid;
    gap: 6px;
    padding: 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.hcs-dignity-stage dt {
    color: rgba(255, 250, 241, 0.45);
    font-size: 0.55rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hcs-dignity-stage dd {
    margin: 0;
    color: #fffaf1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.76rem;
    line-height: 1.4;
}

.hcs-dignity-stage dd a {
    color: #d5b875;
}

.hcs-explorer .hcs-dignities__note {
    margin: 11px 0 0 !important;
    color: var(--hcs-muted);
    font-size: 0.62rem !important;
    line-height: 1.5 !important;
}

.hcs-evidence {
    margin-bottom: clamp(42px, 7vw, 86px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--hcs-charcoal);
    color: #fffaf1;
}

.hcs-evidence__head {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
    gap: clamp(26px, 5vw, 70px);
    align-items: end;
    padding: clamp(28px, 4vw, 50px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    background:
        radial-gradient(circle at 100% 0%, rgba(182, 151, 87, 0.16), transparent 38%),
        var(--hcs-charcoal-soft);
}

.hcs-explorer .hcs-evidence__head h3 {
    margin: 8px 0 0 !important;
    color: #fffaf1;
    font-family: "Cormorant Garamond", Garamond, Georgia, serif;
    font-size: clamp(2rem, 4vw, 4.15rem) !important;
    font-weight: 450;
    letter-spacing: -0.035em;
    line-height: 0.98 !important;
}

.hcs-explorer .hcs-evidence__head > p {
    margin: 0 !important;
    color: rgba(255, 250, 241, 0.6);
    font-size: 0.76rem !important;
    line-height: 1.7 !important;
}

.hcs-evidence__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hcs-evidence__grid a {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    min-height: 196px;
    padding: 22px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.015);
    color: #fffaf1;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease;
}

.hcs-evidence__grid a:last-child {
    border-right: 0;
}

.hcs-evidence__grid a:hover,
.hcs-evidence__grid a:focus-visible {
    background: var(--hcs-mulberry);
}

.hcs-evidence__grid a:focus-visible {
    z-index: 1;
    outline: 3px solid var(--hcs-gold);
    outline-offset: -3px;
}

.hcs-evidence__number,
.hcs-evidence__arrow {
    color: var(--hcs-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.68rem;
}

.hcs-evidence__arrow {
    font-size: 1rem;
}

.hcs-evidence__copy {
    display: grid;
    min-width: 0;
    align-content: space-between;
}

.hcs-evidence__copy small {
    color: #d8bd82;
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.hcs-evidence__copy b {
    margin-block: 22px 10px;
    overflow-wrap: anywhere;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.03rem;
    font-weight: 400;
    line-height: 1.2;
}

.hcs-evidence__copy em {
    align-self: end;
    color: rgba(255, 250, 241, 0.5);
    font-size: 0.61rem;
    font-style: normal;
    line-height: 1.45;
}

.hcs-explorer .hcs-evidence__note {
    margin: 0 !important;
    padding: 12px clamp(20px, 3vw, 34px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 250, 241, 0.42);
    font-size: 0.59rem !important;
    line-height: 1.55 !important;
}

.hcs-subsection-head {
    padding-top: 6px;
}

.hcs-principles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--hcs-line);
    border-left: 1px solid var(--hcs-line);
}

.hcs-principles article {
    min-height: 235px;
    padding: 24px;
    border-right: 1px solid var(--hcs-line);
    border-bottom: 1px solid var(--hcs-line);
    background: rgba(255, 253, 248, 0.45);
}

.hcs-principles article > span {
    color: var(--hcs-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.72rem;
}

.hcs-explorer .hcs-principles h4 {
    margin: 34px 0 9px !important;
    color: var(--hcs-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.22rem !important;
    font-weight: 400;
    line-height: 1.15 !important;
}

.hcs-explorer .hcs-principles p {
    margin: 0 !important;
    color: var(--hcs-muted);
    font-size: 0.78rem !important;
    line-height: 1.65 !important;
}

.hcs-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.7fr);
    gap: 0;
    margin-top: clamp(34px, 5vw, 62px);
}

.hcs-overview-grid blockquote {
    display: grid;
    min-height: 310px;
    align-content: center;
    margin: 0 !important;
    padding: clamp(35px, 6vw, 78px);
    border: 0;
    background:
        linear-gradient(110deg, rgba(18, 16, 20, 0.97), rgba(18, 16, 20, 0.78)),
        var(--hcs-estate-image) center / cover;
    color: #fffaf1;
}

.hcs-explorer .hcs-overview-grid blockquote p {
    max-width: 720px;
    margin: 0 !important;
    font-family: "Cormorant Garamond", Garamond, Georgia, serif;
    font-size: clamp(2.15rem, 4vw, 4.5rem) !important;
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 0.98 !important;
}

.hcs-overview-grid blockquote cite {
    margin-top: 20px;
    color: #c9ad72;
    font-size: 0.67rem;
    font-style: normal;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hcs-now {
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid var(--hcs-line);
    background: var(--hcs-paper-light);
}

.hcs-now > div {
    display: grid;
    gap: 4px;
    padding: 15px 0;
    border-bottom: 1px solid var(--hcs-line);
}

.hcs-now > div span {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.95rem;
}

.hcs-now > div b {
    color: var(--hcs-muted);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hcs-explorer .hcs-now > p:last-child {
    margin: 18px 0 0 !important;
    color: var(--hcs-muted);
    font-size: 0.72rem !important;
    line-height: 1.6 !important;
}

.hcs-timeline {
    margin-top: clamp(42px, 6vw, 76px);
}

.hcs-timeline > header {
    margin-bottom: 24px;
}

.hcs-timeline ol {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--hcs-line);
    border-left: 1px solid var(--hcs-line);
    list-style: none;
}

.hcs-timeline li {
    position: relative;
    min-height: 220px;
    padding: 24px 20px;
    border-right: 1px solid var(--hcs-line);
    border-bottom: 1px solid var(--hcs-line);
    background: rgba(255, 253, 248, 0.5);
}

.hcs-timeline li::before {
    position: absolute;
    top: -5px;
    left: 20px;
    width: 9px;
    height: 9px;
    border: 2px solid var(--hcs-paper);
    border-radius: 50%;
    background: var(--hcs-mulberry);
    content: "";
}

.hcs-timeline time {
    color: var(--hcs-mulberry);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.1rem;
}

.hcs-timeline li b {
    display: block;
    margin-top: 30px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.92rem;
    font-weight: 400;
}

.hcs-explorer .hcs-timeline li p {
    margin: 9px 0 0 !important;
    color: var(--hcs-muted);
    font-size: 0.7rem !important;
    line-height: 1.55 !important;
}

.hcs-story {
    display: grid;
    grid-template-columns: minmax(235px, 0.58fr) minmax(0, 2fr);
    gap: clamp(24px, 4vw, 52px);
}

.hcs-chapter-nav {
    display: grid;
    align-content: start;
    border-top: 1px solid var(--hcs-line);
}

.hcs-chapter-nav button {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 3px 10px;
    width: 100%;
    padding: 17px 12px;
    border: 0;
    border-bottom: 1px solid var(--hcs-line);
    background: transparent;
    color: var(--hcs-ink);
    cursor: pointer;
    text-align: left;
}

.hcs-chapter-nav button > span {
    grid-row: 1 / 3;
    color: var(--hcs-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.72rem;
}

.hcs-chapter-nav button b {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.85rem;
    font-weight: 400;
}

.hcs-chapter-nav button small {
    color: var(--hcs-muted);
    font-size: 0.64rem;
}

.hcs-chapter-nav button.is-active {
    background: var(--hcs-charcoal);
    color: #fffaf1;
}

.hcs-chapter-nav button.is-active small {
    color: rgba(255, 250, 241, 0.58);
}

.hcs-chapter-stage {
    min-width: 0;
}

.hcs-chapter {
    display: grid;
    grid-template-columns: minmax(230px, 0.78fr) minmax(0, 1.2fr);
    min-height: 600px;
    border: 1px solid var(--hcs-line);
    background: var(--hcs-paper-light);
}

.hcs-chapter > figure {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-width: 0;
    margin: 0 !important;
    border-right: 1px solid var(--hcs-line);
    background: #ded8cd;
}

.hcs-chapter > figure img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 650px;
    object-fit: contain;
}

.hcs-chapter[data-hcs-chapter-panel="service"] > figure img,
.hcs-chapter[data-hcs-chapter-panel="enterprise"] > figure img {
    object-fit: cover;
}

.hcs-chapter > figure figcaption {
    padding: 10px 12px;
    border-top: 1px solid var(--hcs-line);
    background: var(--hcs-paper-light);
    color: var(--hcs-muted);
    font-size: 0.64rem;
    line-height: 1.45;
}

.hcs-chapter__copy {
    align-self: center;
    padding: clamp(28px, 5vw, 65px);
}

.hcs-explorer .hcs-chapter__copy .hcs-lead {
    margin: 20px 0 0 !important;
    color: var(--hcs-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem !important;
    line-height: 1.55 !important;
}

.hcs-explorer .hcs-chapter__copy > p:not(.hcs-eyebrow):not(.hcs-lead) {
    margin: 15px 0 0 !important;
    color: var(--hcs-muted);
    font-size: 0.8rem !important;
    line-height: 1.72 !important;
}

.hcs-chapter__points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 25px;
    border-top: 1px solid var(--hcs-line);
    border-left: 1px solid var(--hcs-line);
}

.hcs-chapter__points span {
    display: grid;
    gap: 5px;
    padding: 13px;
    border-right: 1px solid var(--hcs-line);
    border-bottom: 1px solid var(--hcs-line);
    font-size: 0.7rem;
}

.hcs-chapter__points b {
    color: var(--hcs-mulberry);
    font-size: 0.58rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hcs-chapter-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 16px;
}

.hcs-chapter-controls button,
.hcs-gallery-filters button {
    padding: 9px 13px;
    border: 1px solid var(--hcs-line);
    background: transparent;
    color: var(--hcs-ink);
    cursor: pointer;
    font-size: 0.68rem;
}

.hcs-explorer .hcs-chapter-controls p {
    margin: 0 !important;
    color: var(--hcs-muted);
    font-size: 0.65rem !important;
}

.hcs-record-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--hcs-line);
    border-left: 1px solid var(--hcs-line);
}

.hcs-record-grid a {
    display: grid;
    gap: 8px;
    min-height: 165px;
    padding: 22px;
    border-right: 1px solid var(--hcs-line);
    border-bottom: 1px solid var(--hcs-line);
    background: rgba(255, 253, 248, 0.55);
    color: var(--hcs-ink);
    text-decoration: none;
}

.hcs-record-grid a:hover {
    background: var(--hcs-paper-light);
}

.hcs-record-grid a span {
    color: var(--hcs-mulberry);
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hcs-record-grid a b {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    font-weight: 400;
}

.hcs-record-grid a small {
    align-self: end;
    color: var(--hcs-muted);
    font-size: 0.65rem;
}

.hcs-gallery {
    margin-top: clamp(42px, 6vw, 76px);
}

.hcs-gallery > header {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: end;
    margin-bottom: 14px;
}

.hcs-gallery-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.hcs-gallery-filters button.is-active {
    border-color: var(--hcs-charcoal);
    background: var(--hcs-charcoal);
    color: #fffaf1;
}

.hcs-explorer .hcs-gallery-status {
    margin: 0 0 14px !important;
    color: var(--hcs-muted);
    font-size: 0.65rem !important;
    text-align: right;
}

.hcs-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.hcs-gallery-grid > button {
    display: grid;
    grid-template-rows: 235px auto;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--hcs-line);
    background: var(--hcs-paper-light);
    color: var(--hcs-ink);
    cursor: zoom-in;
    text-align: left;
}

.hcs-gallery-grid > button img {
    display: block;
    width: 100%;
    height: 235px;
    object-fit: cover;
    transition: transform 250ms ease;
}

.hcs-gallery-grid > button:hover img {
    transform: scale(1.025);
}

.hcs-gallery-grid > button span {
    display: grid;
    gap: 4px;
    padding: 13px;
}

.hcs-gallery-grid > button b {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.85rem;
    font-weight: 400;
}

.hcs-gallery-grid > button small {
    color: var(--hcs-muted);
    font-size: 0.62rem;
}

.hcs-transcript {
    padding: clamp(42px, 7vw, 92px) clamp(24px, 5vw, 70px);
    border-top: 1px solid var(--hcs-line);
    background: #e8e1d5;
}

.hcs-transcript__inner {
    width: min(100%, var(--hcs-content-width));
    margin-inline: auto;
}

.hcs-transcript__head {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: end;
    margin-bottom: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--hcs-line);
}

.hcs-explorer .hcs-transcript__head .hcs-eyebrow {
    color: var(--hcs-mulberry);
}

.hcs-explorer .hcs-transcript__head h3 {
    margin: 8px 0 0 !important;
    color: var(--hcs-ink);
    font-family: "Cormorant Garamond", Garamond, Georgia, serif;
    font-size: clamp(2.2rem, 4.5vw, 4.7rem) !important;
    font-weight: 450;
    letter-spacing: -0.04em;
    line-height: 0.95 !important;
}

.hcs-explorer .hcs-transcript__head > p {
    margin: 0 !important;
    color: var(--hcs-muted);
    font-size: 0.78rem !important;
    line-height: 1.7 !important;
}

.hcs-transcript__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
}

.hcs-transcript__grid > article {
    padding: clamp(24px, 3vw, 38px);
    border: 1px solid var(--hcs-line);
    background: rgba(255, 253, 248, 0.56);
}

.hcs-explorer .hcs-transcript__grid h4 {
    display: grid;
    gap: 10px;
    margin: 0 0 22px !important;
    color: var(--hcs-ink);
    font-family: "Cormorant Garamond", Garamond, Georgia, serif;
    font-size: clamp(1.75rem, 2.7vw, 2.65rem) !important;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1 !important;
}

.hcs-transcript__grid h4 span {
    color: var(--hcs-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
}

.hcs-transcript__grid section {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--hcs-line);
}

.hcs-explorer .hcs-transcript__grid h5 {
    margin: 0 0 8px !important;
    color: var(--hcs-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.98rem !important;
    font-weight: 500;
    line-height: 1.3 !important;
}

.hcs-explorer .hcs-transcript__grid p,
.hcs-explorer .hcs-transcript__list {
    margin: 0 !important;
    color: var(--hcs-muted);
    font-size: 0.72rem !important;
    line-height: 1.68 !important;
}

.hcs-transcript__list {
    display: grid;
    gap: 8px;
    padding-left: 18px !important;
}

.hcs-transcript__list a {
    color: var(--hcs-mulberry);
    font-weight: 700;
}

.hcs-note {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 30px;
    align-items: center;
    padding-block: 18px;
    padding-inline: max(clamp(24px, 5vw, 70px), calc((100% - var(--hcs-content-width)) / 2));
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    background: var(--hcs-charcoal-soft);
}

.hcs-explorer .hcs-note p {
    max-width: 900px;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.67rem !important;
    line-height: 1.55 !important;
}

.hcs-note a {
    color: #d0b272;
    font-size: 0.7rem;
}

.hcs-note small {
    grid-column: 1 / -1;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.58rem;
}

.hcs-lightbox {
    width: min(92vw, 980px);
    max-width: none;
    padding: 0;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: var(--hcs-charcoal);
    color: #fffaf1;
}

.hcs-lightbox::backdrop {
    background: rgba(12, 10, 12, 0.88);
}

.hcs-lightbox figure {
    display: grid;
    grid-template-rows: minmax(0, 78vh) auto;
    margin: 0 !important;
}

.hcs-lightbox figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hcs-lightbox figcaption {
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
}

.hcs-lightbox__close {
    position: absolute;
    z-index: 2;
    top: -15px;
    right: -15px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: var(--hcs-charcoal);
    color: white;
    cursor: pointer;
    font-size: 1.35rem;
}

.hcs-view-nav button:focus-visible,
.hcs-profile-summary a:focus-visible,
.hcs-dignity-buttons button:focus-visible,
.hcs-chapter-nav button:focus-visible,
.hcs-chapter-controls button:focus-visible,
.hcs-gallery-filters button:focus-visible,
.hcs-gallery-grid > button:focus-visible,
.hcs-lightbox__close:focus-visible {
    outline: 3px solid var(--hcs-gold);
    outline-offset: 2px;
}

@container hcs-explorer (max-width: 1050px) {
    .hcs-transcript__grid {
        grid-template-columns: 1fr;
    }

    .hcs-evidence__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hcs-evidence__grid a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .hcs-dignity-layout {
        grid-template-columns: 1fr;
    }

    .hcs-dignity-buttons {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-right: 0;
        border-bottom: 1px solid var(--hcs-line);
    }

    .hcs-dignity-buttons button,
    .hcs-dignity-buttons button:nth-child(even) {
        border-right: 1px solid var(--hcs-line);
        border-bottom: 1px solid var(--hcs-line);
    }

    .hcs-dignity-buttons button:nth-child(3n) {
        border-right: 0;
    }

    .hcs-dignity-buttons button:nth-last-child(-n + 3) {
        border-bottom: 0;
    }

    .hcs-dignity-stage {
        min-height: 360px;
    }

    .hcs-principles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hcs-timeline ol {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hcs-story {
        grid-template-columns: 1fr;
    }

    .hcs-chapter-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-left: 1px solid var(--hcs-line);
    }

    .hcs-chapter-nav button {
        border-right: 1px solid var(--hcs-line);
    }

    .hcs-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@container hcs-explorer (max-width: 760px) {
    .hcs-profile-summary__inner,
    .hcs-transcript__head {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .hcs-profile-summary a {
        white-space: normal;
    }

    .hcs-view-nav {
        justify-content: flex-start;
    }

    .hcs-dignities__head,
    .hcs-subsection-head {
        display: grid;
        align-items: start;
    }

    .hcs-explorer .hcs-dignities__head > p,
    .hcs-explorer .hcs-subsection-head > p {
        text-align: left;
    }

    .hcs-dignity-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hcs-dignity-buttons button:nth-child(3n) {
        border-right: 1px solid var(--hcs-line);
    }

    .hcs-dignity-buttons button:nth-child(even) {
        border-right: 0;
    }

    .hcs-dignity-buttons button:nth-last-child(-n + 3) {
        border-bottom: 1px solid var(--hcs-line);
    }

    .hcs-dignity-buttons button:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .hcs-hero__landscape {
        height: 155px;
    }

    .hcs-hero__inner {
        grid-template-columns: minmax(125px, 0.5fr) minmax(0, 1.3fr);
        gap: 22px;
        margin-top: -58px;
    }

    .hcs-portrait figcaption,
    .hcs-identity img {
        display: none;
    }

    .hcs-hero__facts {
        grid-template-columns: 1fr;
    }

    .hcs-hero__facts span + span {
        border-top: 1px solid rgba(255, 255, 255, 0.13);
        border-left: 0;
    }

    .hcs-section-head,
    .hcs-evidence__head,
    .hcs-overview-grid,
    .hcs-chapter {
        grid-template-columns: 1fr;
    }

    .hcs-overview-grid blockquote {
        min-height: 250px;
    }

    .hcs-timeline ol,
    .hcs-evidence__grid,
    .hcs-record-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hcs-chapter {
        min-height: 0;
    }

    .hcs-chapter > figure {
        grid-template-rows: 350px auto;
        border-right: 0;
        border-bottom: 1px solid var(--hcs-line);
    }

    .hcs-gallery > header {
        display: grid;
    }

    .hcs-gallery-filters {
        justify-content: flex-start;
    }

    .hcs-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@container hcs-explorer (max-width: 520px) {
    .hcs-dignity-buttons {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .hcs-dignity-buttons button,
    .hcs-dignity-buttons button:nth-child(3n),
    .hcs-dignity-buttons button:nth-child(even),
    .hcs-dignity-buttons button:nth-last-child(-n + 2) {
        flex: 0 0 78%;
        min-height: 135px;
        border-right: 1px solid var(--hcs-line);
        border-bottom: 0;
        scroll-snap-align: start;
    }

    .hcs-dignity-buttons button:last-child {
        border-right: 0;
    }

    .hcs-dignity-stage {
        min-height: 440px;
    }

    .hcs-dignity-stage dl {
        grid-template-columns: 1fr;
    }

    .hcs-hero__inner {
        grid-template-columns: 1fr;
        margin-top: -75px;
        padding-inline: 20px;
    }

    .hcs-portrait {
        width: min(62%, 230px);
    }

    .hcs-explorer .hcs-hero h2 {
        font-size: clamp(2.8rem, 16vw, 4.4rem) !important;
    }

    .hcs-panel {
        padding: 30px 19px;
    }

    .hcs-principles,
    .hcs-evidence__grid,
    .hcs-timeline ol,
    .hcs-record-grid,
    .hcs-gallery-grid {
        grid-template-columns: 1fr;
    }

    .hcs-principles article,
    .hcs-timeline li {
        min-height: 0;
    }

    .hcs-chapter-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hcs-chapter > figure {
        grid-template-rows: 280px auto;
    }

    .hcs-chapter__copy {
        padding: 28px 20px;
    }

    .hcs-chapter__points {
        grid-template-columns: 1fr;
    }

    .hcs-chapter-controls {
        align-items: stretch;
    }

    .hcs-gallery-grid > button {
        grid-template-rows: 280px auto;
    }

    .hcs-gallery-grid > button img {
        height: 280px;
    }

    .hcs-note {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hcs-explorer *,
    .hcs-explorer *::before,
    .hcs-explorer *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
