:root {
  --ink: #151312;
  --paper: #e8e0d0;
  --mute: #9a9084;
  --line: rgba(232, 224, 208, 0.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font: 18px/1.55 "Helvetica Neue", ui-sans-serif, sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
}
a { color: var(--paper); }
a:hover { color: #fff; }
img { max-width: 100%; height: auto; display: block; background: #000; }
.top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.2rem 0.4rem;
}
.top a { text-decoration: none; }
.mark {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
nav {
  display: flex;
  gap: 0.9rem 1.1rem;
  flex-wrap: wrap;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
nav a { color: var(--mute); }
nav a[aria-current="page"] { color: var(--paper); }
.hero {
  margin: 0 0 2.4rem;
  background: #000;
}
.hero-frame { position: relative; }
.hero-text {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 2.6rem clamp(1.2rem, 6vw, 5rem) 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0));
}
.hero .band {
  margin: 0;
  text-align: center;
  padding: 0.95rem clamp(1.2rem, 6vw, 5rem) 0.85rem;
  background: #000;
  border-top: 1px solid #1c1c1c;
  color: var(--paper);
  font-size: clamp(0.8rem, 1.2vw, 0.95rem);
}
.vh { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.tagline {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: clamp(0.9rem, 1.6vw, 1.15rem);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 0.6rem;
}
.hero-lede {
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: clamp(1.4rem, 3.2vw, 2.4rem);
  line-height: 1.2;
  margin: 0 0 0.6rem;
  max-width: 30ch;
}
.hero-sub {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  margin: 0;
  color: var(--mute);
}
.hero-sub a { color: var(--paper); }
main.home { width: min(94rem, calc(100% - 4rem)); }
main.home .films .thumbs { grid-template-columns: repeat(3, 1fr); }
main.home .films p, main.home .burlap p, main.home .earlier p { max-width: 42rem; }
/* Burlap beside its screenshot, then Earlier beside the Continuum photograph, the picture swapping sides. */
main.home section.row3 { margin-bottom: 3.6rem; }
main.home .row3 .kicker { margin-top: 0.15rem; }
/* .pic-left keeps the copy first in the source (label, copy, picture on a phone) and moves the picture left on a wide screen. */
.row3.pic-left > .w1 { order: -1; }
figure.portrait { max-width: 42rem; margin: 1.4rem 0 2.4rem; }
@media (max-width: 719px) {
  .hero-text { position: static; background: none; padding: 1rem 1rem 0; }
  .hero img { max-height: 60svh; }
  main.home { width: calc(100% - 2rem); }
  main.home .films .thumbs { grid-template-columns: 1fr 1fr; }
}
.hero img {
  width: 100%;
  max-height: 78svh;
  object-fit: cover;
  object-position: center 30%;
}
main {
  width: min(52rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.2rem 0 4rem;
}
.page { padding-top: 1.6rem; }
.breadcrumbs {
  margin: 0 0 2.4rem;
  color: var(--mute);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.breadcrumbs a { color: var(--mute); }
.story .lede, .directory .lede {
  max-width: 40rem;
  margin-bottom: 3.2rem;
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: clamp(1.2rem, 3.5vw, 1.65rem);
  line-height: 1.42;
}
.story section {
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}
.story section h2 { font-size: 1.35rem; }
.story section > blockquote, .story .w2 > blockquote {
  margin: 0 0 1rem;
  padding: 0 0 0 1rem;
  border-left: 2px solid var(--line);
  max-width: 42rem;
}
/* A letter or eulogy runs as one centered, continuous piece: no bands, no subheads. */
.story section.piece { padding: 2.6rem 0 1.2rem; }
.story .piece .letter { max-width: 40rem; margin: 0 auto; font-family: Georgia, "Iowan Old Style", serif; font-size: 1.12rem; line-height: 1.6; }
.story .piece .letter p { max-width: none; }
.story .piece .letter .when { margin-bottom: 1.8rem; font-family: inherit; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mute); }
.story .piece .source-note { max-width: 40rem; margin-left: auto; margin-right: auto; }
/* An unfilled hole is nothing on the public page. The dev server fills it with its prompt. */
.hole:empty { display: none; }
section.thoughts:has(> .hole:empty) { display: none; }

.source-note {
  margin-top: 1.8rem;
  color: var(--mute);
  font-size: 0.82rem;
}
.story-list { list-style: none; margin: 0; padding: 0; }
.story-list li { margin: 0; border-top: 1px solid var(--line); }
.story-list a { display: block; padding: 1.25rem 0; text-decoration: none; }
.story-list strong { display: block; margin-bottom: 0.25rem; font-weight: 500; }
.story-list span { display: block; color: var(--mute); }
.story-list .sub { margin: -0.6rem 0 0; padding: 0 0 1.25rem; color: var(--mute); }
.story-list .sub a { display: inline; padding: 0; text-decoration: underline; }
.cards { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 2.2rem; }
.cards li { margin: 0; border-top: 1px solid var(--line); padding: 1.1rem 0 0; }
.cards a { display: block; text-decoration: none; }
.cards img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; margin: 0 0 0.85rem; background: #000; }
.cards strong { display: block; margin-bottom: 0.3rem; font-weight: 500; font-size: 1.15rem; }
.cards span { display: block; color: var(--mute); line-height: 1.5; }
.cards .sub { margin: 0.5rem 0 0; color: var(--mute); font-size: 0.92rem; }
.cards .sub a { display: inline; text-decoration: underline; }
main.directory { width: min(94rem, calc(100% - 4rem)); }
.cards.people { align-items: start; }
.cards.people li { display: flex; flex-direction: column; }
.cards.people a { display: flex; flex-direction: column; height: 100%; }
.cards.people img { aspect-ratio: 1 / 1; object-position: 50% 22%; }
.cards img.pos-l { object-position: 12% 50%; }
.cards img.pos-r { object-position: 88% 50%; }
.cards img.pos-c { object-position: 50% 50%; }
.directory h2.group { margin: 3rem 0 1.1rem; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute); }
.directory h2.group:first-of-type { margin-top: 2rem; }
@media (min-width: 1200px) { .cards { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 719px) { .cards { grid-template-columns: 1fr; } main.directory { width: calc(100% - 2rem); } }
section { margin: 0 0 3.4rem; }
h1, h2, h3 {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.15;
}
h1 { font-size: clamp(1.8rem, 5vw, 2.6rem); margin: 0 0 1rem; }
h2 { font-size: 1.2rem; margin: 0 0 0.9rem; }
h3 { font-size: 1rem; margin: 1.4rem 0 0.5rem; }
.kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
}
.lede { font-size: 1.15rem; }
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1rem; padding: 0 0 0 1.15rem; }
li { margin: 0 0 0.4rem; }
.photos {
  display: grid;
  gap: 0.5rem;
  margin: 0 0 3.4rem;
}
@media (min-width: 720px) {
  .photos { grid-template-columns: 1fr 1fr; }
  .photos .wide { grid-column: 1 / -1; }
}
.photos figcaption, figcaption {
  margin: 0.4rem 0 0;
  color: var(--mute);
  font-size: 0.8rem;
}
.links { display: flex; flex-wrap: wrap; gap: 0.5rem 1.1rem; }
.now article {
  padding: 0 0 2.2rem;
  margin: 0 0 2.2rem;
  border-bottom: 1px solid var(--line);
}
.now article:last-child { border-bottom: 0; margin-bottom: 0; }
.now .shot { margin: 0.8rem 0 1rem; }
.works { list-style: none; margin: 0 0 1rem; padding: 0; }
.works li { margin: 0 0 0.35rem; }
.links a { text-underline-offset: 0.18em; }
.press, .dates, .devices { list-style: none; margin: 0; padding: 0; }
.press li, .dates li, .device {
  padding: 1.1rem 0;
  border-top: 1px solid var(--line);
}
.press blockquote, .essay blockquote, blockquote.pull {
  margin: 0 0 0.45rem;
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: 1.12rem;
  line-height: 1.4;
}
cite {
  display: block;
  font-style: normal;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
}
.meta, .tag {
  color: var(--mute);
  font-size: 0.8rem;
}
.tag {
  display: inline-block;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.68rem;
}
.essay p, .story p, .story li { max-width: 42rem; }
.frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  margin: 1.2rem 0;
}
.frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.graph {
  width: min(44rem, calc(100% - 2.4rem));
  margin: 0 auto 3rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}
.graph h2 {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
}
.graph dl { margin: 0; }
.graph dt {
  margin: 0.85rem 0 0.15rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
}
.graph dd { margin: 0; }
footer {
  padding: 1.5rem 1.2rem 3rem;
  text-align: center;
  color: var(--mute);
  font-size: 0.85rem;
}
footer p { margin: 0 0 0.4rem; }
footer .host {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.essay h2 { margin-top: 2.6rem; }
.essay hr { border: 0; border-top: 1px solid var(--line); margin: 2.4rem 0; }
.essay code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.86em;
}
.essay pre {
  overflow-x: auto;
  margin: 0 0 1.2rem;
  padding: 0.9rem 1rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--line);
  font-size: 0.8rem;
  line-height: 1.45;
}
.essay pre code { font-size: inherit; }
.essay table {
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  margin: 0 0 1.2rem;
  font-size: 0.85rem;
}
.essay th, .essay td {
  padding: 0.35rem 1rem 0.35rem 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  white-space: nowrap;
}
.essay th { font-weight: 500; }
.arch { max-width: 460px; margin: 1.6rem auto 0.6rem; }
.arch svg { display: block; width: 100%; height: auto; color: var(--paper); overflow: visible; }
.arch text { fill: currentColor; font-size: 12px; font-family: "Helvetica Neue", ui-sans-serif, sans-serif; }
.arch .sub { font-size: 10px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; fill-opacity: 0.8; }
.arch .lab { font-size: 10.5px; fill: var(--mute); }
.arch .band { font-size: 10px; letter-spacing: 0.16em; fill: var(--mute); }
.arch .edge { stroke: currentColor; stroke-opacity: 0.6; stroke-width: 1.2; }
.arch .dash { stroke-dasharray: 3 3; }
.arch .divider { stroke: var(--mute); stroke-dasharray: 6 5; stroke-width: 1; }
.arch .box { fill: rgba(232, 224, 208, 0.04); stroke: currentColor; stroke-opacity: 0.45; stroke-width: 1.2; }
.arch .inner { fill: none; stroke: currentColor; stroke-opacity: 0.3; }
.arch .node { cursor: pointer; outline: none; }
.arch .node:hover .box, .arch .node:focus-visible .box { stroke-opacity: 1; }
.arch .node.sel .box { stroke: #d9a441; stroke-opacity: 1; fill: rgba(217, 164, 65, 0.14); }
.arch figcaption { text-align: center; }
.arch-detail {
  max-width: 460px;
  margin: 0 auto 2.4rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  min-height: 9rem;
}
.arch-detail .kicker { color: #d9a441; }
.arch-detail p { margin-bottom: 0.5rem; }
/* Machine · Dream · Message: the site's index, folded. The band under the hero says the words,
   so there is no heading; each word is a drawer, one open at a time where the browser supports it.
   On a wide screen the three sit side by side and each opens in its own column while the other two
   keep their rules in place: the dividers belong to the label row and each drawer carries its own
   bottom rule (Sarth chose this over one strip with two pluses, 24 Sep 2026). Stacked on a phone. */
.facets { margin: 0 auto 3.8rem; text-align: center; }
.facet { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facet summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 0.95rem 2.6rem;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: clamp(0.8rem, 1.2vw, 0.95rem);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.facet summary::-webkit-details-marker { display: none; }
.facet summary:hover, .facet[open] summary { color: #fff; }
.facet .count { margin-left: 0.9em; color: var(--mute); font-weight: 300; letter-spacing: 0.06em; }
.facet summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--mute);
  font-weight: 300;
  letter-spacing: 0;
}
.facet[open] summary::after { content: "\2212"; }
.facet p { margin: 0 auto; padding: 0.15rem 1rem 1.4rem; max-width: 52rem; line-height: 1.8; }
.facet a { color: var(--paper); }
@media (max-width: 999px) {
  .facets { width: min(58rem, 100%); }
  .facet + .facet { border-top: 0; }
}
@media (min-width: 1000px) {
  .facets { display: grid; grid-template-columns: repeat(3, 1fr); align-items: start; }
  .facet + .facet summary { border-left: 1px solid var(--line); }
  .facet p { max-width: none; padding: 0.15rem 1.4rem 1.4rem; }
}
.facet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem 2rem; }
.facet-grid h3 {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
}
.facet-grid p { margin: 0; line-height: 1.7; }
.facet-grid a { color: var(--paper); }
@media (max-width: 719px) { .facet-grid { grid-template-columns: 1fr; } }
.menu-toggle, .menu-button { display: none; }
@media (max-width: 719px) {
  body { font-size: 16px; }
  .top { flex-wrap: wrap; align-items: baseline; gap: 0.6rem 1rem; }
  .menu-button {
    display: block;
    margin-left: auto;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mute);
    cursor: pointer;
  }
  .menu-toggle:checked + .menu-button { color: var(--paper); }
  .top nav { display: none; width: 100%; flex-direction: column; gap: 0.75rem; padding: 0.7rem 0 0.4rem; }
  .menu-toggle:checked ~ nav { display: flex; }
}

