/*
 * Tension v3.0 — Hellas chrome, lists, and page patterns.
 * Loaded after sections so marble / meander / inscription win over pebble leftovers.
 */

:root {
  --lc-header-stack: calc(var(--lc-navbar-h, 3.25rem) + 14px);
}

/* Marble grain */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.42 0 0 0 0 0.38 0 0 0 0 0.33 0 0 0 0.55 0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}

body::after {
  display: none;
}

.lc-ambient,
.lc-ocean,
.lc-ocean-haze,
.lc-glass-defs {
  display: none !important;
}

body {
  padding-top: 0;
}

body.front-page,
body.lc-page--home {
  padding-top: 0;
}

.lc-default-content,
.lc-footer,
.lc-meander-band {
  position: relative;
  z-index: 1;
}

.lc-gk {
  font-family: var(--lc-font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lc-on-surface-variant);
  margin: 0;
}

.lc-gk-num {
  font-family: var(--lc-font-display);
  font-size: 13px;
  color: var(--lc-gold);
  width: 18px;
  flex-shrink: 0;
}

/* Meander */
.lc-meander-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  color: var(--lc-meander);
}

.lc-meander-band {
  height: 14px;
  overflow: hidden;
  color: var(--lc-meander);
}

.lc-meander-band svg {
  width: 100%;
  height: 14px;
  display: block;
}

/* Sticky topnav */
.lc-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--lc-nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: auto;
  padding: 0;
}

html.lc-scroll-lock .lc-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-right: 0;
}

.lc-nav__bar,
.lc-nav.is-compact .lc-nav__bar,
.lc-nav.has-glass .lc-nav__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  max-width: var(--lc-container-max);
  margin: 0 auto;
  padding: 13px var(--lc-gutter-mobile);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  filter: none;
  transition: none;
}

@media (min-width: 768px) {
  .lc-nav__bar,
  .lc-nav.is-compact .lc-nav__bar,
  .lc-nav.has-glass .lc-nav__bar {
    padding-inline: var(--lc-gutter-desktop);
  }
}

.lc-nav__bar::before,
.lc-nav.is-compact .lc-nav__bar::before,
.lc-nav.has-glass .lc-nav__bar::before {
  display: none;
}

.lc-nav__brand span.absolute {
  display: none;
}

.lc-nav__brand .lc-avatar,
.lc-nav__brand .lc-avatar img,
.lc-nav__brand img.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.lc-nav__brand-name {
  font-family: var(--lc-font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  overflow: visible;
  white-space: nowrap;
}

.lc-nav__brand-name .text-primary,
.lc-nav__brand-dot {
  color: var(--lc-primary);
  font-style: normal;
}

.lc-nav__list {
  display: flex;
  align-items: center;
  gap: 26px;
}

.lc-nav__list > li.menu-item > a,
.lc-nav__list > li.menu-item > .lc-nav__trigger {
  font-size: 14px;
  font-weight: 400;
  color: var(--lc-on-surface-variant);
  padding: 6px 2px;
  border-radius: 0;
  background: transparent !important;
  border-bottom: 2px solid transparent;
  box-shadow: none !important;
}

.lc-nav__list > li.menu-item > a:hover:not(.lc-nav__link--current),
.lc-nav__list > li.menu-item > .lc-nav__trigger:hover:not(.lc-nav__link--current) {
  color: var(--lc-on-surface);
  background: transparent !important;
}

.lc-nav__list > li.menu-item > a.lc-nav__link--current,
.lc-nav__list > li.menu-item > .lc-nav__trigger.lc-nav__link--current {
  color: var(--lc-on-surface);
  font-weight: 400;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom-color: var(--lc-primary);
}

.lc-nav__list > li.menu-item > a.lc-nav__link--current::after,
.lc-nav__list > li.menu-item > .lc-nav__trigger.lc-nav__link--current::after {
  display: none;
}

.lc-icon-btn {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--lc-radius);
  color: var(--lc-on-surface-variant);
  min-width: 38px;
  min-height: 38px;
}

.lc-icon-btn:hover {
  color: var(--lc-on-surface);
  border-color: var(--lc-card-border);
  background: var(--lc-surface-card);
}

@media (min-width: 1024px) {
  .lc-icon-btn.lc-nav-mobile-only {
    display: none;
  }
}

