:root {
  --asphalt: #0b0d0c;
  --workshop: #171a18;
  --concrete: #262a27;
  --paper: #f4f2ea;
  --muted: #b9bcb6;
  --phosphor: #a8ff3e;
  --phosphor-dark: #7bc91f;
  --warning: #ffb547;
  --danger: #ff7168;
  --line: rgba(244, 242, 234, 0.16);
  --shell: min(92vw, 1440px);
  --narrow: min(92vw, 820px);
  --radius-s: 0.5rem;
  --radius-m: 1rem;
  --radius-l: 1.5rem;
  --focus: 0 0 0 3px var(--asphalt), 0 0 0 6px var(--phosphor);
  --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --evidence: ui-monospace, "SFMono-Regular", Consolas, monospace;
}

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

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 0.5rem;
  left: 0.5rem;
  width: auto;
  height: auto;
  clip: auto;
  clip-path: none;
  background: var(--paper);
  color: var(--asphalt);
  padding: 0.75rem 1rem;
}

body {
  margin: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    var(--asphalt);
  background-size: 28px 28px;
  color: var(--paper);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: var(--phosphor);
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--paper);
}

:focus-visible {
  border-radius: 0.15rem;
  box-shadow: var(--focus);
  outline: 0;
}

::selection {
  background: var(--phosphor);
  color: var(--asphalt);
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.55em;
  color: var(--paper);
  font-family: var(--display);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.85rem, 7.2vw, 7.25rem);
}

h2 {
  font-size: clamp(2.1rem, 4.2vw, 4.35rem);
}

h3 {
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
}

p,
ul,
ol {
  margin-block: 0 1rem;
}

.site-shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-main {
  min-height: 55vh;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.75rem 1rem;
  transform: translateY(-160%);
  background: var(--phosphor);
  color: var(--asphalt);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.age-strip {
  border-bottom: 1px solid var(--line);
  background: var(--concrete);
  color: var(--paper);
  font-family: var(--evidence);
  font-size: 0.72rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.age-strip__inner {
  display: flex;
  min-height: 2.45rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  text-align: center;
}

.age-strip__inner > span {
  color: var(--warning);
  font-weight: 900;
}

.site-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 13, 12, 0.96);
}

.site-header__row {
  display: grid;
  min-height: 7.1rem;
  grid-template-columns: minmax(190px, 280px) minmax(260px, 1fr) auto;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 3.5rem);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--paper);
  text-decoration: none;
}

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

.brand-mark .custom-logo-link {
  display: block;
}

.brand-mark .custom-logo {
  width: auto;
  max-height: 4.35rem;
}

.brand-mark__glyph {
  display: grid;
  width: 3.4rem;
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid var(--phosphor);
  background:
    linear-gradient(135deg, transparent 46%, var(--phosphor) 47% 53%, transparent 54%),
    var(--workshop);
  color: var(--paper);
  font-family: var(--evidence);
  font-size: 0.95rem;
  font-weight: 900;
  transform: rotate(-3deg);
}

.brand-mark__text {
  display: grid;
  gap: 0.05rem;
}

.brand-mark__text strong {
  color: var(--phosphor);
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
}

.brand-mark__text small {
  color: var(--muted);
  font-family: var(--evidence);
  font-size: 0.62rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.header-search form,
.woocommerce-product-search {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0;
}

.header-search input[type="search"],
.woocommerce-product-search .search-field {
  width: 100%;
  min-height: 3.25rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--workshop);
  color: var(--paper);
  padding: 0.75rem 7rem 0.75rem 1.15rem;
}

.header-search input::placeholder {
  color: #9da29b;
  opacity: 1;
}

.header-search button,
.woocommerce-product-search button {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  min-height: 2.75rem;
  border: 0;
  border-radius: 999px;
  background: var(--phosphor);
  color: var(--asphalt);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 900;
  padding-inline: 1rem;
}

.header-actions {
  display: flex;
  align-items: stretch;
}

.header-action {
  display: grid;
  min-width: 6rem;
  min-height: 4rem;
  place-items: center;
  gap: 0.15rem;
  border-left: 1px solid var(--line);
  color: var(--paper);
  font-size: 0.76rem;
  font-weight: 750;
  text-decoration: none;
}

