@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/bricolage-grotesque-normal-600-1.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: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/bricolage-grotesque-normal-700-2.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: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/bricolage-grotesque-normal-800-3.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: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/source-sans-3-normal-400-1.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: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/source-sans-3-normal-600-2.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: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/jetbrains-mono-normal-400-1.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: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/jetbrains-mono-normal-500-2.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: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/jetbrains-mono-normal-700-3.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;
}

:root {

  --tube: #131a1e;
  --tube-2: #1d282d;
  --tube-3: #2b393f;
  --field: #f4f6f4;
  --paper: #ffffff;
  --sunk: #e9edea;


  --ink: #16201f;
  --ink-2: #3c4a4a;
  --muted: #5f6d6d;
  --on-dark: #e6ebe7;
  --on-dark-muted: #9aa8a6;


  --bloom: #3f7268;
  --bloom-deep: #2c5049;
  --bloom-wash: #e4eeeb;
  --violet: #5b5578;



  --amber: #b4711a;
  --amber-wash: #f7eddc;
  --rust: #9a3a2c;
  --rust-wash: #f6e6e2;


  --rule: #d5dcd8;
  --rule-strong: #b9c4bf;


  --display: 'Bricolage Grotesque', 'Segoe UI', system-ui, sans-serif;
  --body: 'Source Sans 3', 'Segoe UI', system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, 'Cascadia Mono', Consolas, monospace;


  --t-xs: 0.75rem;
  --t-sm: 0.875rem;
  --t-base: 1rem;
  --t-md: 1.125rem;
  --t-lg: 1.375rem;
  --t-xl: 1.75rem;
  --t-2xl: 2.25rem;
  --t-3xl: 2.875rem;
  --t-4xl: 3.5rem;

  --lh-tight: 1.12;
  --lh-snug: 1.3;
  --lh-body: 1.65;


  --s-1: 0.25rem;
  --s-2: 0.5rem;
  --s-3: 0.75rem;
  --s-4: 1rem;
  --s-5: 1.5rem;
  --s-6: 2rem;
  --s-7: 3rem;
  --s-8: 4rem;
  --s-9: 6rem;



  --r-sm: 3px;
  --r-md: 5px;
  --r-lg: 8px;
  --r-pill: 999px;

  --shadow-sm: 0 1px 2px rgb(19 26 30 / 6%);
  --shadow-md: 0 2px 4px rgb(19 26 30 / 6%), 0 8px 24px rgb(19 26 30 / 6%);

  --wrap: 76rem;
  --measure: 40rem;



  --ease-out: cubic-bezier(0.22, 0.68, 0.35, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --fast: 140ms;
  --med: 240ms;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  background: var(--field);
  color: var(--ink);
  font-family: var(--body);
  font-size: var(--t-md);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--display);
  font-weight: 700;
  line-height: var(--lh-tight);
  letter-spacing: -0.015em;
  margin: 0 0 var(--s-4);
  text-wrap: balance;
}

h1 { font-size: var(--t-3xl); font-weight: 800; }
h2 { font-size: var(--t-xl); margin-top: var(--s-7); }
h3 { font-size: var(--t-lg); margin-top: var(--s-6); }
h4 { font-size: var(--t-md); margin-top: var(--s-5); }

p, ul, ol, blockquote, figure, table { margin: 0 0 var(--s-4); }

a {
  color: var(--bloom-deep);
  text-decoration-color: color-mix(in srgb, var(--bloom) 40%, transparent);
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
  transition: color var(--fast) var(--ease-out), text-decoration-color var(--fast) var(--ease-out);
}

a:hover { color: var(--bloom); text-decoration-color: currentcolor; }

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--bloom);
  outline-offset: 2px;
  border-radius: var(--r-sm);
}

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

strong { font-weight: 600; }

code, kbd, samp { font-family: var(--mono); font-size: 0.9em; }

hr {
  border: 0;
  height: 1px;
  background: var(--rule);
  margin: var(--s-7) 0;
}

.skip {
  position: absolute;
  left: -9999px;
  background: var(--tube);
  color: var(--on-dark);
  padding: var(--s-3) var(--s-4);
  z-index: 100;
}

.skip:focus { left: var(--s-4); top: var(--s-4); }

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

