[data-language][hidden] {
  display: none !important;
}

@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@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: .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]) {
    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: -.25em;
  }

  sup {
    top: -.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);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }
}

:root {
  --red: #b20d19;
  --red-dark: #750911;
  --ink: #101010;
  --gold: #f5b719;
  --paper: #f6f3ec;
  --white: #fff;
  --muted: #68645d;
  --line: #d9d3c8;
  --max: 1240px;
  --font-sans: ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-kerning: normal;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, strong {
  font-family: var(--font-sans);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.shell {
  width: min(calc(100% - 48px),var(--max));
  margin-inline: auto;
}

.skip-link {
  z-index: 1000;
  background: var(--gold);
  padding: 12px 18px;
  font-weight: 800;
  position: fixed;
  top: -60px;
  left: 16px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  z-index: 100;
  backdrop-filter: blur(18px);
  background: #f6f3ecf0;
  border-bottom: 1px solid #1010101a;
  position: sticky;
  top: 0;
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 80px;
  display: flex;
}

.brand img {
  object-fit: contain;
  mix-blend-mode: multiply;
  width: 142px;
  height: 50px;
  display: block;
}

.main-nav {
  align-items: center;
  gap: 22px;
  margin-left: auto;
  display: flex;
}

.main-nav a {
  letter-spacing: .02em;
  white-space: nowrap;
  font-size: .84rem;
  font-weight: 750;
}

.main-nav a:hover {
  color: var(--red);
}

.header-actions {
  align-items: center;
  gap: 14px;
  display: flex;
}

.language-switch {
  border: 1px solid #c9c3b8;
  border-radius: 999px;
  padding: 3px;
  display: flex;
}

.language-switch button {
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 999px;
  min-width: 38px;
  height: 32px;
  font-size: .75rem;
  font-weight: 850;
}

.language-switch button.active {
  background: var(--ink);
  color: #fff;
}

.menu-button {
  border: 1px solid var(--line);
  cursor: pointer;
  background: none;
  width: 42px;
  height: 42px;
  padding: 11px;
  display: none;
}

.menu-button span {
  background: var(--ink);
  height: 2px;
  margin: 5px 0;
  display: block;
}

.hero {
  background: linear-gradient(100deg,var(--paper) 0 64%,#ece6da 64%);
  padding: 76px 0 66px;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  border: 82px solid #b20d1912;
  border-radius: 50%;
  width: 460px;
  height: 460px;
  position: absolute;
  top: -170px;
  right: -190px;
}

.hero:after {
  content: "";
  background: linear-gradient(90deg,var(--red) 0 54%,var(--ink) 54% 80%,var(--gold) 80%);
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero-grid {
  z-index: 1;
  grid-template-columns: 1.18fr .82fr;
  align-items: center;
  gap: 82px;
  display: grid;
  position: relative;
}

.eyebrow, .kicker {
  color: var(--red);
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-size: .76rem;
  font-weight: 850;
}

.eyebrow {
  align-items: center;
  gap: 10px;
  display: flex;
}

.eyebrow span {
  background: var(--red);
  width: 28px;
  height: 2px;
}

.classification {
  background: var(--ink);
  color: var(--gold);
  letter-spacing: .09em;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 8px 12px;
  font-size: .78rem;
  font-weight: 850;
  display: inline-flex;
}

.hero h1 {
  letter-spacing: -.065em;
  max-width: 780px;
  margin: 0;
  font-size: clamp(3.5rem, 6.5vw, 6.8rem);
  font-weight: 900;
  line-height: .93;
}

.hero-lead {
  color: #514e48;
  max-width: 710px;
  margin: 28px 0 0;
  font-size: 1.16rem;
  line-height: 1.72;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
  display: flex;
}

.button {
  letter-spacing: .015em;
  border: 1px solid var(--ink);
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 22px;
  font-size: .84rem;
  font-weight: 850;
  transition: all .2s;
  display: inline-flex;
}

.button.primary {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}

.button.secondary {
  background: none;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px #0000001f;
}

.institutional-label {
  color: #6f6a62;
  text-transform: uppercase;
  letter-spacing: .1em;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  font-size: .76rem;
  font-weight: 750;
  display: flex;
}

.institutional-label i {
  background: var(--gold);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 5px #f5b71929;
}

.hero-panel {
  background: var(--ink);
  color: #fff;
  box-shadow: 24px 24px 0 var(--red);
  padding: 25px;
}

.panel-top {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #a9a9a9;
  border-bottom: 1px solid #ffffff24;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
  font-size: .72rem;
  display: flex;
}

.live {
  color: #fff;
  align-items: center;
  gap: 8px;
  display: flex;
}

.live i {
  background: #4ac77d;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px #4ac77d26;
}

.coin-mark {
  background: #fff;
  justify-content: center;
  align-items: center;
  height: 122px;
  margin: 22px 0;
  display: flex;
  overflow: hidden;
}

.coin-mark img {
  mix-blend-mode: multiply;
  width: 230px;
}

.hero-specs {
  border: 1px solid #ffffff1f;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  display: grid;
}

.hero-specs div {
  border-right: 1px solid #ffffff1f;
  padding: 15px;
}

.hero-specs div:last-child {
  border: 0;
}

.hero-specs dt {
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: .68rem;
}

.hero-specs dd {
  margin: 6px 0 0;
  font-size: .82rem;
  font-weight: 750;
}

.contract-link {
  border-top: 1px solid #ffffff24;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  display: flex;
}

.contract-link small {
  color: #929292;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .67rem;
  display: block;
}

.contract-link strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .86rem;
}

.contract-link > span:last-child {
  max-width: 145px;
  color: var(--gold);
  text-align: right;
  font-size: .72rem;
  line-height: 1.45;
}

.fact-rail {
  background: var(--ink);
  color: #fff;
}

.fact-grid {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.fact-grid > div {
  border-right: 1px solid #333;
  flex-direction: column;
  justify-content: center;
  min-height: 112px;
  padding: 24px 25px;
  display: flex;
}

.fact-grid > div:first-child {
  border-left: 1px solid #333;
}

.fact-grid strong {
  color: var(--gold);
  font-size: 1.15rem;
}

.fact-grid span {
  color: #b7b7b7;
  margin-top: 4px;
  font-size: .8rem;
  line-height: 1.45;
}

.section {
  padding-top: 112px;
  padding-bottom: 30px;
  scroll-margin-top: 85px;
}

.section-heading {
  grid-template-columns: 1fr .78fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 50px;
  display: grid;
}

.section-heading h2, .milestone-copy h2, .position-intro h2, .contact-card h2, .about-intro h2 {
  letter-spacing: -.05em;
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4.35rem);
  line-height: 1.02;
}

.section-heading > p, .position-intro > p, .contact-card > div > p, .about-intro > p {
  color: var(--muted);
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.75;
}

.about-section {
  grid-template-columns: 1.08fr .92fr;
  align-items: stretch;
  gap: 72px;
  display: grid;
}

.about-intro > p {
  max-width: 760px;
  margin-top: 26px;
}

.partner-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--red);
  padding: 34px;
  position: relative;
}

.partner-card > span {
  color: var(--red);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .76rem;
  font-weight: 850;
  display: block;
}

.partner-card h3 {
  margin: 42px 0 16px;
  font-size: 1.42rem;
  line-height: 1.25;
}

.partner-card p {
  color: var(--muted);
  margin: 0;
  font-size: .96rem;
  line-height: 1.75;
}

.need-grid {
  border: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.need-grid article {
  border-right: 1px solid var(--line);
  background: #ffffff59;
  min-height: 310px;
  padding: 32px 27px;
  position: relative;
}

.need-grid article:last-child {
  border: 0;
}

.need-grid article > span {
  color: var(--red);
  font-size: .76rem;
  font-weight: 850;
}

.need-grid h3, .benefit-grid h3, .govern-grid h3 {
  margin: 52px 0 12px;
  font-size: 1.12rem;
  line-height: 1.3;
}

.need-grid p, .benefit-grid p, .govern-grid p {
  color: var(--muted);
  margin: 0;
  font-size: .93rem;
  line-height: 1.72;
}

.milestone-section {
  color: #fff;
  background: var(--red);
  margin-top: 110px;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.milestone-section:after {
  content: "";
  background: var(--red-dark);
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
  width: 34%;
  position: absolute;
  inset: 0 0 0 auto;
}

.milestone-grid {
  z-index: 1;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 100px;
  display: grid;
  position: relative;
}

.milestone-graphic {
  place-items: center;
  height: 440px;
  display: grid;
  position: relative;
}

.ring {
  border: 1px solid #ffffff40;
  border-radius: 50%;
  position: absolute;
}

.ring-one {
  width: 400px;
  height: 400px;
}

.ring-two {
  width: 290px;
  height: 290px;
}

.aoa {
  background: var(--gold);
  width: 175px;
  height: 175px;
  color: var(--ink);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 900;
  display: flex;
  box-shadow: 0 0 0 20px #f5b7191f;
}

.aoa small {
  letter-spacing: .15em;
  font-size: .62rem;
}

.route {
  background: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: absolute;
  box-shadow: 0 0 0 8px #ffffff1a;
}

.route-a {
  top: 32px;
  left: 49%;
}

.route-b {
  bottom: 59px;
  right: 33px;
}

.kicker.light {
  color: var(--gold);
}

.milestone-copy h2 {
  max-width: 750px;
}

.milestone-copy > p {
  color: #ffffffc7;
  line-height: 1.75;
}

.milestone-copy blockquote {
  border-left: 3px solid var(--gold);
  margin: 28px 0;
  padding: 20px 0 20px 22px;
  font-size: 1.08rem;
  font-weight: 700;
}

.milestone-copy a {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .76rem;
  font-weight: 900;
}

.benefit-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.benefit-grid article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  min-height: 260px;
  padding: 28px;
}

.benefit-grid article > span {
  color: var(--red);
  font-weight: 900;
}

.benefit-grid h3 {
  margin-top: 42px;
}

.infrastructure {
  background: #ebe6db;
  width: 100%;
  max-width: none;
  margin-top: 85px;
  padding: 112px 0 100px;
}

.architecture {
  grid-template-columns: 1.25fr .75fr;
  gap: 32px;
  display: grid;
}

.flow {
  background: #fff;
  padding: 8px 30px;
}

.flow-step {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 48px 1fr 36px;
  align-items: center;
  gap: 15px;
  min-height: 118px;
  display: grid;
}

.flow-step:last-child {
  border: 0;
}

.flow-step > span {
  color: var(--red);
  font-size: .74rem;
  font-weight: 850;
}

.flow-step h3 {
  margin: 0;
  font-size: 1.02rem;
}

.flow-step p {
  color: var(--muted);
  margin: 7px 0 0;
  font-size: .88rem;
  line-height: 1.6;
}

.flow-step > i {
  color: var(--red);
  font-size: 1.3rem;
  font-style: normal;
}

.tech-card {
  background: var(--ink);
  color: #fff;
  padding: 30px;
}

.tech-head {
  border-bottom: 1px solid #343434;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 27px;
  display: flex;
}

.tech-head span {
  color: var(--gold);
  font-size: 2.4rem;
  font-weight: 900;
}

.tech-head i {
  color: #4ac77d;
  text-transform: uppercase;
  font-size: .7rem;
  font-style: normal;
}

.tech-card dl {
  margin: 0;
}

.tech-card dl div {
  border-bottom: 1px solid #343434;
  padding: 18px 0;
}

.tech-card dt {
  color: #999;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .68rem;
}

.tech-card dd {
  margin: 6px 0 0;
  font-size: .9rem;
  font-weight: 750;
}

.tech-card dd.address {
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .72rem;
}

.roadmap {
  border-top: 1px solid var(--line);
}

.roadmap article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 180px 1fr;
  gap: 40px;
  padding: 32px 0;
  display: grid;
}

.roadmap-index {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .07em;
  align-items: center;
  gap: 20px;
  font-size: .76rem;
  font-weight: 850;
  display: flex;
  position: relative;
}

.roadmap-index i {
  border: 2px solid #aaa;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.roadmap-index i.complete {
  background: var(--red);
  border-color: var(--red);
  box-shadow: 0 0 0 5px #b20d191a;
}

.roadmap h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
}