.header-action svg,
.icon-button svg,
.mobile-dock svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.header-action:hover {
  color: var(--phosphor);
}

.header-action--cart {
  border-right: 1px solid var(--line);
}

.icon-button {
  display: inline-grid;
  width: 2.8rem;
  min-width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--workshop);
  color: var(--paper);
  cursor: pointer;
}

.icon-button:hover {
  border-color: var(--phosphor);
  color: var(--phosphor);
}

.menu-toggle,
.header-search--mobile {
  display: none;
}

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

.desktop-nav__list,
.desktop-nav__list ul,
.drawer-nav,
.drawer-nav ul,
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav__list {
  display: flex;
  min-height: 3.6rem;
  align-items: center;
  gap: 0.2rem;
}

.desktop-nav__list > li {
  position: relative;
}

.desktop-nav__list a {
  display: flex;
  min-height: 2.7rem;
  align-items: center;
  border-radius: 999px;
  color: var(--paper);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.55rem 1rem;
  text-decoration: none;
}

.desktop-nav__list a:hover,
.desktop-nav__list a:focus-visible,
.desktop-nav__list .current-menu-item > a {
  background: var(--phosphor);
  color: var(--asphalt);
}

.desktop-nav__list .sub-menu {
  position: absolute;
  z-index: 90;
  top: calc(100% - 0.1rem);
  left: 0;
  width: min(20rem, 80vw);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  background: var(--workshop);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.36);
  opacity: 0;
  padding: 0.55rem;
  pointer-events: none;
  transform: translateY(0.45rem);
  transition: opacity 150ms ease, transform 150ms ease;
}

.desktop-nav__list .sub-menu::before {
  position: absolute;
  top: -0.65rem;
  right: 0;
  left: 0;
  height: 0.8rem;
  content: "";
}

.desktop-nav__list li:hover > .sub-menu,
.desktop-nav__list li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.desktop-nav__list .sub-menu a {
  border-radius: var(--radius-s);
}

.drawer-scrim {
  position: fixed;
  z-index: 190;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
}

.site-drawer {
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: min(88vw, 25rem);
  flex-direction: column;
  border-right: 1px solid var(--line);
  background: var(--workshop);
  box-shadow: 1.5rem 0 4rem rgba(0, 0, 0, 0.45);
  padding: 1.1rem;
  transform: translateX(-105%);
  transition: transform 180ms ease;
  visibility: hidden;
}

.site-drawer[data-open="true"] {
  transform: translateX(0);
  visibility: visible;
}

.site-drawer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1rem;
}

.site-drawer__top strong {
  font-family: var(--display);
  font-size: 1.8rem;
}

.drawer-nav {
  flex: 1;
  overflow-y: auto;
  padding-block: 1rem;
}

.drawer-nav a {
  display: flex;
  min-height: 3rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: var(--paper);
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
}

.drawer-nav .sub-menu {
  border-left: 2px solid var(--phosphor);
  margin: 0.2rem 0 0.75rem 0.4rem;
  padding-left: 0.85rem;
}

.drawer-nav .sub-menu a {
  min-height: 2.6rem;
  border: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-drawer__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

.site-drawer__actions a {
  display: grid;
  min-height: 3rem;
  place-items: center;
  border-radius: var(--radius-s);
  background: var(--phosphor);
  color: var(--asphalt);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 0.55rem;
  text-align: center;
  text-decoration: none;
}

.home-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding-block: clamp(3.5rem, 8vw, 8rem);
}

.home-hero::before {
  position: absolute;
  top: -35%;
  right: -12%;
  width: min(58vw, 58rem);
  aspect-ratio: 1;
  border: clamp(2rem, 6vw, 6rem) solid rgba(168, 255, 62, 0.055);
  content: "";
  transform: rotate(18deg);
}

.home-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(21rem, 0.75fr);
  align-items: end;
  gap: clamp(2.5rem, 7vw, 7rem);
}

.home-hero h1 {
  max-width: 11ch;
  text-transform: uppercase;
}

.home-hero h1::first-line {
  color: var(--phosphor);
}