@media (max-width: 1023px) {
  .lc-icon-btn.lc-nav-desktop-only {
    display: none;
  }
}

.lc-nav__count {
  display: none !important;
}

.lc-read-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--lc-primary);
  opacity: 0;
  pointer-events: none;
}

body.single-post .lc-read-progress {
  opacity: 1;
}

/* Search overlay */
.lc-search.is-open .lc-search__veil,
.lc-search__veil {
  background: var(--lc-overlay);
  backdrop-filter: blur(8px);
}

.lc-search-inline {
  background: var(--lc-surface-card);
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius-lg);
  box-shadow: none;
  filter: none;
  backdrop-filter: none;
}

.lc-search-inline[data-liquid-glass] {
  filter: none;
}

/* Mobile nav: right stone panel */
.lc-mobile-nav__content {
  top: 0;
  right: 0;
  bottom: 0;
  width: min(300px, 84vw);
  height: auto;
  padding: 20px;
  padding-top: max(20px, env(safe-area-inset-top, 0px));
  padding-bottom: max(20px, env(safe-area-inset-bottom, 0px));
  padding-right: max(20px, env(safe-area-inset-right, 0px));
  background: var(--lc-surface-card);
  border: 0;
  border-left: 1px solid var(--lc-card-border);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.lc-mobile-nav__header {
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: 0;
}

.lc-mobile-nav__close.lc-icon-btn,
.lc-mobile-nav .lc-icon-btn {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  border-radius: var(--lc-radius);
  background: transparent;
}

.lc-mobile-nav .lc-icon-btn:hover,
.lc-mobile-nav .lc-icon-btn--theme:hover {
  color: var(--lc-on-surface);
  border-color: var(--lc-card-border);
  background: var(--lc-surface);
}

.lc-mobile-nav__menu > ul > li > a,
.lc-mobile-nav__menu > ul > li > .lc-mobile-menu__trigger {
  font-family: var(--lc-font-display);
  font-size: 19px;
  font-weight: 700;
  border-top: 1px solid var(--lc-card-border);
  border-radius: 0;
  background: transparent;
  padding: 13px 10px;
}

.lc-mobile-nav__menu > ul > li > a:hover,
.lc-mobile-nav__menu > ul > li > .lc-mobile-menu__trigger:hover,
.lc-mobile-nav__menu > ul > li > a.lc-nav__link--current,
.lc-mobile-nav__menu .lc-nav__link--current {
  color: var(--lc-primary);
  background: transparent;
}

/* Hero */
/* Hero fills the first screen below sticky chrome (svh = URL bar visible). */
.lc-hero--home {
  padding-block: clamp(32px, 6vw, 72px);
  text-align: center;
  background-image: repeating-linear-gradient(90deg, var(--lc-fg-soft) 0 1px, transparent 1px 132px);
  background-position: center top;
  min-height: calc(100svh - var(--lc-header-stack) - var(--wp-admin--admin-bar--height, 0px));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lc-hero__atmosphere,
.lc-hero__blob,
.lc-hero__name-scan {
  display: none !important;
}

.lc-hero__parallax,
.lc-hero__inner,
.lc-hero__frame {
  transform: none !important;
  opacity: 1 !important;
  filter: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  max-width: var(--lc-container-max);
  margin-inline: auto;
  padding-inline: var(--lc-gutter-mobile);
}

.lc-laurel-wrap {
  position: relative;
  width: 148px;
  height: 148px;
  margin: 0 auto 22px;
}

.lc-laurel-wrap > .lc-avatar {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  border-radius: 0;
}

.lc-laurel-wrap svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lc-laurel-wrap img,
.lc-hero__avatar-img {
  position: absolute;
  inset: 19px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid var(--lc-card-border);
  background: var(--lc-surface-card);
  object-fit: cover;
}

.lc-hero__avatar {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.lc-hero__name {
  font-family: var(--lc-font-display);
  font-size: var(--lc-text-display-lg);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.lc-hero__lead {
  margin: 14px auto 0;
  max-width: 46ch;
  font-size: 17px;
  line-height: 1.65;
  color: var(--lc-on-surface-variant);
}

.lc-hero-connect,
.lc-hero-socials {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.lc-hero-connect .lc-footer-connect__link {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius);
  background: var(--lc-surface-card);
  color: var(--lc-on-surface-variant);
  box-shadow: none;
  line-height: 0;
}

.lc-hero-connect .lc-footer-connect__link .lc-social-link__icon,
.lc-hero-connect .lc-footer-connect__link svg {
  display: block;
  width: 18px;
  height: 18px;
}

.lc-hero-connect .lc-footer-connect__link::before {
  display: none;
}

.lc-hero-connect .lc-footer-connect__link:hover {
  color: var(--lc-primary);
  border-color: var(--lc-primary);
  transform: translateY(-2px);
}

.lc-hero__cue {
  position: static;
  left: auto;
  bottom: auto;
  transform: none;
  margin: 40px auto 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: none;
  border: 0;
  color: var(--lc-on-surface-variant);
  font-size: 13px;
  font-family: var(--lc-font-mono);
  letter-spacing: 0.12em;
}

.lc-hero__cue:hover {
  color: var(--lc-primary);
}

/* Inscription bars */
.lc-ink-bar {
  border-top: 1.5px solid var(--lc-on-surface);
  padding-top: 14px;
  margin-bottom: 1.25rem;
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.lc-ink-bar__icon {
  display: none;
}

.lc-ink-bar__kicker,
.lc-page-header__kicker {
  display: block;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-family: var(--lc-font-mono);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lc-on-surface-variant);
}

.lc-ink-bar__sep {
  display: none;
}

.lc-ink-bar__title {
  font-family: var(--lc-font-display);
  font-size: var(--lc-text-display);
  font-weight: 700;
  margin-top: 6px;
}

.lc-ink-bar__action,
.lc-btn-ghost {
  color: var(--lc-on-surface-variant);
  font-weight: 500;
}

.lc-ink-bar__action:hover {
  color: var(--lc-primary);
}

.lc-page-header {
  padding: 0;
}

.lc-page-header__inner {
  padding-block: clamp(40px, 6vw, 64px) 1.75rem;
}

.lc-page-header__copy h1,
.lc-page-header h1 {
  font-family: var(--lc-font-display);
  font-size: var(--lc-text-display-lg);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  margin-top: 10px;
}

.lc-page-header__aside {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem 1rem;
}

.lc-page-header__count,
.lc-archive-foot__count {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--lc-on-surface-variant);
  font-family: var(--lc-font-mono);
  font-size: 13px;
  font-weight: 400;
}

.lc-page-header__filters {
  border-top-color: var(--lc-card-border);
}

/* Article rows */
.lc-article-card {
  display: grid !important;
  grid-template-columns: 104px 1fr;
  grid-template-areas:
    "media copy"
    "media meta";
  gap: 8px 18px;
  padding: 18px 10px;
  border-top: 1px solid var(--lc-card-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  align-items: center;
  transform: none !important;
}

.lc-article-card:last-of-type {
  border-bottom: 1px solid var(--lc-card-border);
}

.lc-article-card:hover,
.lc-article-card:active {
  background: var(--lc-fg-soft);
  transform: none !important;
  box-shadow: none;
}

.lc-article-card__media {
  grid-area: media;
  width: 104px;
  height: 68px;
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius);
  overflow: hidden;
  background: var(--lc-surface-card);
}

.lc-article-card__cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lc-article-card__media-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-family: var(--lc-font-display);
  font-size: 26px;
  color: var(--lc-on-surface-variant);
  background: var(--lc-surface-card);
}

.lc-article-card__media-cat {
  display: none;
}

.lc-article-card__copy {
  grid-area: copy;
  gap: 0;
}

.lc-article-card__meta {
  grid-area: meta;
  justify-content: flex-start;
}

.lc-article-card__footer {
  display: none;
}

.lc-article-card__title {
  font-family: var(--lc-font-ui);
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.35;
}

.lc-article-card__excerpt {
  margin: 5px 0 0;
  color: var(--lc-on-surface-variant);
  font-size: 13.5px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lc-cat-chip,
.lc-article-card__meta-start .rounded-full {
  font-family: var(--lc-font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  padding: 2px 8px;
  border: 1px solid var(--lc-card-border);
  border-radius: 999px;
  color: var(--lc-on-surface);
  background: var(--lc-surface-card);
  font-weight: 400;
}

@media (max-width: 640px) {
  .lc-article-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "media"
      "copy"
      "meta";
  }

  .lc-article-card__media {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

.lc-archive-row {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius-lg);
  padding: 18px 22px;
  background: var(--lc-surface-card);
  flex-wrap: wrap;
}

.lc-archive-row__title {
  font-family: var(--lc-font-display);
  font-size: 17px;
  font-weight: 700;
}

.lc-archive-row__sub {
  color: var(--lc-on-surface-variant);
  font-size: 13px;
  margin-top: 2px;
}

/* Project rows */
.lc-project-card {
  display: flex;
  gap: 14px;
  padding: 16px 10px;
  border-top: 1px solid var(--lc-card-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none !important;
}

.lc-project-card:hover {
  background: var(--lc-fg-soft);
  transform: none !important;
  box-shadow: none;
}

.lc-project-card__thumb {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius);
  background: var(--lc-surface-card);
  padding: 5px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.lc-facepile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  isolation: auto;
}

.lc-facepile__item,
.lc-facepile__item:first-child {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius);
  background: var(--lc-surface-card);
  overflow: hidden;
  line-height: 0;
}

.lc-facepile__item:hover,
.lc-facepile__item:focus-visible {
  z-index: 2;
  border-color: var(--lc-primary);
  transform: translateY(-2px);
}

.lc-facepile__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lc-facepile__initial,
.lc-facepile__more {
  font-family: var(--lc-font-display);
  font-size: 17px;
  color: var(--lc-on-surface-variant);
}

.lc-facepile__more {
  font-family: var(--lc-font-mono);
  font-size: 12px;
}

/* Focus / filter tags */
.lc-filter-chip,
.lc-tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  min-height: 0;
  background: transparent;
  color: var(--lc-on-surface-variant);
  border: 1px solid var(--lc-card-border);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 400;
}

.lc-filter-chip:hover,
.lc-tag:hover {
  color: var(--lc-on-surface);
  border-color: var(--lc-on-surface);
  background: transparent;
}

.lc-filter-chip.is-active,
.lc-filter-chip[aria-current="page"],
.lc-filter-chip[aria-pressed="true"] {
  color: var(--lc-primary);
  border-color: var(--lc-primary);
  background: var(--lc-accent-soft);
}

[class*="lc-tint-"] {
  background: var(--lc-surface-card) !important;
  color: var(--lc-on-surface) !important;
  border-color: var(--lc-card-border) !important;
}

.lc-article__tag {
  font-family: var(--lc-font-ui);
  font-size: 12.5px;
  color: var(--lc-on-surface);
  background: var(--lc-surface-card);
  border: 1px solid var(--lc-card-border);
}

.lc-article__tag:hover {
  color: var(--lc-primary);
  border-color: var(--lc-primary);
}

/* Chronicle */
.lc-year-head {
  border-top: 1.5px solid var(--lc-on-surface);
  padding-top: 14px;
  margin: 2.5rem 0 0.75rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  scroll-margin-top: calc(var(--lc-header-stack) + 16px);
}

.lc-year-head:first-child {
  margin-top: 0;
}

.lc-year-head__title {
  font-family: var(--lc-font-display);
  font-size: clamp(28px, 3vw, 34px);
  font-weight: 700;
  margin: 0;
}

.lc-year-head__count {
  font-family: var(--lc-font-mono);
  font-size: 12.5px;
  color: var(--lc-on-surface-variant);
}

.lc-chronicle-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--lc-card-border);
}

