.md-typeset code {
  border-radius: 8px;
}

.md-header__button.md-logo img,
.md-nav__title .md-logo img {
  filter: invert(1);
}

.md-typeset__table {
  min-width: 100%;
}

.md-typeset table:not([class]) {
   display: table;
}

.enody-home {
  --enody-ink: #111111;
  --enody-muted: #5d6470;
  --enody-line: #d9dde5;
  --enody-surface: #ffffff;
  --enody-warm: #f3b233;
  --enody-cyan: #2ba6b1;
  --enody-green: #4f8f68;
}

[data-md-color-scheme="slate"] .enody-home {
  --enody-ink: #f7f7f2;
  --enody-muted: #b9c0ca;
  --enody-line: #343b45;
  --enody-surface: #15191f;
}

.md-typeset .enody-home h1,
.md-typeset .enody-home h2,
.md-typeset .enody-home h3 {
  letter-spacing: 0;
}

.enody-hero {
  align-items: center;
  background: #111111;
  border: 1px solid #252525;
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(8rem, 11rem);
  margin: 0 0 2rem;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3rem);
}

.enody-hero__copy {
  max-width: 42rem;
}

.md-typeset .enody-hero h1 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1;
  margin: 0 0 1rem;
}

.enody-hero p {
  color: #dfe3e7;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  max-width: 38rem;
}

.enody-kicker {
  color: var(--enody-warm) !important;
  font-size: 0.72rem !important;
  font-weight: 700;
  letter-spacing: 0.08em !important;
  margin-bottom: 0.75rem !important;
  text-transform: uppercase;
}

.enody-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.md-typeset .enody-hero .md-button {
  border-color: #c9cdd3;
  color: #ffffff;
}

.md-typeset .enody-hero .md-button--primary {
  background: var(--enody-warm);
  border-color: var(--enody-warm);
  color: #111111;
}

.enody-hero__mark {
  align-items: center;
  aspect-ratio: 1;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2.5rem);
  width: 100%;
}

.enody-hero__mark img {
  display: block;
  filter: none;
  width: 100%;
}

.enody-paths {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 2rem;
}

.enody-path {
  background: var(--enody-surface);
  border: 1px solid var(--enody-line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 15rem;
  padding: 1.25rem;
}

.md-typeset .enody-path h2,
.md-typeset .enody-path h3 {
  color: var(--enody-ink);
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
}

.enody-path p {
  color: var(--enody-muted);
  flex: 1;
  margin-bottom: 1rem;
}

.enody-path__link {
  font-weight: 700;
}

.enody-path:nth-child(1) {
  border-top: 4px solid var(--enody-warm);
}

.enody-path:nth-child(2) {
  border-top: 4px solid var(--enody-cyan);
}

.enody-path:nth-child(3) {
  border-top: 4px solid var(--enody-green);
}

.enody-home .headerlink {
  display: none;
}

.enody-band {
  border-top: 1px solid var(--enody-line);
  padding-top: 1.5rem;
}

.enody-link-grid {
  display: grid;
  gap: 0.5rem 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.enody-link-grid li {
  background: var(--enody-surface);
  border: 1px solid var(--enody-line);
  border-radius: 8px;
  list-style: none;
  margin: 0 !important;
  padding: 0.75rem 0.9rem;
}

@media screen and (max-width: 60em) {
  .enody-hero {
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
    padding: 1.5rem;
  }

  .enody-hero__mark {
    display: none;
  }

  .md-typeset .enody-hero h1 {
    font-size: 2rem;
  }

  .enody-hero p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }

  .enody-actions {
    gap: 0.5rem;
  }

  .md-typeset .enody-hero .md-button {
    font-size: 0.72rem;
    padding: 0.45rem 0.6rem;
  }

  .enody-paths,
  .enody-link-grid {
    grid-template-columns: 1fr;
  }
}
