:root{
  --bg:#F1ECE2; --surface:#E8E1D5; --elevated:#FAF7F0;
  --text:#25251F; --muted:#655E52; --border:#BDB3A2;
  --accent:#A3411D; --accent-ink:#FFF8ED;
  --font-display:"IBM Plex Mono", ui-monospace, monospace;
  --font-body:"IBM Plex Sans", system-ui, sans-serif;
  --radius:0px;
  --maxw:1200px;
  --gap:1.05rem;
  --pad-section:3rem;
  --lh:1.62;
  color-scheme:light;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0; background:var(--bg); color:var(--text);
  font-family:var(--font-body); font-size:1.02rem; line-height:var(--lh);
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
}
img{max-width:100%; height:auto; display:block}

main figure img, main .cover img, main .article-cover img, main img[src*="/assets/covers/"]{width:100%; aspect-ratio:1200/630; height:auto; object-fit:cover}
a{color:inherit}
h1,h2,h3,h4{font-family:var(--font-display); font-weight:600; line-height:1.14; letter-spacing:-0.01em; margin:0 0 .5em}
p{margin:0 0 1.1em}
.wrap{width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(1.1rem,4vw,2.4rem)}
.skip{position:absolute; left:-9999px; top:0; background:var(--accent); color:var(--accent-ink); padding:.6rem 1rem; border-radius:0 0 var(--radius) 0; z-index:50}
.skip:focus{left:0}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

.site-head{border-bottom:1px solid var(--border); background:var(--bg)}
.head-inner{display:flex; align-items:center; justify-content:center; gap:1.5rem; padding-block:1.1rem}
.brand{display:inline-flex; align-items:center; gap:.6rem; text-decoration:none; color:var(--text)}
.brand-name{font-family:var(--font-display); font-weight:600; font-size:1.28rem; letter-spacing:-0.015em}
.brand-mark{display:grid; place-items:center; width:2rem; height:2rem; border-radius:calc(var(--radius) * .5); background:var(--accent); color:var(--accent-ink); font-family:var(--font-display); font-weight:700; font-size:1rem; letter-spacing:-0.02em}
.brand-mark.small{width:1.5rem; height:1.5rem; font-size:.8rem}
.site-nav{display:flex; gap:1.4rem; align-items:center}
.site-nav a{text-decoration:none; color:var(--muted); font-size:.82rem; font-weight:600; text-transform:uppercase; letter-spacing:.06em; padding-bottom:2px; border-bottom:2px solid transparent; transition:color .15s}
.site-nav a:hover{color:var(--text)}
.site-nav a[aria-current="page"]{color:var(--text); border-color:var(--accent)}

.site-foot{border-top:1px solid var(--border); margin-top:var(--pad-section); background:var(--surface)}
.foot-inner{padding-block:2.4rem; display:grid; gap:.5rem}
.foot-brand{display:inline-flex; align-items:center; gap:.5rem; font-family:var(--font-display); font-weight:600}
.foot-nav{display:flex; flex-wrap:wrap; gap:1.2rem; margin:.5rem 0 .2rem}
.foot-nav a{color:var(--muted); font-size:.8rem; font-weight:600; text-decoration:none; text-transform:uppercase; letter-spacing:.05em}
.foot-nav a:hover{color:var(--accent)}
.foot-note{color:var(--muted); font-size:.82rem; max-width:60ch; margin:.2rem 0 0}
.foot-meta{color:var(--muted); font-size:.82rem; margin:.3rem 0 0}
.foot-meta a{color:var(--muted); text-decoration:underline; text-underline-offset:2px}
.foot-meta a:hover{color:var(--text)}

.btn{display:inline-flex; align-items:center; gap:.5rem; font-weight:600; font-size:.92rem; text-decoration:none; padding:.7rem 1.15rem; border-radius:var(--radius); border:1px solid transparent; transition:transform .12s, box-shadow .12s}
.btn-primary{background:var(--accent); color:var(--accent-ink); box-shadow:0 1px 0 rgba(255,255,255,.15) inset, 0 8px 20px -10px var(--accent)}
.btn-primary:hover{transform:translateY(-1px)}
.btn-ghost{border-color:var(--border); color:var(--text)}
.btn-ghost:hover{border-color:var(--accent); color:var(--accent)}