/* Article prose */
.lc-article__content h2,
.lc-article__content h3,
.lc-article__content h4 {
  scroll-margin-top: calc(var(--lc-header-stack) + 16px);
}

.lc-article__content > p:first-of-type::first-letter {
  font-family: var(--lc-font-display);
  font-size: 3.1em;
  line-height: 0.82;
  float: left;
  padding: 5px 12px 0 0;
  font-weight: 700;
}

.lc-article__content h2 {
  display: flex;
  align-items: baseline;
  gap: 12px;
  border-top: 1px solid var(--lc-card-border);
  padding-top: 20px;
}

.lc-article__content h2 .lc-gk-num {
  font-size: 15px;
  width: auto;
}

.lc-finis {
  margin-top: 3.5rem;
  text-align: center;
}

.lc-finis .lc-meander-band {
  margin-bottom: 20px;
}

.lc-finis-word {
  font-family: var(--lc-font-mono);
  font-size: 12px;
  letter-spacing: 0.34em;
  color: var(--lc-on-surface-variant);
  margin: 0;
}

.lc-crumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--lc-font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--lc-on-surface-variant);
}

.lc-crumb a:hover {
  color: var(--lc-primary);
}

.lc-article > header {
  padding-block: clamp(36px, 5vw, 64px) 1.5rem;
}