.authors-note {
  margin: -0.4rem 0 1.6rem;
  padding: 0.6rem 0.9rem;
  border-left: 2px solid rgba(128,128,128,0.35);
  font-size: 0.92rem;
  line-height: 1.5;
  opacity: 0.85;
}
.authors-note em { font-style: italic; }

/* --- three-column rows ---------------------------------------------------
   A .row3 is one band of the page. It always totals three columns and always
   contains one span-2 item, so at most two things sit side by side.
   Valid: .w2 + .w1, or .w1 + .w2. Everything stacks below 720px.
   The narrow slot takes an image, a pull quote, an excerpt, or a media embed. */
.row3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 1.8rem;
  align-items: start;
  margin: 0 0 2.2rem;
}
.row3 > .w1 { grid-column: span 1; }
.row3 > .w2 { grid-column: span 2; }
.row3 > * > :first-child { margin-top: 0; }
.row3 > * > :last-child { margin-bottom: 0; }
.row3 p { max-width: none; }
.row3 > .w2 > p, .row3 > .w2 > h2, .row3 > .w2 > blockquote, .row3 > .w2 > .excerpt { max-width: 44rem; }
@media (min-width: 1200px) {
  main.story { width: min(94rem, calc(100% - 4rem)); }
  main.story .row3 { gap: 1.8rem 2.6rem; }
}

