/* AI Governance Operating Model pages. Built on the jhmacal.com navy, white, grey-blue, gold, Cormorant, and Inter system. */
:root {
  --om-field: #c4ceda;
  --om-rail: #cdd6e1;
  --om-sheet: #dce2ea;
  --om-surface: #eef3f8;
  --om-surface-soft: #e5ebf3;
  --om-body-bg: #d6d9e1;
  --om-body-image: url('/imtheom/assets/body-background.png');
  --om-ink: #142030;
  --om-muted: #526070;
  --om-line: #aebccc;
  --om-navy: var(--navy, #0a1628);
  --om-navy-soft: #132742;
  --om-white: #ffffff;
  --om-gold: var(--gold, #c9a961);
  --om-gold-deep: #a6822c;
  --om-doc-serif: "Times New Roman", Times, serif;
}

body.om-landing,
body.om-doc,
body.om-annex {
  min-height: 100vh;
  --cream: var(--om-white);
  --cream-warm: var(--om-white);
  -webkit-font-smoothing: antialiased;
}

body.om-landing {
  display: flex;
  flex-direction: column;
  background: var(--om-navy);
  color: var(--om-white);
  font-family: 'Cormorant Garamond', Georgia, serif;
}

.om-landing-wrap {
  flex: 1;
  width: min(720px, calc(100% - 40px));
  margin-inline: auto;
  padding: calc(var(--nav-height, 64px) + clamp(2.1rem, 4vw, 3.4rem)) 0 3.5rem;
}

.om-landing .nav {
  background-color: rgba(10, 22, 40, 0.92);
  border-bottom: 1px solid rgba(201, 169, 97, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.om-gold-rule {
  width: 52px;
  height: 2px;
  background: var(--om-gold);
  margin-bottom: 1.7rem;
}

.om-eyebrow,
.om-label,
.om-small-caps,
.om-button,
.om-control-label,
.om-meta,
.om-toc-title,
.om-annex-tag,
.om-table th,
.om-back-link,
.om-pill {
  font-family: 'Inter', system-ui, sans-serif;
}

.om-eyebrow {
  margin: 0 0 1.15rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.om-landing h1 {
  max-width: 14ch;
  margin: 0 0 0.8rem;
  color: var(--om-white);
  font-size: clamp(2.65rem, 5vw, 3.7rem);
  font-weight: 300;
  line-height: 0.97;
}

.om-landing-sub {
  max-width: 31rem;
  margin: 0 0 1.55rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-style: italic;
  line-height: 1.35;
}

.om-config-panel {
  padding-top: 1.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.om-field {
  margin-bottom: 1.15rem;
}

.om-label {
  display: block;
  margin-bottom: 0.48rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.om-input,
.om-select,
.om-rail-input,
.om-rail-select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
  color: var(--om-white);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.25;
  padding: 0.8rem 0.9rem;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.om-input:focus,
.om-select:focus,
.om-rail-input:focus,
.om-rail-select:focus {
  border-color: rgba(201, 169, 97, 0.75);
  background: rgba(255, 255, 255, 0.075);
}

.om-input::placeholder {
  color: rgba(255, 255, 255, 0.36);
  font-style: italic;
}

.om-field-note {
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.82rem;
  line-height: 1.62;
}

.om-select,
.om-rail-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  padding-right: 2.25rem;
}

.om-select-wrap,
.om-rail-select-wrap {
  position: relative;
}

.om-select-wrap::after,
.om-rail-select-wrap::after {
  content: '';
  position: absolute;
  right: 0.85rem;
  top: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  color: rgba(255, 255, 255, 0.58);
  transform: translateY(-68%) rotate(45deg);
  pointer-events: none;
}

.om-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.om-market-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.62rem;
}

.om-toggle,
.om-market-mini {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.om-toggle input,
.om-market-mini input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.om-toggle::before,
.om-market-mini::before {
  content: '';
  width: 0.78rem;
  height: 0.78rem;
  margin-right: 0.48rem;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 0 0 2px transparent;
}

.om-toggle:has(input:checked),
.om-market-mini:has(input:checked) {
  border-color: rgba(201, 169, 97, 0.72);
  color: var(--om-white);
  background: rgba(201, 169, 97, 0.08);
}

.om-toggle:has(input:checked)::before,
.om-market-mini:has(input:checked)::before {
  background: var(--om-gold);
  border-color: var(--om-gold);
  box-shadow: inset 0 0 0 3px var(--om-navy);
}

.om-disclaimer {
  max-width: 44rem;
  margin: 1.85rem 0 1.65rem;
  color: rgba(255, 255, 255, 0.66);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.12rem;
  font-style: italic;
  line-height: 1.58;
}

.om-disclaimer strong {
  color: var(--om-white);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.om-button {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid var(--om-gold);
  border-radius: 4px;
  background: var(--om-gold);
  color: #171006;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.9rem 1.35rem;
  text-decoration: none;
}

.om-button:hover {
  filter: brightness(1.04);
}

.om-landing .footer {
  background: var(--om-navy);
}

body.om-doc,
body.om-annex {
  background: var(--om-body-bg) var(--om-body-image) center top / cover fixed;
  color: var(--om-ink);
  font-family: var(--om-doc-serif);
}

.om-home-pill {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 30;
  border: 1px solid rgba(201, 169, 97, 0.48);
  border-radius: 999px;
  background: rgba(238, 243, 248, 0.92);
  color: var(--om-navy);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0.58rem 0.82rem;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 18px 48px -34px rgba(10, 22, 40, 0.7);
  backdrop-filter: blur(10px);
}

.om-home-pill:hover {
  border-color: var(--om-gold);
  background: #f5f8fb;
}

body.om-landing .om-home-pill {
  background: rgba(255, 255, 255, 0.08);
  color: var(--om-white);
}

body.om-landing .om-home-pill:hover {
  background: rgba(255, 255, 255, 0.14);
}

.om-shell {
  display: flex;
  align-items: flex-start;
  min-height: 100vh;
}

.om-rail {
  position: sticky;
  top: 0;
  width: 328px;
  max-height: 100vh;
  flex: none;
  overflow: auto;
  padding: 2.1rem 1.5rem 2.4rem;
  border-right: 1px solid var(--om-line);
  background: var(--om-rail);
}

.om-rail-brand {
  color: var(--om-navy);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.42rem;
  font-weight: 500;
  line-height: 1.1;
}

.om-rail-brand span {
  display: block;
  margin-top: 0.25rem;
  color: var(--om-muted);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.om-rail-card {
  margin-top: 1.45rem;
  padding: 1rem;
  border: 1px solid var(--om-line);
  border-radius: 4px;
  background: var(--om-sheet);
}

.om-rail-input,
.om-rail-select {
  border-color: var(--om-line);
  background: var(--om-surface);
  color: var(--om-navy);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.06rem;
  padding: 0.6rem 0.68rem;
}

.om-rail-select-wrap::after {
  color: var(--om-muted);
}

.om-control-label {
  display: block;
  margin: 0 0 0.28rem;
  color: var(--om-muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.om-rail-field {
  margin-top: 0.85rem;
}

.om-rail-markets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
}

.om-market-mini {
  min-height: 2.38rem;
  border-color: var(--om-line);
  background: var(--om-surface);
  color: var(--om-muted);
  font-size: 0.78rem;
}

.om-market-mini::before {
  display: none;
}

.om-market-mini:has(input:checked) {
  border-color: var(--om-gold);
  color: var(--om-navy);
  box-shadow: inset 0 -2px 0 var(--om-gold);
}

.om-toc,
.om-annex-list {
  margin-top: 1.45rem;
}

.om-toc-title {
  margin-bottom: 0.5rem;
  color: var(--om-muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.om-toc-list,
.om-annex-nav {
  list-style: none;
}

.om-toc-list a,
.om-annex-nav a,
.om-annex-nav span {
  display: block;
  padding: 0.4rem 0 0.4rem 0.95rem;
  border-left: 2px solid transparent;
  color: var(--om-ink);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.32;
  text-decoration: none;
}

.om-toc-list a:hover,
.om-toc-list a.active,
.om-annex-nav a:hover {
  border-left-color: var(--om-gold);
  color: var(--om-navy);
}

.om-annex-nav span {
  color: var(--om-muted);
  font-style: italic;
}

.om-main {
  flex: 1;
  min-width: 0;
  padding: 2.5rem 5.1rem 4rem 1.25rem;
}

.om-sheet,
.om-annex-sheet {
  width: min(900px, 100%);
  margin-inline: auto;
  border: 1px solid #b7c3d1;
  border-radius: 3px;
  background: var(--om-sheet) var(--om-body-image) top center / 100% auto repeat-y;
  font-family: var(--om-doc-serif);
  box-shadow: 0 1px 0 rgba(10, 22, 40, 0.04), 0 26px 65px -42px rgba(10, 22, 40, 0.36);
}

.om-sheet {
  padding: clamp(2.2rem, 6vw, 4rem) clamp(1.25rem, 6vw, 4.5rem) 3rem;
}

.om-cover {
  display: none;
}

.om-rule-light {
  width: 48px;
  height: 2px;
  margin-bottom: 1.35rem;
  background: var(--om-gold-deep);
}

.om-document-kicker,
.om-section-mark,
.om-annex-kicker {
  color: var(--om-gold-deep);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.om-title {
  margin: 0 0 0.45rem;
  color: var(--om-navy);
  font-family: var(--om-doc-serif);
  font-size: clamp(2.15rem, 4.2vw, 3.25rem);
  font-weight: 700;
  line-height: 1.04;
}

.om-subtitle {
  margin: 0 0 1.1rem;
  color: var(--om-muted);
  font-family: var(--om-doc-serif);
  font-size: 1.24rem;
  font-style: italic;
  line-height: 1.32;
}

.om-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--om-line);
  color: var(--om-muted);
  font-family: var(--om-doc-serif);
  font-size: 0.95rem;
}

.om-meta-row strong {
  color: var(--om-navy);
  font-weight: 600;
}

.om-print-config {
  margin: 1.2rem 0 1.35rem;
  color: var(--om-muted);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.94rem;
  line-height: 1.6;
}

.om-doc-disclaimer {
  margin: 1.3rem 0 2.1rem;
  color: var(--om-muted);
  font-family: var(--om-doc-serif);
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.54;
}

.om-term {
  position: relative;
  border-bottom: 1px solid rgba(166, 130, 44, 0.58);
  cursor: help;
  text-decoration: none;
}

.om-term::after {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.45rem);
  z-index: 5;
  width: min(18rem, 78vw);
  padding: 0.58rem 0.68rem;
  border: 1px solid rgba(166, 130, 44, 0.38);
  border-radius: 3px;
  background: var(--om-surface);
  box-shadow: 0 18px 36px -26px rgba(10, 22, 40, 0.48);
  color: var(--om-navy);
  content: attr(data-definition);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.45;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: translate(-50%, 4px);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.om-term:hover::after,
.om-term:focus::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.om-doc-contents {
  margin: 0 0 2.4rem;
  padding: 1.1rem 1.2rem;
  border-top: 1px solid var(--om-line);
  border-bottom: 1px solid var(--om-line);
}

.om-doc-contents h2 {
  margin: 0 0 0.75rem;
  color: var(--om-navy);
  font-family: var(--om-doc-serif);
  font-size: 1.35rem;
  font-weight: 700;
}

.om-doc-contents ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.28rem 1.3rem;
  list-style: none;
}

.om-doc-contents a {
  color: var(--om-ink);
  font-family: var(--om-doc-serif);
  font-size: 1.02rem;
  text-decoration: none;
}

.om-doc-contents a:hover {
  color: var(--om-gold-deep);
}

.om-section {
  scroll-margin-top: 1.5rem;
  margin-top: 2.7rem;
}

.om-section-mark {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
}

.om-section-mark::before {
  content: '';
  width: 16px;
  height: 1px;
  background: var(--om-gold-deep);
}

.om-section h2,
.om-annex-section h2,
.om-annex-section h3 {
  color: var(--om-navy);
  font-family: var(--om-doc-serif);
  font-weight: 700;
  line-height: 1.12;
}

.om-section h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 2.2vw, 1.92rem);
}

.om-exhibit {
  margin: 1.35rem 0 1.1rem;
  padding: 1rem;
  border: 1px solid var(--om-line);
  border-left: 4px solid var(--om-navy-soft);
  background: var(--om-surface-soft);
  break-inside: avoid;
}

.om-exhibit__label {
  margin-bottom: 0.75rem;
  color: var(--om-navy);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.om-flow,
.om-gate-map,
.om-registry-map {
  display: grid;
  gap: 0.55rem;
}

.om-flow {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.om-flow__item,
.om-gate-map__item,
.om-tier-ladder__item,
.om-registry-map span {
  border: 1px solid #d4d8d4;
  background: var(--om-surface);
  color: var(--om-ink);
}

.om-flow__item {
  position: relative;
  min-height: 7.4rem;
  padding: 0.78rem 0.72rem;
}

.om-flow__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -0.42rem;
  z-index: 1;
  color: var(--om-gold-deep);
  content: ">";
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  transform: translateY(-50%);
}

.om-flow__item strong,
.om-gate-map__item strong,
.om-tier-ladder__item strong {
  display: block;
  color: var(--om-navy);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.om-flow__item span,
.om-gate-map__item span,
.om-tier-ladder__item span,
.om-registry-map span {
  display: block;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.72rem;
  line-height: 1.45;
}

.om-flow__item span {
  margin-top: 0.45rem;
  color: var(--om-muted);
}

.om-tier-ladder {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
}

.om-tier-ladder__item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.62rem 0.72rem;
}

.om-gate-map {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.om-gate-map__item {
  min-height: 6.6rem;
  padding: 0.74rem;
}

.om-gate-map__item span {
  margin-bottom: 0.42rem;
  color: var(--om-gold-deep);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.om-registry-map {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.om-registry-map span {
  min-height: 3.6rem;
  padding: 0.72rem;
  color: var(--om-navy);
  font-weight: 700;
  text-align: center;
}

.om-body p,
.om-annex-section p {
  margin: 0 0 1rem;
  color: var(--om-ink);
  font-family: var(--om-doc-serif);
  font-size: 1.08rem;
  line-height: 1.57;
}

.om-body p.om-note,
.om-annex-note {
  color: var(--om-muted);
  font-style: italic;
}

.om-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1.4rem 0 1.1rem;
}

.om-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 0.97rem;
  line-height: 1.42;
}

.om-table th {
  background: var(--om-navy-soft);
  color: var(--om-white);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  padding: 0.75rem 0.85rem;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
}

.om-table td {
  border-bottom: 1px solid var(--om-line);
  background: var(--om-surface);
  color: var(--om-ink);
  font-family: var(--om-doc-serif);
  padding: 0.78rem 0.85rem;
  vertical-align: top;
}

.om-table td:first-child {
  color: var(--om-navy);
  font-weight: 500;
}

.om-table-cell-stacked {
  line-height: 1.1;
}

.om-table-cell-main,
.om-table-cell-note {
  display: block;
}

.om-table-cell-note {
  margin-top: 0.18rem;
  font-size: 0.72em;
  line-height: 1.18;
}

.om-annex-link-line a {
  color: var(--om-navy);
  text-decoration: none;
  border-bottom: 1px solid rgba(166, 130, 44, 0.35);
}

.om-request-only-block {
  position: relative;
  margin: 0.6rem 0 0;
  padding: 0.55rem 0.75rem 0.05rem;
  border-left: 2px solid rgba(201, 169, 97, 0.28);
  outline: none;
}

.om-request-only-block:hover,
.om-request-only-block:focus {
  border-left-color: rgba(166, 130, 44, 0.72);
}

.om-helper-message {
  position: absolute;
  right: 0.75rem;
  top: calc(100% + 0.45rem);
  z-index: 2;
  width: min(22rem, calc(100% - 1.5rem));
  padding: 0.62rem 0.74rem;
  border: 1px solid rgba(166, 130, 44, 0.38);
  border-radius: 4px;
  background: rgba(238, 243, 248, 0.97);
  box-shadow: 0 18px 40px -28px rgba(10, 22, 40, 0.46);
  color: var(--om-navy);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.72rem;
  line-height: 1.45;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.om-request-only-block:hover .om-helper-message,
.om-request-only-block:focus .om-helper-message,
.om-request-only-block:focus-within .om-helper-message {
  opacity: 1;
  transform: translateY(0);
}

.om-doc-identity {
  display: grid;
  justify-items: center;
  gap: 0.2rem;
  margin-top: 3.4rem;
  padding-top: 1.15rem;
  border-top: 2px solid var(--om-navy);
  color: var(--om-navy);
  text-align: center;
}

.om-doc-identity strong {
  color: var(--om-navy);
  font-size: 1.22rem;
  font-weight: 500;
}

.om-doc-identity span {
  color: var(--om-muted);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.om-doc-identity a {
  color: var(--om-muted);
  font-size: 1rem;
  text-decoration: none;
}

.om-external-actions {
  display: flex;
  justify-content: flex-end;
  width: min(900px, 100%);
  margin: 1rem auto 0;
}

body.om-doc .om-external-actions {
  position: fixed;
  top: 5.45rem;
  right: 0.85rem;
  z-index: 26;
  width: auto;
  margin: 0;
}

.om-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.om-print-button,
.om-back-link {
  border: 1px solid rgba(166, 130, 44, 0.65);
  border-radius: 4px;
  color: var(--om-navy);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 0.52rem 0.82rem;
  text-decoration: none;
  text-transform: uppercase;
}

body.om-doc .om-print-button {
  display: inline-grid;
  width: 3.35rem;
  height: 3.35rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(238, 243, 248, 0.96);
  line-height: 1;
  padding: 0;
  text-align: center;
  box-shadow: 0 18px 48px -30px rgba(10, 22, 40, 0.78);
  backdrop-filter: blur(10px);
}

body.om-doc .om-print-button svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.om-print-button:hover,
.om-back-link:hover {
  background: rgba(201, 169, 97, 0.1);
}

body.om-doc .om-print-button:hover {
  background: #f5f8fb;
  border-color: var(--om-gold);
}

.om-annex-wrap {
  padding: 2.5rem 1.25rem 4rem;
}

.om-annex-sheet {
  padding: clamp(2.2rem, 6vw, 4.2rem) clamp(1.25rem, 6vw, 4.6rem) 3rem;
}

.om-annex-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.om-annex-kicker {
  margin-bottom: 0.7rem;
}

.om-annex-title {
  margin: 0 0 1.45rem;
  color: var(--om-navy);
  font-family: var(--om-doc-serif);
  font-size: clamp(2rem, 3.3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.08;
}

.om-meta-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 2rem;
}

.om-meta-table td {
  border-top: 1px solid var(--om-line);
  font-family: var(--om-doc-serif);
  font-size: 1rem;
  padding: 0.75rem 0.85rem;
  vertical-align: top;
}

.om-meta-table tr:last-child td {
  border-bottom: 1px solid var(--om-line);
}

.om-meta-table td:first-child {
  width: 10rem;
  background: var(--om-surface-soft);
  color: var(--om-navy);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.om-annex-section {
  margin-top: 2rem;
}

.om-annex-section h2 {
  margin: 0 0 0.95rem;
  font-size: clamp(1.48rem, 2.1vw, 1.86rem);
}

.om-annex-section h3 {
  margin: 1.45rem 0 0.8rem;
  font-size: 1.24rem;
}

@media (max-width: 880px) {
  .om-shell {
    display: block;
  }
  body.om-doc .om-external-actions {
    position: static;
    width: min(900px, 100%);
    margin: 1rem auto 0;
  }
  .om-main {
    padding: 2.5rem 1.25rem 4rem;
  }
  body.om-doc .om-print-button {
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 999px;
    line-height: 1;
    padding: 0;
  }
  .om-rail {
    position: static;
    width: 100%;
    max-height: none;
    border-right: 0;
    border-bottom: 1px solid var(--om-line);
  }
  .om-rail .om-toc,
  .om-rail .om-annex-list {
    display: none;
  }
  .om-doc-contents ol {
    grid-template-columns: 1fr;
  }
  .om-flow,
  .om-gate-map,
  .om-registry-map {
    grid-template-columns: 1fr;
  }
  .om-flow__item {
    min-height: auto;
  }
  .om-flow__item:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 620px) {
  body.om-doc,
  body.om-annex {
    overflow-x: clip;
  }
  .om-home-pill {
    position: static;
    display: inline-flex;
    margin: 0.75rem 0 0 0.7rem;
  }
  .om-form-row,
  .om-market-row {
    grid-template-columns: 1fr;
  }
  .om-landing-wrap {
    width: min(100% - 32px, 720px);
    padding-top: calc(var(--nav-height, 64px) + 3.4rem);
  }
  .om-main,
  .om-annex-wrap {
    padding: 1rem 0.7rem 2.4rem;
  }
  .om-sheet,
  .om-annex-sheet {
    padding: 2rem 1.15rem;
  }
  .om-external-actions,
  .om-annex-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .om-external-actions .om-print-button:not(:has(svg)) {
    width: 100%;
  }
  .om-table-wrap {
    overflow-x: visible;
  }
  .om-table {
    min-width: 0;
    table-layout: fixed;
    font-size: 0.84rem;
  }
  .om-table th,
  .om-table td {
    overflow-wrap: anywhere;
    padding: 0.62rem 0.55rem;
  }
  .om-term::after {
    display: none;
  }
  .om-tier-ladder__item {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

@media print {
  @page {
    size: letter;
    margin: 0.52in;
  }
  @page:first {
    margin: 0;
  }
  html {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  body.om-landing {
    --om-field: #fff;
    --om-rail: #fff;
    --om-sheet: #fff;
    --om-ink: #111;
    --om-muted: #4d5660;
    --om-line: #d4d6d1;
    --om-navy: #fff;
    --om-navy-soft: #e8ebef;
    --om-white: #111;
    --om-gold: #8f6f2c;
    --om-gold-deep: #755a1d;
    display: block;
    background: #fff !important;
    color: #111 !important;
  }
  body.om-doc,
  body.om-annex {
    --om-field: #fff;
    --om-rail: #fff;
    --om-sheet: #fff;
    --om-ink: #111;
    --om-muted: #4d5660;
    --om-line: #d4d6d1;
    --om-navy: #111827;
    --om-navy-soft: #e8ebef;
    --om-white: #fff;
    --om-gold: #8f6f2c;
    --om-gold-deep: #755a1d;
    background: #fff;
    color: #111;
  }
  .om-rail,
  .om-home-pill,
  .om-back-link,
  .om-print-button,
  .om-helper-message,
  .om-external-actions {
    display: none !important;
  }
  body.om-landing .nav,
  body.om-landing .footer,
  body.om-landing .om-button {
    display: none !important;
  }
  body.om-landing .om-landing-wrap {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0.62in;
  }
  body.om-landing .om-gold-rule {
    width: 0.55in;
    height: 2px;
    margin-bottom: 0.22in;
    background: #111 !important;
  }
  body.om-landing .om-eyebrow,
  body.om-landing .om-label {
    color: #555 !important;
  }
  body.om-landing .om-eyebrow {
    margin-bottom: 0.12in;
    font-size: 8pt;
    letter-spacing: 0.16em;
  }
  body.om-landing h1 {
    max-width: 12ch;
    margin-bottom: 0.14in;
    color: #111 !important;
    font-size: 32pt;
    line-height: 1.02;
  }
  body.om-landing .om-landing-sub {
    max-width: 5.8in;
    margin-bottom: 0.24in;
    color: #333 !important;
    font-size: 15pt;
    line-height: 1.32;
  }
  body.om-landing .om-config-panel {
    padding-top: 0.24in;
    border-top-color: #d4d6d1;
  }
  body.om-landing .om-form-row {
    grid-template-columns: 1fr 1fr;
    gap: 0.22in;
  }
  body.om-landing .om-market-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.08in;
  }
  body.om-landing .om-field {
    margin-bottom: 0.16in;
    break-inside: avoid-page;
    page-break-inside: avoid;
  }
  body.om-landing .om-label {
    margin-bottom: 0.05in;
    font-size: 7.4pt;
    letter-spacing: 0.12em;
  }
  body.om-landing .om-input,
  body.om-landing .om-select {
    border-color: #bbb;
    background: #fff !important;
    color: #111 !important;
    font-size: 11pt;
    padding: 0.075in 0.09in;
  }
  body.om-landing .om-select-wrap::after {
    display: none;
  }
  body.om-landing .om-field-note {
    margin-top: 0.07in;
    color: #444 !important;
    font-size: 8.5pt;
    line-height: 1.42;
  }
  body.om-landing .om-toggle {
    min-height: 0.32in;
    border-color: #aaa;
    background: #fff !important;
    color: #111 !important;
    font-size: 8.3pt;
    letter-spacing: 0.02em;
  }
  body.om-landing .om-toggle::before {
    width: 0.1in;
    height: 0.1in;
    border-color: #111;
  }
  body.om-landing .om-toggle:has(input:checked)::before {
    background: #111;
    border-color: #111;
    box-shadow: inset 0 0 0 2px #fff;
  }
  body.om-landing .om-disclaimer {
    max-width: none;
    margin: 0.18in 0 0;
    color: #111 !important;
    font-size: 8.7pt;
    font-style: normal;
    line-height: 1.42;
  }
  body.om-landing .om-disclaimer strong {
    color: #111 !important;
    font-size: 7.5pt;
  }
  .om-shell,
  .om-main,
  .om-annex-wrap {
    display: block;
    padding: 0;
  }
  .om-sheet,
  .om-annex-sheet {
    width: 100%;
    max-width: none;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: #fff;
  }
  .om-cover {
    display: block;
    width: 8.5in;
    height: 11in;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #061326;
    page-break-after: always;
    break-after: page;
  }
  .om-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .om-doc-identity {
    border-top: 1px solid #111;
    margin-top: 1.8rem;
    padding-top: 0.8rem;
  }
  .om-title {
    font-size: 30pt;
    color: #111 !important;
    text-shadow: none !important;
  }
  .om-subtitle {
    font-size: 14pt;
    color: #444 !important;
  }
  .om-meta-row,
  .om-print-config {
    font-size: 8.5pt;
    color: #555 !important;
  }
  .om-doc-disclaimer,
  .om-body p,
  .om-annex-section p,
  .om-meta-table td {
    font-size: 11pt;
    line-height: 1.38;
    orphans: 2;
    widows: 2;
    color: #111 !important;
  }
  .om-doc-disclaimer {
    font-style: normal;
  }
  .om-document-kicker,
  .om-section-mark,
  .om-annex-kicker {
    color: #a6822c !important;
  }
  .om-section h2,
  .om-doc-contents h2,
  .om-annex-section h2,
  .om-annex-section h3,
  .om-section-mark,
  .om-exhibit__label,
  .om-flow__item strong,
  .om-gate-map__item strong,
  .om-tier-ladder__item strong,
  .om-registry-map span {
    color: #111 !important;
    text-shadow: none !important;
  }
  .om-section h2,
  .om-doc-contents h2,
  .om-annex-section h2,
  .om-annex-section h3,
  .om-section-mark {
    break-after: avoid-page;
    page-break-after: avoid;
  }
  .om-table-wrap {
    overflow: visible;
    margin: 0.14in 0 0.18in;
    break-inside: auto;
    page-break-inside: auto;
  }
  .om-table {
    min-width: 0;
    table-layout: fixed;
    border-top: 1px solid #111;
    font-size: 9.1pt;
    line-height: 1.32;
  }
  .om-table thead {
    display: table-header-group;
  }
  .om-table tr {
    break-inside: avoid-page;
    page-break-inside: avoid;
  }
  .om-table th,
  .om-table td,
  .om-meta-table td {
    padding: 0.075in 0.085in;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .om-table th {
    border-bottom: 1px solid #111;
    background: #eef1f4 !important;
    color: #111 !important;
    font-size: 7.8pt;
    letter-spacing: 0.055em;
    line-height: 1.25;
  }
  .om-table td {
    background: #fff !important;
    color: #111 !important;
  }
  .om-table td:first-child {
    color: #111 !important;
    font-weight: 700;
  }
  .om-exhibit {
    margin: 0.14in 0 0.18in;
    padding: 0.12in;
    border-color: #999;
    border-left-color: #111;
    background: #fff !important;
    break-inside: avoid-page;
    page-break-inside: avoid;
  }
  .om-exhibit__label {
    letter-spacing: 0.08em;
  }
  .om-flow,
  .om-gate-map,
  .om-registry-map {
    grid-template-columns: 1fr !important;
    gap: 0.05in;
  }
  .om-flow__item:not(:last-child)::after {
    display: none !important;
  }
  .om-flow__item,
  .om-gate-map__item {
    min-height: auto;
  }
  .om-flow__item,
  .om-gate-map__item,
  .om-tier-ladder__item,
  .om-registry-map span {
    border-color: #bbb;
    background: #fff !important;
  }
  .om-flow__item span,
  .om-gate-map__item span,
  .om-tier-ladder__item span {
    color: #333 !important;
  }
  .om-tier-ladder__item {
    grid-template-columns: 1.1in 1fr;
  }
  .om-term {
    border-bottom: 0;
  }
  .om-term::after {
    display: none;
  }
  .om-doc-identity {
    display: none;
  }
  .om-section,
  .om-annex-section {
    break-inside: auto;
    page-break-inside: auto;
    margin-top: 0.24in;
  }
  a {
    color: inherit !important;
    text-decoration: none !important;
  }
}