.home-hero__lead {
  max-width: 44rem;
  color: #d8d9d4;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.eyebrow {
  color: var(--phosphor);
  font-family: var(--evidence);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button,
button.button,
input[type="submit"] {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius-s);
  cursor: pointer;
  font-weight: 900;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
}

.button--primary {
  background: var(--phosphor);
  color: var(--asphalt);
}

.button--primary:hover {
  background: var(--paper);
  color: var(--asphalt);
}

.button--ghost {
  border-color: var(--line);
  background: var(--workshop);
  color: var(--paper);
}

.button--ghost:hover {
  border-color: var(--phosphor);
  color: var(--phosphor);
}

.proof-panel {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background:
    linear-gradient(125deg, rgba(168, 255, 62, 0.06), transparent 42%),
    var(--workshop);
  overflow: hidden;
}

.proof-panel::after {
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 7rem;
  height: 7rem;
  border: 1px solid var(--phosphor);
  content: "";
  transform: rotate(18deg);
}

.proof-panel__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-family: var(--evidence);
  padding: 1rem 1.2rem;
  text-transform: uppercase;
}

.proof-panel__heading span {
  color: var(--muted);
  font-size: 0.68rem;
}

.proof-panel__heading strong {
  color: var(--phosphor);
  font-size: 0.75rem;
}

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

.proof-rail li {
  display: grid;
  grid-template-columns: 2.2rem 1fr auto;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid var(--line);
  padding: 1.1rem 1.2rem;
}

.proof-rail li:last-child {
  border: 0;
}

.proof-rail span {
  color: var(--warning);
  font-family: var(--evidence);
  font-size: 0.72rem;
}

.proof-rail strong {
  font-size: 0.95rem;
}

.proof-rail small {
  border: 1px solid rgba(255, 181, 71, 0.45);
  border-radius: 999px;
  color: var(--warning);
  font-family: var(--evidence);
  font-size: 0.58rem;
  padding: 0.25rem 0.45rem;
  text-transform: uppercase;
}

.home-section {
  border-bottom: 1px solid var(--line);
  padding-block: clamp(3.5rem, 7vw, 7rem);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 28rem);
  align-items: end;
  gap: 2rem;
  margin-bottom: 2rem;
}

.section-heading > p {
  color: var(--muted);
}

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

.category-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  background: var(--workshop);
  overflow: hidden;
}

.category-card a {
  display: block;
  color: var(--paper);
  text-decoration: none;
}

.category-card__media {
  position: relative;
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(168, 255, 62, 0.08) 49% 51%, transparent 52%),
    var(--asphalt);
  overflow: hidden;
}

.category-card__media::before {
  width: 40%;
  aspect-ratio: 1;
  border: 1px solid rgba(168, 255, 62, 0.35);
  content: "";
  transform: rotate(45deg);
}

.category-card__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  transition: transform 220ms ease;
}

.category-card__body {
  min-height: 8.75rem;
  padding: 1.25rem;
}

.category-card__body h3 {
  color: var(--phosphor);
}

.category-card__body span {
  color: var(--muted);
  font-family: var(--evidence);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.category-card:hover {
  border-color: rgba(168, 255, 62, 0.6);
}

.category-card:focus-within,
.post-card:focus-within {
  border-color: var(--phosphor);
  outline: 3px solid var(--phosphor);
  outline-offset: -3px;
}

.category-card:hover img {
  transform: scale(1.025);
}

.catalog-empty {
  position: relative;
  border: 1px dashed rgba(168, 255, 62, 0.4);
  border-radius: var(--radius-l);
  background: var(--workshop);
  padding: clamp(1.5rem, 5vw, 4rem);
  overflow: hidden;
}

.catalog-empty::after {
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  color: rgba(168, 255, 62, 0.055);
  content: "00";
  font-family: var(--display);
  font-size: 18rem;
  font-weight: 900;
  line-height: 1;
}

.catalog-empty > * {
  position: relative;
  z-index: 1;
  max-width: 46rem;
}

.catalog-empty__code {
  color: var(--warning);
  font-family: var(--evidence);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.home-section--split {
  background: var(--workshop);
}

.split-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 8vw, 8rem);
}

.content-flow {
  color: #d6d8d2;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
}

.text-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  font-weight: 900;
}

