/* PPT-led visual polish. Content remains editable and sourced from CMS modules. */
.heritage-page .page_main {
    --polish-blue: #176fb2;
    --polish-blue-dark: #174d7c;
    --polish-cyan: #13a6c8;
    --polish-teal: #159889;
    --polish-green: #69a92f;
    --polish-orange: #ec8b2c;
    --polish-purple: #6652a3;
    --polish-yellow: #e9b72e;
    --polish-ink: #263f4d;
    --polish-muted: #61757e;
    --polish-line: #c7dce5;
    --polish-shadow: 0 10px 24px rgba(27, 72, 94, .09);
}

.heritage-page .report-module__title {
    text-wrap: balance;
}

/* Core values: five distinct emblems, matching the source's icon-first rhythm. */
.heritage-page [data-report-module="ppt-2025-core-values"] .social-groups__list--compact {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.heritage-page [data-report-module="ppt-2025-core-values"] .social-groups__item {
    --value-color: var(--polish-blue);
    padding: 8px 4px 0;
    border: 0;
    background: transparent;
}

.heritage-page [data-report-module="ppt-2025-core-values"] .social-groups__item:nth-child(2) { --value-color: #099ba9; }
.heritage-page [data-report-module="ppt-2025-core-values"] .social-groups__item:nth-child(3) { --value-color: #5d9f2c; }
.heritage-page [data-report-module="ppt-2025-core-values"] .social-groups__item:nth-child(4) { --value-color: #6b51a0; }
.heritage-page [data-report-module="ppt-2025-core-values"] .social-groups__item:nth-child(5) { --value-color: #ee981d; }

.heritage-page [data-report-module="ppt-2025-core-values"] .social-groups__item header {
    gap: 14px;
}

.heritage-page [data-report-module="ppt-2025-core-values"] .social-groups__icon {
    width: clamp(86px, 9vw, 122px);
    height: clamp(86px, 9vw, 122px);
    flex: 0 0 auto;
    padding: 24px;
    aspect-ratio: 1;
    border: 2px solid color-mix(in srgb, var(--value-color) 70%, white);
    border-radius: 50%;
    background: color-mix(in srgb, var(--value-color) 8%, white);
    color: var(--value-color);
    box-shadow: 0 0 0 7px #fff, 0 0 0 8px color-mix(in srgb, var(--value-color) 24%, white);
}

.heritage-page [data-report-module="ppt-2025-core-values"] .social-groups__item h4 {
    color: var(--value-color);
    font-size: 21px;
    font-weight: 700;
    text-align: center;
}

/* Stakeholder overview: a true relationship map followed by detailed records. */
.stakeholder-orbit {
    margin: 18px 0 48px;
    padding: 14px 0;
}

.stakeholder-orbit__stage {
    position: relative;
    min-height: 620px;
    max-width: 1060px;
    margin: 0 auto;
}

.stakeholder-orbit__stage::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 390px;
    height: 390px;
    border: 1px dashed #9bc9d5;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.stakeholder-orbit__core {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: flex;
    width: 190px;
    height: 190px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 12px solid #e9f4f5;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 3px #159889, var(--polish-shadow);
    color: var(--polish-blue-dark);
    text-align: center;
    transform: translate(-50%, -50%);
}

.stakeholder-orbit__core span {
    color: var(--polish-teal);
    font-size: 17px;
    font-weight: 800;
}

.stakeholder-orbit__core strong {
    margin-top: 4px;
    font-size: 25px;
    line-height: 1.25;
}

.stakeholder-orbit__core small {
    margin-top: 8px;
    color: var(--polish-muted);
    font-size: 13px;
    line-height: 1.45;
}

.stakeholder-orbit__nodes {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.stakeholder-orbit__node {
    --node-color: var(--polish-blue);
    position: absolute;
    z-index: 3;
    display: grid;
    width: 235px;
    min-height: 76px;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 11px 14px 11px 10px;
    border: 1px solid color-mix(in srgb, var(--node-color) 35%, white);
    border-left: 5px solid var(--node-color);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--polish-shadow);
}

.stakeholder-orbit__node--2 { --node-color: #69a92f; }
.stakeholder-orbit__node--3 { --node-color: #ef941e; }
.stakeholder-orbit__node--4 { --node-color: #c25363; }
.stakeholder-orbit__node--5 { --node-color: #6553a3; }
.stakeholder-orbit__node--6 { --node-color: #159889; }
.stakeholder-orbit__node--7 { --node-color: #2e88bb; }
.stakeholder-orbit__node--1 { top: 0; left: 50%; transform: translateX(-50%); }
.stakeholder-orbit__node--2 { top: 15%; right: 3%; }
.stakeholder-orbit__node--3 { top: 43%; right: 0; }
.stakeholder-orbit__node--4 { right: 10%; bottom: 4%; }
.stakeholder-orbit__node--5 { bottom: 4%; left: 10%; }
.stakeholder-orbit__node--6 { top: 43%; left: 0; }
.stakeholder-orbit__node--7 { top: 15%; left: 3%; }

.stakeholder-orbit__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--node-color) 12%, white);
    color: var(--node-color);
}

.stakeholder-orbit__icon-svg { width: 27px; height: 27px; }
.stakeholder-orbit__copy { display: block; min-width: 0; }
.stakeholder-orbit__copy strong { display: block; color: var(--node-color); font-size: 17px; line-height: 1.4; }
.stakeholder-orbit__copy small { display: block; margin-top: 2px; color: var(--polish-muted); font-size: 12px; line-height: 1.45; }

.stakeholder-profiles__detail-title {
    margin: 0 0 22px;
    padding: 13px 16px;
    border-left: 5px solid var(--polish-teal);
    background: #edf7f6;
    color: var(--polish-blue-dark);
    font-size: 21px;
}

.stakeholder-profiles .stakeholder-profile {
    border-width: 0 0 0 5px;
    box-shadow: 0 7px 20px rgba(31, 75, 91, .08);
}

/* Materiality process: four framed phases with explicit progression. */
.heritage-page .materiality-phases__grid {
    gap: 18px;
}

.heritage-page .materiality-phases__phase {
    position: relative;
    overflow: visible;
    border: 1px solid var(--phase-line);
    border-top: 5px solid var(--phase-color);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(35, 71, 88, .07);
}

.heritage-page .materiality-phases__phase:not(:last-child)::after {
    content: '›';
    position: absolute;
    z-index: 3;
    top: 91px;
    right: -16px;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--phase-color);
    font-size: 28px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(27, 72, 94, .12);
}

.heritage-page .materiality-phases__header {
    position: relative;
    padding: 22px 16px 18px;
    border-radius: 3px 3px 0 0;
}

.heritage-page .materiality-phases__number {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--phase-color);
    color: #fff;
    font-size: 19px;
}

/* Six risk categories: two balanced groups around one management hub. */
.risk-category-wheel {
    padding-top: 24px;
    border-top: 2px solid var(--report-accent);
}

.risk-category-wheel > .report-module__header { margin-bottom: 26px; }

.risk-category-wheel__diagram {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
}

.risk-category-wheel__side .report-module-anchor { scroll-margin-top: 300px; }
.risk-category-wheel__side .risk-register { padding: 0; border: 0; }
.risk-category-wheel__side .risk-register > .report-module__header { display: none; }
.risk-category-wheel__side .risk-register__groups { grid-template-columns: minmax(0, 1fr); gap: 16px; }

.risk-category-wheel__side .risk-register details {
    --risk-color: var(--polish-blue);
    min-height: 138px;
    padding: 16px 18px;
    border: 1px solid color-mix(in srgb, var(--risk-color) 45%, white);
    border-left: 6px solid var(--risk-color);
    border-radius: 8px;
    background: color-mix(in srgb, var(--risk-color) 6%, white);
    box-shadow: 0 7px 16px rgba(34, 67, 84, .07);
}

.risk-category-wheel__side--left details:nth-child(2) { --risk-color: #73a92e; }
.risk-category-wheel__side--left details:nth-child(3) { --risk-color: #3987bd; }
.risk-category-wheel__side--right details:nth-child(1) { --risk-color: #19a59b; }
.risk-category-wheel__side--right details:nth-child(2) { --risk-color: #4c9bc0; }
.risk-category-wheel__side--right details:nth-child(3) { --risk-color: #66b9c0; }

.risk-category-wheel__side .risk-register summary { color: var(--risk-color); }
.risk-category-wheel__side .risk-register summary::after { display: none; }
.risk-category-wheel__side .risk-register summary svg { width: 31px; height: 31px; }
.risk-category-wheel__side .risk-register ul { margin-top: 10px; padding-left: 20px; }
.risk-category-wheel__side .risk-register li { padding: 1px 0; color: var(--polish-ink); font-size: 14px; line-height: 1.55; }

.risk-category-wheel__hub {
    position: relative;
    display: flex;
    width: 178px;
    height: 178px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: center;
    padding: 18px;
    border: 12px solid #e7f2f8;
    border-radius: 50%;
    background: var(--polish-blue-dark);
    box-shadow: 0 0 0 3px var(--polish-cyan), var(--polish-shadow);
    color: #fff;
    text-align: center;
}

.risk-category-wheel__hub::before,
.risk-category-wheel__hub::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 24px;
    border-top: 2px dashed #8bbdcd;
}

.risk-category-wheel__hub::before { right: 100%; }
.risk-category-wheel__hub::after { left: 100%; }
.risk-category-wheel__hub span { color: #80d8e5; font-size: 13px; font-weight: 800; }
.risk-category-wheel__hub strong { margin-top: 5px; font-size: 20px; line-height: 1.35; }
.risk-category-wheel__hub small { margin-top: 7px; color: #d6edf2; font-size: 11px; line-height: 1.45; }

/* Keep the two PPT-matched risk diagrams crisp and slightly more dimensional. */
.heritage-page-slug--governance2 .risk-org__board,
.heritage-page-slug--governance2 .risk-flow__step {
    filter: saturate(1.08);
}

.heritage-page-slug--governance2 .risk-org__node,
.heritage-page-slug--governance2 .risk-org__business {
    box-shadow: 0 6px 16px rgba(78, 65, 138, .08);
}

/* Grievance channels: three differentiated routes instead of identical boxes. */
.heritage-page [data-report-module="report-2025-page-74-grievance-channels"] .report-flow__nodes {
    gap: 18px;
}

.heritage-page [data-report-module="report-2025-page-74-grievance-channels"] .report-flow__node {
    --route-color: var(--polish-blue);
    border: 1px solid color-mix(in srgb, var(--route-color) 38%, white);
    border-top: 5px solid var(--route-color);
    border-radius: 8px;
    background: color-mix(in srgb, var(--route-color) 7%, white);
    box-shadow: var(--polish-shadow);
}

.heritage-page [data-report-module="report-2025-page-74-grievance-channels"] .report-flow__node:nth-child(2) { --route-color: var(--polish-teal); }
.heritage-page [data-report-module="report-2025-page-74-grievance-channels"] .report-flow__node:nth-child(3) { --route-color: var(--polish-orange); }
.heritage-page [data-report-module="report-2025-page-74-grievance-channels"] .report-flow__icon-svg { color: var(--route-color); }

/* Product charts, KPI figures and governance hierarchy. */
.heritage-page [data-report-module="report-2025-page-11-application-chart"] .report-chart__viewport {
    border: 0;
    background: #fff;
}

.heritage-page [data-report-module="report-2025-page-11-application-chart"] .report-chart__plot {
    height: 470px;
}

.heritage-page [data-report-module="ppt-2025-slide-37-source-kpis"] .report-kpi__list,
.heritage-page [data-report-module="report-2025-page-38-rd-kpis"] .report-kpi__list,
.heritage-page [data-report-module="report-2025-page-40-patent-kpis"] .report-kpi__list {
    gap: 16px;
}

.heritage-page [data-report-module="ppt-2025-slide-37-source-kpis"] .report-kpi__item,
.heritage-page [data-report-module="report-2025-page-38-rd-kpis"] .report-kpi__item,
.heritage-page [data-report-module="report-2025-page-40-patent-kpis"] .report-kpi__item {
    min-height: 150px;
    border: 1px solid #b9d5e8;
    border-top: 5px solid var(--polish-blue);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--polish-shadow);
}

.heritage-page [data-report-module="ppt-2025-slide-37-source-kpis"] .report-kpi__value strong,
.heritage-page [data-report-module="report-2025-page-38-rd-kpis"] .report-kpi__value strong,
.heritage-page [data-report-module="report-2025-page-40-patent-kpis"] .report-kpi__value strong {
    color: #3974c2;
    font-size: clamp(30px, 3vw, 48px);
}

.heritage-page [data-report-module="report-2025-page-38-rd-org"] .report-org__node {
    border-color: #8fbcdc;
    border-top: 4px solid var(--polish-blue);
    background: #f5faff;
    box-shadow: 0 5px 12px rgba(31, 89, 127, .08);
}

.heritage-page [data-report-module="report-2025-page-38-rd-org"] .report-org__link { stroke: #75a7c8; }

/* Governance hierarchy: corporate blue, oversight blue, management gold and operating green. */
body.heritage-page-slug--governance .page_main .report-template--governance-wide .report-org__viewport {
    border: 1px solid #d7e5eb;
    border-top: 4px solid #2f6f9f;
    border-radius: 6px;
    background: #f8fbfc;
    box-shadow: 0 10px 26px rgba(26, 72, 96, .07);
}

body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-node-key="board"] {
    border-color: #285d91;
    background: #285d91;
}

body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-node-key="president"] {
    border-color: #2c7893;
    background: #2c7893;
}

body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-parent-key="board"]:not([data-node-key="president"]) {
    border-color: #9bc0d8;
    border-top: 4px solid #4f8db7;
    background: #eef6fa;
}

body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-node-key="operations-team"],
body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-node-key="general-admin"] {
    border-color: #e6c471;
    border-top: 4px solid #d6a52e;
    background: #fff8e8;
}

body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-node-key="taiwan-group"] {
    border-color: #4f9b68;
    background: #4f9b68;
}

body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-node-key="overseas-group"] {
    border-color: #3f958e;
    background: #3f958e;
}

body.heritage-page-slug--governance .page_main .report-template--governance-wide :is([data-node-key="taiwan-group"], [data-node-key="overseas-group"]) .report-org__copy strong {
    color: #fff;
}

body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-parent-key="taiwan-group"] {
    border-color: #a9cfb2;
    border-top: 4px solid #69aa78;
    background: #f1f8f2;
}

body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-parent-key="overseas-group"] {
    border-color: #9bcac5;
    border-top: 4px solid #58a59e;
    background: #eff8f7;
}

body.heritage-page-slug--governance .page_main .report-template--governance-wide :is(
    [data-node-key="board"],
    [data-node-key="president"],
    [data-node-key="taiwan-group"],
    [data-node-key="overseas-group"]
) > .report-org__icon {
    border-color: currentColor;
    background: #fff;
}

body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-node-key="board"] > .report-org__icon,
body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-node-key="board"] .report-org__icon-svg { color: #285d91; }
body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-node-key="president"] > .report-org__icon,
body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-node-key="president"] .report-org__icon-svg { color: #2c7893; }
body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-node-key="taiwan-group"] > .report-org__icon,
body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-node-key="taiwan-group"] .report-org__icon-svg { color: #4f9b68; }
body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-node-key="overseas-group"] > .report-org__icon,
body.heritage-page-slug--governance .page_main .report-template--governance-wide [data-node-key="overseas-group"] .report-org__icon-svg { color: #3f958e; }

body.heritage-page-slug--governance .page_main .report-template--governance-wide .report-org__link { stroke-width: 1.6; }
body.heritage-page-slug--governance .page_main .report-template--governance-wide .report-org__link[data-from-key="board"] { stroke: #789db9; }
body.heritage-page-slug--governance .page_main .report-template--governance-wide .report-org__link[data-from-key="president"] { stroke: #8ca9a5; }
body.heritage-page-slug--governance .page_main .report-template--governance-wide .report-org__link[data-from-key="taiwan-group"] { stroke: #75aa80; }
body.heritage-page-slug--governance .page_main .report-template--governance-wide .report-org__link[data-from-key="overseas-group"] { stroke: #66a9a3; }

/* Information security: one PPT-style spread with governance and strategy side by side. */
.security-governance-composition {
    margin: 0 0 50px;
}

.security-governance-composition__header {
    margin: 0 0 22px;
    padding: 16px 18px;
    border-top: 3px solid var(--polish-blue);
    background: #edf5fa;
}

.security-governance-composition__header .report-module__title {
    margin: 0;
    color: var(--polish-blue-dark);
    font-size: 24px;
}

.security-governance-composition__grid {
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.26fr);
    gap: 24px;
    align-items: stretch;
}

.security-governance-composition__panel {
    min-width: 0;
    padding: 24px;
    border: 1px solid #c7dce5;
    border-top: 5px solid var(--panel-color);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(27, 72, 94, .08);
}

.security-governance-composition__panel--org { --panel-color: var(--polish-blue); }
.security-governance-composition__panel--strategy { --panel-color: var(--polish-teal); background: #fbfefd; }

.security-governance-composition__panel-title {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 20px;
    color: var(--panel-color);
    font-size: 20px;
    line-height: 1.45;
}

.security-governance-composition__panel-title i {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--panel-color) 11%, white);
    font-size: 22px;
}

.security-governance-composition .report-module {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.security-governance-composition .report-module > .report-module__header { display: none; }
.security-governance-composition__panel--org .report-org { margin: 0; }
.security-governance-composition__panel--org .report-org__viewport { display: none !important; }
.security-governance-composition__panel--org .report-org__mobile { display: block !important; }
.security-governance-composition__panel--org .report-org__tree-level[data-org-depth="0"] { display: block; }
.security-governance-composition__panel--org .report-org__tree-level[data-org-depth="0"] > .report-org__tree-item > .report-org__node {
    width: min(100%, 270px);
    margin: 0 auto;
    border-color: #2c6eaa;
    border-top-width: 0;
    background: #2c6eaa;
    box-shadow: 0 7px 18px rgba(44, 110, 170, .18);
}

.security-governance-composition__panel--org .report-org__tree-level[data-org-depth="0"] > .report-org__tree-item > .report-org__node :is(.report-org__icon-svg, .report-org__copy strong) { color: #fff; }
.security-governance-composition__panel--org .report-org__tree-level[data-org-depth="1"] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 42px 0 0;
    padding: 0;
    border: 0;
}

.security-governance-composition__panel--org .report-org__tree-level[data-org-depth="1"]::before {
    content: '';
    position: absolute;
    top: -22px;
    right: 25%;
    left: 25%;
    border-top: 2px solid #94b2c3;
}

.security-governance-composition__panel--org .report-org__tree-level[data-org-depth="0"] > .report-org__tree-item::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 22px;
    border-left: 2px solid #94b2c3;
}

.security-governance-composition__panel--org .report-org__tree-level[data-org-depth="1"] > .report-org__tree-item::before {
    top: -22px;
    left: 50%;
    width: 0;
    height: 22px;
    border-top: 0;
    border-left: 2px solid #94b2c3;
}

.security-governance-composition__panel--org [data-node-key="execution"] {
    width: 100%;
    min-height: 132px;
    border-color: #8fb96a;
    border-top: 5px solid #78a94b;
    background: #f2f8ec;
}

.security-governance-composition__panel--org [data-node-key="audit"] {
    width: 100%;
    min-height: 132px;
    border-color: #e8b56f;
    border-top: 5px solid #e49843;
    background: #fff7ec;
}

.security-governance-composition__panel--strategy [data-report-module="ppt-2025-slide-23-copy"] .ppt-editorial__grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.security-governance-composition__panel--strategy [data-report-module="ppt-2025-slide-23-copy"] .ppt-editorial__block {
    width: 100%;
    margin: 0;
}

.security-governance-composition__panel--strategy [data-report-module="ppt-2025-slide-23-copy"] .ppt-grid-start-1.ppt-grid-span-2 { display: none; }
.security-governance-composition__panel--strategy [data-report-module="ppt-2025-slide-23-copy"] .ppt-grid-start-1.ppt-grid-span-4 {
    order: -2;
    padding: 13px 16px;
    border-left: 4px solid var(--polish-teal);
    background: #edf8f6;
    color: var(--polish-ink);
}

.security-governance-composition__panel--strategy [data-report-module="ppt-2025-slide-23-copy"] .ppt-grid-start-5.ppt-grid-span-3 {
    order: -1;
    color: var(--polish-teal);
}

.security-governance-composition__panel--strategy [data-report-module="ppt-2025-slide-23-copy"] .ppt-grid-start-5.ppt-grid-span-3 h4 {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0;
    color: var(--polish-teal);
    font-size: 20px;
}

.security-governance-composition__panel--strategy [data-report-module="ppt-2025-slide-23-copy"] .ppt-grid-start-5.ppt-grid-span-6 > h4,
.security-governance-composition__panel--strategy [data-report-module="ppt-2025-slide-23-copy"] .ppt-grid-start-5.ppt-grid-span-6 > p:nth-of-type(4) {
    margin: 0 0 9px;
    color: var(--polish-blue-dark);
    font-size: 17px;
    font-weight: 800;
}

.security-governance-composition__panel--strategy [data-report-module="ppt-2025-slide-23-copy"] .ppt-grid-start-5.ppt-grid-span-6 > p:not(:nth-of-type(4)) {
    position: relative;
    margin: 0 0 8px;
    padding-left: 20px;
    color: var(--polish-ink);
    font-size: 14px;
    line-height: 1.65;
}

.security-governance-composition__panel--strategy [data-report-module="ppt-2025-slide-23-copy"] .ppt-grid-start-5.ppt-grid-span-6 > p:not(:nth-of-type(4))::before {
    content: '';
    position: absolute;
    top: .72em;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--polish-teal);
}

/* Information-security roles retain the source deck's blue, green and orange hierarchy. */
.heritage-page [data-report-module="report-2025-page-32-security-org"] .report-org__viewport {
    border-color: #c7dce5;
    background: #f8fbfc;
}

.heritage-page [data-report-module="report-2025-page-32-security-org"] .report-org__node {
    min-height: 104px;
    border-width: 1px;
    box-shadow: 0 8px 20px rgba(27, 72, 94, .1);
}

.heritage-page [data-report-module="report-2025-page-32-security-org"] [data-node-key="steering"] {
    border-color: #2c6eaa;
    background: #2c6eaa;
}

.heritage-page [data-report-module="report-2025-page-32-security-org"] [data-node-key="steering"] .report-org__icon-svg,
.heritage-page [data-report-module="report-2025-page-32-security-org"] [data-node-key="steering"] .report-org__copy strong {
    color: #fff;
}

.heritage-page [data-report-module="report-2025-page-32-security-org"] [data-node-key="execution"] {
    border-color: #78a94b;
    border-top: 5px solid #78a94b;
    background: #f2f8ec;
}

.heritage-page [data-report-module="report-2025-page-32-security-org"] [data-node-key="audit"] {
    border-color: #e49843;
    border-top: 5px solid #e49843;
    background: #fff7ec;
}

.heritage-page [data-report-module="report-2025-page-32-security-org"] [data-node-key="execution"] .report-org__icon-svg { color: #659638; }
.heritage-page [data-report-module="report-2025-page-32-security-org"] [data-node-key="audit"] .report-org__icon-svg { color: #cf7a24; }

/* Grievance process: a connected icon-led procedure instead of generic web cards. */
.heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__viewport,
.heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__stage {
    height: 292px !important;
    min-height: 292px;
}

.heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__viewport {
    border: 0;
    overflow: hidden;
    background: #fff;
}

.heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__links {
    opacity: 0;
}

.heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__node {
    --grievance-color: var(--polish-blue);
    display: flex;
    min-height: 198px;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 8px 18px 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__node:nth-child(2) { --grievance-color: var(--polish-teal); }
.heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__node:nth-child(3) { --grievance-color: var(--polish-orange); }
.heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__node:not(:last-child)::after {
    content: '›';
    position: absolute;
    z-index: 4;
    top: 40px;
    right: -23px;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--grievance-color);
    font-size: 37px;
    font-weight: 800;
    line-height: 1;
}

.heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__icon {
    position: relative;
    z-index: 2;
    display: grid;
    width: 82px;
    height: 82px;
    flex: 0 0 auto;
    place-items: center;
    border: 2px solid var(--grievance-color);
    border-radius: 50%;
    background: color-mix(in srgb, var(--grievance-color) 9%, white);
    color: var(--grievance-color);
    box-shadow: 0 0 0 7px #fff, 0 0 0 8px color-mix(in srgb, var(--grievance-color) 25%, white);
}

.heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__icon-svg { width: 40px; height: 40px; color: var(--grievance-color); }
.heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__copy {
    position: relative;
    width: 100%;
    min-height: 105px;
    margin-top: 14px;
    padding: 18px 12px 12px;
    border-bottom: 4px solid var(--grievance-color);
    border-radius: 6px;
    background: color-mix(in srgb, var(--grievance-color) 7%, white);
}

.heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__label {
    position: absolute;
    top: -97px;
    left: calc(50% + 24px);
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--grievance-color);
    color: #fff;
    font-size: 11px;
}

.heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__copy > strong { color: var(--grievance-color); font-size: 18px; }
.heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__body { margin-top: 8px; color: var(--polish-ink); font-size: 13px; line-height: 1.55; }

/* Four product stages: large numbered panels with visible direction. */
.product-stages__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-stages__stage {
    --stage-color: #397fba;
    position: relative;
    min-width: 0;
    min-height: 280px;
    padding: 20px 18px;
    border: 1px solid color-mix(in srgb, var(--stage-color) 45%, white);
    border-radius: 8px;
    background: color-mix(in srgb, var(--stage-color) 7%, white);
}

.product-stages__stage--2 { --stage-color: #4f97c3; }
.product-stages__stage--3 { --stage-color: #1d9e9c; }
.product-stages__stage--4 { --stage-color: #6aa434; }

.product-stages__stage:not(:last-child)::after {
    content: '›';
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -19px;
    color: var(--stage-color);
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    transform: translateY(-50%);
}

.product-stages__topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-stages__number { color: var(--stage-color); font-size: 42px; font-weight: 800; line-height: 1; }
.product-stages__icon { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 50%; background: #fff; color: var(--stage-color); }
.product-stages__icon-svg { width: 38px; height: 38px; }
.product-stages__stage h4 { margin: 20px 0 14px; color: var(--stage-color); font-size: 20px; line-height: 1.45; }
.product-stages__stage ul { margin: 0; padding-left: 20px; color: var(--polish-ink); }
.product-stages__stage li { margin: 7px 0; font-size: 15px; line-height: 1.6; }

/* Career development: learning foundation plus an ascending four-level path. */
.career-map__layout {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.2fr);
    gap: 38px;
    align-items: stretch;
}

.career-map__foundation { display: grid; gap: 28px; min-width: 0; }
.career-map__group { min-width: 0; }
.career-map__group-heading { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 18px; }
.career-map__heading-icon { width: 36px; height: 36px; flex: 0 0 36px; color: var(--polish-blue); }
.career-map__group-heading h4 { margin: 0; color: var(--polish-blue-dark); font-size: 21px; line-height: 1.45; }
.career-map__group-heading p { margin: 5px 0 0; color: var(--polish-muted); font-size: 14px; line-height: 1.65; }

.career-map__petals {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 30px;
}

.career-map__petal-core {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: grid;
    width: 88px;
    height: 88px;
    place-items: center;
    border: 8px solid #fff;
    border-radius: 50%;
    background: var(--polish-blue-dark);
    color: #fff;
    font-weight: 700;
    transform: translate(-50%, -50%);
}

.career-map__petal {
    --petal-color: var(--polish-cyan);
    min-height: 112px;
    padding: 20px 22px;
    border-radius: 56px 8px 8px 56px;
    background: color-mix(in srgb, var(--petal-color) 13%, white);
    color: var(--polish-ink);
}

.career-map__petal:nth-of-type(2) { --petal-color: var(--polish-purple); border-radius: 8px 56px 56px 8px; text-align: right; }
.career-map__petal:nth-of-type(3) { --petal-color: var(--polish-green); }
.career-map__petal:nth-of-type(4) { --petal-color: var(--polish-orange); border-radius: 8px 56px 56px 8px; text-align: right; }
.career-map__petal strong { display: block; color: var(--petal-color); font-size: 16px; }
.career-map__petal span { display: block; margin-top: 4px; font-size: 13px; line-height: 1.45; }

.career-map__courses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.heritage-page [data-report-module="ppt-2025-slide-74-career"] .career-map__courses li {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    min-height: 44px;
    padding: 10px 12px;
    border-left: 0;
    border-bottom: 1px solid #bdd8e6;
    background: transparent;
    color: var(--polish-ink);
}

.career-map__courses li > span { width: 8px; height: 8px; border-radius: 50%; background: var(--polish-cyan); }
.career-map__courses strong { font-size: 14px; line-height: 1.4; }
.career-map__courses small { grid-column: 2; color: var(--polish-muted); }

.career-map__group--levels {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 24px;
    border: 1px solid #b9d5e8;
    border-radius: 8px;
    background: #f7fbfe;
}

.heritage-page [data-report-module="ppt-2025-slide-74-career"] .career-map__group--levels .career-map__steps {
    display: grid;
    min-height: 360px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    align-items: end;
    margin: auto 0 0;
    padding: 0;
    list-style: none;
}

.heritage-page [data-report-module="ppt-2025-slide-74-career"] .career-map__group--levels .career-map__step {
    --step-color: #75b7cf;
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 138px;
    margin-left: 0;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px 12px;
    border: 0;
    border-radius: 8px 8px 2px 2px;
    background: var(--step-color);
    color: #173d55;
}

.heritage-page [data-report-module="ppt-2025-slide-74-career"] .career-map__group--levels .career-map__step--2 { --step-color: #52a3c5; min-height: 190px; }
.heritage-page [data-report-module="ppt-2025-slide-74-career"] .career-map__group--levels .career-map__step--3 { --step-color: #347fb0; min-height: 245px; color: #fff; }
.heritage-page [data-report-module="ppt-2025-slide-74-career"] .career-map__group--levels .career-map__step--4 { --step-color: #285f98; min-height: 302px; color: #fff; }
.career-map__step:not(:last-child)::after { content: none; }
.career-map__step-number { font-size: 13px; font-weight: 800; opacity: .82; }
.career-map__step strong { display: block; margin-top: 7px; font-size: 16px; line-height: 1.45; overflow-wrap: anywhere; }
.career-map__step small { display: block; margin-top: 5px; font-size: 12px; line-height: 1.45; opacity: .86; }

/* EAP: the two 2025 diagrams belong together, not in two tall empty rows. */
.eap-chart-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.eap-chart-pair > .report-module-anchor { min-width: 0; }
.eap-chart-pair .report-module { height: 100%; padding: 20px 18px 16px; border: 1px solid #efd5b9; border-top: 5px solid var(--polish-orange); border-radius: 8px; background: #fffaf4; }
.eap-chart-pair .report-module__header { margin-bottom: 4px; }
.eap-chart-pair .report-module__title { color: #bf5b25; font-size: 20px; text-align: center; }
.eap-chart-pair .report-chart { --chart-series-1: #82933d; --chart-series-2: #ffd05d; --chart-series-3: #f7c9ad; --chart-series-4: #8ba0d4; --chart-series-5: #78b5ce; }
.eap-chart-pair .report-chart__viewport { border: 0; background: transparent; box-shadow: none; }
.eap-chart-pair .report-chart__plot { min-width: 0; height: 430px; }

/* Occupational safety: one six-step control sequence plus hierarchy tiles. */
.safety-process__steps {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.safety-process__step {
    --safety-color: #d85b54;
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 210px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 10px;
    border: 1px solid color-mix(in srgb, var(--safety-color) 50%, white);
    border-radius: 8px;
    background: color-mix(in srgb, var(--safety-color) 7%, white);
    color: var(--polish-ink);
    text-align: center;
}

.safety-process__step--2 { --safety-color: #ea7d2b; }
.safety-process__step--3 { --safety-color: #e8b825; }
.safety-process__step--4 { --safety-color: #70a943; }
.safety-process__step--5 { --safety-color: #18a29f; }
.safety-process__step--6 { --safety-color: #327fc2; }

.safety-process__step:not(:last-child)::after {
    content: '›';
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -12px;
    color: var(--safety-color);
    font-size: 28px;
    font-weight: 800;
    transform: translateY(-50%);
}

.safety-process__number {
    position: absolute;
    top: -14px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--safety-color);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.safety-process__icon { display: grid; width: 74px; height: 74px; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--safety-color) 13%, white); color: var(--safety-color); }
.safety-process__icon-svg { width: 43px; height: 43px; }
.safety-process__step strong { font-size: 16px; line-height: 1.45; }
.safety-process__step small { color: var(--polish-muted); font-size: 12px; line-height: 1.45; }

.heritage-page [data-report-module="report-2025-page-86-control-hierarchy"] .report-icon-grid__group > ul > li {
    --control-color: #ee7d3a;
    border: 1px solid color-mix(in srgb, var(--control-color) 35%, white);
    background: color-mix(in srgb, var(--control-color) 8%, white);
}

.heritage-page [data-report-module="report-2025-page-86-control-hierarchy"] .report-icon-grid__icon-wrap,
.heritage-page [data-report-module="report-2025-page-86-control-hierarchy"] .report-icon-grid__icon { color: var(--control-color); }

@media (max-width: 1199px) {
    .stakeholder-orbit__stage { min-height: 680px; }
    .stakeholder-orbit__node { width: 210px; }
    .stakeholder-orbit__node--2 { right: 0; }
    .stakeholder-orbit__node--7 { left: 0; }
    .materiality-phases__phase::after { display: none; }
    .risk-category-wheel__diagram { grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr); gap: 16px; }
    .risk-category-wheel__hub { width: 144px; height: 144px; border-width: 9px; }
    .risk-category-wheel__hub strong { font-size: 17px; }
    .product-stages__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-stages__stage:nth-child(2)::after { display: none; }
    .career-map__layout { grid-template-columns: minmax(0, 1fr); }
    .heritage-page [data-report-module="ppt-2025-slide-74-career"] .career-map__group--levels .career-map__steps { min-height: 330px; }
    .security-governance-composition__grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 767px) {
    .heritage-page [data-report-module="ppt-2025-core-values"] .social-groups__list--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
    .heritage-page [data-report-module="ppt-2025-core-values"] .social-groups__item:last-child { grid-column: 1 / -1; max-width: 50%; justify-self: center; }
    .heritage-page [data-report-module="ppt-2025-core-values"] .social-groups__icon { width: 92px; height: 92px; padding: 20px; }

    .stakeholder-orbit { margin-bottom: 34px; }
    .stakeholder-orbit__stage { min-height: 0; }
    .stakeholder-orbit__stage::before { display: none; }
    .stakeholder-orbit__core { position: relative; top: auto; left: auto; width: 154px; height: 154px; margin: 0 auto 24px; border-width: 9px; transform: none; }
    .stakeholder-orbit__core strong { font-size: 20px; }
    .stakeholder-orbit__nodes { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .stakeholder-orbit__node { position: static; width: auto; min-height: 82px; grid-template-columns: 42px minmax(0, 1fr); transform: none; }
    .stakeholder-orbit__node--7 { grid-column: 1 / -1; }
    .stakeholder-orbit__icon { width: 40px; height: 40px; }
    .stakeholder-orbit__copy strong { font-size: 15px; }
    .stakeholder-orbit__copy small { display: none; }

    .risk-category-wheel__diagram { grid-template-columns: minmax(0, 1fr); }
    .risk-category-wheel__hub { grid-row: 1; width: 134px; height: 134px; }
    .risk-category-wheel__hub::before,
    .risk-category-wheel__hub::after { display: none; }
    .risk-category-wheel__side .risk-register details { min-height: 0; }

    .product-stages__list { grid-template-columns: minmax(0, 1fr); }
    .product-stages__stage { min-height: 0; }
    .product-stages__stage:not(:last-child)::after { top: auto; right: 50%; bottom: -27px; transform: translateX(50%) rotate(90deg); }
    .product-stages__stage:nth-child(2)::after { display: block; }

    .career-map__petals { padding: 0; }
    .career-map__petal-core { display: none; }
    .career-map__petal,
    .career-map__petal:nth-of-type(2),
    .career-map__petal:nth-of-type(4) { min-height: 96px; padding: 16px; border-radius: 8px; text-align: left; }
    .career-map__courses { grid-template-columns: minmax(0, 1fr); }
    .career-map__group--levels { padding: 18px 12px; }
    .heritage-page [data-report-module="ppt-2025-slide-74-career"] .career-map__group--levels .career-map__steps { min-height: 0; grid-template-columns: minmax(0, 1fr); gap: 10px; }
    .heritage-page [data-report-module="ppt-2025-slide-74-career"] .career-map__group--levels .career-map__step,
    .heritage-page [data-report-module="ppt-2025-slide-74-career"] .career-map__group--levels .career-map__step--2,
    .heritage-page [data-report-module="ppt-2025-slide-74-career"] .career-map__group--levels .career-map__step--3,
    .heritage-page [data-report-module="ppt-2025-slide-74-career"] .career-map__group--levels .career-map__step--4 { min-height: 100px; padding-left: 58px; }
    .career-map__step-number { position: absolute; left: 18px; font-size: 18px; }
    .eap-chart-pair { grid-template-columns: minmax(0, 1fr); }
    .eap-chart-pair .report-chart__plot { height: 390px; }

    .safety-process__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
    .safety-process__step { min-height: 180px; }
    .safety-process__step::after { display: none; }

    .security-governance-composition__header { padding: 14px; }
    .security-governance-composition__header .report-module__title { font-size: 21px; }
    .security-governance-composition__panel { padding: 18px 14px; }
    .security-governance-composition__panel--org .report-org__tree-level[data-org-depth="1"] { grid-template-columns: minmax(0, 1fr); margin-top: 30px; }
    .security-governance-composition__panel--org .report-org__tree-level[data-org-depth="1"]::before,
    .security-governance-composition__panel--org .report-org__tree-level[data-org-depth="0"] > .report-org__tree-item::after,
    .security-governance-composition__panel--org .report-org__tree-level[data-org-depth="1"] > .report-org__tree-item::before { display: none; }
    .security-governance-composition__panel--org .report-org__tree-level[data-org-depth="1"] > .report-org__tree-item:not(:last-child)::after {
        content: '';
        display: block;
        width: 2px;
        height: 14px;
        margin: 0 auto;
        background: #94b2c3;
    }

    .heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__mobile-card {
        --grievance-color: var(--polish-blue);
        border: 1px solid color-mix(in srgb, var(--grievance-color) 35%, white);
        border-left: 5px solid var(--grievance-color);
        background: color-mix(in srgb, var(--grievance-color) 6%, white);
        box-shadow: none;
    }
    .heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__mobile-item:nth-child(2) .report-flow__mobile-card { --grievance-color: var(--polish-teal); }
    .heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__mobile-item:nth-child(3) .report-flow__mobile-card { --grievance-color: var(--polish-orange); }
    .heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__mobile-card .report-flow__icon { width: 54px; height: 54px; border-color: var(--grievance-color); color: var(--grievance-color); }
    .heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__mobile-card .report-flow__icon-svg { width: 29px; height: 29px; }
    .heritage-page [data-report-module="report-2025-page-27-grievance-flow"] .report-flow__mobile-card .report-flow__label { position: static; display: block; width: auto; height: auto; margin: 0 0 3px; border: 0; background: transparent; color: var(--grievance-color); text-align: left; }
}

@media (max-width: 420px) {
    .stakeholder-orbit__nodes { grid-template-columns: minmax(0, 1fr); }
    .stakeholder-orbit__node--7 { grid-column: auto; }
    .safety-process__steps { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
    .heritage-page .report-module *,
    .stakeholder-orbit * {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    .stakeholder-orbit__stage { break-inside: avoid; }
    .risk-category-wheel__diagram,
    .product-stages__list,
    .career-map__layout,
    .eap-chart-pair,
    .safety-process__steps { break-inside: avoid; }
}
