@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/archivo-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/archivo-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/ibm-plex-mono-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/ibm-plex-mono-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/ibm-plex-mono-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/ibm-plex-mono-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --sheet: #ffffff;
  --field: #eceff4;
  --field-deep: #dde3ec;
  --ink: #101823;
  --ink-dim: #4d5a6b;
  --hair: #cbd3de;
  --hair-hard: #9aa6b6;
  --quiet: #68758a;
  --deep: #0d1520;
  --deep-2: #18222f;
  --deep-text: #c3cddb;
  --mark: #b4400f;
  --mark-hot: #8f3209;
  --mark-wash: #fbeee7;
  --frame: 79rem;
  --copy: 42rem;
  --edge: 1.4rem;
  --run: 4.5rem;
  --ui: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --mono: 'Plex Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;
  --slide: cubic-bezier(0.2, 0.7, 0.3, 1);
  --grid-line: rgba(255, 255, 255, 0.07);
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  background: var(--sheet);
}

body {
  margin: 0;
  background: var(--sheet);
  color: var(--ink);
  font-family: var(--ui);
  font-size: 1.0625rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
}

main, header, footer, section { overflow-x: clip; }

h1, h2, h3, h4 {
  font-family: var(--ui);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.021em;
  margin: 0 0 0.55em;
  overflow-wrap: anywhere;
}

h1 { font-size: clamp(2rem, 1.42rem + 2.5vw, 3.05rem); }
h2 { font-size: clamp(1.5rem, 1.22rem + 1.3vw, 2.15rem); }
h3 { font-size: clamp(1.14rem, 1.08rem + 0.3vw, 1.32rem); letter-spacing: -0.014em; }
h4 { font-size: 1rem; font-weight: 600; letter-spacing: 0; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--mark); text-decoration-thickness: 1px; text-underline-offset: 0.16em; }
a:hover { color: var(--mark-hot); }

img, svg { max-width: 100%; height: auto; display: block; }

main:focus { outline: none; }

:focus-visible {
  outline: 2px solid var(--mark);
  outline-offset: 2px;
  border-radius: 0;
}

.frame {
  width: 100%;
  max-width: var(--frame);
  margin-inline: auto;
  padding-inline: var(--edge);
  min-width: 0;
}

