@layer theme {
  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --navy: #062b42;
  --navy-2: #0a4562;
  --blue: #168fbd;
  --sky: #72d5ef;
  --pale: #eaf7fb;
  --paper: #f8fbfc;
  --white: #fff;
  --ink: #0a3448;
  --muted: #5b707b;
  --line: #0a344829;
  --shadow: 0 24px 70px #03273b1f;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  font-family:
    Segoe UI,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button {
  color: inherit;
}
img,
svg {
  max-width: 100%;
}
main,
section,
article,
div {
  min-width: 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  letter-spacing: -0.035em;
  line-height: 1.12;
}
p {
  color: var(--muted);
  font-size: 16px;
}
.site-header {
  z-index: 50;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: #fff;
  background: #05283df5;
  border-bottom: 1px solid #ffffff21;
  align-items: center;
  gap: 18px;
  height: 78px;
  padding: 0 max(24px, 50vw - 730px);
  display: flex;
  position: sticky;
  top: 0;
}
.brand-lockup {
  white-space: nowrap;
  flex: none;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.brand-symbol {
  background: #00172c url(../img/7g-symbol.png) 50% / cover no-repeat;
  border-radius: 3px;
  width: 70px;
  height: 38px;
  position: relative;
  overflow: hidden;
}
.brand-symbol img {
  width: 102px;
  max-width: none;
  position: absolute;
  top: -19px;
  left: -20px;
}
.brand-name {
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 650;
  line-height: 1;
}
.desktop-navigation {
  gap: 18px;
  margin-left: auto;
  display: flex;
}
.desktop-navigation a {
  color: #ffffffb8;
  white-space: nowrap;
  padding: 26px 0 23px;
  font-size: 16px;
  position: relative;
}
.desktop-navigation a:hover,
.desktop-navigation a.active {
  color: #fff;
}
.desktop-navigation a.active:after {
  content: "";
  background: var(--sky);
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.search-trigger {
  cursor: pointer;
  color: #ffffffd6;
  background: #ffffff12;
  border: 1px solid #fff3;
  align-items: center;
  gap: 9px;
  min-width: 184px;
  height: 44px;
  padding: 0 11px;
  display: flex;
}
.search-trigger span {
  font-size: 22px;
}
.search-trigger b {
  font-size: 16px;
  font-weight: 600;
}
.search-trigger kbd {
  color: #ffffff75;
  border: 1px solid #ffffff29;
  border-radius: 3px;
  margin-left: auto;
  padding: 2px 5px;
  font:
    12px Segoe UI,
    Arial,
    sans-serif;
}
.login-button {
  background: var(--sky);
  height: 44px;
  color: var(--navy);
  align-items: center;
  gap: 20px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}
.mobile-navigation {
  margin-left: auto;
  display: none;
  position: relative;
}
.mobile-navigation summary {
  cursor: pointer;
  border: 1px solid #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  list-style: none;
  display: flex;
}
.mobile-navigation summary::-webkit-details-marker {
  display: none;
}
.lucide-icon {
  flex: none;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  display: inline-block;
}
.mobile-navigation summary .lucide-icon {
  width: 20px;
  height: 20px;
}
.mobile-navigation nav {
  width: min(340px, 100vw - 32px);
  color: var(--ink);
  box-shadow: var(--shadow);
  background: #fff;
  flex-direction: column;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 50px;
  right: 0;
}
.mobile-navigation nav a {
  border-bottom: 1px solid var(--line);
  padding: 13px 12px;
  font-size: 16px;
}
.mobile-navigation nav a.active {
  color: var(--blue);
  font-weight: 700;
}
.search-overlay {
  z-index: 130;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #021927b8;
  justify-content: center;
  align-items: flex-start;
  padding: 10vh 20px;
  display: flex;
  position: fixed;
  inset: 0;
}
.search-dialog {
  background: #fff;
  width: min(760px, 100%);
  max-height: 80vh;
  overflow: auto;
  box-shadow: 0 35px 110px #00000059;
}
.search-input-row {
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: 12px;
  height: 72px;
  padding: 0 18px;
  display: flex;
}
.search-input-row > span {
  color: var(--blue);
  font-size: 28px;
}
.search-input-row input {
  min-width: 0;
  color: var(--ink);
  border: 0;
  outline: 0;
  flex: 1;
  font-size: 16px;
}
.search-input-row button {
  border: 1px solid var(--line);
  background: var(--pale);
  cursor: pointer;
  padding: 5px 8px;
  font-size: 12px;
}
.search-help {
  background: var(--pale);
  color: var(--muted);
  padding: 11px 20px;
  font-size: 12px;
}
.search-results {
  padding: 8px;
  max-height: calc(80vh - 72px);
  overflow-y: auto;
}
.search-results-head {
  color: var(--muted);
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px 13px;
  display: flex;
}
.search-results-head > span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 750;
}
.search-results-head small {
  color: var(--blue);
}
.search-results-list > a {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 13px 12px;
  transition: background 0.15s, color 0.15s;
  display: flex;
}
.search-results-list > a.active,
.search-results-list > a:hover {
  background: var(--pale);
}
.search-results-list > a > span {
  min-width: 0;
  gap: 4px;
  display: grid;
}
.search-results-list > a small {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 12px;
}
.search-results-list > a b {
  font-size: 14px;
  line-height: 1.25;
}
.search-results-list > a em {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 520px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  overflow: hidden;
}
.search-results-list > a > i {
  flex: 0 0 auto;
  font-size: 20px;
  font-style: normal;
}
.search-empty {
  border-top: 1px solid var(--line);
  gap: 7px;
  padding: 24px 12px;
  display: grid;
}
.search-empty b {
  font-size: 14px;
}
.search-empty span {
  color: var(--muted);
  font-size: 12px;
}
.search-empty > i {
  border: 2px solid var(--line);
  border-top-color: var(--blue);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-bottom: 3px;
  animation: search-spin 0.7s linear infinite;
}
.search-error b {
  color: #a33b35;
}
@keyframes search-spin {
  to {
    transform: rotate(360deg);
  }
}
.search-help {
  color: var(--muted);
  border-top: 1px solid var(--line);
  gap: 18px;
  padding: 11px 12px 4px;
  display: flex;
}
.search-help span {
  align-items: center;
  gap: 4px;
  display: inline-flex;
}
.search-help .lucide-icon {
  width: 13px;
  height: 13px;
}
.search-results i {
  color: var(--blue);
  font-style: normal;
}
.home-hero {
  color: #fff;
  background: linear-gradient(120deg, #052c43 0%, #074965 55%, #0b6d91 100%);
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 80px;
  min-height: 720px;
  padding: 112px max(32px, 50vw - 690px) 84px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  opacity: 0.09;
  background-image: linear-gradient(#ffffff52 1px, #0000 1px), linear-gradient(90deg, #ffffff52 1px, #0000 1px);
  background-size: 56px 56px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 40%, #000);
  mask-image: linear-gradient(90deg, #0000, #000 40%, #000);
}
.hero-copy,
.result-panel {
  z-index: 1;
  position: relative;
}
.eyebrow,
.section-kicker {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.eyebrow {
  color: var(--sky);
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  display: flex;
}
.eyebrow span {
  background: var(--sky);
  width: 28px;
  height: 1px;
}
.hero-copy h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(48px, 5.3vw, 78px);
  font-weight: 500;
}
.hero-copy h1 em {
  color: var(--sky);
  font-style: normal;
}
.hero-copy > p {
  color: #ffffffb8;
  max-width: 700px;
  margin: 28px 0 32px;
  font-size: 16px;
  line-height: 1.7;
}
.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}
.button {
  justify-content: center;
  align-items: center;
  gap: 30px;
  min-height: 52px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
}
.button.primary {
  background: var(--sky);
  color: var(--navy);
}
.button.ghost {
  color: #fff;
  border: 1px solid #ffffff59;
}
.hero-notes {
  color: #ffffff8c;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 38px;
  font-size: 12px;
  display: flex;
}
.result-panel {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #03243673;
  border: 1px solid #ffffff38;
  padding: 24px;
  box-shadow: 0 36px 90px #0000003d;
}
.panel-head {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-bottom: 18px;
  font-size: 12px;
  display: flex;
}
.panel-head i {
  color: var(--sky);
  border: 1px solid #fff3;
  padding: 5px 8px;
  font-style: normal;
}
.panel-head i:before {
  content: "";
  background: currentColor;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  display: inline-block;
}
.panel-head i.demo {
  color: #f4c06a;
}
.impact-main {
  flex-direction: column;
  min-height: 220px;
  padding: 36px 0 26px;
  display: flex;
}
.impact-main small {
  color: #ffffff9e;
  font-size: 12px;
}
.impact-main strong {
  color: var(--sky);
  letter-spacing: -0.07em;
  margin-top: auto;
  font-size: clamp(60px, 8vw, 112px);
  line-height: 1;
}
.impact-main span {
  color: #ffffffad;
  font-size: 14px;
}
.result-metrics {
  border-top: 1px solid #ffffff24;
  border-bottom: 1px solid #ffffff24;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.result-metrics div {
  border-right: 1px solid #ffffff24;
  padding: 18px 14px 18px 0;
}
.result-metrics div + div {
  padding-left: 14px;
}
.result-metrics div:last-child {
  border: 0;
}
.result-metrics b {
  color: #fff;
  font-size: 24px;
  display: block;
}
.result-metrics span {
  color: #ffffff8a;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
  display: block;
}
.data-route {
  color: #ffffff8c;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-top: 18px;
  font-size: 12px;
  display: flex;
}
.data-route i {
  color: var(--sky);
  font-style: normal;
}
.data-route b {
  color: #fff;
}
.ecosystem-module {
  background: #fff;
  padding: 96px max(32px, 50vw - 660px);
  scroll-margin-top: 78px;
}
.ecosystem-heading {
  grid-template-columns: 1fr 0.8fr;
  align-items: end;
  gap: 90px;
  display: grid;
}
.ecosystem-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 500;
}
.ecosystem-heading p {
  margin: 0;
  line-height: 1.75;
}
.ecosystem-layout {
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: center;
  gap: 54px;
  margin-top: 34px;
  display: grid;
}
.ecosystem-orbit {
  width: min(820px, 100%);
  height: 650px;
  margin: auto;
  position: relative;
}
.orbit-line {
  pointer-events: none;
  border: 1px solid #168fbd40;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.orbit-line-products {
  border-style: dashed;
  width: 560px;
  height: 560px;
}
.orbit-line-registries {
  width: 260px;
  height: 260px;
}
.ecosystem-core,
.ecosystem-node {
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ecosystem-core {
  z-index: 2;
  color: #fff;
  background: linear-gradient(145deg, #067d90, #045466);
  border: 2px solid #65dece;
  width: 136px;
  height: 136px;
  box-shadow: 0 18px 45px #0454663d;
}
.ecosystem-core strong {
  letter-spacing: -0.06em;
  font-size: 42px;
  line-height: 1;
}
.ecosystem-core span {
  color: #91eee1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 7px;
  font-size: 12px;
}
.ecosystem-node {
  z-index: 3;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    filter 0.2s;
}
.ecosystem-node:hover,
.ecosystem-node:focus-visible {
  filter: brightness(1.05);
  outline: none;
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow:
    0 0 0 6px #168fbd1f,
    0 20px 42px #03273b33;
}
.product-node {
  color: #fff;
  border: 2px solid #0000;
  width: 132px;
  height: 132px;
  padding: 12px;
  box-shadow: 0 14px 34px #03273b33;
}
.product-node strong {
  font-size: 16px;
  line-height: 1;
}
.product-node span {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.2;
}
.product-node small {
  color: #ffffffb3;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.1;
}
.node-platform {
  background: linear-gradient(145deg, #00aaa7, #007276);
  border-color: #1ce3d0;
  top: 6%;
  left: 50%;
}
.node-fin {
  background: linear-gradient(145deg, #b84559, #7b2436);
  border-color: #ef8695;
  top: 28%;
  left: 84%;
}
.node-model {
  background: linear-gradient(145deg, #42b2dd, #217ca7);
  border-color: #a7e5fa;
  top: 77%;
  left: 70%;
}
.node-cbam {
  background: linear-gradient(145deg, #8e6242, #5c3925);
  border-color: #d6aa84;
  top: 77%;
  left: 30%;
}
.node-market {
  background: linear-gradient(145deg, #319b68, #176443);
  border-color: #75c996;
  top: 28%;
  left: 16%;
}
.product-node.current {
  box-shadow:
    0 0 0 7px #42b2dd2e,
    0 18px 42px #03273b40;
}
.registry-node {
  color: #fff;
  background: linear-gradient(145deg, #365f70, #1a3d4a);
  border: 1px solid #7fb8c7;
  width: 100px;
  height: 100px;
  padding: 10px;
  box-shadow: 0 12px 30px #03273b2e;
}
.registry-node strong {
  font-size: 14px;
}
.registry-node span {
  color: #ffffffbf;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.18;
}
.registry-projects {
  top: 58%;
  left: 66%;
}
.registry-claims {
  top: 42%;
  left: 34%;
}
.ecosystem-legend {
  border-top: 1px solid var(--line);
}
.ecosystem-legend > div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 14px 1fr;
  gap: 5px 12px;
  padding: 18px 0;
  display: grid;
}
.ecosystem-legend i {
  border-radius: 50%;
  grid-row: 1/3;
  width: 10px;
  height: 10px;
  margin-top: 5px;
}
.ecosystem-legend .lucide-icon {
  color: var(--blue);
  width: 14px;
  height: 14px;
  margin-top: 2px;
}
.ecosystem-legend span {
  color: var(--muted);
  font-size: 14px;
}
.ecosystem-legend b {
  font-size: 16px;
}
.legend-product {
  background: #1aa6a2;
}
.legend-registry {
  background: #365f70;
}
.legend-current {
  background: #42b2dd;
  box-shadow: 0 0 0 4px #42b2dd29;
}
.section {
  padding: 104px max(32px, 50vw - 640px);
}
.section-heading {
  margin-bottom: 48px;
}
.section-heading.split {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 90px;
  display: grid;
}
.section-heading .title,
.integration-teaser .title,
.callout .title {
  margin: 12px 0 0;
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 500;
}
.section-heading .description {
  color: var(--muted);
  font-size: 16px;
  margin: 0;
  line-height: 1.75;
}
.section-kicker {
  color: var(--blue);
  display: block;
}
.value-grid,
.type-grid {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.value-grid article,
.type-grid article {
  border-right: 1px solid var(--line);
  min-height: 230px;
  margin-right: 30px;
  padding: 28px 30px 28px 0;
}
.value-grid article:last-child,
.type-grid article:nth-child(3n) {
  border-right: 0;
  margin-right: 0;
}
.value-grid article > span,
.type-grid article > span {
  color: var(--blue);
  font-size: 12px;
}
.value-grid h3,
.type-grid h3 {
  margin: 54px 0 14px;
  font-size: 24px;
}
.value-grid p,
.type-grid p {
  margin: 0;
}
.dark-section {
  background: var(--navy);
  color: #fff;
}
.section-heading.light .title {
  color: #fff;
}
.section-heading.light .description {
  color: #ffffff9e;
}
.section-heading.light .section-kicker {
  color: var(--sky);
}
.stage-strip {
  border-top: 1px solid #ffffff29;
  grid-template-columns: repeat(7, 1fr);
  display: grid;
}
.stage-strip .item {
  border-right: 1px solid #ffffff21;
  flex-direction: column;
  min-height: 164px;
  margin-right: 18px;
  padding: 20px 18px 20px 0;
  display: flex;
  position: relative;
}
.stage-strip .item:last-child {
  border: 0;
  margin: 0;
}
.stage-strip .item__number {
  color: var(--sky);
  font-size: 12px;
}
.stage-strip .item__title {
  margin-top: auto;
  font-size: 14px;
  line-height: 1.35;
}
.stage-strip .item__icon {
  color: #ffffff59;
  font-style: normal;
  position: absolute;
  top: 20px;
  right: -5px;
}
.standards-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  display: grid;
}
.standards-grid a {
  border: 1px solid var(--line);
  background: #fff;
  flex-direction: column;
  min-height: 280px;
  padding: 22px;
  transition: all 0.2s;
  display: flex;
}
.standards-grid a:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.standards-grid span {
  color: var(--blue);
  font-size: 12px;
}
.standards-grid h3 {
  margin: auto 0 12px;
  font-size: 22px;
}
.standards-grid p {
  margin: 0;
  font-size: 14px;
}
.standards-grid i {
  color: var(--blue);
  margin-top: 20px;
  font-size: 12px;
  font-style: normal;
}
.text-link {
  color: var(--blue);
  gap: 24px;
  margin-top: 28px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
}
.integration-teaser {
  background: var(--pale);
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 80px;
  display: grid;
}
.integration-teaser .description {
  margin: 24px 0 28px;
  line-height: 1.75;
}
.integration-teaser .button {
  background: var(--blue);
  color: #fff;
}
.mini-architecture {
  grid-template-columns: 1fr auto 160px auto 1fr;
  align-items: center;
  gap: 12px;
  display: grid;
}
.mini-architecture > div,
.mini-architecture > strong {
  border: 1px solid var(--line);
  background: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 176px;
  padding: 20px;
  display: flex;
}
.mini-architecture > div small {
  color: var(--blue);
  font-size: 12px;
}
.mini-architecture > div b {
  margin: 16px 0 6px;
  font-size: 20px;
}
.mini-architecture > div span {
  color: var(--muted);
  font-size: 12px;
}
.mini-architecture > strong {
  text-align: center;
  background: var(--blue);
  color: #fff;
  align-items: center;
  font-size: 16px;
}
.mini-architecture > i {
  color: var(--blue);
  font-style: normal;
}
.publication-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}
.publication-grid > a {
  border: 1px solid var(--line);
  background: #fff;
  flex-direction: column;
  min-height: 280px;
  padding: 24px;
  display: flex;
}
.publication-grid > a:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow);
}
.publication-grid span {
  color: var(--blue);
  font-size: 12px;
}
.publication-grid h2,
.publication-grid h3 {
  margin: 42px 0 14px;
  font-size: 24px;
}
.publication-grid p {
  margin: 0;
  font-size: 14px;
}
.publication-grid i {
  color: var(--blue);
  margin-top: auto;
  padding-top: 20px;
  font-size: 14px;
  font-style: normal;
}
.page-intro {
  background: linear-gradient(118deg, var(--navy), var(--navy-2));
  color: #fff;
  padding: 108px max(32px, 50vw - 640px) 78px;
}
.page-intro .section-kicker {
  color: var(--sky);
}
.page-intro h1 {
  max-width: 960px;
  margin: 18px 0 24px;
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 500;
}
.page-intro p {
  color: #ffffffad;
  max-width: 850px;
  margin: 0;
  line-height: 1.75;
}
.stage-details {
  padding-top: 72px;
}
.stage-details article {
  border-top: 1px solid var(--line);
  grid-template-columns: 90px 1fr 0.8fr;
  align-items: start;
  gap: 34px;
  padding: 36px 0;
  display: grid;
}
.stage-details article > div:first-child {
  color: var(--blue);
  flex-direction: column;
  gap: 18px;
  display: flex;
}
.stage-details article > div:first-child span {
  font-size: 14px;
}
.stage-details article > div:first-child i {
  font-style: normal;
}
.stage-details h2 {
  margin: 0 0 12px;
  font-size: 32px;
}
.stage-details p {
  margin: 0;
}
.stage-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.stage-details li {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  padding: 9px 0;
  font-size: 14px;
}
.stage-details li:before {
  display: none;
}
.callout {
  background: var(--blue);
  color: #fff;
}
.callout .title-wrapper {
  max-width: 880px;
}
.callout .section-kicker {
  color: #dff7ff;
}
.callout .description {
  color: #ffffffbd;
  margin: 22px 0 0;
}
.callout .description p {
  color: inherit;
}
.portfolio-summary {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  display: grid;
}
.summary-card {
  border: 1px solid var(--line);
  background: #fff;
  flex-direction: column;
  min-height: 180px;
  padding: 22px;
  display: flex;
}
.summary-card small {
  color: var(--muted);
  font-size: 12px;
}
.summary-card strong {
  color: var(--blue);
  letter-spacing: -0.05em;
  margin-top: auto;
  font-size: 44px;
  line-height: 1;
}
.summary-card span {
  color: var(--muted);
  margin-top: 8px;
  font-size: 14px;
}
.project-types {
  padding-top: 20px;
}
.type-grid article:nth-child(n + 4) {
  border-top: 1px solid var(--line);
}
.registry-route {
  background: var(--navy);
  color: #fff;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  display: grid;
}
.registry-route div {
  border: 1px solid #ffffff29;
  padding: 28px;
}
.registry-route span {
  color: var(--sky);
  font-size: 12px;
  display: block;
}
.registry-route b {
  margin-top: 10px;
  font-size: 18px;
  display: block;
}
.registry-route i {
  color: var(--sky);
  font-style: normal;
}
.standards-list {
  padding-top: 72px;
}
.standards-list article {
  border-top: 1px solid var(--line);
  grid-template-columns: 70px 1fr 190px;
  align-items: start;
  gap: 28px;
  padding: 34px 0;
  display: grid;
}
.standard-number {
  color: var(--blue);
  font-size: 14px;
}
.standards-list small {
  color: var(--blue);
  font-size: 12px;
}
.standards-list h2 {
  margin: 8px 0 5px;
  font-size: 30px;
}
.standards-list h3 {
  letter-spacing: 0;
  margin: 0 0 12px;
  font-size: 16px;
}
.standards-list p {
  max-width: 800px;
  margin: 0;
}
.standards-list a {
  color: var(--blue);
  text-align: right;
  font-size: 14px;
}
.standard-note {
  background: var(--pale);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 80px;
  display: grid;
}
.standard-note:not(.has-heading),
.standard-note:not(.has-items) {
  grid-template-columns: minmax(0, 1fr);
}
.standard-note .title-wrapper {
  min-width: 0;
}
.standard-note .title {
  margin: 0 0 18px;
  font-size: clamp(32px, 3.2vw, 44px);
}
.standard-note .description {
  max-width: 620px;
  margin: 0;
  line-height: 1.75;
}
.standard-note-items {
  min-width: 0;
  border-top: 1px solid var(--line);
}
.standard-note-item {
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: baseline;
  gap: 18px;
  min-width: 0;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  display: grid;
}
.standard-note-number {
  color: var(--blue);
  font-size: 12px;
}
.standard-note-item b {
  min-width: 0;
  font-size: 14px;
  line-height: 1.45;
}
.architecture-flow {
  background: var(--pale);
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  gap: 20px;
  display: grid;
}
.architecture-flow > div > small {
  color: var(--blue);
  margin-bottom: 12px;
  font-size: 12px;
  display: block;
}
.architecture-flow article {
  border: 1px solid var(--line);
  background: #fff;
  min-height: 260px;
  padding: 24px;
}
.architecture-flow article > span {
  color: var(--blue);
  font-size: 12px;
}
.architecture-flow h2 {
  margin: 72px 0 14px;
  font-size: 30px;
}
.architecture-flow p {
  margin: 0;
  font-size: 14px;
}
.flow-center article {
  background: var(--blue);
  color: #fff;
}
.flow-center article > span,
.flow-center p {
  color: #ffffffbf;
}
.flow-column > i {
  text-align: center;
  color: var(--blue);
  margin-top: 14px;
  font-size: 14px;
  font-style: normal;
  display: block;
}
.flow-column.reverse {
  flex-direction: column;
  display: flex;
}
.flow-column.reverse > small {
  order: 0;
}
.flow-column.reverse > i {
  order: 1;
  margin: 0 0 14px;
}
.flow-column.reverse > article {
  order: 2;
}
.rules-grid {
  background: var(--line);
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: grid;
}
.rules-grid article {
  background: var(--paper);
  padding: 40px;
}
.rules-grid article > span {
  color: var(--blue);
  font-size: 12px;
}
.rules-grid h2 {
  margin: 34px 0 12px;
  font-size: 28px;
}
.rules-grid p {
  margin: 0;
}
.api-contract {
  background: var(--navy);
  color: #fff;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.api-contract h2 {
  margin: 10px 0 0;
  font-size: 36px;
}
.api-contract > div:not(:first-child) {
  border: 1px solid #ffffff26;
  padding: 22px;
}
.api-contract code {
  color: var(--sky);
  font-size: 14px;
}
.api-contract p {
  color: #fff9;
  margin: 30px 0 0;
  font-size: 14px;
}
.api-contract b {
  color: #fff;
}
.api-contract .section-kicker {
  color: var(--sky);
}
.site-footer {
  color: #fff;
  background: #031f31;
  padding: 68px max(24px, 50vw - 640px) 24px;
}
.footer-main {
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 0.8fr) minmax(0, 0.9fr) minmax(0, 1.1fr) minmax(220px, 1.4fr);
  gap: 32px;
  display: grid;
}
.footer-main .brand-symbol {
  width: 70px;
}
.footer-main > div:first-child p {
  color: #ffffff80;
  max-width: 420px;
  margin: 20px 0 0;
  font-size: 14px;
}
.footer-main h3,
.footer-main h4.title {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sky);
  margin: 3px 0 18px;
  font-size: 14px;
}
.footer-main > div:not(:first-child) {
  flex-direction: column;
  gap: 9px;
  display: flex;
}
.footer-main > div:not(:first-child) a {
  color: #ffffff9e;
  font-size: 14px;
}
.footer-main a:hover {
  color: #fff;
}
.footer-main .contact-block {
  min-width: 0;
}
.footer-main .contact-list {
  gap: 12px;
  display: grid;
}
.footer-main .contact-item {
  color: #ffffff9e;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  display: flex;
}
.footer-main .contact-item svg {
  color: var(--sky);
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}
.footer-main .contact-item span {
  overflow-wrap: anywhere;
}
.footer-main a.contact-item:hover {
  color: #fff;
}
.footer-main a.contact-item:focus-visible {
  outline: 2px solid var(--sky);
  outline-offset: 4px;
}
.footer-bottom {
  color: #ffffff61;
  border-top: 1px solid #ffffff1f;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  padding-top: 20px;
  font-size: 12px;
  display: flex;
}

/* Polylang language switchers */
.carbon-language-switcher {
  flex: none;
  position: relative;
  color: #fff;
}

.carbon-language-switcher details {
  position: relative;
}

.carbon-language-switcher summary {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #ffffff42;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  list-style: none;
  display: flex;
}

.carbon-language-switcher summary::-webkit-details-marker {
  display: none;
}

.carbon-language-switcher summary:hover,
.carbon-language-switcher details[open] summary {
  border-color: #72d5ef;
  background: #ffffff14;
}

.carbon-language-switcher__flag {
  align-items: center;
  display: inline-flex;
}

.carbon-language-switcher__flag img,
.carbon-language-switcher__flag svg {
  display: block;
  width: 20px;
  height: 14px;
  border-radius: 3px;
  object-fit: cover;
}

.carbon-language-switcher__chevron {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.carbon-language-switcher details[open] .carbon-language-switcher__chevron {
  transform: rotate(180deg);
}

.carbon-language-switcher__menu {
  min-width: 86px;
  padding: 6px;
  border: 1px solid #ffffff24;
  background: #062b42;
  box-shadow: 0 18px 36px #001b2c52;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 50;
  border-radius: 3px;
}

.carbon-language-switcher__option {
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 8px 9px;
  color: #ffffffb8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  display: flex;
  border-radius: 3px;
}

.carbon-language-switcher__option:hover,
.carbon-language-switcher__option.is-current {
  color: #fff;
  background: #ffffff14;
}

.footer-language-switcher {
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  display: flex;
}

.footer-language-switcher a {
  color: #ffffffa6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.footer-language-switcher a:hover,
.footer-language-switcher a[aria-current="page"] {
  color: #72d5ef;
}

@media (width<=1050px) {
  .carbon-language-switcher_header {
    margin-left: auto;
  }
}

@media (width<=720px) {
  .carbon-language-switcher summary {
    min-height: 40px;
    padding: 8px;
  }

  .carbon-language-switcher__code {
    font-size: 11px;
  }
}

@media (width<=400px) {
  .site-header {
    gap: 8px;
  }

  .carbon-language-switcher summary {
    gap: 4px;
    padding: 6px;
  }

  .carbon-language-switcher__code {
    display: none;
  }

  .carbon-language-switcher__flag svg {
    width: 18px;
  }

  .carbon-language-switcher__chevron {
    width: 12px;
    height: 12px;
  }
}
@media (width<=1320px) {
  .desktop-navigation,
  .site-header > .login-button {
    display: none;
  }
  .site-header > .search-trigger {
    margin-left: auto;
  }
  .mobile-navigation {
    margin-left: 0;
    display: block;
  }
  .home-hero {
    grid-template-columns: 1fr;
    padding-top: 90px;
  }
  .result-panel {
    max-width: 760px;
  }
  .section-heading.split,
  .ecosystem-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .stage-strip {
    grid-template-columns: repeat(4, 1fr);
  }
  .standards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .integration-teaser {
    grid-template-columns: 1fr;
  }
  .api-contract {
    grid-template-columns: 1fr 1fr;
  }
  .footer-main {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .footer-main .contact-block {
    grid-column: 2/4;
  }
  .footer-main .contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width<=980px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-main .footer-brand,
  .footer-main .contact-block {
    grid-column: 1/-1;
  }
  .ecosystem-layout {
    grid-template-columns: 1fr;
  }
  .ecosystem-legend {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
  .ecosystem-legend > div {
    border-right: 1px solid var(--line);
    padding: 16px;
  }
}
@media (width<=760px) {
  body {
    font-size: 16px;
  }
  .site-header {
    gap: 10px;
    height: 68px;
    padding: 0 18px;
  }
  .brand-symbol {
    width: 58px;
    height: 32px;
  }
  .brand-symbol img {
    width: 86px;
    top: -16px;
    left: -17px;
  }
  .brand-name {
    font-size: 14px;
  }
  .site-header > .search-trigger {
    justify-content: center;
    width: 44px;
    min-width: 44px;
    padding: 0;
  }
  .search-trigger b,
  .search-trigger kbd {
    display: none;
  }
  .home-hero {
    gap: 44px;
    min-height: auto;
    padding: 86px 20px 58px;
  }
  .hero-copy h1 {
    font-size: 44px;
  }
  .hero-copy > p {
    font-size: 16px;
  }
  .button {
    width: 100%;
    font-size: 16px;
  }
  .result-panel {
    padding: 18px;
  }
  .impact-main {
    min-height: 180px;
  }
  .impact-main strong {
    font-size: 70px;
  }
  .result-metrics {
    grid-template-columns: 1fr;
  }
  .result-metrics div,
  .result-metrics div + div {
    border-bottom: 1px solid #ffffff24;
    border-right: 0;
    padding: 14px 0;
  }
  .result-metrics div:last-child {
    border-bottom: 0;
  }
  .data-route {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .ecosystem-module {
    padding: 70px 20px;
    scroll-margin-top: 68px;
  }
  .ecosystem-layout {
    gap: 26px;
    margin-top: 20px;
  }
  .ecosystem-orbit {
    height: 430px;
  }
  .orbit-line-products {
    width: 350px;
    height: 350px;
  }
  .orbit-line-registries {
    width: 170px;
    height: 170px;
  }
  .ecosystem-core {
    width: 90px;
    height: 90px;
  }
  .ecosystem-core strong {
    font-size: 30px;
  }
  .ecosystem-core span {
    font-size: 12px;
  }
  .product-node {
    width: 82px;
    height: 82px;
    padding: 7px;
  }
  .product-node strong {
    font-size: 14px;
  }
  .product-node span {
    font-size: 12px;
  }
  .product-node small {
    display: none;
  }
  .registry-node {
    width: 64px;
    height: 64px;
    padding: 6px;
  }
  .registry-node strong,
  .registry-node span {
    font-size: 12px;
  }
  .ecosystem-legend {
    grid-template-columns: 1fr;
  }
  .ecosystem-legend > div {
    border-right: 0;
    padding: 14px 0;
  }
  .section {
    padding: 76px 20px;
  }
  .section-heading .title,
  .integration-teaser .title,
  .callout .title {
    font-size: 38px;
  }
  .value-grid,
  .type-grid,
  .publication-grid {
    grid-template-columns: 1fr;
  }
  .value-grid article,
  .type-grid article,
  .type-grid article:nth-child(3n) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 0;
    margin: 0;
    padding: 28px 0;
  }
  .value-grid h3,
  .type-grid h3 {
    margin-top: 30px;
  }
  .stage-strip {
    grid-template-columns: 1fr 1fr;
  }
  .standards-grid {
    grid-template-columns: 1fr;
  }
  .standards-grid a {
    min-height: 220px;
  }
  .mini-architecture {
    grid-template-columns: 1fr;
  }
  .mini-architecture > i {
    text-align: center;
    transform: rotate(90deg);
  }
  .mini-architecture > div,
  .mini-architecture > strong {
    min-height: 130px;
  }
  .page-intro {
    padding: 82px 20px 58px;
  }
  .page-intro h1 {
    font-size: 44px;
  }
  .stage-details article {
    grid-template-columns: 44px 1fr;
    gap: 18px;
  }
  .stage-details article > ul {
    grid-column: 2;
  }
  .portfolio-summary {
    grid-template-columns: 1fr 1fr;
  }
  .summary-card {
    min-height: 150px;
  }
  .registry-route {
    grid-template-columns: 1fr;
  }
  .registry-route > i {
    text-align: center;
    transform: rotate(90deg);
  }
  .standards-list article {
    grid-template-columns: 40px 1fr;
  }
  .standards-list article > a {
    text-align: left;
    grid-column: 2;
  }
  .standard-note {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .standard-note .title {
    font-size: 38px;
  }
  .standard-note-items {
    width: 100%;
  }
  .architecture-flow {
    grid-template-columns: 1fr;
  }
  .flow-column > i,
  .flow-column.reverse > i {
    margin: 16px 0;
    transform: rotate(90deg);
  }
  .rules-grid {
    grid-template-columns: 1fr;
  }
  .rules-grid article {
    padding: 30px 20px;
  }
  .api-contract {
    grid-template-columns: 1fr;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .footer-main > div:first-child {
    grid-column: 1/-1;
  }
  .footer-main .contact-block {
    grid-column: 1/-1;
  }
  .footer-main .contact-list {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .search-overlay {
    padding: 5vh 12px;
  }
  .search-results-list > a {
    align-items: flex-start;
  }
  .search-results-list > a em {
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .search-dialog {
    max-height: 90vh;
  }
}
@media (width<=420px) {
  .brand-name {
    font-size: 14px;
  }
  .home-hero {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero-copy h1,
  .page-intro h1 {
    font-size: 36px;
  }
  .ecosystem-module,
  .section,
  .page-intro {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ecosystem-orbit {
    height: 380px;
  }
  .orbit-line-products {
    width: 300px;
    height: 300px;
  }
  .orbit-line-registries {
    width: 148px;
    height: 148px;
  }
  .product-node {
    width: 74px;
    height: 74px;
  }
  .registry-node {
    width: 58px;
    height: 58px;
  }
  .ecosystem-core {
    width: 82px;
    height: 82px;
  }
  .portfolio-summary,
  .stage-strip,
  .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-main > div:first-child,
  .footer-main .contact-block {
    grid-column: auto;
  }
}
.site-header {
  position: fixed;
  left: 0;
  right: 0;
  box-shadow: 0 8px 28px #031f3129;
}
@media (width<=760px) {
  .site-shell {
    padding-top: 68px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
.g7-topnav {
  z-index: 120;
  color: #fff;
  height: 40px;
  font-family: var(--font-onest, var(--font-manrope), Arial, sans-serif);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.g7-strip {
  background: #032f30;
  border-bottom: 1px solid #50e0cd33;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 40px;
  padding: 0 max(20px, 50vw - 720px);
  display: flex;
  box-shadow: 0 5px 20px #0000001f;
}
.g7-toggle {
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.01em;
  background: 0 0;
  border: 0;
  align-items: center;
  gap: 9px;
  height: 40px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}
.g7-mark {
  color: #5ee9d8;
  border: 1px solid #2ad7c2;
  border-radius: 50%;
  place-items: center;
  width: 25px;
  height: 25px;
  font-size: 12px;
  font-weight: 900;
  display: grid;
}
.g7-chevron {
  color: #60e4d3;
  font-size: 15px;
  transition: transform 0.2s;
}
.g7-chevron.open {
  transform: rotate(180deg);
}
.g7-quicklinks {
  align-items: center;
  gap: 5px;
  display: flex;
}
.g7-quicklinks a {
  color: #ffffffb8;
  border: 1px solid #0000;
  border-radius: 3px;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 750;
  display: flex;
}
.g7-quicklinks a:hover,
.g7-quicklinks a[aria-current="page"] {
  color: #fff;
  background: #ffffff12;
  border-color: #ffffff2e;
}
.g7-quicklinks i {
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.g7-tone-platform {
  background: #17cabb;
}
.g7-tone-fin {
  background: #d55a6e;
}
.g7-tone-model {
  background: #4bbcea;
}
.g7-tone-cbam {
  background: #a96d44;
}
.g7-tone-market {
  background: #43a873;
}
.g7-panel {
  z-index: 119;
  justify-content: center;
  align-items: flex-start;
  padding: 18px;
  display: flex;
  position: fixed;
  inset: 40px 0 0;
}
.g7-backdrop {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background: #011112c2;
  border: 0;
  position: absolute;
  inset: 0;
}
.g7-surface {
  color: #fff;
  background: linear-gradient(150deg, #063b3c, #032526);
  border: 1px solid #53decd47;
  width: min(680px, 100%);
  max-height: calc(100vh - 76px);
  position: relative;
  overflow: auto;
  box-shadow: 0 32px 100px #0000006b;
}
.g7-panel-head {
  background: #0000001a;
  border-bottom: 1px solid #ffffff1f;
  grid-template-columns: 1fr 1fr 38px;
  align-items: center;
  gap: 22px;
  min-height: 92px;
  padding: 18px 20px;
  display: grid;
}
.g7-panel-head small {
  color: #58dfcf;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}
.g7-panel-head h2 {
  color: #fff;
  margin: 4px 0 0;
  font-size: 25px;
  line-height: 1.1;
}
.g7-panel-head p {
  color: #ffffff9e;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
.g7-panel-head > button {
  color: #fff;
  cursor: pointer;
  background: 0 0;
  border: 1px solid #fff3;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.g7-panel-head > button .lucide-icon {
  width: 18px;
  height: 18px;
}
.g7-stage {
  width: min(600px, 100%);
  height: 405px;
  margin: auto;
  position: relative;
}
.g7-ring {
  z-index: 0;
  pointer-events: none;
  border: 1px solid #3bd5c445;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.g7-ring-inner {
  width: 210px;
  height: 210px;
}
.g7-ring-outer {
  border-style: dashed;
  width: 340px;
  height: 340px;
}
.g7-links {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.g7-links line {
  fill: none;
  stroke: #397cff;
  stroke-width: 1.15px;
  vector-effect: non-scaling-stroke;
}
.g7-product-links {
  opacity: 0.62;
}
.g7-registry-links {
  opacity: 0.95;
}
.g7-node {
  z-index: 3;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition:
    filter 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  display: flex;
  position: absolute;
  box-shadow: 0 12px 30px #0000003d;
}
.g7-node:hover,
.g7-node:focus-visible {
  filter: brightness(1.12);
  border-color: #fff;
  outline: none;
  box-shadow:
    0 0 0 5px #ffffff1f,
    0 16px 36px #0000004d;
}
.g7-node b {
  letter-spacing: 0.02em;
  line-height: 1;
}
.g7-node small {
  color: #ffffffc7;
  margin-top: 6px;
  line-height: 1.08;
}
.g7-core {
  background: linear-gradient(145deg, #008f8c, #005c62);
  border: 1px solid #1ee2cf;
  width: 118px;
  height: 118px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.g7-core b {
  letter-spacing: -0.06em;
  font-size: 34px;
}
.g7-core small {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #80e5dc;
  font-size: 9px;
}
.g7-product {
  border: 2px solid #0000;
  width: 82px;
  height: 82px;
  transform: translate(-50%, -50%);
}
.g7-product b {
  font-size: 14px;
}
.g7-product small {
  font-size: 9px;
}
.g7-platform {
  background: linear-gradient(145deg, #00aaa7, #007276);
  border-color: #1ce3d0;
  top: calc(50% - 52.5px);
  left: calc(50% - 161.7px);
}
.g7-fin {
  background: linear-gradient(145deg, #b84559, #7b2436);
  border-color: #ef8695;
  top: calc(50% - 52.5px);
  left: calc(50% + 161.7px);
}
.g7-model {
  background: linear-gradient(145deg, #42b2dd, #217ca7);
  border-color: #89d8f6;
  top: calc(50% + 137.5px);
  left: calc(50% - 99.9px);
}
.g7-cbam {
  background: linear-gradient(145deg, #8e6242, #5c3925);
  border-color: #c79a76;
  top: calc(50% + 137.5px);
  left: calc(50% + 99.9px);
}
.g7-market {
  background: linear-gradient(145deg, #319b68, #176443);
  border-color: #75c996;
  top: calc(50% - 170px);
  left: 50%;
}
.g7-market b {
  font-size: 12px;
}
.g7-product.current {
  box-shadow:
    0 0 0 6px #fff3,
    0 0 0 9px #24dcc93d,
    0 16px 38px #0000004d;
}
.g7-registry {
  background: linear-gradient(145deg, #285d68, #173b45);
  border: 1px solid #65b5bd;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
}
.g7-registry b {
  font-size: 12px;
}
.g7-registry small {
  max-width: 54px;
  font-size: 7px;
}
.g7-registry-claims {
  top: calc(50% - 84.9px);
  left: calc(50% + 61.7px);
}
.g7-registry-projects {
  top: calc(50% + 32.4px);
  left: calc(50% - 99.9px);
}
.g7-panel-foot {
  color: #ffffff8c;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-top: 1px solid #ffffff1a;
  align-items: center;
  gap: 24px;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 9px;
  display: flex;
}
.g7-panel-foot span {
  align-items: center;
  gap: 7px;
  display: flex;
}
.g7-panel-foot i {
  background: #39d6c5;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
@media (width<=720px) {
  .g7-strip {
    padding: 0 14px;
  }
  .g7-toggle {
    font-size: 13px;
  }
  .g7-quicklinks {
    display: none;
  }
  .g7-panel {
    padding: 0;
  }
  .g7-surface {
    border-left: 0;
    border-right: 0;
    width: 100%;
    max-height: calc(100vh - 40px);
  }
  .g7-panel-head {
    grid-template-columns: 1fr 38px;
    gap: 10px;
    padding: 14px 16px;
  }
  .g7-panel-head p {
    grid-area: 2/1 / auto/-1;
  }
  .g7-panel-head > button {
    grid-area: 1/2;
  }
  .g7-stage {
    height: 335px;
  }
  .g7-ring-inner {
    width: 172px;
    height: 172px;
  }
  .g7-ring-outer {
    width: 278px;
    height: 278px;
  }
  .g7-core {
    width: 96px;
    height: 96px;
  }
  .g7-core b {
    font-size: 28px;
  }
  .g7-product {
    width: 64px;
    height: 64px;
  }
  .g7-product b {
    font-size: 12px;
  }
  .g7-product small {
    font-size: 7px;
  }
  .g7-platform {
    top: calc(50% - 43px);
    left: calc(50% - 132.2px);
  }
  .g7-fin {
    top: calc(50% - 43px);
    left: calc(50% + 132.2px);
  }
  .g7-model {
    top: calc(50% + 112.5px);
    left: calc(50% - 81.7px);
  }
  .g7-cbam {
    top: calc(50% + 112.5px);
    left: calc(50% + 81.7px);
  }
  .g7-market {
    top: calc(50% - 139px);
  }
  .g7-registry {
    width: 50px;
    height: 50px;
  }
  .g7-registry b {
    font-size: 9px;
  }
  .g7-registry small {
    font-size: 6px;
  }
  .g7-registry-claims {
    top: calc(50% - 69.6px);
    left: calc(50% + 50.5px);
  }
  .g7-registry-projects {
    top: calc(50% + 26.6px);
    left: calc(50% - 81.8px);
  }
  .g7-panel-foot {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (width<=360px) {
  .g7-toggle > span:nth-child(2) {
    font-size: 12px;
  }
  .g7-stage {
    height: 286px;
  }
  .g7-ring-inner {
    width: 144px;
    height: 144px;
  }
  .g7-ring-outer {
    width: 236px;
    height: 236px;
  }
  .g7-core {
    width: 84px;
    height: 84px;
  }
  .g7-core b {
    font-size: 25px;
  }
  .g7-product {
    width: 52px;
    height: 52px;
  }
  .g7-product b {
    font-size: 12px;
  }
  .g7-platform {
    top: calc(50% - 36.5px);
    left: calc(50% - 112.2px);
  }
  .g7-fin {
    top: calc(50% - 36.5px);
    left: calc(50% + 112.2px);
  }
  .g7-model {
    top: calc(50% + 95.5px);
    left: calc(50% - 69.4px);
  }
  .g7-cbam {
    top: calc(50% + 95.5px);
    left: calc(50% + 69.4px);
  }
  .g7-market {
    top: calc(50% - 118px);
  }
  .g7-registry {
    width: 42px;
    height: 42px;
  }
  .g7-registry-claims {
    top: calc(50% - 58.2px);
    left: calc(50% + 42.3px);
  }
  .g7-registry-projects {
    top: calc(50% + 22.3px);
    left: calc(50% - 68.5px);
  }
}
.site-shell {
  padding-top: 118px;
}
.site-header {
  top: 40px;
}
@media (width<=760px) {
  .site-shell {
    padding-top: 108px;
  }
  .site-header {
    top: 40px;
  }
}
.site-header {
  height: 76px;
}
.site-header .brand-symbol {
  flex: 0 0 54px;
  width: 54px;
  height: 36px;
}
.site-header .brand-symbol img {
  display: none;
}
.site-header .brand-name,
.site-header .desktop-navigation a,
.site-header .search-trigger b,
.site-header .login-button,
.site-header .mobile-navigation nav a {
  font-size: 16px;
}
/* Keep the fixed Carbon Model shell below WordPress's frontend admin bar. */
body.admin-bar {
  --carbon-admin-bar-height: 32px;
}
body.admin-bar .g7-topnav {
  top: var(--carbon-admin-bar-height);
}
body.admin-bar .site-header {
  top: calc(40px + var(--carbon-admin-bar-height));
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    --carbon-admin-bar-height: 46px;
  }
}
@media (width<=760px) {
  .site-header {
    height: 68px;
  }
  .site-header .brand-symbol {
    flex-basis: 48px;
    width: 48px;
    height: 32px;
  }
  .site-header .brand-name {
    font-size: 14px;
  }
}

/* 404 page */
.carbon-404-hero {
  color: #fff;
  background: linear-gradient(120deg, #052c43 0%, #074965 55%, #0b6d91 100%);
  min-height: 570px;
  padding: 96px max(32px, 50vw - 640px) 84px;
  align-items: center;
  gap: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  position: relative;
  overflow: hidden;
}
.carbon-404-grid {
  opacity: 0.11;
  background-image: linear-gradient(#ffffff52 1px, #0000 1px), linear-gradient(90deg, #ffffff52 1px, #0000 1px);
  background-size: 56px 56px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 48%, #0000 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 48%, #0000 100%);
}
.carbon-404-copy,
.carbon-404-visual {
  z-index: 1;
  position: relative;
}
.carbon-404-copy {
  max-width: 700px;
}
.carbon-404-copy h1 {
  max-width: 650px;
  margin: 18px 0 24px;
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 500;
}
.carbon-404-copy > p {
  color: #ffffffb8;
  max-width: 620px;
  margin: 0 0 32px;
  line-height: 1.75;
}
.carbon-404-visual {
  min-height: 360px;
  display: grid;
  place-items: center;
}
.carbon-404-code {
  color: #ffffff12;
  font-size: clamp(150px, 19vw, 280px);
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 0.8;
  transform: translateX(-0.05em);
  user-select: none;
}
.carbon-404-orbit {
  border: 1px solid #ffffff59;
  border-radius: 50%;
  position: absolute;
  transform: rotate(-28deg);
}
.carbon-404-orbit-outer {
  width: min(31vw, 390px);
  height: min(17vw, 218px);
}
.carbon-404-orbit-inner {
  width: min(23vw, 286px);
  height: min(30vw, 370px);
  border-color: #72d5ef8f;
  transform: rotate(48deg);
}
.carbon-404-node {
  width: 10px;
  height: 10px;
  background: var(--sky);
  border: 3px solid #0a4562;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #72d5ef29;
  position: absolute;
}
.carbon-404-node-top {
  top: 8%;
  left: 53%;
}
.carbon-404-node-right {
  top: 48%;
  right: 4%;
}
.carbon-404-node-bottom {
  bottom: 8%;
  left: 46%;
}
.carbon-404-node-left {
  top: 56%;
  left: 4%;
}
.carbon-404-links {
  background: var(--paper);
}
.carbon-404-link-grid {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.carbon-404-link-grid a {
  border-right: 1px solid var(--line);
  min-height: 190px;
  padding: 24px 28px 24px 0;
  flex-direction: column;
  display: flex;
  transition: border-color 0.15s, color 0.15s, transform 0.15s;
}
.carbon-404-link-grid a + a {
  padding-left: 28px;
}
.carbon-404-link-grid a:last-child {
  border-right: 0;
}
.carbon-404-link-grid a:hover {
  color: var(--blue);
  transform: translateY(-4px);
}
.carbon-404-link-grid span {
  color: var(--blue);
  font-size: 12px;
}
.carbon-404-link-grid strong {
  margin-top: auto;
  font-size: 24px;
  line-height: 1.2;
}
.carbon-404-link-grid small {
  color: var(--muted);
  margin-top: 12px;
  font-size: 14px;
}
@media (width<=760px) {
  .carbon-404-hero {
    min-height: 0;
    padding: 74px 20px 58px;
    grid-template-columns: 1fr;
  }
  .carbon-404-visual {
    min-height: 230px;
    order: -1;
  }
  .carbon-404-code {
    font-size: clamp(140px, 42vw, 220px);
  }
  .carbon-404-orbit-outer {
    width: min(80vw, 330px);
    height: min(42vw, 175px);
  }
  .carbon-404-orbit-inner {
    width: min(58vw, 240px);
    height: min(76vw, 300px);
  }
  .carbon-404-node-top {
    top: 8%;
    left: 53%;
  }
  .carbon-404-node-right {
    top: 48%;
    right: 4%;
  }
  .carbon-404-node-bottom {
    bottom: 8%;
    left: 46%;
  }
  .carbon-404-node-left {
    top: 56%;
    left: 4%;
  }
  .carbon-404-link-grid {
    grid-template-columns: 1fr;
  }
  .carbon-404-link-grid a,
  .carbon-404-link-grid a + a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 150px;
    padding: 22px 0;
  }
  .carbon-404-link-grid a:last-child {
    border-bottom: 0;
  }
}

/* Auth block: CarbonModel palette */
.access-section {
  background: var(--paper);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(36px, 7vw, 96px);
  display: grid;
}
.access-copy {
  min-width: 0;
}
.access-copy .section-kicker {
  color: var(--blue);
  margin-bottom: 18px;
}
.access-copy__title {
  color: var(--navy);
  max-width: 700px;
  margin: 0;
  font-size: clamp(36px, 4.2vw, 62px);
  line-height: 1.05;
}
.access-copy__title em {
  color: var(--blue);
  font-style: normal;
}
.access-copy__description {
  color: var(--navy);
  max-width: 590px;
  margin: 24px 0;
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.78;
}
.access-copy ul {
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.access-copy li {
  color: var(--navy);
  align-items: center;
  gap: 11px;
  font-size: 14px;
  line-height: 1.45;
  display: flex;
}
.access-copy li > .lucide-icon {
  background: var(--sky);
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: var(--navy);
  border-radius: 50%;
  padding: 5px;
}
.auth-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  box-shadow: var(--shadow);
  min-height: 520px;
  align-items: center;
  padding: 38px;
  display: flex;
}
.auth-card form {
  width: 100%;
}
.auth-card .form-label {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
}
.auth-card h3 {
  color: var(--navy);
  margin: 12px 0 8px;
  font-size: 25px;
  line-height: 1.2;
}
.auth-card form > p {
  color: var(--navy);
  margin: 0 0 25px;
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.7;
}
.auth-card label {
  color: var(--navy);
  margin: 0 0 17px;
  font-size: 12px;
  font-weight: 700;
  display: block;
}
.auth-card input:not([type="hidden"]),
.auth-card textarea {
  color: var(--navy);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 2px;
  outline: 0;
  width: 100%;
  min-width: 0;
  margin-top: 8px;
  padding: 14px;
  font: inherit;
  display: block;
}
.auth-card input:not([type="hidden"]):focus,
.auth-card textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--sky);
}
.auth-card textarea {
  min-height: 120px;
  resize: vertical;
}
.auth-tabs {
  background: var(--paper);
  border: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-bottom: 27px;
  padding: 4px;
  display: grid;
}
.auth-tabs button {
  color: var(--navy);
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 11px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}
.auth-tabs button.active {
  background: var(--sky);
  color: var(--navy);
}
.auth-card .form-submit {
  background: var(--blue);
  color: var(--paper);
  border: 0;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  margin-top: 8px;
  padding: 15px 18px;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}
.auth-card .form-submit:hover,
.auth-card .form-submit:focus-visible {
  background: var(--navy-2);
}
.auth-card .form-submit .lucide-icon {
  width: 18px;
  height: 18px;
}
.auth-card form > small {
  color: var(--navy);
  text-align: center;
  margin-top: 13px;
  font-size: 12px;
  line-height: 1.45;
  display: block;
  opacity: 0.62;
}
.success-message {
  color: var(--navy);
  text-align: center;
  width: 100%;
}
.success-message > span {
  background: var(--sky);
  color: var(--navy);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  display: flex;
}
.success-message > span .lucide-icon {
  width: 24px;
  height: 24px;
}
.success-message h3 {
  margin: 0 0 10px;
}
.success-message p {
  color: var(--navy);
  line-height: 1.6;
  opacity: 0.72;
}
.success-message .success-link {
  max-width: 310px;
  margin: 22px auto 0;
}
.success-message > button {
  color: var(--blue);
  background: transparent;
  border: 0;
  cursor: pointer;
  margin-top: 15px;
  font: inherit;
  text-decoration: underline;
}
@media (max-width: 960px) {
  .access-section {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .access-copy__description {
    max-width: 700px;
  }
  .auth-card {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .access-section {
    gap: 36px;
    padding-top: 62px;
  }
  .access-copy__title {
    font-size: 31px;
    line-height: 1.1;
  }
  .access-copy__description {
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.6;
  }
  .access-copy li {
    align-items: flex-start;
  }
  .auth-card {
    min-height: 0;
    padding: 28px 20px;
  }
  .auth-card h3 {
    font-size: 21px;
  }
  .auth-card input:not([type="hidden"]),
  .auth-card textarea {
    padding: 13px 11px;
    font-size: 14px;
  }
  .auth-card .form-submit {
    padding: 14px;
    font-size: 14px;
  }
}

/* Long-form text pages */
.article-body {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.8;
}
.article-body h1,
.article-body h2 {
  color: var(--ink);
  margin: 55px 0 18px;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.article-body h3,
.article-body h4 {
  color: var(--ink);
  letter-spacing: -0.02em;
  margin: 42px 0 14px;
  line-height: 1.25;
}
.article-body h3 {
  font-size: 28px;
}
.article-body h4 {
  font-size: 22px;
}
.article-body p {
  margin: 0 0 18px;
}
.article-body a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
.article-body ul,
.article-body ol {
  margin: 0 0 24px;
  padding-left: 1.5em;
}
.article-body ul {
  list-style: disc;
}
.article-body ol {
  list-style: decimal;
}
.article-body li {
  margin-bottom: 8px;
}
.article-body li > ul,
.article-body li > ol {
  margin-top: 8px;
  margin-bottom: 0;
}
.article-body blockquote {
  color: var(--muted);
  border-left: 4px solid var(--blue);
  margin: 32px 0;
  padding: 4px 0 4px 24px;
  font-size: 1.08em;
  font-style: italic;
}
.article-body figure {
  margin: 32px 0;
}
.article-body figure img,
.article-body img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-body figure img {
  margin: 0 auto;
}
.article-body figcaption {
  color: var(--muted);
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}
.article-body pre {
  color: var(--white);
  background: var(--navy);
  margin: 28px 0;
  padding: 20px;
  overflow-x: auto;
  line-height: 1.55;
}
.article-body code {
  background: var(--pale);
  border-radius: 3px;
  padding: 0.15em 0.35em;
  font-size: 0.9em;
}
.article-body pre code {
  background: transparent;
  padding: 0;
  font-size: inherit;
}
.article-body hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 40px 0;
}
.article-body .wp-block-table,
.article-body table {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}
.article-body .wp-block-table {
  margin: 32px 0;
}
.article-body table {
  width: 100%;
  display: block;
}
.article-body .wp-block-table > table {
  min-width: 100%;
  display: table;
}
.article-body th,
.article-body td {
  border: 1px solid var(--line);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.text-page-content {
  max-width: 100%;
  margin: 0 auto;
}
.text-page-content > :last-child {
  margin-bottom: 0;
}
@media (width<=760px) {
  .article-body {
    font-size: 16px;
  }
  .article-body h1,
  .article-body h2 {
    font-size: 29px;
  }
}
