:root {
  --night: #031015;
  --raised: #071a22;
  --panel: #0c252d;
  --line: #25434a;
  --paper: #eef4f2;
  --mist: #dfe8e7;
  --muted: #a8b7b8;
  --accent: #ffde59;
  --warning: #f0a652;
  --content: 1240px;
  --header-height: 72px;
  color-scheme: dark;
  font-family: "Archivo", Arial, sans-serif;
  font-synthesis: none;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--night);
  color: var(--paper);
  line-height: 1.5;
}

body,
button {
  font-family: "Archivo", Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  min-height: var(--header-height);
  padding: 0 32px;
  border-bottom: 1px solid var(--line);
  background: rgba(3, 16, 21, 0.96);
  backdrop-filter: blur(14px);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  color: var(--mist);
  font-size: 0.75rem;
  text-decoration: none;
}

.brand-link img {
  width: 112px;
  height: 36px;
  object-fit: contain;
}

.model-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.model-nav a {
  min-width: 78px;
  padding: 9px 14px;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.model-nav a:hover,
.model-nav a[aria-current="page"] {
  border-color: var(--accent);
  color: var(--paper);
}

.print-button {
  justify-self: end;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid var(--accent);
  border-radius: 3px;
  background: var(--accent);
  color: #152126;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.print-button:hover {
  background: #ffe67d;
}

.product-hero,
.hub-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--raised);
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
}

.product-hero {
  min-height: 620px;
  max-height: 760px;
  height: calc(100vh - var(--header-height) - 44px);
}

.product-hero__shade,
.hub-hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(3, 16, 21, 0.67);
}

.product-hero::after,
.hub-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(3, 16, 21, 0.25);
}

.product-hero__content {
  position: relative;
  z-index: 2;
  width: min(var(--content), calc(100% - 64px));
  margin: 0 auto;
  padding-top: 92px;
}

.hero-kicker,
.section-kicker {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-hero h1,
.hub-hero h1 {
  margin: 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 5.25rem;
  font-weight: 500;
  line-height: 0.92;
}

.product-hero h1 span {
  display: block;
  color: var(--accent);
  font-size: 8.25rem;
  font-weight: 700;
}

.hero-headline {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--paper);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
}

.hero-summary {
  max-width: 590px;
  margin: 14px 0 0;
  color: var(--mist);
  font-size: 0.98rem;
}

.hero-applications {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 26px;
}

.hero-applications span {
  padding: 5px 12px 5px 0;
  margin-right: 12px;
  border-right: 1px solid rgba(238, 244, 242, 0.32);
  color: var(--mist);
  font-size: 0.78rem;
}

.hero-applications span:last-child {
  border-right: 0;
}

.product-visual {
  position: absolute;
  right: max(5%, calc((100% - var(--content)) / 2));
  bottom: 92px;
  z-index: 1;
  width: min(46%, 650px);
  max-height: 430px;
  margin: 0;
}

.product-visual img {
  width: 100%;
  min-height: 0;
  max-height: 386px;
  object-fit: contain;
  object-position: center bottom;
  filter: none;
}

.product-visual--via img,
.product-visual--eixo img { object-position: left bottom; }

.product-hero__metrics {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 92px;
  padding: 0 max(32px, calc((100% - var(--content)) / 2));
  border-top: 1px solid rgba(238, 244, 242, 0.28);
  background: rgba(3, 16, 21, 0.88);
}

.hero-metric {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 28px;
  border-right: 1px solid rgba(238, 244, 242, 0.18);
}

.hero-metric:first-child {
  padding-left: 0;
}

.hero-metric:last-child {
  border-right: 0;
}

.hero-metric span {
  color: var(--muted);
  font-size: 0.72rem;
}

.hero-metric strong {
  margin-top: 3px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}

.section-nav {
  position: sticky;
  top: var(--header-height);
  z-index: 40;
  display: flex;
  justify-content: center;
  gap: 26px;
  min-height: 44px;
  padding: 0 24px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  background: var(--raised);
  scrollbar-width: thin;
}

.section-nav a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 600;
  text-decoration: none;
}

.section-nav a:hover {
  border-color: var(--accent);
  color: var(--paper);
}

.document-status {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  width: min(var(--content), calc(100% - 64px));
  margin: 34px auto 0;
  padding: 18px 22px;
  border-left: 4px solid var(--warning);
  background: #10252b;
}

.document-status strong {
  color: #ffd7a0;
  font-size: 0.84rem;
}