.row3 figure { margin: 0; }
.row3 figure img { width: 100%; }
.row3 figcaption { margin-top: 0.45rem; }

.row3 blockquote.pull {
  margin: 0;
  padding: 0 0 0 1rem;
  border-left: 2px solid var(--line);
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: 1.05rem;
  line-height: 1.45;
}
.row3 blockquote.pull p { margin: 0 0 0.6rem; }
.row3 blockquote.pull cite {
  display: block;
  font-family: inherit;
  font-style: normal;
  font-size: 0.74rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--mute);
}
.row3 blockquote.pull cite a { color: var(--mute); }

.excerpt {
  max-width: 42rem;
  padding: 0.85rem 1rem;
  background: rgba(0, 0, 0, 0.22);
  font-size: 0.92rem;
  line-height: 1.5;
}
.row3 .excerpt { max-width: none; }
.excerpt .label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
}

.row3 .embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}
.row3 .embed.audio { aspect-ratio: auto; height: 152px; background: transparent; }
.row3 .embed.audio.tall { height: 352px; }
.row3 .embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 719px) {
  .row3 { grid-template-columns: 1fr; gap: 1.1rem; }
  .row3 > .w1, .row3 > .w2 { grid-column: 1 / -1; }
  .row3.pic-left > .w1 { order: 0; }
}

