/*
 * Structural layer plus the provisional Samruk Energy typography system.
 * Font binaries come from canonical Document Fonts plus fixed-hash verified
 * external sources. Semantic mappings remain candidates until G4 approval.
 */

@font-face {
  font-family: "Samruk Energy Good Pro";
  src: url("assets/fonts/brand/good-pro-book.woff2") format("woff2"),
       url("assets/fonts/brand/good-pro-book.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Samruk Energy Good Pro";
  src: url("assets/fonts/brand/good-pro-medium.woff2") format("woff2"),
       url("assets/fonts/brand/good-pro-medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Samruk Energy Good Pro";
  src: url("assets/fonts/brand/good-pro-bold.woff2") format("woff2"),
       url("assets/fonts/brand/good-pro-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Samruk Energy Good Pro";
  src: url("assets/fonts/brand/good-pro-black.woff2") format("woff2"),
       url("assets/fonts/brand/good-pro-black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Samruk Energy Roboto";
  src: url("assets/fonts/brand/roboto-thin.woff2") format("woff2"),
       url("assets/fonts/brand/roboto-thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Samruk Energy Roboto";
  src: url("assets/fonts/brand/roboto-light.woff2") format("woff2"),
       url("assets/fonts/brand/roboto-light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Samruk Energy Roboto";
  src: url("assets/fonts/brand/roboto-regular.woff2") format("woff2"),
       url("assets/fonts/brand/roboto-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Samruk Energy Roboto";
  src: url("assets/fonts/brand/roboto-medium.woff2") format("woff2"),
       url("assets/fonts/brand/roboto-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Samruk Energy Roboto";
  src: url("assets/fonts/brand/roboto-bold.woff2") format("woff2"),
       url("assets/fonts/brand/roboto-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Samruk Energy Roboto";
  src: url("assets/fonts/brand/roboto-black.woff2") format("woff2"),
       url("assets/fonts/brand/roboto-black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Samruk Energy Roboto Condensed";
  src: url("assets/fonts/brand/roboto-condensed-bold.woff2") format("woff2"),
       url("assets/fonts/brand/roboto-condensed-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Samruk Energy Minion Pro";
  src: url("assets/fonts/brand/minion-pro-regular.woff2") format("woff2"),
       url("assets/fonts/brand/minion-pro-regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Samruk Energy Icons";
  src: url("assets/fonts/brand/font-awesome-6-pro-regular.woff2") format("woff2"),
       url("assets/fonts/brand/font-awesome-6-pro-regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "Samruk Energy Brands";
  src: url("assets/fonts/brand/font-awesome-7-brands-regular.woff2") format("woff2"),
       url("assets/fonts/brand/font-awesome-7-brands-regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

:root {
  --shell-max: 90rem;
  --shell-gutter: clamp(1rem, 4vw, 3rem);
  --header-height: 4rem;
  --surface: #ffffff;
  --surface-muted: #f2f2f2;
  --text: #171717;
  --border: #c9c9c9;
  --focus: #005fcc;
  --font-report-display: "Samruk Energy Good Pro", Arial, sans-serif;
  --font-report-body: "Samruk Energy Roboto", Arial, sans-serif;
  --font-report-condensed: "Samruk Energy Roboto Condensed", "Arial Narrow", sans-serif;
  --font-source-default: "Samruk Energy Minion Pro", Georgia, serif;
  --font-report-icons: "Samruk Energy Icons";
  --font-report-brands: "Samruk Energy Brands";
  --type-page-heading-family: var(--font-report-display);
  --type-page-heading-weight: 700;
  --type-page-heading-size: clamp(3.25rem, 7vw, 6.5rem);
  --type-page-heading-leading: 0.94;
  --type-section-heading-family: var(--font-report-display);
  --type-section-heading-weight: 700;
  --type-section-heading-size: clamp(2.25rem, 4.5vw, 4.5rem);
  --type-section-heading-leading: 0.98;
  --type-subsection-heading-family: var(--font-report-display);
  --type-subsection-heading-weight: 700;
  --type-subsection-heading-size: clamp(1.5rem, 2.3vw, 2.25rem);
  --type-subsection-heading-leading: 1.08;
  --type-lead-family: var(--font-report-body);
  --type-lead-weight: 500;
  --type-lead-size: clamp(1.25rem, 1.8vw, 1.625rem);
  --type-lead-leading: 1.32;
  --type-body-family: var(--font-report-body);
  --type-body-weight: 400;
  --type-body-size: clamp(1rem, 1.15vw, 1.125rem);
  --type-body-leading: 1.55;
  --type-navigation-family: var(--font-report-display);
  --type-navigation-weight: 500;
  --type-navigation-size: 0.875rem;
  --type-navigation-leading: 1.1;
  --type-card-title-family: var(--font-report-display);
  --type-card-title-weight: 700;
  --type-card-title-size: clamp(1.5rem, 2.5vw, 2.5rem);
  --type-card-title-leading: 1.02;
  --type-kpi-value-family: var(--font-report-display);
  --type-kpi-value-weight: 400;
  --type-kpi-value-size: clamp(3.25rem, 6vw, 6rem);
  --type-kpi-value-leading: 0.88;
  --type-kpi-label-family: var(--font-report-display);
  --type-kpi-label-weight: 700;
  --type-kpi-label-size: 0.875rem;
  --type-kpi-label-leading: 1.15;
  --type-table-header-family: var(--font-report-body);
  --type-table-header-weight: 700;
  --type-table-header-size: 1rem;
  --type-table-header-leading: 1.25;
  --type-table-body-family: var(--font-report-body);
  --type-table-body-weight: 400;
  --type-table-body-size: 1rem;
  --type-table-body-leading: 1.35;
  --type-footnote-family: var(--font-report-body);
  --type-footnote-weight: 400;
  --type-footnote-size: 0.875rem;
  --type-footnote-leading: 1.4;
  --type-chapter-number-family: var(--font-report-display);
  --type-chapter-number-weight: 900;
  --type-chapter-number-size: clamp(6rem, 14vw, 10rem);
  --type-chapter-number-leading: 0.78;
  --type-report-code-family: var(--font-report-body);
  --type-report-code-weight: 900;
  --type-report-code-size: 0.75rem;
  --type-report-code-leading: 1.2;
  --type-toc-thin-weight: 100;
  --type-toc-light-weight: 300;

  /*
   * Approved typography scale v1 (2026-08-10).
   * Source baseline: IDML Roboto Regular 9 pt = web body 16 px.
   * All approved sizes preserve the source ratio 16 / 9 = 1.777777… .
   * Legacy --type-* tokens above remain unchanged until each existing page is
   * explicitly migrated to the .report-type-* production classes below.
   */
  --approved-type-source-body-pt: 9;
  --approved-type-web-body-px: 16;
  --approved-type-scale-ratio: 1.7777777778;

  --approved-type-chapter-title-family: var(--font-report-display);
  --approved-type-chapter-title-weight: 700;
  --approved-type-chapter-title-size: 67.5556px;
  --approved-type-chapter-title-leading: 1;
  --approved-type-page-heading-family: var(--font-report-display);
  --approved-type-page-heading-weight: 700;
  --approved-type-page-heading-size: 46.2222px;
  --approved-type-page-heading-leading: 1.05;
  --approved-type-section-heading-family: var(--font-report-display);
  --approved-type-section-heading-weight: 700;
  --approved-type-section-heading-size: 32px;
  --approved-type-section-heading-leading: 1.1;
  --approved-type-subsection-heading-family: var(--font-report-display);
  --approved-type-subsection-heading-weight: 700;
  --approved-type-subsection-heading-size: 24.8889px;
  --approved-type-subsection-heading-leading: 1.15;
  --approved-type-card-title-family: var(--font-report-display);
  --approved-type-card-title-weight: 700;
  --approved-type-card-title-size: 24.8889px;
  --approved-type-card-title-leading: 1.15;

  --approved-type-lead-family: var(--font-report-body);
  --approved-type-lead-weight: 500;
  --approved-type-lead-size: 21.3333px;
  --approved-type-lead-leading: 1.333333;
  --approved-type-body-family: var(--font-report-body);
  --approved-type-body-weight: 400;
  --approved-type-body-size: 16px;
  --approved-type-body-leading: 1.5;
  --approved-type-list-family: var(--font-report-body);
  --approved-type-list-weight: 400;
  --approved-type-list-size: 16px;
  --approved-type-list-leading: 1.5;
  --approved-type-product-label-family: var(--font-report-body);
  --approved-type-product-label-weight: 500;
  --approved-type-product-label-size: 19.5556px;
  --approved-type-product-label-leading: 1.3;
  --approved-type-navigation-family: var(--font-report-display);
  --approved-type-navigation-weight: 500;
  --approved-type-navigation-size: 12.4444px;
  --approved-type-navigation-leading: 1.1;

  --approved-type-kpi-value-family: var(--font-report-display);
  --approved-type-kpi-value-weight: 400;
  --approved-type-kpi-value-size: 78.2222px;
  --approved-type-kpi-value-leading: 0.95;
  --approved-type-kpi-unit-family: var(--font-report-display);
  --approved-type-kpi-unit-weight: 500;
  --approved-type-kpi-unit-size: 19.5556px;
  --approved-type-kpi-unit-leading: 1.1;
  --approved-type-kpi-label-family: var(--font-report-display);
  --approved-type-kpi-label-weight: 700;
  --approved-type-kpi-label-size: 19.5556px;
  --approved-type-kpi-label-leading: 1.15;
  --approved-type-graph-figure-family: var(--font-report-display);
  --approved-type-graph-figure-weight: 700;
  --approved-type-graph-figure-size: 17.7778px;
  --approved-type-graph-figure-leading: 1.15;

  --approved-type-table-name-family: var(--font-report-body);
  --approved-type-table-name-weight: 700;
  --approved-type-table-name-size: 16px;
  --approved-type-table-name-leading: 1.3;
  --approved-type-table-header-family: var(--font-report-body);
  --approved-type-table-header-weight: 700;
  --approved-type-table-header-size: 16px;
  --approved-type-table-header-leading: 1.3;
  --approved-type-table-body-family: var(--font-report-body);
  --approved-type-table-body-weight: 400;
  --approved-type-table-body-size: 16px;
  --approved-type-table-body-leading: 1.35;
  --approved-type-footnote-family: var(--font-report-body);
  --approved-type-footnote-weight: 400;
  --approved-type-footnote-size: 10.6667px;
  --approved-type-footnote-leading: 1.4;
  --approved-type-report-code-family: var(--font-report-body);
  --approved-type-report-code-weight: 900;
  --approved-type-report-code-size: 17.7778px;
  --approved-type-report-code-leading: 1.2;
  --approved-type-toc-family: var(--font-report-body);
  --approved-type-toc-weight: 400;
  --approved-type-toc-size: 16px;
  --approved-type-toc-leading: 1.35;
  --approved-type-chapter-toc-family: var(--font-report-display);
  --approved-type-chapter-toc-weight: 700;
  --approved-type-chapter-toc-size: 17.7778px;
  --approved-type-chapter-toc-leading: 1.2;
  --approved-type-chapter-number-family: var(--font-report-display);
  --approved-type-chapter-number-weight: 900;
  --approved-type-chapter-number-size: 284.4444px;
  --approved-type-chapter-number-leading: 0.78;
}

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

html {
  min-width: 20rem;
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  color: var(--text);
  background: var(--surface);
  font-family: var(--font-report-body);
  font-synthesis: none;
}

.type-role--page-heading {
  font-family: var(--type-page-heading-family);
  font-size: var(--type-page-heading-size);
  font-weight: var(--type-page-heading-weight);
  line-height: var(--type-page-heading-leading);
}

.type-role--section-heading {
  font-family: var(--type-section-heading-family);
  font-size: var(--type-section-heading-size);
  font-weight: var(--type-section-heading-weight);
  line-height: var(--type-section-heading-leading);
}

.type-role--subsection-heading {
  font-family: var(--type-subsection-heading-family);
  font-size: var(--type-subsection-heading-size);
  font-weight: var(--type-subsection-heading-weight);
  line-height: var(--type-subsection-heading-leading);
}

.type-role--lead {
  font-family: var(--type-lead-family);
  font-size: var(--type-lead-size);
  font-weight: var(--type-lead-weight);
  line-height: var(--type-lead-leading);
}

.type-role--body {
  font-family: var(--type-body-family);
  font-size: var(--type-body-size);
  font-weight: var(--type-body-weight);
  line-height: var(--type-body-leading);
}

.type-role--navigation {
  font-family: var(--type-navigation-family);
  font-size: var(--type-navigation-size);
  font-weight: var(--type-navigation-weight);
  line-height: var(--type-navigation-leading);
}

.type-role--card-title {
  font-family: var(--type-card-title-family);
  font-size: var(--type-card-title-size);
  font-weight: var(--type-card-title-weight);
  line-height: var(--type-card-title-leading);
}

.type-role--kpi-value {
  font-family: var(--type-kpi-value-family);
  font-size: var(--type-kpi-value-size);
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: var(--type-kpi-value-weight);
  line-height: var(--type-kpi-value-leading);
}

.type-role--kpi-label {
  font-family: var(--type-kpi-label-family);
  font-size: var(--type-kpi-label-size);
  font-weight: var(--type-kpi-label-weight);
  line-height: var(--type-kpi-label-leading);
}

.type-role--table-header {
  font-family: var(--type-table-header-family);
  font-size: var(--type-table-header-size);
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: var(--type-table-header-weight);
  line-height: var(--type-table-header-leading);
}

.type-role--table-body {
  font-family: var(--type-table-body-family);
  font-size: var(--type-table-body-size);
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: var(--type-table-body-weight);
  line-height: var(--type-table-body-leading);
}

.type-role--footnote {
  font-family: var(--type-footnote-family);
  font-size: var(--type-footnote-size);
  font-weight: var(--type-footnote-weight);
  line-height: var(--type-footnote-leading);
}

.type-role--chapter-number {
  font-family: var(--type-chapter-number-family);
  font-size: var(--type-chapter-number-size);
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: var(--type-chapter-number-weight);
  line-height: var(--type-chapter-number-leading);
}

.type-role--report-code {
  font-family: var(--type-report-code-family);
  font-size: var(--type-report-code-size);
  font-weight: var(--type-report-code-weight);
  line-height: var(--type-report-code-leading);
  text-transform: uppercase;
}

/*
 * Production typography API.
 * Existing report pages adopt these classes explicitly during the migration
 * pass; defining them here does not alter any unmigrated owner.
 */
.report-type-chapter-title {
  font-family: var(--approved-type-chapter-title-family);
  font-size: var(--approved-type-chapter-title-size);
  font-weight: var(--approved-type-chapter-title-weight);
  line-height: var(--approved-type-chapter-title-leading);
  text-transform: uppercase;
}

.report-type-page-heading {
  font-family: var(--approved-type-page-heading-family);
  font-size: var(--approved-type-page-heading-size);
  font-weight: var(--approved-type-page-heading-weight);
  line-height: var(--approved-type-page-heading-leading);
  text-transform: uppercase;
}

.report-type-section-heading {
  font-family: var(--approved-type-section-heading-family);
  font-size: var(--approved-type-section-heading-size);
  font-weight: var(--approved-type-section-heading-weight);
  line-height: var(--approved-type-section-heading-leading);
}

.report-type-subsection-heading {
  font-family: var(--approved-type-subsection-heading-family);
  font-size: var(--approved-type-subsection-heading-size);
  font-weight: var(--approved-type-subsection-heading-weight);
  line-height: var(--approved-type-subsection-heading-leading);
}

.report-type-card-title {
  font-family: var(--approved-type-card-title-family);
  font-size: var(--approved-type-card-title-size);
  font-weight: var(--approved-type-card-title-weight);
  line-height: var(--approved-type-card-title-leading);
}

.report-type-lead {
  font-family: var(--approved-type-lead-family);
  font-size: var(--approved-type-lead-size);
  font-weight: var(--approved-type-lead-weight);
  line-height: var(--approved-type-lead-leading);
}

.report-type-body {
  font-family: var(--approved-type-body-family);
  font-size: var(--approved-type-body-size);
  font-weight: var(--approved-type-body-weight);
  line-height: var(--approved-type-body-leading);
}

.report-type-list {
  font-family: var(--approved-type-list-family);
  font-size: var(--approved-type-list-size);
  font-weight: var(--approved-type-list-weight);
  line-height: var(--approved-type-list-leading);
}

.report-type-product-label {
  font-family: var(--approved-type-product-label-family);
  font-size: var(--approved-type-product-label-size);
  font-weight: var(--approved-type-product-label-weight);
  line-height: var(--approved-type-product-label-leading);
}

.report-type-navigation {
  font-family: var(--approved-type-navigation-family);
  font-size: var(--approved-type-navigation-size);
  font-weight: var(--approved-type-navigation-weight);
  line-height: var(--approved-type-navigation-leading);
  text-transform: uppercase;
}

.report-type-kpi-value {
  font-family: var(--approved-type-kpi-value-family);
  font-size: var(--approved-type-kpi-value-size);
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: var(--approved-type-kpi-value-weight);
  line-height: var(--approved-type-kpi-value-leading);
}

.report-type-kpi-unit {
  font-family: var(--approved-type-kpi-unit-family);
  font-size: var(--approved-type-kpi-unit-size);
  font-weight: var(--approved-type-kpi-unit-weight);
  line-height: var(--approved-type-kpi-unit-leading);
}

.report-type-kpi-label {
  font-family: var(--approved-type-kpi-label-family);
  font-size: var(--approved-type-kpi-label-size);
  font-weight: var(--approved-type-kpi-label-weight);
  line-height: var(--approved-type-kpi-label-leading);
}

.report-type-graph-figure {
  font-family: var(--approved-type-graph-figure-family);
  font-size: var(--approved-type-graph-figure-size);
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: var(--approved-type-graph-figure-weight);
  line-height: var(--approved-type-graph-figure-leading);
}

.report-type-table-name {
  font-family: var(--approved-type-table-name-family);
  font-size: var(--approved-type-table-name-size);
  font-weight: var(--approved-type-table-name-weight);
  line-height: var(--approved-type-table-name-leading);
}

.report-type-table-header {
  font-family: var(--approved-type-table-header-family);
  font-size: var(--approved-type-table-header-size);
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: var(--approved-type-table-header-weight);
  line-height: var(--approved-type-table-header-leading);
}

.report-type-table-body {
  font-family: var(--approved-type-table-body-family);
  font-size: var(--approved-type-table-body-size);
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: var(--approved-type-table-body-weight);
  line-height: var(--approved-type-table-body-leading);
}

.report-type-footnote {
  font-family: var(--approved-type-footnote-family);
  font-size: var(--approved-type-footnote-size);
  font-weight: var(--approved-type-footnote-weight);
  line-height: var(--approved-type-footnote-leading);
}

/*
 * Canonical IDML role lock.
 * The migration script adds report-type-core only when a live element can be
 * resolved to one canonical paragraph style. Bespoke components without that
 * source-backed marker remain governed by their owner stylesheet.
 */
.report-type-core.report-type-chapter-title {
  font-family: var(--approved-type-chapter-title-family) !important;
  font-size: var(--approved-type-chapter-title-size) !important;
  font-weight: var(--approved-type-chapter-title-weight) !important;
  line-height: var(--approved-type-chapter-title-leading) !important;
}

.report-type-core.report-type-page-heading {
  font-family: var(--approved-type-page-heading-family) !important;
  font-size: var(--approved-type-page-heading-size) !important;
  font-weight: var(--approved-type-page-heading-weight) !important;
  line-height: var(--approved-type-page-heading-leading) !important;
}

.report-type-core.report-type-section-heading {
  font-family: var(--approved-type-section-heading-family) !important;
  font-size: var(--approved-type-section-heading-size) !important;
  font-weight: var(--approved-type-section-heading-weight) !important;
  line-height: var(--approved-type-section-heading-leading) !important;
}

.report-type-core.report-type-subsection-heading {
  font-family: var(--approved-type-subsection-heading-family) !important;
  font-size: var(--approved-type-subsection-heading-size) !important;
  font-weight: var(--approved-type-subsection-heading-weight) !important;
  line-height: var(--approved-type-subsection-heading-leading) !important;
}

.report-type-core.report-type-lead {
  font-family: var(--approved-type-lead-family) !important;
  font-size: var(--approved-type-lead-size) !important;
  font-weight: var(--approved-type-lead-weight) !important;
  line-height: var(--approved-type-lead-leading) !important;
}

.report-type-core.report-type-body {
  font-family: var(--approved-type-body-family) !important;
  font-size: var(--approved-type-body-size) !important;
  font-weight: var(--approved-type-body-weight) !important;
  line-height: var(--approved-type-body-leading) !important;
}

.report-type-core.report-type-list {
  font-family: var(--approved-type-list-family) !important;
  font-size: var(--approved-type-list-size) !important;
  font-weight: var(--approved-type-list-weight) !important;
  line-height: var(--approved-type-list-leading) !important;
}

.report-type-core.report-type-table-name {
  font-family: var(--approved-type-table-name-family) !important;
  font-size: var(--approved-type-table-name-size) !important;
  font-weight: var(--approved-type-table-name-weight) !important;
  line-height: var(--approved-type-table-name-leading) !important;
}

.report-type-core.report-type-table-header {
  font-family: var(--approved-type-table-header-family) !important;
  font-size: var(--approved-type-table-header-size) !important;
  font-weight: var(--approved-type-table-header-weight) !important;
  line-height: var(--approved-type-table-header-leading) !important;
}

.report-type-core.report-type-table-body {
  font-family: var(--approved-type-table-body-family) !important;
  font-size: var(--approved-type-table-body-size) !important;
  font-weight: var(--approved-type-table-body-weight) !important;
  line-height: var(--approved-type-table-body-leading) !important;
}

.report-type-core.report-type-footnote {
  font-family: var(--approved-type-footnote-family) !important;
  font-size: var(--approved-type-footnote-size) !important;
  font-weight: var(--approved-type-footnote-weight) !important;
  line-height: var(--approved-type-footnote-leading) !important;
}

.report-type-report-code {
  font-family: var(--approved-type-report-code-family);
  font-size: var(--approved-type-report-code-size);
  font-weight: var(--approved-type-report-code-weight);
  line-height: var(--approved-type-report-code-leading);
  text-transform: uppercase;
}

.report-type-toc {
  font-family: var(--approved-type-toc-family);
  font-size: var(--approved-type-toc-size);
  font-weight: var(--approved-type-toc-weight);
  line-height: var(--approved-type-toc-leading);
}

.report-type-chapter-toc {
  font-family: var(--approved-type-chapter-toc-family);
  font-size: var(--approved-type-chapter-toc-size);
  font-weight: var(--approved-type-chapter-toc-weight);
  line-height: var(--approved-type-chapter-toc-leading);
  text-transform: uppercase;
}

.report-type-chapter-number {
  font-family: var(--approved-type-chapter-number-family);
  font-size: var(--approved-type-chapter-number-size);
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: var(--approved-type-chapter-number-weight);
  line-height: var(--approved-type-chapter-number-leading);
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 0.1875rem solid var(--focus);
  outline-offset: 0.1875rem;
}

.skip-link {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--surface);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  width: min(100%, var(--shell-max));
  margin-inline: auto;
  padding-inline: var(--shell-gutter);
}

.site-header {
  min-height: var(--header-height);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}

.site-header__inner,
.site-footer__inner,
.site-actions,
.site-identity,
.site-drawer__header {
  display: flex;
  align-items: center;
}

.site-header__inner {
  min-height: var(--header-height);
  justify-content: space-between;
  gap: 1rem;
}

.site-identity {
  gap: 0.625rem;
  text-decoration: none;
}

.site-identity__mark {
  width: 1.75rem;
  aspect-ratio: 1;
  border: 1px solid currentColor;
}

.site-actions {
  gap: 0.25rem;
}

.site-action {
  min-height: 2.75rem;
  padding: 0.625rem 0.75rem;
  border: 0;
  color: inherit;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

.site-action:hover {
  background: var(--surface-muted);
}

.site-main {
  flex: 1 0 auto;
}

.placeholder-page {
  padding-block: clamp(4rem, 12vw, 10rem);
}

.placeholder-page h1,
.placeholder-page p {
  max-width: 45rem;
}

.status-label {
  margin: 0 0 1rem;
}

.site-footer {
  border-top: 1px solid var(--border);
}

.site-footer__inner {
  min-height: 5rem;
  justify-content: space-between;
  gap: 1rem;
}

.site-drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
}

.site-drawer[hidden] {
  display: none;
}

.site-drawer__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgb(0 0 0 / 45%);
  cursor: pointer;
}

.site-drawer__panel {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(100%, 30rem);
  overflow-y: auto;
  padding: var(--shell-gutter);
  background: var(--surface);
}

.site-drawer__header {
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.drawer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-list a {
  display: block;
  padding-block: 0.875rem;
  border-bottom: 1px solid var(--border);
}

body.has-open-drawer {
  overflow: hidden;
}

@media (max-width: 42rem) {
  .site-actions > a {
    display: none;
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}

/* Approved report bullet component: Roboto 16/24 and a 1em source SVG. */
.report-bullet-list {
  --report-bullet-marker-size: 1em;
  --report-bullet-marker-gap: 1.25em;
  --report-bullet-item-gap: 0.708661em;
  --report-bullet-marker-first-line-offset: calc((1lh - var(--report-bullet-marker-size)) / 2);
  margin: 0;
  padding: 0;
  display: grid;
  row-gap: var(--report-bullet-item-gap);
  color: #3c3c3b;
  font-family: var(--approved-type-body-family);
  font-size: var(--approved-type-body-size);
  font-weight: var(--approved-type-body-weight);
  line-height: var(--approved-type-body-leading);
  list-style: none;
}

.report-bullet-list > li {
  min-width: 0;
  display: grid;
  grid-template-columns: var(--report-bullet-marker-size) minmax(0, 1fr);
  column-gap: var(--report-bullet-marker-gap);
  align-items: start;
}

.report-bullet-list__marker {
  width: var(--report-bullet-marker-size);
  height: var(--report-bullet-marker-size);
  margin-block-start: var(--report-bullet-marker-first-line-offset);
  display: block;
  align-self: start;
  flex: none;
}

.report-bullet-list__copy {
  min-width: 0;
  line-height: inherit;
}

.report-bullet-list__copy strong {
  font-weight: 700;
}

.report-bullet-list__nowrap {
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/*
 * Source-faithful pilot for PDF spread 5 (print pages 6-7).
 * These values are extracted evidence for this isolated calibration page,
 * not approved global design tokens.
 */

.figures-demo {
  display: block;
  min-width: 20rem;
  color: #151b25;
  background: #e8edf3;
}

.figures-demo__main {
  min-height: 100vh;
}

.figures-spread {
  --figures-blue: #184d98;
  --figures-orange: #e94e0f;
  --figures-kpi: #f18952;
  --figures-white: #ffffff;
  width: 100%;
  aspect-ratio: 1190.55 / 841.89;
  overflow: hidden;
  color: var(--figures-white);
  background: #064376;
  container-type: inline-size;
  font-family: var(--font-report-display);
}

.report-strip {
  height: 3.33cqw;
  min-height: 2.5rem;
  display: grid;
  grid-template-columns: 14cqw minmax(0, 1fr) 15.4cqw;
  align-items: center;
  gap: 1.4cqw;
  padding-inline: 4.05cqw;
  color: var(--figures-blue);
  background: #ffffff;
  font-family: var(--type-navigation-family);
  font-size: 0.59cqw;
  font-weight: var(--type-navigation-weight);
  line-height: 1;
  text-transform: uppercase;
}

.report-strip a {
  text-decoration: none;
}

.report-strip__controls {
  display: flex;
  align-items: center;
  gap: 0.75cqw;
}

.report-strip__controls a {
  width: 1.55cqw;
  height: 1.55cqw;
  display: grid;
  place-items: center;
}

.report-strip__controls img {
  max-width: 100%;
  max-height: 100%;
}

.report-strip__sections {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1.2fr 1.15fr 1.35fr 1.55fr 1.45fr 0.78fr;
  align-items: center;
  gap: 1.1cqw;
  list-style: none;
  white-space: nowrap;
}

.report-strip__sections li {
  position: relative;
}

.report-strip__sections li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.72cqw;
  width: 0.38cqw;
  aspect-ratio: 1;
  border: 0.1cqw solid var(--figures-blue);
  border-radius: 50%;
  transform: translateY(-50%);
}

.report-strip__tools,
.report-strip__site {
  display: flex;
  align-items: center;
}

.report-strip__tools {
  justify-content: flex-end;
  gap: 1cqw;
}

.report-strip__site {
  justify-content: flex-end;
  gap: 0.7cqw;
  color: var(--figures-orange);
}

.report-strip__site img {
  width: 0.86cqw;
}

.report-strip__menu {
  width: 1.55cqw;
  min-width: 1.2rem;
  height: 1.55cqw;
  min-height: 1.2rem;
  margin: 0;
  padding: 0.28cqw 0.15cqw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
  color: var(--figures-orange);
  background: transparent;
  opacity: 1;
  cursor: default;
}

.report-strip__menu span {
  width: 100%;
  height: 0.12cqw;
  min-height: 1px;
  border-radius: 999px;
  background: currentColor;
}

.report-strip--standalone {
  --figures-blue: #184d98;
  --figures-orange: #e94e0f;
  width: 100%;
  font-family: var(--font-report-display);
}

.figures-canvas {
  position: relative;
  height: calc(100% - 3.33cqw);
  overflow: hidden;
  background-image: url("assets/media/spread-0005-background.b15ca23b.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}

.figures-canvas__glow {
  position: absolute;
  z-index: 0;
  top: 9.2%;
  left: -5.5%;
  width: 39%;
  height: 15%;
  object-fit: fill;
  pointer-events: none;
}

.figures-canvas__title {
  position: absolute;
  z-index: 1;
  top: 7.8%;
  left: 4.05%;
  margin: 0;
  font-family: var(--type-page-heading-family);
  font-size: 3.36cqw;
  font-weight: var(--type-page-heading-weight);
  line-height: 0.95;
  letter-spacing: -0.035em;
  word-spacing: 0.08em;
  text-transform: uppercase;
}

.figures-groups {
  position: absolute;
  inset: 0;
}

.figures-group {
  position: absolute;
  z-index: 1;
}

.figures-group--production {
  top: 19%;
  left: 4.05%;
  width: 20.8%;
}

.figures-group--sustainability {
  top: 18.8%;
  left: 26.66%;
  width: 22.2%;
}

.figures-group--financial {
  top: 10.9%;
  left: 54.76%;
  width: 23.7%;
}

.figures-group--governance {
  top: 11.5%;
  left: 76.2%;
  width: 21.5%;
}

.figures-group__header {
  min-height: 5.2cqw;
  display: grid;
  grid-template-columns: 5.2cqw minmax(0, 1fr);
  align-items: center;
  gap: 1.25cqw;
}

.figures-group__header img {
  width: 4.84cqw;
  max-height: 5.03cqw;
  object-fit: contain;
}

.figures-group__header h2 {
  margin: 0;
  font-family: var(--type-section-heading-family);
  font-size: 1.6cqw;
  font-weight: var(--type-section-heading-weight);
  line-height: 1.06;
  letter-spacing: -0.025em;
  white-space: pre-line;
}

.figures-group__items {
  display: flex;
  flex-direction: column;
}

.figures-group--production .figures-group__items {
  margin-top: 0.85cqw;
  gap: 0;
}

.figures-group--production .figure-kpi {
  min-height: 7.15cqw;
}

.figures-group--sustainability .figures-group__items {
  margin-top: 0.85cqw;
}

.figures-group--sustainability .figure-kpi {
  min-height: 8.25cqw;
}

.figures-group--financial .figures-group__items {
  margin-top: 1.8cqw;
}

.figures-group--financial .figure-kpi {
  min-height: 7.2cqw;
}

.figures-group--governance .figures-group__items {
  margin-top: 0.7cqw;
  gap: 0.5cqw;
}

.figure-kpi {
  min-width: 0;
}

.figure-kpi p {
  margin: 0;
}

.figure-kpi__measure {
  min-height: 4.35cqw;
  display: flex;
  align-items: baseline;
  gap: 1.15cqw;
  white-space: nowrap;
}

.figure-kpi__value {
  color: var(--figures-kpi);
  font-family: var(--type-kpi-value-family);
  font-size: 3.7cqw;
  font-weight: var(--type-kpi-value-weight);
  line-height: 0.92;
  letter-spacing: -0.035em;
}

.figure-kpi__unit,
.figure-kpi__label {
  font-size: 0.925cqw;
  line-height: 1.18;
}

.figure-kpi__unit {
  font-family: var(--type-navigation-family);
  font-weight: var(--type-navigation-weight);
}

.figure-kpi__label {
  max-width: 100%;
  font-family: var(--type-kpi-label-family);
  font-weight: var(--type-kpi-label-weight);
  white-space: pre-line;
}

.figure-kpi__label--joined > :first-child {
  display: block;
}

.figure-kpi__unit--stack {
  display: inline-flex;
  flex-direction: column;
  align-self: center;
}

.figure-kpi--inline {
  min-height: 4.85cqw;
  display: grid;
  grid-template-columns: 4.7cqw minmax(0, 1fr);
  align-items: center;
  gap: 0.7cqw;
}

.figure-kpi--inline .figure-kpi__measure {
  min-height: 0;
}

.figure-kpi--inline .figure-kpi__label {
  max-width: 11.4cqw;
}

.figures-folios {
  position: absolute;
  z-index: 2;
  right: 4.05%;
  bottom: 1.8%;
  left: 4.05%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--type-navigation-family);
  font-weight: var(--type-navigation-weight);
  font-size: 0.59cqw;
  line-height: 1;
}

.figures-folios p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.62cqw;
}

.figures-folios strong {
  font-size: 0.84cqw;
}

.figures-folios__literal {
  white-space: pre;
}

.extraction-notes {
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 4vw, 3rem);
  color: #18202a;
  background: #f7f9fb;
  font-family: var(--font-report-body);
}

.extraction-notes__inner {
  width: min(100%, 78rem);
  margin-inline: auto;
}

.extraction-notes__eyebrow {
  margin: 0 0 0.75rem;
  color: #5b6675;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.extraction-notes h2 {
  max-width: 50rem;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

.extraction-notes__grid {
  margin-top: clamp(2rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.extraction-notes__grid article {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #d9e0e8;
  border-radius: 0.75rem;
  background: #ffffff;
}

.extraction-notes__grid h3 {
  margin: 0 0 1.25rem;
  font-size: 1.1rem;
}

.extraction-notes__grid ul {
  margin: 0;
  padding-left: 1.2rem;
}

.extraction-notes__grid li + li {
  margin-top: 0.75rem;
}

.evidence-list {
  margin: 0;
}

.evidence-list div {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  padding-block: 0.7rem;
  border-top: 1px solid #e5e9ef;
}

.evidence-list dt {
  color: #5b6675;
}

.evidence-list dd {
  margin: 0;
  font-weight: 650;
}

.extraction-notes__font-status {
  margin: 1.25rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid #e5e9ef;
  color: #5b6675;
  line-height: 1.5;
}

.extraction-notes__font-status strong {
  color: #18202a;
}

.extraction-notes__actions {
  margin: 2rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.extraction-notes__actions a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding-inline: 1rem;
  border: 1px solid #18202a;
  border-radius: 999px;
  text-decoration: none;
}

@media (max-width: 62rem) {
  .figures-spread {
    aspect-ratio: auto;
    overflow: visible;
  }

  .report-strip {
    min-height: 4rem;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    padding: 0.75rem 1rem;
    font-size: 0.72rem;
  }

  .report-strip__controls {
    gap: 0.5rem;
  }

  .report-strip__controls a {
    width: 2rem;
    height: 2rem;
  }

  .report-strip__sections {
    display: none;
  }

  .report-strip__tools {
    grid-column: 3;
    gap: 0.75rem;
  }

  .report-strip__site {
    gap: 0.5rem;
  }

  .report-strip__site img {
    width: 1rem;
  }

  .report-strip__menu {
    width: 2rem;
    height: 2rem;
    padding: 0.45rem 0.25rem;
  }

  .figures-canvas {
    height: auto;
    min-height: 100vh;
    padding: 4rem 1rem 16rem;
    background-position: 64% bottom;
    background-size: auto 100%;
  }

  .figures-canvas__glow {
    top: 3.5rem;
    left: -5rem;
    width: 30rem;
    height: 8rem;
  }

  .figures-canvas__title {
    position: relative;
    top: auto;
    left: auto;
    font-size: clamp(2.7rem, 10vw, 5rem);
  }

  .figures-groups {
    position: relative;
    inset: auto;
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem 2rem;
  }

  .figures-group,
  .figures-group--production,
  .figures-group--sustainability,
  .figures-group--financial,
  .figures-group--governance {
    position: relative;
    inset: auto;
    width: auto;
  }

  .figures-group__header {
    min-height: 0;
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 1rem;
  }

  .figures-group__header img {
    width: 4rem;
    max-height: 4rem;
  }

  .figures-group__header h2 {
    font-size: clamp(1.7rem, 4vw, 2.4rem);
  }

  .figures-group__items,
  .figures-group--production .figures-group__items,
  .figures-group--sustainability .figures-group__items,
  .figures-group--financial .figures-group__items,
  .figures-group--governance .figures-group__items {
    margin-top: 2rem;
    gap: 1.5rem;
  }

  .figures-group .figure-kpi,
  .figure-kpi--inline {
    min-height: 0;
  }

  .figure-kpi__measure {
    min-height: 0;
    gap: 0.7rem;
  }

  .figure-kpi__value {
    font-size: clamp(3.5rem, 8vw, 5rem);
  }

  .figure-kpi__unit,
  .figure-kpi__label {
    font-size: clamp(1rem, 2.3vw, 1.25rem);
  }

  .figure-kpi--inline {
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: 1rem;
  }

  .figure-kpi--inline .figure-kpi__label {
    max-width: none;
  }

  .figures-folios {
    right: 1rem;
    bottom: 1.5rem;
    left: 1rem;
    font-size: 0.8rem;
  }

  .figures-folios strong {
    font-size: 1rem;
  }

  .extraction-notes__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 42rem) {
  .report-strip__site span {
    display: none;
  }

  .figures-canvas {
    padding-bottom: 13rem;
    background-position: 70% bottom;
  }

  .figures-groups {
    grid-template-columns: 1fr;
  }

  .figures-folios p:last-child span {
    display: none;
  }

  .evidence-list div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

/*
 * Internal design laboratory.
 * This page is a review surface, not an approved design system and not
 * a source-content page of the annual report.
 */

.design-lab {
  --lab-blue-950: #063d6e;
  --lab-blue-900: #064376;
  --lab-blue-700: #184d98;
  --lab-orange-600: #e94e0f;
  --lab-orange-400: #f18952;
  --lab-sky-100: #e8f1f7;
  --lab-ink: #102438;
  --lab-muted: #647484;
  --lab-line: #cbd8e2;
  --lab-white: #ffffff;
  display: block;
  color: var(--lab-ink);
  background: #f5f8fb;
  font-family: var(--font-report-body);
}

.design-lab :where(h1, h2, h3, h4),
.typography-lab :where(h1, h2, h3, h4) {
  font-family: var(--font-report-display);
}

.design-eyebrow,
.design-index,
.design-status,
.typography-eyebrow,
.system-switcher,
.type-status {
  font-family: var(--font-report-display);
}

.design-shell {
  width: min(100%, 82rem);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 3.5rem);
}

.design-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 11vw, 9rem);
  color: var(--lab-white);
  background:
    radial-gradient(circle at 78% 26%, rgb(64 181 232 / 52%), transparent 24rem),
    linear-gradient(115deg, var(--lab-blue-950), var(--lab-blue-900) 58%, #168aca);
}

.design-hero::after {
  content: "";
  position: absolute;
  inset: auto -9rem -13rem auto;
  width: 32rem;
  aspect-ratio: 1;
  border: 1px solid rgb(255 255 255 / 36%);
  border-radius: 50%;
  box-shadow:
    0 0 0 3rem rgb(255 255 255 / 6%),
    0 0 0 7rem rgb(255 255 255 / 4%);
}

.design-hero .design-shell {
  position: relative;
  z-index: 1;
}

.design-eyebrow {
  margin: 0 0 1.5rem;
  color: #bde8ff;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.design-hero h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(3.25rem, 8vw, 7.4rem);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.design-hero__lead {
  max-width: 44rem;
  margin: clamp(2rem, 5vw, 4rem) 0 0;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.45;
}

.design-status {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.design-status span {
  padding: 0.7rem 1rem;
  border: 1px solid rgb(255 255 255 / 42%);
  border-radius: 999px;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.design-status span:last-child {
  color: #ffe0d2;
  border-color: rgb(241 137 82 / 72%);
  background: rgb(233 78 15 / 16%);
}

.design-index {
  border-bottom: 1px solid var(--lab-line);
  background: var(--lab-white);
}

.design-index__inner {
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.75rem);
  overflow-x: auto;
}

.design-index a {
  flex: 0 0 auto;
  color: var(--lab-blue-700);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
}

.design-section {
  padding-block: clamp(4.5rem, 9vw, 8rem);
  scroll-margin-top: 1rem;
}

.design-section--blue {
  color: var(--lab-white);
  background: var(--lab-blue-900);
}

.design-section--warm {
  background: #fff6f0;
}

/* Approved shared title-glow component used by report owners. */
.glow-specimen__figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.glow-specimen__stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  isolation: isolate;
}

.glow-specimen__reveal {
  position: absolute;
  z-index: 1;
  inset: 0;
  transform-origin: center;
}

.glow-specimen__stage img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: none;
  height: auto;
  transform: translateY(-50%);
}

.glow-specimen__rays {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.glow-specimen__rays::before,
.glow-specimen__rays::after {
  position: absolute;
  top: 50%;
  width: 50%;
  height: clamp(0.6rem, 8%, 1.15rem);
  opacity: 0;
  filter: blur(0.45rem);
  mix-blend-mode: screen;
  content: "";
  transform: translateY(-50%) scaleX(0.02) scaleY(0.55);
}

.glow-specimen__rays::before {
  right: 50%;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgb(255 182 25 / 8%) 34%,
    rgb(255 201 52 / 28%) 68%,
    rgb(255 232 139 / 72%) 90%,
    rgb(255 255 245 / 96%) 100%
  );
  transform-origin: 100% 50%;
}

.glow-specimen__rays::after {
  left: 50%;
  background: linear-gradient(
    to left,
    transparent 0%,
    rgb(255 182 25 / 8%) 34%,
    rgb(255 201 52 / 28%) 68%,
    rgb(255 232 139 / 72%) 90%,
    rgb(255 255 245 / 96%) 100%
  );
  transform-origin: 0 50%;
}

.glow-specimen--animation-ready .glow-specimen__figure--blue .glow-specimen__reveal {
  opacity: 0.32;
  filter: blur(0.65rem) brightness(1.35);
  transform: scaleX(0.12) scaleY(0.1);
  will-change: opacity, filter, transform;
}

.glow-specimen--animation-ready.is-active .glow-specimen__figure--blue .glow-specimen__rays::before,
.glow-specimen--animation-ready.is-active .glow-specimen__figure--blue .glow-specimen__rays::after {
  animation: glow-rays-spread 1.9s linear both;
}

.glow-specimen--animation-ready.is-active .glow-specimen__figure--blue .glow-specimen__reveal {
  animation: glow-horizontal-release 2.2s linear both;
}

.glow-specimen--animation-ready.is-active .glow-specimen__figure--blue .glow-specimen__reveal img {
  animation: glow-image-pulse 4.4s 2.2s ease-in-out infinite;
}

.glow-specimen--animation-ready.has-revealed .glow-specimen__figure--blue .glow-specimen__reveal {
  will-change: auto;
}

@keyframes glow-horizontal-release {
  0% {
    opacity: 0.32;
    filter: blur(0.65rem) brightness(1.35);
    transform: scaleX(0.12) scaleY(0.1);
  }

  14% {
    opacity: 0.42;
    filter: blur(0.55rem) brightness(1.28);
    transform: scaleX(0.2) scaleY(0.16);
  }

  34% {
    opacity: 0.64;
    filter: blur(0.42rem) brightness(1.2);
    transform: scaleX(0.4) scaleY(0.34);
  }

  64% {
    opacity: 0.9;
    filter: blur(0.2rem) brightness(1.1);
    transform: scaleX(0.76) scaleY(0.7);
  }

  100% {
    opacity: 1;
    filter: blur(0) brightness(1);
    transform: scale(1);
  }
}

@keyframes glow-rays-spread {
  0% {
    opacity: 0.18;
    filter: blur(0.65rem);
    transform: translateY(-50%) scaleX(0.08) scaleY(0.52);
  }

  18% {
    opacity: 0.78;
    transform: translateY(-50%) scaleX(0.12) scaleY(0.58);
  }

  42% {
    opacity: 0.72;
    filter: blur(0.55rem);
    transform: translateY(-50%) scaleX(0.48) scaleY(0.72);
  }

  70% {
    opacity: 0.46;
    filter: blur(0.4rem);
    transform: translateY(-50%) scaleX(0.86) scaleY(0.9);
  }

  100% {
    opacity: 0;
    filter: blur(0.3rem);
    transform: translateY(-50%) scaleX(1.06) scaleY(1);
  }
}

@keyframes glow-image-pulse {
  0%,
  100% {
    opacity: 0.97;
    filter: brightness(0.98) saturate(1);
    transform: translateY(-50%) scaleX(0.997) scaleY(0.99);
  }

  50% {
    opacity: 1;
    filter: brightness(1.08) saturate(1.035) drop-shadow(0 0 0.55rem rgb(255 205 55 / 28%));
    transform: translateY(-50%) scaleX(1.003) scaleY(1.018);
  }
}

@media (prefers-reduced-motion: reduce) {
  .glow-specimen__rays {
    display: none;
  }

  .glow-specimen--animation-ready .glow-specimen__figure--blue .glow-specimen__reveal,
  .glow-specimen--animation-ready.is-active .glow-specimen__figure--blue .glow-specimen__reveal,
  .glow-specimen--animation-ready.is-active .glow-specimen__figure--blue .glow-specimen__reveal img {
    opacity: 1;
    animation: none;
    filter: none;
    will-change: auto;
  }

  .glow-specimen--animation-ready .glow-specimen__figure--blue .glow-specimen__reveal {
    transform: none;
  }

  .glow-specimen--animation-ready .glow-specimen__figure--blue .glow-specimen__reveal img {
    transform: translateY(-50%);
  }
}

.design-section__header {
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
}

.design-section__header > p {
  margin: 0;
  color: var(--lab-orange-600);
  font-size: 1rem;
  font-weight: 500;
}

.design-section__header h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.design-section__header div > p {
  max-width: 45rem;
  margin: 1.25rem 0 0;
  color: var(--lab-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.design-section--blue .design-section__header div > p {
  color: #bfdded;
}

.swatch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.swatch {
  padding: 0.8rem 0.8rem 1.3rem;
  border: 1px solid var(--lab-line);
  border-radius: 1rem;
  background: var(--lab-white);
}

.swatch__sample {
  display: block;
  height: 8rem;
  border: 1px solid rgb(16 36 56 / 10%);
  border-radius: 0.65rem;
  background: var(--swatch);
}

.swatch h3 {
  margin: 1.1rem 0 0.25rem;
  font-size: 1.1rem;
}

.swatch p {
  margin: 0;
  color: var(--lab-muted);
  font: 500 0.82rem/1.2 ui-monospace, monospace;
}

.swatch--deep-blue { --swatch: #064376; }
.swatch--navigation-blue { --swatch: #184d98; }
.swatch--orange { --swatch: #e94e0f; }
.swatch--kpi { --swatch: #f18952; }
.swatch--sky { --swatch: #e8f1f7; }
.swatch--white { --swatch: #ffffff; }

.icon-specimens {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.icon-specimens article {
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border-radius: 1rem;
  color: var(--lab-white);
  background: var(--lab-blue-900);
}

.icon-specimens article > span {
  width: 6rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 50%;
  background: rgb(255 255 255 / 5%);
}

.icon-specimens img {
  width: 4.25rem;
  max-height: 4.25rem;
}

.icon-specimens h3 {
  margin: 2rem 0 0.35rem;
  font-size: 1.25rem;
}

.icon-specimens p {
  margin: 0;
  color: #b8d6e8;
  font-size: 0.82rem;
}

.chart-grid,
.component-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.chart-card {
  min-height: 31rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid #efd8c9;
  border-radius: 1.25rem;
  background: var(--lab-white);
}

.chart-card header p {
  margin: 0 0 0.45rem;
  color: var(--lab-orange-600);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chart-card header h3 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.bar-chart {
  margin-top: 3rem;
  display: grid;
  gap: 1.5rem;
}

.bar-chart > div {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  color: var(--lab-muted);
  font-size: 0.88rem;
}

.bar-chart__bar {
  height: 1.5rem;
  display: block;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(90deg, var(--lab-blue-700), #29a8dc);
}

.bar-chart__bar--a { width: 72%; }
.bar-chart__bar--b { width: 48%; }
.bar-chart__bar--c { width: 86%; }
.bar-chart__bar--d { width: 63%; }

.chart-card--dark {
  color: var(--lab-white);
  border-color: var(--lab-blue-900);
  background: var(--lab-blue-900);
}

.donut-layout {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: minmax(10rem, 1fr) minmax(8rem, 0.7fr);
  align-items: center;
  gap: 2rem;
}

.donut-chart {
  width: min(100%, 15rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#f18952 0 28%, #31acd9 28% 53%, #78d4eb 53% 78%, #d9edf4 78% 100%);
}

.donut-chart::before {
  content: "";
  grid-area: 1 / 1;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--lab-blue-900);
}

.donut-chart span {
  z-index: 1;
  grid-area: 1 / 1;
  font-size: 3rem;
  font-weight: 400;
}

.donut-layout ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  list-style: none;
}

.donut-layout li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #c7e0ed;
}

.donut-layout li i {
  width: 0.75rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f18952;
}

.donut-layout li:nth-child(2) i { background: #31acd9; }
.donut-layout li:nth-child(3) i { background: #78d4eb; }
.donut-layout li:nth-child(4) i { background: #d9edf4; }

.component-board > article {
  min-height: 22rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--lab-line);
  border-radius: 1.25rem;
  background: var(--lab-white);
}

.demo-kpi {
  color: var(--lab-white);
  background: var(--lab-blue-900) !important;
}

.demo-kpi p {
  margin: 0;
}

.demo-kpi__eyebrow {
  color: #b8d6e8;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-kpi__value {
  margin-top: 3rem !important;
  color: var(--lab-orange-400);
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  font-weight: 400;
  line-height: 0.9;
}

.demo-kpi__value span {
  color: var(--lab-white);
  font-size: 1rem;
  font-weight: 500;
}

.demo-kpi__label {
  margin-top: 1.25rem !important;
  font-size: 1.15rem;
  font-weight: 700;
}

.demo-tag {
  display: inline-flex;
  padding: 0.6rem 0.85rem;
  border: 1px solid var(--lab-orange-600);
  border-radius: 999px;
  color: var(--lab-orange-600);
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
}

.demo-ui__buttons {
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.demo-ui__buttons a {
  min-height: 3rem;
  padding-inline: 1.2rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--lab-blue-700);
  border-radius: 999px;
  color: var(--lab-white);
  background: var(--lab-blue-700);
  text-decoration: none;
}

.demo-ui__buttons a:last-child {
  color: var(--lab-blue-700);
  background: transparent;
}

.demo-ui hr {
  margin-block: 2rem;
  border: 0;
  border-top: 1px solid var(--lab-line);
}

.demo-ui > p:last-child {
  color: var(--lab-muted);
  line-height: 1.55;
}

.design-footer {
  padding-block: 2.5rem;
  color: #c5d9e6;
  background: var(--lab-blue-950);
}

.design-footer .design-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.design-footer p {
  margin: 0;
}

.design-footer a {
  flex: 0 0 auto;
  color: var(--lab-white);
}

@media (max-width: 64rem) {
  .swatch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .chart-grid,
  .component-board {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 42rem) {
  .design-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4.3rem);
  }

  .design-section__header {
    grid-template-columns: 1fr;
  }

  .swatch-grid,
  .icon-specimens {
    grid-template-columns: 1fr;
  }

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

  .design-footer .design-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}

/*
 * Report-wide typography inventory and provisional role system.
 * Source evidence and runtime files are complete; semantic values await G4.
 */

.typography-lab {
  --type-blue-950: #063d6e;
  --type-blue-900: #064376;
  --type-blue-700: #184d98;
  --type-orange-600: #e94e0f;
  --type-orange-400: #f18952;
  --type-sky-100: #e8f1f7;
  --type-ink: #102438;
  --type-muted: #657583;
  --type-line: #cbd8e2;
  --type-white: #ffffff;
  display: block;
  color: var(--type-ink);
  background: #edf3f7;
  font-family: var(--font-report-body);
}

.typography-page {
  padding-block: clamp(1rem, 3vw, 2.5rem) clamp(5rem, 9vw, 8rem);
}

.typography-shell {
  width: min(100%, 86rem);
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 2.5rem);
}

.typography-hero {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  overflow: hidden;
  border-radius: 1.3rem;
  color: var(--type-white);
  background: var(--type-blue-900);
}

.typography-hero__title,
.typography-hero__panel {
  min-height: 28rem;
  padding: clamp(2rem, 6vw, 5.5rem);
}

.typography-hero__title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

.typography-eyebrow {
  margin: 0 0 1rem;
  color: var(--type-orange-600);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.typography-hero .typography-eyebrow {
  color: #bde8ff;
}

.typography-hero h1 {
  margin: auto 0;
  font-size: clamp(4rem, 9vw, 8rem);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.system-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.system-switcher__link {
  min-height: 2.8rem;
  padding-inline: 1rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 999px;
  color: var(--type-white);
  text-decoration: none;
}

.system-switcher__link.is-active {
  color: var(--type-blue-900);
  background: var(--type-white);
}

.typography-hero__panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--type-ink);
  background: var(--type-sky-100);
}

.typography-hero__panel h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 0.95;
}

.typography-hero__panel p {
  max-width: 34rem;
  margin: 2rem 0 0;
  color: var(--type-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.typography-hero code,
.typography-lab td code {
  font: 500 0.82em/1.2 ui-monospace, monospace;
}

.font-audit,
.font-family-proof,
.declared-fonts,
.packaged-fonts,
.story-font-usage,
.type-rules,
.type-role-system,
.type-mapping {
  margin-top: clamp(4rem, 8vw, 7rem);
}

.font-audit__header,
.font-family-proof__intro,
.declared-fonts > header,
.packaged-fonts > header,
.story-font-usage > header,
.type-rules,
.type-role-system__header,
.type-mapping__header {
  max-width: 54rem;
}

.font-audit__header h2,
.font-family-proof__intro h2,
.declared-fonts h2,
.packaged-fonts h2,
.story-font-usage h2,
.type-rules h2,
.type-role-system h2,
.type-mapping h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.035em;
}

.font-family-proof__intro > p:last-child,
.declared-fonts > header > p:last-child,
.packaged-fonts > header > p:last-child,
.story-font-usage > header > p:last-child,
.type-role-system__header > p:last-child,
.type-mapping__intro {
  max-width: 48rem;
  margin: 1.25rem 0 0;
  color: var(--type-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.font-audit__grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.font-audit__grid article {
  min-height: 15rem;
  padding: 1.5rem;
  border: 1px solid var(--type-line);
  border-radius: 1rem;
  background: var(--type-white);
}

.font-audit__grid strong {
  display: block;
  color: var(--type-orange-600);
  font-size: clamp(2.7rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 0.9;
}

.font-audit__grid h3 {
  margin: 2.5rem 0 0.6rem;
  font-size: 1.15rem;
}

.font-audit__grid p {
  margin: 0;
  color: var(--type-muted);
  line-height: 1.45;
}

.font-audit__links {
  margin: 1.25rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.font-audit__links a {
  min-height: 2.7rem;
  padding-inline: 1rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--type-blue-700);
  border-radius: 999px;
  color: var(--type-blue-700);
  text-decoration: none;
}

.font-warning {
  margin-top: clamp(3rem, 6vw, 5rem);
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border: 1px solid #efb695;
  border-left: 0.6rem solid var(--type-orange-600);
  border-radius: 1rem;
  background: #fff4ed;
}

.font-warning h2 {
  max-width: 28ch;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.font-warning > p:last-child {
  max-width: 54rem;
  margin: 1.25rem 0 0;
  color: #725343;
  font-size: 1.05rem;
  line-height: 1.55;
}

.font-license-note {
  max-width: 54rem;
  margin: 1.5rem 0 0;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--type-orange-600);
  border-radius: 0 0.65rem 0.65rem 0;
  color: var(--type-muted);
  background: #fff8f3;
}

.font-license-note strong {
  color: var(--type-ink);
}

.font-family-proof__groups {
  margin-top: 3rem;
  display: grid;
  gap: 1rem;
}

.font-family-proof__group {
  padding: clamp(1.5rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 5vw, 5rem);
  border: 1px solid var(--type-line);
  border-radius: 1.2rem;
  background: var(--type-white);
}

.font-family-proof__group--warning {
  border-color: #efb695;
  background: #fff8f3;
}

.font-family-proof__index {
  margin: 0 0 2rem;
  color: var(--type-orange-600) !important;
  font-size: 0.82rem;
  font-weight: 500;
}

.font-family-proof__name h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.95;
}

.font-family-proof__name > p:last-child {
  margin: 1.2rem 0 0;
  color: var(--type-muted);
  line-height: 1.5;
}

.font-family-proof__variants {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.font-family-proof__variants > div {
  min-height: 8.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--type-line);
  border-radius: 0.75rem;
  background: #f8fafc;
}

.font-family-proof__variants span {
  font-size: 1.15rem;
  font-weight: 700;
}

.font-family-proof__variants p {
  margin: 0.9rem 0;
  color: var(--type-muted);
  line-height: 1.35;
}

.font-family-proof__variants em {
  color: var(--type-blue-700);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.font-family-proof__group--warning em {
  color: var(--type-orange-600);
}

.font-runtime-sample {
  color: var(--type-ink) !important;
  font-family: var(--font-report-display);
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.font-runtime-sample--book { font-weight: 400; }
.font-runtime-sample--medium { font-weight: 500; }
.font-runtime-sample--bold { font-weight: 700; }
.font-runtime-sample--black { font-weight: 900; }
.font-runtime-sample--roboto { font-family: var(--font-report-body); }
.font-runtime-sample--condensed { font-family: var(--font-report-condensed); font-weight: 700; }
.font-runtime-sample--thin { font-weight: 100; }
.font-runtime-sample--light { font-weight: 300; }
.font-runtime-sample--regular { font-weight: 400; }

.declared-fonts__list {
  margin-top: 2.5rem;
  display: grid;
  gap: 0.75rem;
}

.declared-fonts__list article {
  padding: 1.3rem 1.5rem;
  display: grid;
  grid-template-columns: minmax(13rem, 0.55fr) minmax(0, 1.45fr);
  gap: 0.5rem 2rem;
  border: 1px solid var(--type-line);
  border-radius: 0.85rem;
  background: var(--type-white);
}

.declared-fonts__list h3,
.declared-fonts__list p,
.declared-fonts__list small {
  margin: 0;
}

.declared-fonts__list h3 {
  font-size: 1.25rem;
}

.declared-fonts__list h3 span {
  margin-left: 0.4rem;
  color: var(--type-orange-600);
  font-weight: 400;
}

.declared-fonts__list p {
  line-height: 1.5;
}

.declared-fonts__list small {
  grid-column: 2;
  color: var(--type-muted);
  line-height: 1.4;
}

.typography-table-wrap {
  margin-top: 2.5rem;
  overflow-x: auto;
  border: 1px solid var(--type-line);
  border-radius: 1rem;
  background: var(--type-white);
}

.typography-table {
  width: 100%;
  min-width: 58rem;
  border-collapse: collapse;
  font-family: var(--type-table-body-family);
  font-size: 0.92rem;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: var(--type-table-body-weight);
}

.typography-table th,
.typography-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--type-line);
  text-align: left;
  vertical-align: top;
}

.typography-table th {
  color: var(--type-blue-700);
  background: var(--type-sky-100);
  font-size: 0.75rem;
  font-family: var(--type-table-header-family);
  font-weight: var(--type-table-header-weight);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.typography-table tbody tr:last-child td {
  border-bottom: 0;
}

.typography-table__warning td {
  background: #fff2e9;
}

.typography-table__muted td {
  color: var(--type-muted);
  background: #f7f9fb;
}

.type-status {
  display: inline-flex;
  padding: 0.35rem 0.6rem;
  border: 1px solid var(--type-line);
  border-radius: 999px;
  color: var(--type-muted);
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
}

.type-status--ok {
  color: var(--type-blue-700);
  border-color: #82acd0;
  background: #edf7ff;
}

.type-status--warning {
  color: #a73d0d;
  border-color: #efad87;
  background: #fff5ef;
}

.type-rules {
  max-width: none;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border-radius: 1.2rem;
  color: var(--type-white);
  background: var(--type-blue-900);
}

.type-rules .typography-eyebrow {
  color: #bde8ff;
}

.type-rules ol {
  margin: 2.5rem 0 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 1rem;
  color: #d5e8f2;
  line-height: 1.55;
}

.type-rules li::marker {
  color: var(--type-orange-400);
}

.type-role-system__grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.type-role-card {
  min-width: 0;
  min-height: 18rem;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--type-line);
  border-radius: 1rem;
  background: var(--type-white);
}

.type-role-card--wide {
  grid-column: 1 / -1;
}

.type-role-card__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--type-muted);
  font-family: var(--font-report-display);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.type-role-card__meta code {
  color: var(--type-blue-700);
  text-transform: none;
}

.type-role-card__sample {
  margin: 2.5rem 0 0;
}

.type-role-card__sample.type-role--body,
.type-role-card__sample.type-role--lead {
  max-width: 48rem;
}

.type-role-card__sample.type-role--kpi-value,
.type-role-card__sample.type-role--chapter-number {
  color: var(--type-orange-600);
}

.type-role-card__pair {
  margin: 2.5rem 0 0;
  display: grid;
  gap: 0.8rem;
}

.type-role-card__pair p {
  margin: 0;
}

.type-mapping {
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border: 1px solid var(--type-line);
  border-radius: 1.2rem;
  background: var(--type-white);
}

.type-mapping__header {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.type-mapping__header > span {
  flex: 0 0 auto;
  padding: 0.6rem 0.85rem;
  border: 1px solid var(--type-orange-600);
  border-radius: 999px;
  color: var(--type-orange-600);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

.typography-table--mapping {
  min-width: 70rem;
}

.typography-footer {
  padding-block: 2.5rem;
  color: #c9dce7;
  background: var(--type-blue-950);
}

.typography-footer .typography-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.typography-footer p {
  margin: 0;
}

.typography-footer a {
  color: var(--type-white);
}

@media (max-width: 64rem) {
  .typography-hero {
    grid-template-columns: 1fr;
  }

  .typography-hero__title,
  .typography-hero__panel {
    min-height: 22rem;
  }

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

  .type-role-system__grid {
    grid-template-columns: 1fr;
  }

  .type-role-card--wide {
    grid-column: auto;
  }

  .font-family-proof__group {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 42rem) {
  .typography-hero__title,
  .typography-hero__panel {
    min-height: 20rem;
  }

  .typography-hero h1 {
    font-size: clamp(3.2rem, 17vw, 5.5rem);
  }

  .font-audit__grid,
  .font-family-proof__variants {
    grid-template-columns: 1fr;
  }

  .declared-fonts__list article {
    grid-template-columns: 1fr;
  }

  .declared-fonts__list small {
    grid-column: 1;
  }

  .type-mapping__header,
  .typography-footer .typography-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}