.lc-article > header h1 {
  font-family: var(--lc-font-display);
  font-size: var(--lc-text-display-lg);
  line-height: 1.08;
  margin-top: 10px;
}

.lc-article > header + .py-unit-lg,
.lc-article > header + div {
  padding-top: 0.25rem;
}

.lc-toc {
  border-radius: var(--lc-radius-lg);
  background: var(--lc-surface-card);
  padding: 18px 22px 14px;
}

.lc-article__toc-sidebar .lc-toc__header {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.lc-article__toc-sidebar .lc-toc__icon {
  display: none;
}

.lc-article__toc-sidebar .lc-toc__title {
  font-family: var(--lc-font-mono);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lc-on-surface-variant);
}

.lc-article__toc-sidebar .lc-toc__list {
  margin-top: 8px;
}

.lc-article__toc-sidebar .lc-toc__sublist {
  padding-left: 0;
  margin: 0;
  border-left: 0;
}

.lc-article__toc-sidebar .lc-toc__link {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 8px 0;
  border-left: 0;
  border-top: 1px solid var(--lc-card-border);
  background: transparent;
  font-size: 14px;
  font-weight: 400;
}

.lc-article__toc-sidebar .lc-toc__item:first-child > .lc-toc__link {
  border-top: 0;
}

.lc-article__toc-sidebar .lc-toc__item--level-3 .lc-toc__link {
  padding-left: 30px;
  font-size: 13.5px;
}