.document-status span {
  color: var(--mist);
  font-size: 0.8rem;
}

.document-status--catalog {
  margin-bottom: 6px;
}

.technical-section,
.model-picker {
  padding: 76px max(32px, calc((100% - var(--content)) / 2));
}

.technical-section--tint {
  border-top: 1px solid #132d35;
  border-bottom: 1px solid #132d35;
  background: var(--raised);
}

.technical-section--warning {
  border-top: 1px solid #60431f;
  border-bottom: 1px solid #60431f;
  background: #1c1a14;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin: 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 1;
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  color: var(--mist);
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
}

caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

th,
td {
  padding: 13px 14px;
  text-align: left;
  vertical-align: top;
}

thead th {
  background: var(--panel);
  color: var(--paper);
  font-size: 0.7rem;
  font-weight: 700;
}

tbody tr {
  border-top: 1px solid rgba(37, 67, 74, 0.68);
}

tbody tr:hover {
  background: rgba(255, 222, 89, 0.045);
}

tbody th {
  color: var(--paper);
  font-size: 0.85rem;
  white-space: nowrap;
}

table code {
  color: var(--mist);
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.72rem;
  overflow-wrap: anywhere;
}

.table-note,
.fine-print {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.status-tag {
  display: inline-block;
  padding: 3px 7px;
  border: 1px solid currentColor;
  border-radius: 2px;
  font-size: 0.66rem;
  font-weight: 700;
  white-space: nowrap;
}

.status-tag--mapped {
  color: #a7d7c2;
}

.status-tag--review {
  color: #ffd7a0;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.spec-group {
  min-width: 0;
  padding: 28px;
  background: var(--night);
}

.spec-group h3,
.mechanical-grid h3 {
  margin: 0 0 20px;
  color: var(--paper);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
}

.spec-list,
.detail-list {
  margin: 0;
}

.spec-list > div,
.detail-list > div {
  display: grid;
  grid-template-columns: minmax(105px, 0.8fr) minmax(0, 1fr);
  gap: 16px;
  padding: 10px 0;
  border-top: 1px solid rgba(37, 67, 74, 0.58);
}

.spec-list dt,
.detail-list dt {
  color: var(--muted);
  font-size: 0.7rem;
}

.spec-list dd,
.detail-list dd {
  margin: 0;
  color: var(--mist);
  font-size: 0.75rem;
  overflow-wrap: anywhere;
}

.component-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: component;
}

.component-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.component-list > li > span {
  color: var(--accent);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.component-list strong {
  color: var(--paper);
  font-size: 0.8rem;
}

.component-list p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.mechanical-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 68px;
}

.finish-copy p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.78rem;
}

.finish-copy strong {
  color: var(--mist);
}

.swatch-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.swatch-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: var(--mist);
  font-size: 0.7rem;
}

.swatch {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(238, 244, 242, 0.42);
  border-radius: 2px;
  background: var(--swatch);
}

.optic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.optic-item {
  min-height: 184px;
  padding: 24px;
  background: var(--raised);
}

.optic-item > div {
  margin-bottom: 18px;
}

.optic-item span {
  display: block;
  color: var(--muted);
  font-size: 0.66rem;
}

.optic-item strong {
  display: block;
  margin-top: 2px;
  color: var(--paper);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.3rem;
}

.optic-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.code-example {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.code-example span {
  color: var(--muted);
  font-size: 0.72rem;
}

.code-example code {
  color: var(--accent);
  font-family: Consolas, "Courier New", monospace;
  font-size: 1.05rem;
  overflow-wrap: anywhere;
  text-align: right;
}

.code-segments {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  background: var(--line);
}

.code-segments > div {
  min-height: 98px;
  padding: 18px;
  background: var(--night);
}

.code-segments code {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.88rem;
}

.code-segments span {
  color: var(--muted);
  font-size: 0.69rem;
}

.compliance-list,
.validation-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--line);
}

.compliance-list li,
.validation-list li {
  position: relative;
  min-height: 82px;
  padding: 22px 24px 22px 50px;
  background: var(--raised);
  color: var(--mist);
  font-size: 0.76rem;
}

.compliance-list li::before,
.validation-list li::before {
  position: absolute;
  left: 22px;
  color: var(--accent);
  content: "•";
}

.validation-list {
  counter-reset: validation;
  background: #60431f;
}

.validation-list li {
  counter-increment: validation;
  background: #241f16;
}

.validation-list li::before {
  content: counter(validation, decimal-leading-zero);
  color: var(--warning);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
}