.page-shell {
  padding-block: clamp(3rem, 7vw, 7rem);
}

.entry-header {
  width: min(100%, 68rem);
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.entry-header h1 {
  color: var(--phosphor);
}

.prose {
  width: 100%;
  color: #d9dad5;
}

.prose > * {
  width: min(100%, 78ch);
  margin-inline: auto;
}

.prose > .alignwide {
  width: min(100%, 1120px);
}

.prose > .alignfull {
  width: 100%;
}

.prose h2,
.prose h3,
.prose h4 {
  margin-top: 1.8em;
  color: var(--phosphor);
}

.prose a {
  font-weight: 750;
}

.prose table {
  width: 100%;
  border-collapse: collapse;
}

.prose th,
.prose td {
  border-bottom: 1px solid var(--line);
  padding: 0.75rem;
  text-align: left;
}

.prose blockquote {
  border-left: 0.25rem solid var(--phosphor);
  color: var(--paper);
  margin-block: 2rem;
  padding: 1rem 1.25rem;
}

.editorial-section {
  padding-block: clamp(1.5rem, 4vw, 3rem);
}

.editorial-section + .editorial-section {
  border-top: 1px solid var(--line);
}

.editorial-section--notice,
.content-notice {
  border: 1px solid rgba(255, 181, 71, 0.45);
  border-radius: var(--radius-m);
  background: rgba(255, 181, 71, 0.055);
  padding: clamp(1.25rem, 4vw, 2.25rem);
}

.numbered-method {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
  list-style-position: inside;
}

.numbered-method li {
  min-width: 0;
  background: var(--workshop);
  padding: clamp(1rem, 3vw, 1.5rem);
}

.definition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.definition-grid > div {
  min-width: 0;
  background: var(--workshop);
  padding: clamp(1rem, 3vw, 1.5rem);
}

.definition-grid dt {
  color: var(--phosphor);
  font-family: var(--evidence);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.definition-grid dd {
  margin: 0.5rem 0 0;
}

.prose details {
  border-top: 1px solid var(--line);
  margin-bottom: 0;
}

.prose details:last-of-type {
  border-bottom: 1px solid var(--line);
}

.prose summary {
  min-height: 3.25rem;
  cursor: pointer;
  color: var(--paper);
  font-weight: 850;
  padding-block: 0.8rem;
}

.prose details[open] summary {
  color: var(--phosphor);
}

.prose details > p {
  padding: 0 1rem 1rem;
}

.entry-hero {
  width: 100%;
  border-radius: var(--radius-l);
  margin-bottom: 2rem;
}

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

.post-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  background: var(--workshop);
  overflow: hidden;
}

.post-card a {
  display: block;
  color: var(--paper);
  text-decoration: none;
}

.post-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.post-card__body {
  padding: 1.2rem;
}

.post-card time {
  color: var(--muted);
  font-family: var(--evidence);
  font-size: 0.68rem;
}

.post-card h2 {
  margin-top: 0.45rem;
  color: var(--phosphor);
  font-size: 1.75rem;
}

.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  border-top: 1px solid var(--line);
  margin-top: 4rem;
  padding-top: 1.5rem;
}

.post-navigation a {
  display: flex;
  min-height: 3rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-s);
  color: var(--paper);
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.post-navigation a:last-child {
  justify-content: flex-end;
  text-align: right;
}

.error-page {
  display: grid;
  min-height: 60vh;
  align-content: center;
  justify-items: start;
  padding-block: 4rem;
}

.error-page h1 {
  max-width: 12ch;
  color: var(--phosphor);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--workshop);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(18rem, 1.4fr) repeat(3, minmax(10rem, 0.7fr));
  gap: clamp(2rem, 5vw, 5rem);
  padding-block: clamp(3rem, 6vw, 5rem);
}

.site-footer h2 {
  color: var(--phosphor);
  font-family: var(--evidence);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__brand p {
  max-width: 36rem;
  color: var(--muted);
  margin-top: 1.25rem;
}

.brand-mark--footer .brand-mark__glyph {
  width: 2.8rem;
}

.footer-nav {
  display: grid;
  gap: 0.55rem;
}

.footer-nav a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--muted);
  text-decoration: none;
}