.lc-article__toc-sidebar .lc-toc__link--active {
  color: var(--lc-primary);
  background: transparent;
  border-left: 0;
  font-weight: 400;
}

.lc-article__toc-sidebar .lc-toc__link:hover:not(.lc-toc__link--active) {
  background: transparent;
  color: var(--lc-primary);
}

.lc-floating-toc__inner .lc-toc__header {
  border-bottom: 0;
}

.lc-floating-toc__inner .lc-toc__sublist {
  border-left: 0;
}

.lc-floating-toc__inner .lc-toc__link {
  border-left: 0;
}

.lc-floating-toc__inner .lc-toc__link--active {
  background: transparent;
  border-left: 0;
}

.lc-adjacent-nav a,
.lc-post-nav a {
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius-lg);
  background: var(--lc-surface-card);
}

.lc-code-window,
.lc-terminal,
pre.lc-code-block,
.lc-article__content .lc-code-wrap {
  border: 1px solid var(--lc-code-border);
  border-radius: var(--lc-radius-lg);
  background: var(--lc-code-bg);
}

/* Footer */
.lc-footer {
  border-top: 0;
  margin-top: var(--lc-unit-3xl);
  background: transparent;
}

.lc-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: var(--lc-unit-2xl);
  padding-block: var(--lc-unit-2xl) var(--lc-unit-xl);
}

@media (max-width: 920px) {
  .lc-footer__grid {
    grid-template-columns: 1fr;
  }
}

.lc-footer__identity .lc-avatar,
.lc-footer__avatar,
.lc-footer__identity .lc-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.lc-footer__name {
  font-family: var(--lc-font-display);
  font-size: 20px;
  font-weight: 700;
}

.lc-footer__desc {
  margin-top: 12px;
  max-width: 40ch;
}

.lc-footer__brand .lc-footer-connect {
  margin-top: 22px;
}

.lc-footer-connect {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lc-footer-connect__link {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  line-height: 0;
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius);
  background: transparent;
}

.lc-footer-connect__link .lc-social-link__icon {
  display: grid;
  place-items: center;
  line-height: 0;
  overflow: hidden;
}

.lc-footer-connect__link svg {
  display: block;
  width: 17px;
  height: 17px;
}

.lc-hero-connect .lc-footer-connect__link .lc-social-link__icon,
.lc-hero-connect .lc-footer-connect__link svg {
  width: 18px;
  height: 18px;
}

.lc-footer-connect__link:hover {
  color: var(--lc-primary);
  border-color: var(--lc-primary);
}