.prose{font-size:1.11rem; line-height:1.75; color:var(--text)}
.prose > *{max-width:68ch}
.prose h2{font-size:1.55rem; margin-top:1.9em}
.prose h3{font-size:1.22rem; margin-top:1.5em}
.prose a{color:var(--accent); text-decoration:underline; text-underline-offset:2.5px; text-decoration-thickness:1px}
.prose a:hover{text-decoration-thickness:2px}
.prose ul,.prose ol{padding-left:1.3em; margin:0 0 1.2em}
.prose li{margin:.35em 0}
.prose blockquote{margin:1.6em 0; padding:.2em 0 .2em 1.2em; border-left:3px solid var(--accent); font-family:var(--font-display); font-size:1.25rem; line-height:1.4; color:var(--text)}
.prose img{border-radius:var(--radius); margin:1.6em 0}
.prose code{font-family:ui-monospace,"SF Mono",Menlo,monospace; font-size:.9em; background:var(--surface); border:1px solid var(--border); border-radius:6px; padding:.1em .4em}
.prose hr{border:0; border-top:1px solid var(--border); margin:2.2em 0}

.kicker{font-size:.74rem; font-weight:700; text-transform:uppercase; letter-spacing:.12em; color:var(--accent)}
.section-label{font-family:var(--font-display); font-size:.85rem; font-weight:700; text-transform:uppercase; letter-spacing:.12em; color:var(--muted); padding-bottom:.6rem; border-bottom:2px solid var(--text); margin:1.6rem 0 .4rem}
.meta{font-size:.82rem; color:var(--muted); display:flex; gap:.6rem; align-items:center; flex-wrap:wrap}
.meta .dot{width:3px; height:3px; border-radius:50%; background:var(--muted); opacity:.6}
.sr-only{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0}
@media (max-width:640px){
  .site-nav{gap:1rem}
  .site-nav a{font-size:.74rem}
  .prose{font-size:1.05rem}
}

.article{padding-block:var(--pad-section) 0}
.article-head{max-width:42rem; margin-inline:auto}
.article-head .kicker{display:block; margin-bottom:.9rem}
.article-head h1{font-size:clamp(2rem,4.6vw,3.1rem); letter-spacing:-0.022em; margin:0 0 .6rem}
.article-head .dek{font-size:1.22rem; color:var(--muted); line-height:1.42; margin:0 0 1.2rem}
.article-head .meta{padding-block:1.05rem; border-top:1px solid var(--border); border-bottom:1px solid var(--border)}
.article-cover{max-width:60rem; margin:2rem auto; border-radius:var(--radius); width:100%; aspect-ratio:16/9; object-fit:cover; border:1px solid var(--border)}
.article-body{max-width:42rem; margin-inline:auto}
.article-body.prose > *{max-width:none; margin-left:0; margin-right:0}
.article .prose{padding-top:.5rem}
.related{max-width:42rem; margin:var(--pad-section) auto 0; padding-top:2rem; border-top:2px solid var(--text)}
.related h2{font-size:1rem; text-transform:uppercase; letter-spacing:.1em; color:var(--muted); margin-bottom:.5rem}
.related-list{display:grid; gap:0}
.related-item{padding-block:1rem; border-bottom:1px solid var(--border)}
.related-item a{font-family:var(--font-display); font-weight:600; font-size:1.18rem; text-decoration:none; color:var(--text)}
.related-item a:hover{color:var(--accent)}
.page-simple{max-width:44rem; margin-inline:auto; padding-block:var(--pad-section)}
.page-simple h1{font-size:clamp(2rem,4vw,2.7rem); margin-bottom:1rem}

[data-header="stacked"] .head-inner{flex-direction:column; align-items:flex-start; gap:.55rem}
[data-header="stacked"] .site-nav{gap:1.3rem}
[data-divider="double"] .section-label{border-bottom-style:double; border-bottom-width:4px}
[data-divider="thick"] .section-label{border-bottom-width:3px}

.archive-sub{color:var(--muted); font-size:1.02rem; margin:0}
.archive-list{display:grid; margin-top:1.6rem}
.archive-item{display:grid; grid-template-columns:8.5rem 1fr; gap:1rem; align-items:baseline; padding-block:.85rem; border-bottom:1px solid var(--border)}
.archive-item time{color:var(--muted); font-size:.85rem; font-variant-numeric:tabular-nums}
.archive-item a{font-family:var(--font-display); font-weight:600; font-size:1.12rem; text-decoration:none; color:var(--text)}
.archive-item a:hover{color:var(--accent)}
@media (max-width:560px){ .archive-item{grid-template-columns:1fr; gap:.1rem} }