.prose { max-width: var(--measure); }

.prose > * + * { margin-top: var(--s-4); }

.prose h2,
.prose h3,
.prose h4 { margin-top: var(--s-7); }

.prose ul,
.prose ol { padding-left: var(--s-5); }

.prose li + li { margin-top: var(--s-2); }

.prose img {
  border-radius: var(--r-md);
  margin: var(--s-6) 0;
  border: 1px solid var(--rule);
}

.prose blockquote {
  margin-left: 0;
  padding-left: var(--s-5);
  border-left: 3px solid var(--bloom);
  color: var(--ink-2);
}

.prose .table-scroll { max-width: none; }

.wrap {
  width: min(100% - 2.5rem, var(--wrap));
  margin-inline: auto;
}

main { display: block; }

.section { padding-block: var(--s-8); }
.section--tight { padding-block: var(--s-6); }

.masthead {
  background: var(--tube);
  color: var(--on-dark);
}

.masthead__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-5);
  padding-block: var(--s-4);
  flex-wrap: wrap;
}

.wordmark {
  font-family: var(--display);
  font-weight: 800;
  font-size: var(--t-lg);
  letter-spacing: -0.02em;
  color: var(--on-dark);
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: var(--s-3);
}

.wordmark:hover { color: var(--paper); }

.wordmark__sub {
  font-family: var(--mono);
  font-size: var(--t-xs);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--on-dark-muted);
}

.nav {
  display: flex;
  gap: var(--s-5);
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--t-sm);
}

.nav a {
  color: var(--on-dark-muted);
  text-decoration: none;
  padding-block: var(--s-1);
  border-bottom: 2px solid transparent;
  transition: color var(--fast) var(--ease-out), border-color var(--fast) var(--ease-out);
}

.nav a:hover,
.nav a[aria-current='page'] {
  color: var(--on-dark);
  border-bottom-color: var(--amber);
}

.typestrip {
  background: var(--tube-2);
  border-top: 1px solid var(--tube-3);
  overflow-x: auto;
  scrollbar-width: thin;
}

.typestrip ul {
  display: flex;
  gap: var(--s-1);
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.typestrip a {
  display: block;
  padding: var(--s-3) var(--s-3);
  font-size: var(--t-sm);
  color: var(--on-dark-muted);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color var(--fast) var(--ease-out), background var(--fast) var(--ease-out);
}

.typestrip a:hover { color: var(--on-dark); background: var(--tube-3); }

.typestrip a[aria-current='page'] {
  color: var(--on-dark);
  border-bottom-color: var(--amber);
}

.crumbs { padding-block: var(--s-4) 0; }

.crumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--t-sm);
  color: var(--muted);
}

.crumbs li + li::before {
  content: '/';
  margin-right: var(--s-2);
  color: var(--rule-strong);
}

.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--bloom); text-decoration: underline; }

.footer {
  background: var(--tube);
  color: var(--on-dark-muted);
  margin-top: var(--s-9);
  padding-block: var(--s-8) var(--s-6);
  font-size: var(--t-sm);
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: var(--s-6);
}

.footer h2 {
  font-size: var(--t-xs);
  font-family: var(--mono);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--on-dark);
  margin: 0 0 var(--s-3);
}

.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li + li { margin-top: var(--s-2); }
.footer a { color: var(--on-dark-muted); text-decoration: none; }
.footer a:hover { color: var(--on-dark); text-decoration: underline; }

.footer__base {
  margin-top: var(--s-7);
  padding-top: var(--s-5);
  border-top: 1px solid var(--tube-3);
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
  font-size: var(--t-xs);
  color: var(--on-dark-muted);
}

.footer__base p { margin: 0; max-width: 60ch; }

@media (min-width: 40rem) {
  .section { padding-block: var(--s-9); }
}

.reticle-rule {
  height: 9px;
  border: 0;
  margin: var(--s-7) 0;
  background:
    linear-gradient(to right, var(--rule) 0 100%) center / 100% 1px no-repeat,
    radial-gradient(circle at center, var(--rule-strong) 1.6px, transparent 1.8px) left center / 2.5rem 9px repeat-x;
}