.lc-footer__label {
  font-family: var(--lc-font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--lc-on-surface-variant);
}

.lc-footer__badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.375rem;
  align-items: center;
}

.lc-footer__bar {
  border-top: 1px solid var(--lc-card-border);
}

/* FABs */
.lc-floating-actions {
  right: 22px;
  bottom: 22px;
  gap: 10px;
}

.lc-back-to-top,
.lc-floating-comments,
.lc-floating-toc-group > button,
.lc-toc__toggle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--lc-card-border);
  background: var(--lc-surface-card);
  color: var(--lc-on-surface-variant);
  box-shadow: var(--lc-shadow-soft);
}

.lc-back-to-top:hover,
.lc-floating-comments:hover {
  color: var(--lc-primary);
  border-color: var(--lc-primary);
}

.lc-card--hover:hover {
  transform: none;
  box-shadow: none;
  background: var(--lc-fg-soft);
}

.lc-about-split {
  gap: 2.75rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .lc-about-split {
    column-gap: 3rem;
    row-gap: 2.75rem;
  }
}

.lc-about-stack {
  gap: 2.75rem;
  min-width: 0;
}

.lc-about-stack .lc-ink-bar {
  margin-bottom: 1.25rem;
}

.lc-about-intro {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  background: var(--lc-surface-card);
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius-lg);
  padding: 22px 24px;
}

.lc-about-intro__avatar {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid var(--lc-card-border);
  background: var(--lc-surface);
}

.lc-about-intro__avatar .lc-avatar,
.lc-about-intro__avatar img,
.lc-about-intro__avatar-img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}

.lc-about-intro__body {
  min-width: 0;
  flex: 1;
  padding-left: 0;
  border-left: 0;
}