.story section.opener {
  padding-top: 0;
  border-top: 0;
  margin-bottom: 0.6rem;
}
.story section.opener p:first-child { margin-top: 0; }

/* --- thumbnail grid ------------------------------------------------------ */
.thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(228px, 1fr));
  gap: 1.2rem 1.1rem;
  list-style: none;
  margin: 0 0 2.4rem;
  padding: 0;
}
.thumbs li { margin: 0; }
.thumbs a { display: block; text-decoration: none; }
.thumbs img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
  border: 1px solid var(--line);
}
.thumbs .t-title { margin: 0.5rem 0 0.15rem; font-weight: 500; }
.thumbs .t-meta { margin: 0; color: var(--mute); font-size: 0.82rem; }
.thumbs.square img { aspect-ratio: 1 / 1; }

@media (max-width: 719px) {
  .thumbs { grid-template-columns: 1fr 1fr; gap: 0.9rem 0.8rem; }
  .thumbs .t-title { font-size: 0.92rem; }
  .thumbs .t-meta { font-size: 0.76rem; }
}

/* --- definition lists: key facts and FAQ -------------------------------- */
.facts, .faq { margin: 0 0 2rem; }
.facts dt, .faq dt {
  margin: 1.1rem 0 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
}
.facts dd, .faq dd { margin: 0 0 0.9rem; max-width: 42rem; }
.faq dt {
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--paper);
  font-weight: 500;
  margin-top: 1.5rem;
}
@media (min-width: 720px) {
  .facts { display: grid; grid-template-columns: 11rem 1fr; gap: 0 1.5rem; }
  .facts dt { margin: 0 0 0.9rem; padding-top: 0.2rem; }
  .facts dd { margin: 0 0 0.9rem; }
}