.roadmap p {
  color: var(--muted);
  max-width: 850px;
  margin: 0;
  font-size: .96rem;
  line-height: 1.65;
}

.governance {
  background: var(--ink);
  color: #fff;
  width: 100%;
  max-width: none;
  margin-top: 80px;
  padding: 110px 0;
}

.section-heading.inverse > p {
  color: #b7b7b7;
}

.govern-grid {
  border-top: 1px solid #343434;
  border-left: 1px solid #343434;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.govern-grid article {
  border-bottom: 1px solid #343434;
  border-right: 1px solid #343434;
  min-height: 270px;
  padding: 28px;
}

.govern-grid article > span {
  color: var(--gold);
  font-size: .75rem;
  font-weight: 850;
}

.govern-grid h3 {
  margin-top: 44px;
}

.govern-grid p {
  color: #b7b7b7;
}

.positioning {
  grid-template-columns: 1.1fr .9fr;
  align-items: start;
  gap: 90px;
  display: grid;
}

.position-intro > p {
  margin-top: 24px;
}

.position-columns {
  border: 1px solid var(--line);
  background: #fff;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.position-columns > div {
  padding: 30px;
}

.position-columns > div + div {
  background: var(--red);
  color: #fff;
}

.position-columns h3 {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 20px;
  font-size: .88rem;
}