.lc-about-intro__name {
  margin: 0;
  font-family: var(--lc-font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.lc-about-intro__desc {
  margin: 8px 0 0;
  color: var(--lc-on-surface-variant);
  font-size: 14.5px;
  line-height: 1.7;
}

.lc-about-intro__focus {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.lc-about-intro__focus .lc-tag,
.lc-about-tech .lc-tag {
  font-weight: 400;
}

.lc-about-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lc-about-tech-label {
  margin: 22px 0 10px;
}

.lc-quote-mark {
  font-family: var(--lc-font-display);
  font-size: 72px;
  line-height: 0.6;
  color: var(--lc-gold);
  opacity: 0.55;
  margin-bottom: 8px;
}

.lc-about-page .stat {
  border-top: 1.5px solid var(--lc-on-surface);
  padding-top: 14px;
}

.lc-about-page .stat .font-display,
.lc-about-page .stat [data-count-up] {
  font-size: clamp(28px, 3.2vw, 40px);
}

/* 404 */
.lc-nf-code {
  font-family: var(--lc-font-display);
  font-size: clamp(72px, 16vw, 140px);
  line-height: 0.9;
  font-weight: 700;
}

.lc-nf-code i {
  font-style: normal;
  color: var(--lc-primary);
}

/* Search overlay (⌘K) */
.lc-search-inline {
  top: 12vh;
  width: min(560px, calc(100% - 48px));
  padding: 8px 8px 12px;
  filter: none;
}

.lc-search-inline__container {
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* Guestbook 7/5 + inscription comments */
.lc-guestbook-page .lc-guestbook-layout,
.lc-guestbook-layout {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 2.75rem;
  align-items: start;
  padding-bottom: 0;
}

@media (max-width: 920px) {
  .lc-guestbook-page .lc-guestbook-layout,
  .lc-guestbook-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.lc-guestbook-feed__list.lc-row-stack,
.lc-comments-tech__list.lc-row-stack {
  gap: 0;
}

@media (min-width: 921px) {
  .lc-guestbook-form-wrap {
    position: sticky;
    top: calc(var(--lc-header-stack, 4.5rem) + 12px);
    align-self: start;
  }
}

.lc-comment-thread,
.lc-guestbook-feed__list > li {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.lc-comment-tech__body {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 16px 2px;
  border-top: 1px solid var(--lc-card-border);
}

.lc-comment-tech__body:has(> .lc-comment-tech__main) {
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
}

.lc-comment-tech__avatar-wrap,
.lc-comment-tech__avatar-wrap .lc-avatar,
.lc-comment-tech__avatar-wrap img,
.lc-comment-feed__avatar-wrap--sm,
.lc-comment-feed__avatar-wrap--sm .lc-avatar,
.lc-comment-feed__avatar-wrap--sm img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border-color: var(--lc-card-border);
  background: var(--lc-surface);
}

.lc-comment-tech--reply .lc-comment-tech__avatar-wrap,
.lc-comment-tech--reply .lc-comment-tech__avatar-wrap .lc-avatar,
.lc-comment-tech--reply .lc-comment-tech__avatar-wrap img {
  width: 32px;
  height: 32px;
}

.lc-comment-tech__main {
  min-width: 0;
  flex: 1;
}

.lc-comment-tech__header {
  display: block;
  margin-bottom: 0;
}

.lc-comment-tech__meta {
  gap: 0;
}

.lc-comment-tech__author-row,
.lc-comment-tech__info-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 10px;
}

.lc-comment-tech__author {
  font-family: var(--lc-font-ui);
  font-size: 14.5px;
  font-weight: 600;
}

.lc-comment-tech__badge {
  padding: 1px 7px;
  background: transparent;
  color: var(--lc-primary);
  border: 1px solid var(--lc-primary);
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 500;
}

.lc-comment-feed__source {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  font-family: var(--lc-font-mono);
  font-size: 11px;
  color: var(--lc-on-surface-variant);
  gap: 5px;
}

.lc-comment-feed__type,
.lc-comment-feed__source-link,
.lc-comment-feed__source-missing {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--lc-on-surface-variant);
}

.lc-comment-feed__source-link {
  border-bottom: 1px dotted var(--lc-card-border);
  max-width: 18rem;
}

.lc-comment-tech__time {
  font-size: 11.5px;
}

.lc-comment-tech__content {
  margin: 4px 0 0;
  font-size: 14.5px;
  line-height: 1.65;
}

.lc-comment-tech__content p {
  margin: 0.4rem 0 0;
}

.lc-comment-feed__actions {
  margin: 7px 0 0;
  padding: 0;
  align-self: flex-start;
}

.lc-comment-feed__reply,
.lc-comment-feed__reply-cancel {
  min-height: 0;
  padding: 2px 0;
  border: 0;
  background: transparent;
  color: var(--lc-on-surface-variant);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  border-radius: 0;
}

.lc-comment-feed__reply:hover,
.lc-comment-feed__reply-cancel:hover,
.lc-comment-feed__reply:focus-visible,
.lc-comment-feed__reply-cancel:focus-visible {
  background: transparent;
  border: 0;
  color: var(--lc-primary);
}

.lc-comment-feed__reply svg {
  width: 12px;
  height: 12px;
}

.lc-comment-thread > .lc-comment-thread__children {
  margin: 0 0 0 27px;
  padding: 0 0 6px 20px;
  border-left: 1px solid var(--lc-card-border);
  border-radius: 0;
  background: transparent;
}

.lc-comment-thread > .lc-comment-thread__children .lc-comment-tech__body {
  border-top: 0;
  padding-bottom: 8px;
}

.lc-comment-feed__reply-prefix {
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--lc-primary);
  font-weight: 500;
}

.lc-comments-tech__icon {
  display: none;
}

.lc-comments-tech__empty {
  border: 0;
  border-top: 1px solid var(--lc-card-border);
  background: transparent;
  padding: 18px 2px;
  border-radius: 0;
}

.lc-comments-tech__respond {
  margin-top: 1.5rem;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.lc-comments-tech__respond .lc-comment-form-tech:not(.lc-comment-feed__reply-form-inner),
.lc-comments-tech__respond .comment-form {
  padding: 0;
  gap: 12px;
}

.lc-comment-form-tech__input,
.lc-comment-form-tech__textarea,
.lc-comment-form-tech input[type="text"],
.lc-comment-form-tech input[type="email"],
.lc-comment-form-tech input[type="url"],
.lc-comment-form-tech textarea {
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius);
  background: var(--lc-surface);
  box-shadow: none;
  padding: 10px 14px;
}

.lc-comment-form-tech__submit,
.comment-form .submit button {
  border-radius: var(--lc-radius);
  background: var(--lc-primary);
  box-shadow: none;
  font-weight: 500;
}

.lc-comment-form-tech__submit:hover,
.comment-form .submit button:hover {
  transform: none;
  box-shadow: none;
}

.lc-comment-feed__reply-form {
  margin: 8px 0 10px;
  padding: 14px;
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius);
  background: var(--lc-surface);
}

/* Friend links rows */
.lc-friend-links-rules {
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 2rem;
  border-radius: 0;
}

.lc-friend-link-card {
  background: var(--lc-surface-card);
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius-lg);
}