.hero {
  background: var(--tube);
  color: var(--on-dark);
  padding-block: var(--s-9) var(--s-8);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  inset: -30% -20% -30% 55%;
  background: radial-gradient(
    circle at 60% 50%,
    color-mix(in srgb, var(--bloom) 34%, transparent) 0%,
    color-mix(in srgb, var(--violet) 16%, transparent) 42%,
    transparent 66%
  );
  pointer-events: none;
}

.hero > * { position: relative; z-index: 1; }

.hero h1 {
  font-size: clamp(var(--t-2xl), 5.5vw, var(--t-4xl));
  max-width: 20ch;
  margin-bottom: var(--s-4);
}

.hero__lede {
  font-size: var(--t-lg);
  line-height: var(--lh-snug);
  color: var(--on-dark-muted);
  max-width: 48ch;
  margin: 0;
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-5);
  margin-top: var(--s-6);
  font-family: var(--mono);
  font-size: var(--t-sm);
  color: var(--on-dark-muted);
}

.hero__meta b {
  display: block;
  font-family: var(--display);
  font-size: var(--t-xl);
  font-weight: 700;
  color: var(--on-dark);
  line-height: 1;
  margin-bottom: var(--s-1);
}

.pagehead { padding-block: var(--s-7) var(--s-5); }
.pagehead h1 { font-size: clamp(var(--t-2xl), 4vw, var(--t-3xl)); max-width: 24ch; }

.pagehead__lede {
  font-size: var(--t-lg);
  line-height: var(--lh-snug);
  color: var(--ink-2);
  max-width: 56ch;
  margin: 0;
}

.eyebrow {
  font-family: var(--mono);
  font-size: var(--t-xs);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bloom);
  margin: 0 0 var(--s-3);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  font-family: var(--mono);
  font-size: var(--t-xs);
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.15em 0.6em;
  border-radius: var(--r-pill);
  white-space: nowrap;
  border: 1px solid transparent;
}

.pill--current {
  background: var(--amber-wash);
  color: #7d4d0f;
  border-color: color-mix(in srgb, var(--amber) 30%, transparent);
}

.pill--discontinued {
  background: var(--rust-wash);
  color: var(--rust);
  border-color: color-mix(in srgb, var(--rust) 28%, transparent);
}

.pill--neutral {
  background: var(--sunk);
  color: var(--muted);
  border-color: var(--rule);
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  background: var(--paper);
  margin-bottom: var(--s-5);
}

.spec {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--t-sm);
  margin: 0;
}

.spec caption {
  text-align: left;
  padding: var(--s-4) var(--s-4) var(--s-3);
  font-size: var(--t-sm);
  color: var(--muted);
  border-bottom: 1px solid var(--rule);
}

.spec thead th {
  background: var(--tube);
  color: var(--on-dark);
  font-family: var(--mono);
  font-size: var(--t-xs);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  padding: var(--s-3) var(--s-4);
  white-space: nowrap;
  position: relative;
}

.spec thead tr::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  margin-top: -3px;
  background: repeating-linear-gradient(
    to right,
    var(--amber) 0 1px,
    transparent 1px 8px
  );
  opacity: 0.55;
  pointer-events: none;
}

.spec tbody td {
  padding: var(--s-3) var(--s-4);
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}

.spec tbody tr:last-child td { border-bottom: 0; }
.spec tbody tr:nth-child(even) { background: color-mix(in srgb, var(--sunk) 45%, transparent); }
.spec tbody tr { transition: background var(--fast) var(--ease-out); }
.spec tbody tr:hover { background: var(--bloom-wash); }

.spec .num {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums slashed-zero;
  white-space: nowrap;
}

.spec .line-name { font-weight: 600; }

.spec .muted { color: var(--muted); }

.spec tr[data-status='discontinued'] .line-name { color: var(--muted); }

.grid {
  display: grid;
  gap: var(--s-4);
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid--wide { grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr)); }

.card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  padding: var(--s-5);
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
  transition: border-color var(--med) var(--ease-out), transform var(--med) var(--ease-out),
    box-shadow var(--med) var(--ease-out);
}