.to-main {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 60;
  background: var(--mark);
  color: #fff;
  padding: 0.55rem 1rem;
  font-family: var(--mono);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.to-main:focus { left: 0; }

/* Bands */

.band { padding-block: var(--run); }
.band--field { background: var(--field); border-block: 1px solid var(--hair); }
.band--flag { background: var(--mark-wash); border-block: 1px solid #efd7c9; }

.label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1.05rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mark);
}
.label::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  flex: none;
  background: var(--mark);
}
.label--light { color: #e6a382; }
.label--light::before { background: #e6a382; }

.intro {
  font-size: clamp(1.08rem, 1.01rem + 0.34vw, 1.24rem);
  line-height: 1.6;
  color: var(--ink-dim);
  max-width: 34em;
}

.dim { color: var(--ink-dim); }
.top-gap { margin-top: 2rem; }
.narrow { max-width: 44rem; }
.copy { max-width: var(--copy); }
.copy h2 { margin-top: 2.4rem; }
.copy h2:first-child { margin-top: 0; }
.copy ol, .copy ul { padding-left: 1.15rem; margin: 0 0 1.1em; }
.copy li { margin-bottom: 0.5rem; }

.sub-head {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 0.45rem;
  padding-top: 0.8rem;
  border-top: 2px solid var(--ink);
}

/* Buttons and links */

.act {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  padding: 0.78rem 1.3rem;
  border: 1px solid var(--mark);
  border-radius: 0;
  background: var(--mark);
  color: #fff;
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s var(--slide), border-color 0.2s var(--slide), color 0.2s var(--slide);
}
.act:hover { background: var(--mark-hot); border-color: var(--mark-hot); color: #fff; }
.act--line { background: transparent; color: var(--ink); border-color: var(--hair-hard); }
.act--line:hover { background: var(--ink); border-color: var(--ink); color: #fff; }

.act-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.7rem;
}

.onward {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: fit-content;
  font-family: var(--mono);
  font-size: 0.79rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--mark);
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.15rem;
}
.onward .glyph { transition: transform 0.24s var(--slide); }
.onward:hover .glyph { transform: translateX(3px); }

.glyph { width: 1rem; height: 1rem; flex: none; }
.glyph--lg { width: 1.45rem; height: 1.45rem; }

/* Top bar */

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--deep);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.topbar.is-edge { box-shadow: 0 1px 0 rgba(16, 24, 35, 0.3); }
.topbar a { color: #fff; }

.topbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.9rem;
}

.mark {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  flex-wrap: wrap;
  text-decoration: none;
  color: #fff;
  min-width: 0;
}
.mark-name {
  font-size: clamp(1rem, 0.92rem + 0.36vw, 1.16rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.mark-role {
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--deep-text);
}

.menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  flex: none;
}
.menu-btn .glyph { width: 1.25rem; height: 1.25rem; }
.menu-btn .glyph-close { display: none; }
.menu-btn[aria-expanded='true'] .glyph-open { display: none; }
.menu-btn[aria-expanded='true'] .glyph-close { display: block; }

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
}
.menu-list a {
  font-family: var(--mono);
  font-size: 0.73rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--deep-text);
  padding-block: 0.4rem;
  border-bottom: 2px solid transparent;
}
.menu-list a:hover { color: #fff; border-bottom-color: var(--mark); }
.menu-list a[aria-current='page'] { color: #fff; border-bottom-color: var(--mark); }

@media (max-width: 61.999rem) {
  .menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    background: var(--deep-2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.6rem var(--edge) 1.2rem;
  }
  .menu.is-out { display: block; }
  .menu-list { flex-direction: column; gap: 0; }
  .menu-list li + li { border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .menu-list a { display: block; padding-block: 0.85rem; border-bottom: none; }
}
@media (min-width: 62rem) {
  .menu-btn { display: none; }
}

/* Opener */

.opener {
  position: relative;
  background: var(--deep);
  color: #fff;
  padding-block: clamp(2.6rem, 1.4rem + 4vw, 4.4rem) clamp(3rem, 1.6rem + 5vw, 5rem);
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 2.5rem 2.5rem, 2.5rem 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.opener-grid {
  display: grid;
  gap: 2.6rem;
  align-items: start;
}
@media (min-width: 62rem) {
  .opener-grid { grid-template-columns: minmax(0, 1.35fr) minmax(19rem, 0.85fr); gap: 3.4rem; }
}

.opener-title {
  margin: 0 0 1.1rem;
  max-width: 17ch;
  text-wrap: balance;
}
.opener-title .stress { color: #f0854a; }

.opener .intro { color: var(--deep-text); }
.opener .act--line { color: #fff; border-color: rgba(255, 255, 255, 0.4); }
.opener .act--line:hover { background: #fff; border-color: #fff; color: var(--ink); }

.readout {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.2rem;
  margin: 2.4rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-family: var(--mono);
}
.readout div { padding-block: 0.35rem; }
.readout dt {
  font-size: 0.64rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #8697ac;
}
.readout dd {
  margin: 0.1rem 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
}
.readout-note {
  margin: 0.7rem 0 0;
  font-size: 0.82rem;
  color: #8697ac;
}
.readout-note a { color: #c3cddb; }
.readout-note a:hover { color: #fff; }

.start-box {
  background: var(--sheet);
  color: var(--ink);
  border: 1px solid var(--hair);
  border-top: 3px solid var(--mark);
  padding: 1.5rem 1.4rem 1.3rem;
}
.start-box h2 {
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mark);
  margin: 0 0 1rem;
}

.start-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: startline;
}
.start-list li {
  counter-increment: startline;
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  gap: 0 0.4rem;
  padding-block: 0.85rem;
  border-top: 1px solid var(--hair);
}
.start-list li:first-child { border-top: none; padding-top: 0; }
.start-list li::before {
  content: '0' counter(startline);
  grid-row: span 2;
  font-family: var(--mono);
  font-size: 0.78rem;
  color: var(--quiet);
  padding-top: 0.15rem;
}
.start-list a {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.32;
  color: var(--ink);
  text-decoration: none;
}
.start-list a:hover { color: var(--mark); text-decoration: underline; }
.start-note {
  display: block;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--ink-dim);
  margin-top: 0.2rem;
}
.start-foot {
  margin: 1.1rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid var(--hair);
  font-family: var(--mono);
  font-size: 0.73rem;
  line-height: 1.5;
  color: var(--ink-dim);
}

/* Page openers on inner pages */

.page-open {
  background: var(--deep);
  color: #fff;
  padding-block: clamp(2.4rem, 1.4rem + 3.4vw, 3.8rem);
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 2.5rem 2.5rem, 2.5rem 2.5rem;
}
.page-open h1 { max-width: 20ch; text-wrap: balance; }
.page-open .label { color: #e6a382; }
.page-open .label::before { background: #e6a382; }
.page-open .intro { color: var(--deep-text); }

/* Panels */

.panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  background: var(--sheet);
  border: 1px solid var(--hair);
  padding: 1.35rem 1.3rem 1.4rem;
  transition: border-color 0.2s var(--slide), transform 0.2s var(--slide);
}
.panel::before {
  content: '';
  position: absolute;
  inset: -1px -1px auto;
  height: 3px;
  background: var(--mark);
  opacity: 0;
  transition: opacity 0.2s var(--slide);
}
.panel:hover { border-color: var(--hair-hard); }
.panel:hover::before { opacity: 1; }
.panel h2 { font-size: clamp(1.18rem, 1.1rem + 0.35vw, 1.4rem); margin-bottom: 0.5rem; }
.panel h3 { margin-bottom: 0.45rem; }
.band--field .panel { background: var(--sheet); }
.panel-text { flex: 1 1 auto; }
.panel-text > :last-child { margin-bottom: 0; }
.panel-end { margin-top: auto; padding-top: 0.2rem; }

.flag {
  align-self: flex-start;
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-dim);
  background: var(--field);
  border: 1px solid var(--hair);
  padding: 0.2rem 0.5rem;
}

/* Sets and pairs */

.set { display: grid; gap: 1.1rem; }
@media (min-width: 40rem) {
  .set--2, .set--3, .set--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 62rem) {
  .set--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .set--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.duo { display: grid; gap: 1.8rem; }
@media (min-width: 62rem) {
  .duo { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.55fr); gap: 3.2rem; }
  .duo--wide { grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.8fr); }
}

/* Spec lists */

.specs { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--hair); }
.specs li {
  display: grid;
  gap: 0.15rem 1.2rem;
  padding-block: 0.85rem;
  border-bottom: 1px solid var(--hair);
}
@media (min-width: 40rem) {
  .specs li { grid-template-columns: 9.5rem minmax(0, 1fr); align-items: baseline; }
}
.spec-key {
  font-family: var(--mono);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.spec-note { color: var(--ink-dim); font-size: 0.97rem; line-height: 1.55; }

/* Ladder */

.ladder { margin: 0; }
.ladder-track { list-style: none; margin: 0; padding: 0; counter-reset: rung; }
.rung {
  counter-increment: rung;
  position: relative;
  padding: 0 0 1.5rem 3.1rem;
  border-left: 1px solid var(--hair);
  margin-left: 0.75rem;
}
.rung:last-child { border-left-color: transparent; padding-bottom: 0; }
.rung::before {
  content: '0' counter(rung);
  position: absolute;
  left: -0.75rem;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: #fff;
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 600;
}
.rung--mid::before { background: var(--mark); }
.rung-kind {
  display: block;
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mark);
}
.rung-name {
  display: block;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.012em;
  margin: 0.15rem 0 0.35rem;
}
.rung p { margin: 0; color: var(--ink-dim); font-size: 0.97rem; line-height: 1.55; }

/* Listing */

.listing { list-style: none; margin: 0; padding: 0; }
.listing-row {
  display: grid;
  gap: 0.1rem 1.5rem;
  padding-block: 1.15rem;
  border-top: 1px solid var(--hair);
}
.listing-row:last-child { border-bottom: 1px solid var(--hair); }
@media (min-width: 46rem) {
  .listing-row { grid-template-columns: 9.5rem minmax(0, 1fr); }
  .listing-kind { grid-row: span 2; }
}
.listing-kind {
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--quiet);
  padding-top: 0.3rem;
}
.listing-row h3 { margin: 0 0 0.25rem; }
.listing-row h3 a { color: var(--ink); text-decoration: none; }
.listing-row h3 a:hover { color: var(--mark); text-decoration: underline; }
.listing-row p { margin: 0; color: var(--ink-dim); font-size: 0.97rem; }

/* Figure and table */

.plan-fig { margin: 2rem 0 0; }
.plan-fig svg { width: 100%; max-width: 27rem; height: auto; margin-inline: auto; }
.plan-svg { background: var(--field); border: 1px solid var(--hair); padding: 0.75rem; }
.plan-fig figcaption {
  margin-top: 1rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--ink-dim);
  border-left: 2px solid var(--mark);
  padding-left: 0.85rem;
}

.table-scroll { overflow-x: auto; margin-top: 1.5rem; }
.totals { width: 100%; border-collapse: collapse; font-size: 0.94rem; line-height: 1.5; }
.totals caption {
  text-align: left;
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mark);
  padding-bottom: 0.6rem;
}
.totals th, .totals td {
  text-align: left;
  vertical-align: top;
  padding: 0.6rem 0.9rem 0.6rem 0;
  border-bottom: 1px solid var(--hair);
}
.totals th { font-family: var(--mono); font-weight: 600; font-size: 0.85rem; white-space: nowrap; }
.totals td { color: var(--ink-dim); }
.totals tr:first-child th, .totals tr:first-child td { border-top: 2px solid var(--ink); }

/* Handoff */

.handoff {
  background: var(--deep);
  color: #fff;
  padding-block: clamp(2.6rem, 1.6rem + 3.4vw, 4rem);
}
.handoff h2 { max-width: 22ch; }
.handoff p { color: var(--deep-text); max-width: 46em; }
.handoff .onward { color: #f0854a; }

/* End bar */

.endbar {
  background: var(--deep-2);
  color: var(--deep-text);
  padding-block: 3rem 1.6rem;
  font-size: 0.93rem;
}
.endbar a { color: var(--deep-text); text-decoration: none; }
.endbar a:hover { color: #fff; text-decoration: underline; }

.endbar-set { display: grid; gap: 2rem; }
@media (min-width: 46rem) {
  .endbar-set { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 68rem) {
  .endbar-set { grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr)); gap: 2.6rem; }
}

.endbar-col h2 {
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #7d8ea4;
  margin: 0 0 0.9rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.endbar-col ul { list-style: none; margin: 0; padding: 0; }
.endbar-col li { margin-bottom: 0.5rem; line-height: 1.45; }
.endbar-col .dim { color: #94a3b5; }

.endbar-name {
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 0.7rem;
}

.endbar-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.6rem;
  margin-top: 2.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-family: var(--mono);
  font-size: 0.71rem;
  letter-spacing: 0.06em;
  color: #7d8ea4;
}

/* Motion */

.js .rise {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s var(--slide), transform 0.45s var(--slide);
}
.js .rise.is-up { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .rise { opacity: 1; transform: none; transition: none; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