.source-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.7rem;
}

.source-file code {
  color: var(--mist);
  font-family: Consolas, "Courier New", monospace;
  overflow-wrap: anywhere;
  text-align: right;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  padding: 52px max(32px, calc((100% - var(--content)) / 2));
  border-top: 1px solid var(--line);
  background: #020b0f;
}

.site-footer img {
  width: 132px;
  height: 42px;
  object-fit: contain;
}

.site-footer p,
.site-footer span {
  display: block;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.site-footer > div:last-child {
  text-align: right;
}

.site-footer strong {
  color: var(--paper);
  font-size: 0.75rem;
}

.catalog-hub {
  min-height: calc(100vh - var(--header-height));
}

.hub-hero {
  display: flex;
  align-items: end;
  min-height: 420px;
  background-image: url("assets/noite-civica.png");
}

.hub-hero__content {
  width: min(var(--content), calc(100% - 64px));
  margin: 0 auto;
  padding-bottom: 64px;
}

.hub-hero__content > p:last-child {
  max-width: 600px;
  margin: 20px 0 0;
  color: var(--mist);
  font-size: 1rem;
}

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

.model-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--raised);
}

.model-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.45 / 1;
  padding: 18px 18px 0;
  border-bottom: 1px solid var(--line);
  background: var(--raised);
}

.model-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.model-card__body {
  padding: 26px;
}

.model-card__body > p {
  margin: 0;
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 700;
}

.model-card__body h3 {
  margin: 4px 0 8px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.model-card__body > span {
  display: block;
  min-height: 70px;
  color: var(--muted);
  font-size: 0.76rem;
}

.model-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 20px 0 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.model-card dl div {
  padding: 13px 8px 13px 0;
}

.model-card dl div + div {
  padding-left: 14px;
  border-left: 1px solid var(--line);
}

.model-card dt {
  color: var(--muted);
  font-size: 0.62rem;
}

.model-card dd {
  margin: 3px 0 0;
  color: var(--paper);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--paper);
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
}

.text-link span {
  color: var(--accent);
  font-size: 1rem;
}

.error-state {
  display: grid;
  place-content: center;
  min-height: 100vh;
  text-align: center;
}