.card:hover {
  border-color: var(--bloom);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.card h3,
.card h2 {
  margin: 0;
  font-size: var(--t-md);
  line-height: var(--lh-snug);
}

.card a { text-decoration: none; color: inherit; }
.card a:hover { color: var(--bloom-deep); }

.card__link::after {
  content: '';
  position: absolute;
  inset: 0;
}

.card { position: relative; }

.card p {
  margin: 0;
  font-size: var(--t-sm);
  color: var(--ink-2);
  line-height: var(--lh-snug);
}

.card__meta {
  margin-top: auto;
  padding-top: var(--s-3);
  font-family: var(--mono);
  font-size: var(--t-xs);
  color: var(--muted);
  display: flex;
  gap: var(--s-3);
  flex-wrap: wrap;
  align-items: center;
}

.embed {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: var(--s-6) 0;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--tube);
  border: 1px solid var(--rule);
}

.embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.notice {
  border-left: 3px solid var(--rust);
  background: var(--rust-wash);
  padding: var(--s-4) var(--s-5);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  margin-bottom: var(--s-5);
}

.notice--info {
  border-left-color: var(--bloom);
  background: var(--bloom-wash);
}

.notice p { margin: 0; }
.notice p + p { margin-top: var(--s-2); }

.notice strong { font-family: var(--display); }

.editors-note {
  font-size: var(--t-sm);
  color: var(--muted);
  border-top: 1px solid var(--rule);
  padding-top: var(--s-3);
  margin-top: var(--s-6);
}

.linklist { list-style: none; margin: 0; padding: 0; }

.linklist li { border-bottom: 1px solid var(--rule); }

.linklist a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--s-4);
  padding: var(--s-3) var(--s-1);
  text-decoration: none;
  color: var(--ink);
  transition: padding-left var(--fast) var(--ease-out), color var(--fast) var(--ease-out);
}

.linklist a:hover { color: var(--bloom-deep); padding-left: var(--s-3); }

.linklist .num { font-family: var(--mono); font-size: var(--t-xs); color: var(--muted); }

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
  list-style: none;
  margin: 0 0 var(--s-5);
  padding: 0;
}

.chips a {
  display: inline-block;
  padding: var(--s-2) var(--s-3);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-pill);
  font-size: var(--t-sm);
  text-decoration: none;
  color: var(--ink-2);
  transition: border-color var(--fast) var(--ease-out), color var(--fast) var(--ease-out),
    background var(--fast) var(--ease-out);
}

.chips a:hover { border-color: var(--bloom); color: var(--bloom-deep); background: var(--bloom-wash); }
.chips a[aria-current='page'] { background: var(--tube); border-color: var(--tube); color: var(--on-dark); }

.facts {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--s-2) var(--s-5);
  margin: 0 0 var(--s-5);
  padding: var(--s-4) var(--s-5);
  background: var(--sunk);
  border-radius: var(--r-md);
  font-size: var(--t-sm);
}

.facts dt {
  font-family: var(--mono);
  font-size: var(--t-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  align-self: baseline;
}

.facts dd { margin: 0; }

.expect {
  list-style: none;
  margin: 0 0 var(--s-5);
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
}

.expect li {
  font-family: var(--mono);
  font-size: var(--t-xs);
  padding: var(--s-1) var(--s-3);
  background: var(--bloom-wash);
  color: var(--bloom-deep);
  border-radius: var(--r-sm);
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--s-4);
  margin-bottom: var(--s-5);
  flex-wrap: wrap;
}

.section-head h2 { margin: 0; }

.section-head a {
  font-family: var(--mono);
  font-size: var(--t-sm);
  text-decoration: none;
}

.section-head a:hover { text-decoration: underline; }

.layout-article {
  display: grid;
  gap: var(--s-7);
  align-items: start;
}

@media (min-width: 60rem) {
  .layout-article { grid-template-columns: minmax(0, 1fr) 17rem; }
  .layout-article__aside { position: sticky; top: var(--s-5); }
}

.aside-box {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  padding: var(--s-5);
  font-size: var(--t-sm);
}

.aside-box h2 {
  font-size: var(--t-xs);
  font-family: var(--mono);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 var(--s-3);
}

.aside-box + .aside-box { margin-top: var(--s-4); }

.aside-box ul { list-style: none; margin: 0; padding: 0; }
.aside-box li + li { margin-top: var(--s-2); }
.aside-box a { text-decoration: none; }
.aside-box a:hover { text-decoration: underline; }