/* --- native audio examples in essays ------------------------------------ */
figure.audio { margin: 1.2rem 0 1.6rem; max-width: 42rem; }
figure.audio audio { display: block; width: 100%; }
figure.audio figcaption { margin-top: 0.4rem; font-size: 0.82rem; color: var(--mute); }
.essay .embed { position: relative; width: 100%; max-width: 42rem; margin: 1.2rem 0 1.6rem; }
.essay .embed.audio { height: 152px; }
.essay .embed.audio.tall { height: 352px; }
.essay .embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Conspiracies index: alternating text-and-picture rows (Sarth chose this over cards, 23 Sep 2026). */
.stagger-list .row3 { padding: 1.4rem 0 0.4rem; border-top: 1px solid var(--line); margin: 0; }
.stagger-list h2 { margin: 0 0 0.6rem; font-size: 1.35rem; }
.stagger-list h2 a { text-decoration: none; }
.stagger-list p { margin: 0 0 0.6rem; max-width: 44rem; }
.stagger-list .sub { color: var(--mute); font-size: 0.92rem; }
.stagger-list a.w1 { display: block; }
.stagger-list a.w1 img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #000; }

/* ---------------------------------------------------------------- search */
/* The footer form is a plain GET to /search/ and works with scripting off.
   search.js upgrades the search page and the index filters when it loads. */
.site-search {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.site-search label,
.search-form label,
.list-filter label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.75;
}
.site-search input,
.search-form input,
.list-filter input {
  flex: 1 1 14rem;
  min-width: 0;
  font: inherit;
  font-size: 0.95rem;
  padding: 0.35rem 0.5rem;
  border: 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
  background: transparent;
  color: inherit;
}
.site-search input:focus,
.search-form input:focus,
.list-filter input:focus {
  outline: none;
  border-bottom-color: currentColor;
}
.site-search button,
.search-form button {
  font: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.35rem 0.8rem;
  border: 1px solid rgba(128, 128, 128, 0.5);
  border-radius: 0.2rem;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem;
  margin: 0 0 1.6rem;
}
.search-form input { font-size: 1.15rem; flex-basis: 20rem; }
.search-count {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.75;
}
.list-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem;
  margin: 0 0 1.4rem;
}
.list-filter-count {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  opacity: 0.6;
}
[hidden] { display: none !important; }