.error-state h1 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 3rem;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 22px;
  }

  .brand-link span,
  .model-nav {
    display: none;
  }

  .product-hero {
    min-height: 680px;
    height: auto;
  }

  .product-hero__content {
    padding-top: 64px;
  }

  .product-visual {
    right: 4%;
    bottom: 92px;
    width: 50%;
  }

  .spec-grid,
  .model-grid {
    grid-template-columns: 1fr;
  }

  .model-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  }

  .model-card__media {
    aspect-ratio: auto;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .model-card__body > span {
    min-height: 0;
  }

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

@media (max-width: 720px) {
  :root {
    --header-height: 62px;
  }

  .site-header {
    min-height: var(--header-height);
    padding: 0 16px;
  }

  .brand-link img {
    width: 102px;
    height: 32px;
  }

  .print-button {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.7rem;
  }

  .product-hero {
    min-height: 720px;
  }

  .product-hero__content,
  .hub-hero__content,
  .document-status {
    width: calc(100% - 32px);
  }

  .product-hero__content {
    padding-top: 44px;
  }

  .product-hero h1,
  .hub-hero h1 {
    font-size: 3.5rem;
  }

  .product-hero h1 span {
    font-size: 5.5rem;
  }

  .hero-headline {
    max-width: 340px;
    font-size: 1.55rem;
  }

  .hero-summary {
    max-width: 340px;
    font-size: 0.82rem;
  }

  .hero-applications {
    max-width: 330px;
    margin-top: 18px;
  }

  .product-visual {
    right: 7%;
    bottom: 186px;
    width: 76%;
    max-height: 205px;
  }

  .product-visual img {
    max-height: 170px;
  }

  .product-hero__metrics {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }

  .hero-metric,
  .hero-metric:first-child {
    min-height: 62px;
    padding: 9px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(238, 244, 242, 0.18);
  }

  .hero-metric:last-child {
    border-bottom: 0;
  }

  .hero-metric strong {
    font-size: 1.25rem;
  }

  .section-nav {
    justify-content: flex-start;
    gap: 20px;
  }

  .document-status {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 22px;
  }

  .technical-section,
  .model-picker {
    padding: 56px 16px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 26px;
  }

  .section-heading h2 {
    font-size: 2.35rem;
  }

  .section-heading > p {
    font-size: 0.78rem;
  }

  .component-list,
  .mechanical-grid,
  .compliance-list,
  .validation-list {
    grid-template-columns: 1fr;
  }

  .mechanical-grid {
    gap: 52px;
  }

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

  .code-example {
    align-items: flex-start;
    flex-direction: column;
  }

  .code-example code {
    text-align: left;
  }

  .code-segments {
    grid-template-columns: 1fr;
  }

  .source-file {
    align-items: flex-start;
    flex-direction: column;
  }

  .source-file code {
    text-align: left;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 42px 16px;
  }

  .site-footer > div:last-child {
    text-align: left;
  }

  .hub-hero {
    min-height: 360px;
  }

  .hub-hero__content {
    padding-bottom: 44px;
  }

  .hub-hero__content > p:last-child {
    font-size: 0.82rem;
  }

  .model-card {
    display: block;
  }

  .model-card__media {
    aspect-ratio: 1.45 / 1;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

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

  .model-card__media img {
    transition: none;
  }
}

@media print {
  @page {
    size: A4 landscape;
    margin: 10mm;
  }

  :root {
    color-scheme: light;
    --night: #ffffff;
    --raised: #f4f6f5;
    --panel: #e7ecea;
    --line: #aebbb8;
    --paper: #122126;
    --mist: #23373c;
    --muted: #50646a;
    --accent: #b89200;
    --warning: #8e5b19;
  }

  html,
  body {
    background: #ffffff;
    color: #122126;
    font-size: 9pt;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .screen-only {
    display: none !important;
  }

  .product-hero {
    height: 170mm;
    min-height: 0;
    max-height: none;
    break-after: page;
    background-image: none !important;
    background-color: #ffffff;
    border-bottom: 1px solid #607278;
  }

  .product-hero__shade,
  .product-hero::after {
    display: none;
  }

  .product-hero__content {
    width: 100%;
    padding-top: 14mm;
  }

  .product-hero h1 {
    color: #122126;
    font-size: 44pt;
  }

  .product-hero h1 span {
    color: #9d7b00;
    font-size: 66pt;
  }

  .hero-kicker,
  .section-kicker {
    color: #795f00;
  }

  .hero-headline,
  .hero-summary,
  .hero-applications span {
    color: #23373c;
  }

  .product-visual {
    right: 5mm;
    bottom: 36mm;
    width: 45%;
    max-height: 86mm;
  }

  .product-visual img {
    max-height: 76mm;
    filter: none;
  }

  .product-hero__metrics {
    padding: 0;
    border-color: #aebbb8;
    background: #f4f6f5;
  }

  .hero-metric {
    border-color: #aebbb8;
  }

  .hero-metric span,
  .hero-metric strong {
    color: #122126;
  }

  .document-status {
    width: 100%;
    margin: 0 0 8mm;
    background: #f6efe3;
    break-inside: avoid;
  }

  .document-status strong,
  .document-status span {
    color: #4b3820;
  }

  .technical-section {
    padding: 10mm 0;
    background: #ffffff;
    border-color: #aebbb8;
  }

  .technical-section + .technical-section {
    break-before: page;
  }

  .section-heading {
    margin-bottom: 6mm;
  }

  .section-heading h2 {
    font-size: 27pt;
  }

  .table-wrap {
    overflow: visible;
  }

  table {
    min-width: 0;
    font-size: 7.3pt;
  }

  thead {
    display: table-header-group;
  }

  tr,
  .component-list li,
  .optic-item,
  .code-segments > div {
    break-inside: avoid;
  }

  thead th {
    background: #e7ecea;
    color: #122126;
  }

  tbody tr:hover {
    background: transparent;
  }

  .status-tag--mapped {
    color: #1a6e50;
  }

  .spec-grid,
  .component-list,
  .mechanical-grid,
  .optic-grid,
  .code-segments,
  .compliance-list,
  .validation-list {
    break-inside: auto;
  }

  .spec-group,
  .optic-item,
  .code-segments > div,
  .compliance-list li,
  .validation-list li {
    background: #f4f6f5;
  }

  .technical-section--warning {
    background: #fffaf2;
  }

  .swatch {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding: 8mm 0 0;
    background: #ffffff;
    border-color: #aebbb8;
    break-before: page;
  }

  .site-footer img {
    filter: invert(1);
  }

  .site-footer p,
  .site-footer span,
  .site-footer strong {
    color: #23373c;
  }
}