.lc-friend-link-card:hover {
  border-color: var(--lc-primary);
  transform: none;
  box-shadow: none;
}

.lc-friend-link-card__icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius);
  background: var(--lc-surface);
}

.lc-friend-link-card__name {
  font-family: var(--lc-font-display);
  font-weight: 700;
}

/* Contact rows */
.lc-contact-card {
  background: var(--lc-surface-card);
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius-lg);
  box-shadow: none;
  transform: none;
}

.lc-contact-card:hover {
  border-color: var(--lc-primary);
  transform: none;
  box-shadow: none;
}

.lc-contact-card__icon {
  width: 38px;
  height: 38px;
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius);
  background: transparent;
  color: var(--lc-on-surface-variant);
}

.lc-contact-card:hover .lc-contact-card__icon {
  color: var(--lc-primary);
  border-color: var(--lc-primary);
  background: transparent;
}

.lc-contact-card__type {
  font-family: var(--lc-font-mono);
  letter-spacing: 0.08em;
  color: var(--lc-on-surface-variant);
}

/* Project detail */
.lc-project-single__logo {
  width: 72px;
  height: 72px;
  border: 1px solid var(--lc-card-border);
  background: var(--lc-surface-card);
}

.lc-project-gallery-grid {
  column-count: 2;
}

@media (max-width: 640px) {
  .lc-project-gallery-grid {
    column-count: 1;
  }
}

.lc-project-card__chip {
  border: 1px solid var(--lc-card-border);
  border-radius: 999px;
  background: transparent;
  color: var(--lc-on-surface-variant);
  font-size: 12px;
  padding: 2px 8px;
}

/* About cards + stats */
.lc-about-github__card,
.lc-chart-wrap {
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius-lg);
  background: var(--lc-surface-card);
}

.lc-chart-wrap {
  padding: 12px;
}

.stat .font-display,
.stat [data-count-up] {
  font-family: var(--lc-font-display);
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1;
  font-weight: 700;
}

.lc-page-header__filters {
  display: block;
}

.lc-articles-archive,
.lc-projects-archive,
.lc-content-page,
.lc-guestbook-page,
.lc-contact-page,
.lc-about-page,
.lc-404-page,
.lc-friend-links-page {
  padding-bottom: clamp(48px, 8vw, 88px);
}

.lc-front-page {
  padding-bottom: clamp(48px, 8vw, 72px);
}

.lc-home-split,
.lc-posts-split {
  gap: 2.75rem;
}

@media (min-width: 1024px) {
  .lc-home-split {
    column-gap: 3rem;
    row-gap: 2.75rem;
  }
}

.lc-home-split__aside {
  gap: 3.5rem;
}

.lc-aside-block {
  border-top: 1.5px solid var(--lc-on-surface);
  padding-top: 14px;
}

.lc-aside-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.lc-aside-head__meta {
  font-family: var(--lc-font-mono);
  font-size: 11px;
  color: var(--lc-on-surface-variant);
}

.lc-facepile-block {
  gap: 0;
}

/* Pagination */
.lc-pagination .page-numbers {
  min-width: 36px;
  height: 36px;
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius);
  background: transparent;
}

.lc-pagination .page-numbers.current {
  color: var(--lc-on-primary);
  background: var(--lc-primary);
  border-color: var(--lc-primary);
}

.lc-dialog,
.lc-dialog__panel,
.lc-friend-links-dialog {
  border: 1px solid var(--lc-card-border);
  border-radius: var(--lc-radius-lg);
  background: var(--lc-surface-card);
  box-shadow: var(--lc-shadow-soft);
}

.lc-skip-link {
  border-radius: var(--lc-radius);
}

@media (prefers-reduced-motion: reduce) {
  .lc-hero__cue svg,
  .lc-facepile__item,
  .lc-hero-connect .lc-footer-connect__link {
    transform: none;
    animation: none;
  }
}