:root {
  --bg: #F1ECE2;
  --surface: #E8E1D5;
  --elevated: #FAF7F0;
  --text: #25251F;
  --muted: #655E52;
  --border: #BDB3A2;
  --accent: #A3411D;
  --accent-ink: #FFF8ED;
  --radius: 0px;
  --maxw: 1200px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 40px;
  --space-6: 64px;
  --gutter: 16px;
}

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

html {
  background: var(--bg);
  color: var(--text);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

main,
header,
footer,
section,
article,
aside,
nav,
div {
  min-width: 0;
}

h1,
h2,
h3,
h4,
p,
figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

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

a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

::selection {
  background: var(--accent);
  color: var(--accent-ink);
}

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

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.site-head {
  padding-top: var(--space-3);
}

.head-inner {
  display: grid;
}

.brand {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: stretch;
  border-block: 1px solid var(--text);
  color: var(--text);
  text-decoration: none;
}

.brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.08em;
}

.brand > .brand-mark {
  border-right: 1px solid var(--text);
  background: var(--accent);
  color: var(--accent-ink);
}

.brand-name {
  padding: var(--space-3);
  font-family: var(--font-display);
  font-size: clamp(24px, 5.5vw, 56px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.065em;
  overflow-wrap: anywhere;
}

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

.brand:hover .brand-name {
  color: var(--accent);
}

.masthead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  border-bottom: 1px solid var(--border);
}