.position-columns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.position-columns li {
  border-top: 1px solid var(--line);
  padding: 12px 0 12px 18px;
  font-size: .9rem;
  line-height: 1.5;
  position: relative;
}

.position-columns li:before {
  content: "";
  background: var(--gold);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 19px;
  left: 0;
}

.position-columns > div + div li {
  border-color: #fff3;
}

.faq-section {
  padding-bottom: 110px;
}

.faq-grid {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  display: grid;
}

.faq-grid details {
  border: 1px solid var(--line);
  background: #fff;
  padding: 0 22px;
}

.faq-grid summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 78px;
  font-size: .96rem;
  font-weight: 750;
  list-style: none;
  display: flex;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary span {
  color: var(--red);
  font-size: 1.3rem;
}

.faq-grid details[open] summary span {
  transform: rotate(45deg);
}

.faq-grid details p {
  color: var(--muted);
  margin: 0;
  padding: 0 30px 22px 0;
  font-size: .92rem;
  line-height: 1.72;
}

.contact-section {
  background: var(--red);
  color: #fff;
  padding: 85px 0;
}

.contact-card {
  grid-template-columns: 1fr .45fr;
  align-items: end;
  gap: 100px;
  display: grid;
}

.contact-card > div > p {
  color: #fffc;
  max-width: 760px;
  margin-top: 24px;
}