.footer-nav a:hover {
  color: var(--paper);
}

.site-footer__proof ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__proof li {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--evidence);
  font-size: 0.72rem;
  padding-block: 0.45rem;
}

.site-footer__proof li::before {
  color: var(--warning);
  content: "□";
  margin-right: 0.45rem;
}

.site-footer__bottom {
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
}

.site-footer__bottom p {
  margin: 0;
}

.mobile-dock {
  display: none;
}

@media (max-width: 1020px) {
  .site-header__row {
    min-height: 5.5rem;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .header-search,
  .desktop-nav,
  .header-action span {
    display: none;
  }

  .header-search--mobile {
    display: block;
    padding-bottom: 1rem;
  }

  .header-search--mobile form {
    display: flex;
  }

  .brand-mark {
    justify-self: center;
  }

  .brand-mark__text small {
    display: none;
  }

  .header-actions {
    justify-self: end;
  }

  .header-action {
    display: grid;
    min-width: 2.8rem;
    min-height: 2.8rem;
    border: 0;
  }

  .header-action:first-child {
    display: none;
  }

  .home-hero__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .proof-panel {
    width: min(100%, 42rem);
  }

  .category-grid,
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .site-footer__proof {
    display: none;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: calc(4.35rem + env(safe-area-inset-bottom));
  }

  h1 {
    font-size: clamp(2.65rem, 14vw, 4.4rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .age-strip__inner {
    min-height: 3.2rem;
    align-items: flex-start;
    line-height: 1.35;
    padding-block: 0.55rem;
  }

  .brand-mark__glyph {
    width: 2.65rem;
  }

  .brand-mark__text strong {
    font-size: 1.45rem;
  }

  .home-hero {
    padding-block: 3.35rem;
  }

  .home-hero__lead {
    font-size: 1.04rem;
  }

  .button-row {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .proof-rail li {
    grid-template-columns: 1.75rem minmax(0, 1fr);
    padding-inline: 0.9rem;
  }

  .proof-rail small {
    grid-column: 2;
    justify-self: start;
  }

  .section-heading,
  .split-panel {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 0.5rem;
  }

  .category-card__body {
    min-height: 7.5rem;
    padding: 0.95rem;
  }

  .category-card__body h3 {
    font-size: clamp(1.15rem, 5vw, 1.55rem);
  }

  .numbered-method,
  .definition-grid {
    grid-template-columns: 1fr;
  }

  .catalog-empty::after {
    font-size: 10rem;
  }

  .page-shell {
    padding-block: 2.75rem;
  }

  .post-navigation {
    grid-template-columns: 1fr;
  }

  .post-navigation a:last-child {
    justify-content: flex-start;
    text-align: left;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 2.5rem;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }

  .site-footer__bottom {
    display: grid;
    min-height: auto;
    padding-block: 1.25rem;
  }

  .mobile-dock {
    position: fixed;
    z-index: 150;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: calc(4.2rem + env(safe-area-inset-bottom));
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--line);
    background: rgba(11, 13, 12, 0.98);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .mobile-dock a,
  .mobile-dock button {
    display: grid;
    min-width: 0;
    place-content: center;
    justify-items: center;
    gap: 0.1rem;
    border: 0;
    background: transparent;
    color: var(--paper);
    cursor: pointer;
    font-family: var(--body);
    font-size: 0.62rem;
    line-height: 1.2;
    text-decoration: none;
  }

  .mobile-dock svg {
    width: 1.35rem;
    height: 1.35rem;
  }

  .mobile-dock [aria-expanded="true"] {
    color: var(--phosphor);
  }
}

@media (max-width: 350px) {
  .site-shell {
    width: 94vw;
  }

  .brand-mark__text {
    display: none;
  }

  .category-grid,
  .post-grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__brand {
    grid-column: auto;
  }
}

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

@media (forced-colors: active) {
  :focus-visible,
  .category-card:focus-within,
  .post-card:focus-within {
    outline: 3px solid CanvasText;
    outline-offset: 2px;
  }
}

@media print {
  .age-strip,
  .site-header,
  .site-drawer,
  .drawer-scrim,
  .mobile-dock,
  .site-footer {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }
}