.masthead-kicker {
  padding-block: var(--space-2);
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.masthead-intro {
  padding-block: var(--space-2) var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.masthead-intro > :first-child {
  margin-top: 0;
}

.masthead-intro > :last-child {
  margin-bottom: 0;
}

.masthead-intro p + p {
  margin-top: var(--space-2);
}

.home-feed {
  padding-bottom: var(--space-5);
}

.section-rule {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  border-bottom: 1px solid var(--border);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-rule h2 {
  padding-block: var(--space-2);
  padding-right: var(--space-3);
  font: inherit;
  color: var(--text);
}

.section-rule > span {
  display: flex;
  align-items: center;
  padding: var(--space-2) 0 var(--space-2) var(--space-3);
  border-left: 1px solid var(--border);
  color: var(--muted);
}

.feed-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  border-bottom: 1px solid var(--border);
  padding-block: var(--space-3);
  gap: var(--space-2);
}

.feed-kicker,
.feed-meta,
.post-kicker-grid,
.post-meta,
.post-tags,
.foot-nav,
.foot-meta {
  font-family: var(--font-display);
  font-variant-numeric: tabular-nums;
}

.feed-kicker {
  color: var(--accent);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.feed-copy h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.feed-copy h3 a {
  text-decoration: none;
}

.feed-copy h3 a:hover {
  text-decoration: underline;
}

.feed-dek {
  margin-top: var(--space-1);
  overflow: hidden;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feed-meta {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: var(--space-1) var(--space-3);
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.feed-item:first-child {
  border-top: 1px solid var(--accent);
  border-bottom-color: var(--text);
}

.feed-item:first-child .feed-copy h3 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.055em;
}

.post-shell {
  padding-top: var(--space-4);
  padding-bottom: var(--space-5);
}

.post-header,
.post-cover {
  max-width: 960px;
  margin-inline: auto;
}

.post-kicker-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border-top: 1px solid var(--accent);
  border-bottom: 1px solid var(--border);
  font-size: 10px;
  line-height: 1.5;
}

.post-kicker-grid > span {
  padding-block: var(--space-2);
}

.post-kicker-grid .post-kicker {
  padding-right: var(--space-3);
  color: var(--accent);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.post-kicker-grid > span + span {
  padding-left: var(--space-3);
  border-left: 1px solid var(--border);
  color: var(--muted);
}

.post-header h1 {
  max-width: 25ch;
  margin-block: var(--space-4) var(--space-3);
  font-family: var(--font-display);
  font-size: clamp(30px, 4.4vw, 54px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.06em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.post-dek {
  max-width: 68ch;
  margin-bottom: var(--space-4);
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  border-block: 1px solid var(--border);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.post-meta > * {
  padding: var(--space-2) var(--space-3);
}

.post-meta > :first-child {
  padding-left: 0;
  color: var(--text);
}

.post-meta > * + * {
  border-left: 1px solid var(--border);
}

.post-cover {
  margin-block: var(--space-4);
}

.post-cover img,
.prose img {
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  background: var(--surface);
  border-radius: var(--radius);
}

.article-measure {
  width: 100%;
  max-width: 68ch;
  margin-inline: auto;
  font-size: 18px;
}

.prose {
  margin-top: var(--space-4);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

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

.prose h2,
.prose h3,
.prose h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.04em;
  scroll-margin-top: var(--space-4);
}

.prose h2 {
  margin-top: var(--space-5);
  padding-top: var(--space-3);
  border-top: 1px solid var(--border);
  font-size: 28px;
}

.prose h3 {
  margin-top: var(--space-4);
  font-size: 22px;
}

.prose h4 {
  font-size: 19px;
}

.prose h2 + *,
.prose h3 + *,
.prose h4 + * {
  margin-top: var(--space-3);
}

.prose > :first-child {
  margin-top: 0;
}

.prose strong {
  font-weight: 600;
}

.prose a {
  color: var(--accent);
  text-decoration-line: underline;
}

.prose a:hover {
  text-decoration-thickness: 2px;
}

.prose ul,
.prose ol {
  padding-left: var(--space-4);
}

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

.prose li > p + p {
  margin-top: var(--space-3);
}

.prose blockquote {
  margin-inline: 0;
  padding: var(--space-3) var(--space-4);
  border-block: 1px solid var(--border);
  border-left: 1px solid var(--accent);
  background: var(--surface);
  color: var(--text);
  font-size: 20px;
  line-height: 1.6;
}

.prose blockquote p + p {
  margin-top: var(--space-3);
}

.prose blockquote cite {
  display: block;
  margin-top: var(--space-2);
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 12px;
  font-style: normal;
}

.prose figure {
  margin-inline: 0;
}

.prose figcaption {
  margin-top: var(--space-2);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.prose hr {
  margin-block: var(--space-5);
  border: 0;
  border-top: 1px solid var(--border);
}

.prose code,
.prose pre {
  font-family: var(--font-display);
  font-size: 0.85em;
  font-variant-numeric: tabular-nums;
}

.prose :not(pre) > code {
  padding: 2px var(--space-1);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.prose pre {
  max-width: 100%;
  padding: var(--space-3);
  border: 1px solid var(--border);
  background: var(--elevated);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 1.6;
}

.prose table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
}

.prose caption {
  padding-bottom: var(--space-2);
  text-align: left;
  font-weight: 600;
}

.prose th,
.prose td {
  padding: var(--space-2);
  border: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.prose th {
  background: var(--surface);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
}

.post-tags {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  margin-top: var(--space-5);
  border-block: 1px solid var(--border);
  font-size: 11px;
  line-height: 1.6;
}

.post-tags h2 {
  padding-block: var(--space-3);
  color: var(--muted);
  font: inherit;
  text-transform: uppercase;
}

.post-tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2) var(--space-3);
  margin: 0;
  padding: var(--space-3);
  border-left: 1px solid var(--border);
  list-style: none;
}

.related {
  margin-top: var(--space-5);
}

.related .section-rule {
  border-top: 1px solid var(--text);
}

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

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

.related li a {
  display: block;
  padding-block: var(--space-3);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.035em;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.related li a:hover {
  text-decoration: underline;
}

.site-foot {
  padding-block: var(--space-4);
  border-top: 1px solid var(--text);
  background: var(--surface);
}

.foot-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.foot-brand {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding-bottom: var(--space-3);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.brand-mark.small {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  color: var(--accent);
  font-size: 18px;
}

.foot-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2) var(--space-3);
  padding-block: var(--space-3);
  border-top: 1px solid var(--border);
  font-size: 11px;
  line-height: 1.6;
}

.foot-nav a {
  text-decoration: none;
}

.foot-nav a:hover {
  text-decoration: underline;
}

.foot-note {
  padding-block: var(--space-3);
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.foot-meta {
  padding-top: var(--space-3);
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

@media (min-width: 641px) {
  :root {
    --gutter: 24px;
  }

  .brand {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .brand-mark {
    font-size: 30px;
  }

  .brand-name {
    padding: var(--space-3) var(--space-4);
  }

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

  .masthead-kicker {
    padding: var(--space-3) var(--space-4) var(--space-3) 0;
    font-size: 12px;
  }

  .masthead-intro {
    padding: var(--space-3) 0 var(--space-3) var(--space-4);
    border-left: 1px solid var(--border);
  }

  .feed-item {
    grid-template-columns: minmax(0, 1fr) minmax(0, 6fr) minmax(0, 1fr);
    gap: 0;
    padding-block: 0;
  }

  .feed-kicker {
    padding: var(--space-3) var(--space-2) var(--space-3) 0;
  }

  .feed-copy {
    padding: var(--space-3);
    border-left: 1px solid var(--border);
  }

  .feed-copy h3 {
    font-size: 21px;
  }

  .feed-meta {
    display: grid;
    gap: var(--space-1);
    padding: var(--space-3) 0 var(--space-3) var(--space-2);
    border-left: 1px solid var(--border);
    font-size: 10px;
    overflow-wrap: anywhere;
  }

  .post-kicker-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    font-size: 11px;
  }

  .foot-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .foot-brand {
    padding-right: var(--space-4);
  }

  .foot-nav {
    align-content: start;
    padding: 0 0 var(--space-3) var(--space-4);
    border-top: 0;
    border-left: 1px solid var(--border);
  }

  .foot-note {
    padding-right: var(--space-4);
  }

  .foot-meta {
    padding: var(--space-3) 0 var(--space-3) var(--space-4);
    border-left: 1px solid var(--border);
  }
}

@media (min-width: 1000px) {
  .brand {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .brand-mark {
    font-size: 36px;
  }

  .masthead-intro {
    font-size: 15px;
  }

  .feed-item {
    grid-template-columns: minmax(0, 1fr) minmax(0, 6fr) minmax(0, 1fr);
  }

  .feed-copy {
    padding-inline: var(--space-4);
  }

  .feed-meta {
    padding-left: var(--space-3);
  }

  .post-shell {
    padding-top: var(--space-5);
  }
}

@media (max-width: 640px) {
  .home-feed > .section-rule {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-feed > .section-rule > span {
    display: none;
  }

  .masthead-intro {
    font-size: 13px;
    line-height: 1.5;
  }

  .feed-item {
    gap: var(--space-1);
    padding-block: var(--space-2);
  }

  .feed-item:first-child {
    padding-block: var(--space-3);
  }

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

  .post-kicker-grid > span + span {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--border);
  }

  .post-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .post-meta > *,
  .post-meta > :first-child {
    padding: var(--space-2) 0;
  }

  .post-meta > * + * {
    border-left: 0;
    border-top: 1px solid var(--border);
  }

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

  .post-tags h2 {
    padding-block: var(--space-2);
  }

  .post-tags ul {
    padding: var(--space-2) 0;
    border-left: 0;
    border-top: 1px solid var(--border);
  }

  .related .section-rule {
    grid-template-columns: minmax(0, 1fr);
  }

  .related .section-rule > span {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--border);
  }

  .prose h2 {
    font-size: 25px;
  }

  .prose blockquote {
    padding-inline: var(--space-3);
    font-size: 18px;
  }
}

html, body{max-width:100%; overflow-x:hidden}

main img, main svg, main video, main iframe, main table{max-width:100% !important}

main > :not(.wrap):not(:has(.wrap)){padding-inline:clamp(1rem, 4vw, 2.4rem); box-sizing:border-box}
main h1, main h2, main h3{overflow-wrap:anywhere; max-width:100%}

.prose a, .foot-nav a{background-image:none !important}

@media (max-width:560px){

  main h1{font-size:clamp(1.9rem, 8vw, 2.7rem) !important; line-height:1.08 !important; word-break:break-word}
  main h2{font-size:clamp(1.5rem, 6.5vw, 2rem) !important; line-height:1.12 !important}
  main h3{font-size:clamp(1.25rem, 5.5vw, 1.6rem) !important}
  .brand-name{font-size:clamp(1.4rem, 7vw, 2.1rem) !important}
  .prose{font-size:1.02rem !important; line-height:1.7 !important}
  .prose img{max-height:none !important}
  .head-inner, .foot-inner{padding-block:.9rem !important}
  .foot-inner{display:block !important}
}