.contact-actions {
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  display: flex;
}

.button.gold {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}

.text-link {
  color: #fff;
  text-align: center;
  font-size: .82rem;
  font-weight: 850;
}

footer {
  color: #fff;
  background: #090909;
  padding: 60px 0 34px;
}

.footer-top {
  border-bottom: 1px solid #2c2c2c;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  gap: 50px;
  padding-bottom: 38px;
  display: grid;
}

.footer-top img {
  object-fit: contain;
  background: #fff;
  width: 160px;
  height: 60px;
}

.footer-top p {
  color: #b0b0b0;
}

.footer-top > div {
  text-align: right;
  flex-direction: column;
  gap: 6px;
  font-size: .84rem;
  display: flex;
}

.footer-bottom {
  color: #969696;
  grid-template-columns: 1fr auto;
  gap: 50px;
  padding-top: 30px;
  font-size: .76rem;
  line-height: 1.6;
  display: grid;
}

.footer-bottom p {
  max-width: 900px;
  margin: 0;
}

@media (width <= 1050px) {
  .main-nav {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px 28px;
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
  }

  .main-nav.open {
    display: flex;
  }

  .menu-button {
    display: block;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .hero {
    background: var(--paper);
  }

  .hero-panel {
    max-width: 650px;
  }

  .about-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .need-grid {
    grid-template-columns: 1fr 1fr;
  }

  .need-grid article:nth-child(2) {
    border-right: 0;
  }

  .need-grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .milestone-grid, .architecture, .positioning {
    grid-template-columns: 1fr;
  }

  .milestone-graphic {
    height: 350px;
  }

  .benefit-grid, .govern-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-actions {
    max-width: 380px;
  }

  .footer-top {
    grid-template-columns: 170px 1fr;
  }

  .footer-top > div {
    text-align: left;
    grid-column: 1 / -1;
  }
}

@media (width <= 720px) {
  .shell {
    width: min(calc(100% - 32px),var(--max));
  }

  .header-inner {
    min-height: 70px;
  }

  .brand img {
    width: 112px;
    height: 42px;
  }

  .main-nav {
    top: 70px;
  }

  .hero {
    padding: 54px 0 58px;
  }

  .classification {
    letter-spacing: .07em;
    font-size: .72rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .hero-lead {
    font-size: 1.03rem;
  }

  .hero-panel {
    box-shadow: 10px 10px 0 var(--red);
    padding: 18px;
  }

  .hero-specs {
    grid-template-columns: 1fr;
  }

  .hero-specs div {
    border-bottom: 1px solid #ffffff1f;
    border-right: 0;
  }

  .contract-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .contract-link > span:last-child {
    text-align: left;
    max-width: none;
  }

  .fact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .fact-grid > div {
    border-bottom: 1px solid #333;
    min-height: 100px;
    padding: 18px;
  }

  .section {
    padding-top: 78px;
  }

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

  .section-heading h2, .milestone-copy h2, .position-intro h2, .contact-card h2, .about-intro h2 {
    font-size: 2.5rem;
  }

  .about-section {
    gap: 30px;
  }

  .partner-card {
    padding: 28px;
  }

  .need-grid, .benefit-grid, .govern-grid, .faq-grid {
    grid-template-columns: 1fr;
  }

  .need-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: auto;
  }

  .need-grid h3, .benefit-grid h3, .govern-grid h3 {
    margin-top: 30px;
  }

  .milestone-section {
    margin-top: 75px;
    padding: 70px 0;
  }

  .milestone-grid {
    gap: 50px;
  }

  .milestone-graphic {
    height: 270px;
  }

  .ring-one {
    width: 270px;
    height: 270px;
  }

  .ring-two {
    width: 210px;
    height: 210px;
  }

  .aoa {
    width: 135px;
    height: 135px;
    font-size: 2.3rem;
  }

  .route-b {
    right: 10px;
  }

  .benefit-grid article, .govern-grid article {
    min-height: auto;
  }

  .infrastructure, .governance {
    margin-top: 55px;
    padding: 78px 0;
  }

  .flow {
    padding: 5px 18px;
  }

  .flow-step {
    grid-template-columns: 36px 1fr;
    padding: 18px 0;
  }

  .flow-step > i {
    display: none;
  }

  .roadmap article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .positioning {
    gap: 45px;
  }

  .position-columns, .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-top > div {
    grid-column: auto;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-section {
    padding: 70px 0;
  }
}

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

  * {
    transition: none !important;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}
