/* ============================================================
   Journal - index (home.php) + single post (single.php)
   Faithful port of brand/ui_kits/marketing/pages/blog.html and
   .../the-plugin-pile.html. Shared classes (.wrap, .eyebrow,
   .bg-void, .amber, .accent) come from compiled style.css.
============================================================ */

/* ---- Page hero (ported from about.css / the UI kit .phero) ---- */
.phero { position: relative; min-height: clamp(20rem, 46vh, 27rem); padding: clamp(7rem, 14vh, 9rem) var(--px) clamp(2.5rem, 5vh, 4rem); display: grid; align-items: end; overflow: hidden; isolation: isolate; border-bottom: 1px solid var(--hair-d); background: var(--void); }
.phero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(237,231,217,0.035) 1px, transparent 1px); background-size: 80px 100%; mask-image: radial-gradient(ellipse 100% 90% at 30% 70%, var(--void) 30%, transparent 90%); -webkit-mask-image: radial-gradient(ellipse 100% 90% at 30% 70%, var(--void) 30%, transparent 90%); z-index: -2; pointer-events: none; }
.phero::after { content: ''; position: absolute; left: -10%; top: 30%; width: 40vmin; aspect-ratio: 1; border-radius: 999px; background: radial-gradient(circle, rgba(255,119,8,0.12) 0%, rgba(255,119,8,0.04) 40%, transparent 70%); filter: blur(6px); z-index: -1; pointer-events: none; }
.phero__inner { position: relative; width: 100%; max-width: var(--wrap); margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 1.75rem; align-items: end; }
@media (min-width: 900px) { .phero__inner { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 3rem; } }
.phero__kicker { display: flex; flex-direction: column; gap: 1.25rem; }
.phero__title { font-family: var(--font); font-weight: 900; font-size: clamp(2.5rem, 6.5vw, 4.5rem); line-height: 0.98; letter-spacing: -0.028em; max-width: 16ch; }
.phero__title .amber { color: var(--amber); }
.phero__sub { font-size: clamp(1.0625rem, 1.35vw, 1.1875rem); color: var(--bone-dim); max-width: 42ch; padding-bottom: 0.5rem; }
.phero__sub .accent { color: var(--bone); }

/* Medium measure for the list (the design references .wrap--md; never defined in shared.css). */
.wrap--md { max-width: 1040px; }

/* ============================================================
   Index list (blog.html)
============================================================ */
.blog-sec { padding: clamp(3rem, 6vw, 5rem) 0 clamp(5rem, 8vw, 7rem); }

/* ============================================================
   404 (404.php): centred, the status code is the headline, then
   the one device this page owns - a broken meridian. The brand
   ornament is two anchored points and an unbroken line; here the
   line leaves its anchor, fades before it arrives, and the second
   point stays an unlit ring labelled with the requested path.
   The exits carry no reveal class: they render at once.
============================================================ */
.e404 { position: relative; min-height: clamp(30rem, 84vh, 50rem); min-height: clamp(30rem, 84svh, 50rem); padding: clamp(7rem, 14vh, 9rem) var(--px) clamp(4rem, 8vh, 6rem); display: grid; align-items: center; overflow: hidden; isolation: isolate; border-bottom: 1px solid var(--hair-d); background: var(--void); text-align: center; }
.e404::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(237,231,217,0.035) 1px, transparent 1px); background-size: 80px 100%; mask-image: radial-gradient(ellipse 90% 85% at 50% 40%, var(--void) 30%, transparent 92%); -webkit-mask-image: radial-gradient(ellipse 90% 85% at 50% 40%, var(--void) 30%, transparent 92%); z-index: -2; pointer-events: none; }
.e404::after { content: ''; position: absolute; left: 50%; top: 16%; width: 50vmin; aspect-ratio: 1; transform: translateX(-50%); border-radius: 999px; background: radial-gradient(circle, rgba(255,119,8,0.12) 0%, rgba(255,119,8,0.04) 40%, transparent 70%); filter: blur(6px); z-index: -1; pointer-events: none; }
.e404__inner { width: 100%; max-width: var(--wrap); margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.e404 .eyebrow { margin: 0; }
.e404__code { font-family: var(--font); font-weight: 900; font-size: clamp(6rem, 14vw, 11rem); line-height: 0.9; letter-spacing: -0.045em; color: var(--bone); margin: 1.25rem 0 0; }
.e404__code .amber { color: var(--amber); }
.e404__h { font-family: var(--font); font-weight: 900; font-size: clamp(2rem, 5vw, 3.25rem); line-height: 1.02; letter-spacing: -0.024em; color: var(--bone); max-width: 20ch; margin: clamp(1.5rem, 3vw, 2.25rem) 0 0; }
.e404__h .amber { color: var(--amber); }
.e404__sub { font-size: clamp(1.0625rem, 1.35vw, 1.1875rem); color: var(--bone-dim); max-width: 46ch; margin: 1.25rem 0 0; text-wrap: balance; }
.e404__line { display: flex; align-items: center; justify-content: center; gap: 1rem; width: 100%; max-width: 46rem; min-width: 0; margin-top: clamp(2rem, 4vh, 3rem); }
.e404__meridian { flex: 0 0 auto; }
.e404__meridian .meridian__line { width: clamp(7rem, 30vw, 22rem); background: linear-gradient(90deg, rgba(255,119,8,0) 0%, rgba(255,119,8,0.45) 3%, var(--amber) 10%, var(--amber) 58%, rgba(255,119,8,0.4) 78%, rgba(255,119,8,0) 90%, rgba(255,119,8,0) 100%); }
.meridian__dot--open { width: 9px; height: 9px; background: transparent; box-shadow: none; border: 1px solid rgba(255,119,8,0.6); }
.e404__path { flex: 0 1 auto; min-width: 0; max-width: 22rem; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.06em; color: var(--bone-faint); }
.e404__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.25rem clamp(1.5rem, 3vw, 2.5rem); margin-top: clamp(2rem, 4vh, 3rem); }

/* Staged with the meridian draw: the path fades in after the ring (1.55s). Nothing else waits. */
@media (prefers-reduced-motion: no-preference) {
  .e404__path { opacity: 0; transition: opacity 0.6s var(--ease-out) 1.75s; }
  .e404__meridian.is-in + .e404__path { opacity: 1; }
}

/* ============================================================
   Search (search.php + searchform.php): the query is the big
   editable field on void, the answer sits on paper - one row per
   hit, terms marked amber-ink. `.sform` is the site's one search
   form; `.srch-hero` scales it up.
============================================================ */
.sform { display: flex; align-items: center; gap: 1rem; border-bottom: 1px solid var(--hair-d-2); padding-bottom: 0.75rem; transition: border-color var(--tr); }
.sform:focus-within { border-color: var(--amber); }
.sform__input { flex: 1 1 auto; min-width: 0; font-family: var(--font); font-weight: 500; font-size: 1.05rem; color: var(--bone); background: transparent; border: 0; border-radius: 0; padding: 0.4rem 0; caret-color: var(--amber); appearance: none; -webkit-appearance: none; }
.sform__input:focus { outline: 0; }
.sform__input::placeholder { color: var(--bone-faint); opacity: 1; }
.sform__input::-webkit-search-decoration, .sform__input::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }
.sform__btn { flex: 0 0 auto; }

.srch-hero { position: relative; padding: clamp(7rem, 14vh, 9rem) 0 clamp(2.5rem, 5vh, 3.5rem); overflow: hidden; isolation: isolate; border-bottom: 1px solid var(--hair-d); background: var(--void); }
.srch-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(237,231,217,0.035) 1px, transparent 1px); background-size: 80px 100%; mask-image: radial-gradient(ellipse 100% 90% at 30% 70%, var(--void) 30%, transparent 90%); -webkit-mask-image: radial-gradient(ellipse 100% 90% at 30% 70%, var(--void) 30%, transparent 90%); z-index: -2; pointer-events: none; }
.srch-hero::after { content: ''; position: absolute; left: -10%; top: 30%; width: 40vmin; aspect-ratio: 1; border-radius: 999px; background: radial-gradient(circle, rgba(255,119,8,0.12) 0%, rgba(255,119,8,0.04) 40%, transparent 70%); filter: blur(6px); z-index: -1; pointer-events: none; }
.srch-hero .sform { margin-top: 1.75rem; gap: 1.5rem; padding-bottom: 1rem; }
.srch-hero .sform__input { font-weight: 900; font-size: clamp(2rem, 5vw, 3.25rem); letter-spacing: -0.03em; line-height: 1.05; padding: 0; }
.srch-hero__line { margin-top: 1.25rem; color: var(--bone-dim); font-size: 0.95rem; max-width: 62ch; }

.srch-sec { padding: clamp(3.5rem, 6vw, 5rem) 0 clamp(5rem, 8vw, 7rem); }
.srch-list { margin-top: 1.5rem; border-top: 1px solid var(--hair-l-2); }
.srch-row { display: grid; grid-template-columns: 1fr; gap: 0.5rem; padding: 1.5rem 0; border-bottom: 1px solid var(--hair-l); text-decoration: none; color: inherit; transition: transform var(--tr); }
@media (min-width: 800px) { .srch-row { grid-template-columns: 7.5rem minmax(0, 1fr); gap: 1.75rem; align-items: baseline; } }
.srch-row:hover, .srch-row:focus-visible { transform: translateX(0.25rem); }
.srch-row__type { font-family: var(--font); font-weight: 700; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); white-space: nowrap; }
.srch-row__body { min-width: 0; }
.srch-row__title { display: block; font-family: var(--font); font-weight: 700; font-size: clamp(1.125rem, 1.5vw, 1.25rem); letter-spacing: -0.012em; line-height: 1.25; color: var(--ink); transition: color var(--tr); }
.srch-row:hover .srch-row__title { color: var(--amber-ink); }
.srch-row__dek { display: block; margin-top: 0.4rem; font-size: 0.95rem; line-height: 1.55; color: var(--ink-dim); max-width: 62ch; }
.srch-sec mark { background: transparent; color: var(--amber-ink); font-weight: inherit; }
.srch-end { margin-top: clamp(2rem, 4vw, 3rem); color: var(--ink-dim); font-size: 0.95rem; }
.srch-end .link { color: var(--ink); }

.srch-exits { margin-top: 1.5rem; border-top: 1px solid var(--hair-l-2); max-width: 40rem; }
.srch-exit { display: flex; justify-content: space-between; align-items: baseline; gap: 1.5rem; padding: 1.1rem 0; border-bottom: 1px solid var(--hair-l); text-decoration: none; color: inherit; transition: transform var(--tr); }
.srch-exit:hover, .srch-exit:focus-visible { transform: translateX(0.25rem); }
.srch-exit__t { font-family: var(--font); font-weight: 700; font-size: 1.05rem; color: var(--ink); transition: color var(--tr); }
.srch-exit:hover .srch-exit__t { color: var(--amber-ink); }
.srch-exit__d { color: var(--ink-faint); font-size: 0.9rem; text-align: right; }
@media (max-width: 599px) { .srch-exit { flex-direction: column; align-items: flex-start; gap: 0.25rem; } .srch-exit__d { text-align: left; } }

/* Pagination (the_posts_pagination) on paper - hairline pills, amber-ink current. */
.srch-sec .pagination { margin-top: clamp(2rem, 4vw, 3rem); }
.srch-sec .pagination .nav-links { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; justify-content: center; }
.srch-sec .pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 2.5rem; height: 2.5rem; padding: 0 0.85rem; font-family: var(--font); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.02em; color: var(--ink-dim); background: transparent; border: 1px solid var(--hair-l-2); border-radius: var(--r-xs); text-decoration: none; transition: color var(--tr), border-color var(--tr), background var(--tr); }
.srch-sec .pagination a.page-numbers:hover { color: var(--amber-ink); border-color: var(--amber-ink); background: rgba(238,107,0,0.06); }
.srch-sec .pagination .page-numbers.current { color: var(--paper); background: var(--amber-ink); border-color: var(--amber-ink); }
.srch-sec .pagination .page-numbers.dots { border-color: transparent; color: var(--ink-faint); }
.srch-sec .pagination .prev.page-numbers, .srch-sec .pagination .next.page-numbers { letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.78rem; }
.blog-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--hair-d-2);
  margin-bottom: 0;
}
.blog-head h2 {
  font-family: var(--font); font-weight: 900;
  font-size: clamp(1.5rem, 2.6vw, 1.875rem);
  letter-spacing: -0.018em;
}
.blog-head .meta {
  color: var(--bone-faint);
  font-family: var(--font);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-list { display: flex; flex-direction: column; }
.blog-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--hair-d);
  text-decoration: none;
  color: inherit;
  transition: background var(--tr);
}
@media (min-width: 800px) {
  .blog-row {
    grid-template-columns: 5.5rem minmax(0, 1.4fr) minmax(0, 2fr) auto;
    gap: 1.75rem;
    align-items: baseline;
  }
}
.blog-row:hover {
  background: linear-gradient(90deg, rgba(255,119,8,0.03), transparent 60%);
}
.blog-row__date {
  font-family: var(--font); font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: var(--amber);
  font-variant-numeric: tabular-nums;
  text-transform: uppercase;
}
.blog-row__title {
  font-family: var(--font); font-weight: 700;
  font-size: clamp(1.0625rem, 1.4vw, 1.1875rem);
  letter-spacing: -0.01em;
  color: var(--bone);
  line-height: 1.25;
}
.blog-row:hover .blog-row__title { color: var(--amber); }
.blog-row__dek {
  font-family: var(--font);
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--bone-faint);
  max-width: 56ch;
}
.blog-row__tag {
  font-family: var(--font); font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone-faint);
  white-space: nowrap;
}
.blog-row__tag.l { color: var(--amber); }

.blog-year {
  padding: 1.5rem 0 0.75rem;
  font-family: var(--font); font-weight: 900;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bone-faint);
  border-top: 1px solid var(--hair-d-2);
  margin-top: 1.5rem;
}
.blog-year:first-child { border-top: 0; margin-top: 0; padding-top: 0; }

.blog-empty {
  padding: 3rem 0;
  color: var(--bone-faint);
  font-size: 1.0625rem;
}

/* ============================================================
   Single post (the-plugin-pile.html)
============================================================ */
.post-hero {
  padding: clamp(5rem, 10vw, 8rem) 0 clamp(2.5rem, 5vw, 4rem);
  background: var(--void-deep);
  border-bottom: 1px solid var(--hair-d);
}
.post-hero__crumbs {
  font-family: var(--font); font-weight: 600;
  font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--bone-faint);
  display: flex; gap: 0.75rem; flex-wrap: wrap;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.post-hero__crumbs a { color: var(--bone-faint); text-decoration: none; transition: color var(--tr); }
.post-hero__crumbs a:hover { color: var(--amber); }
.post-hero__crumbs .sep { opacity: 0.4; }
.post-hero__crumbs .cur { color: var(--bone); }

.post-hero__kicker {
  font-family: var(--font); font-weight: 700;
  font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--amber);
  display: inline-flex; align-items: center; gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.post-hero__kicker::before { content:''; width: 1.75rem; height: 1px; background: var(--amber); }

.post-hero__h {
  font-family: var(--font); font-weight: 900;
  font-size: clamp(2.25rem, 5.5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.028em;
  text-wrap: balance;
  max-width: 22ch;
}
.post-hero__h .amber { color: var(--amber); }

.post-hero__dek {
  margin-top: 1.5rem;
  font-size: clamp(1.125rem, 1.6vw, 1.3125rem);
  line-height: 1.5;
  color: var(--bone-dim);
  max-width: 56ch;
  text-wrap: pretty;
}

.post-hero__meta {
  margin-top: clamp(2rem, 4vw, 3rem);
  display: flex; flex-wrap: wrap; gap: 1.25rem 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--hair-d);
  font-family: var(--font); font-weight: 600;
  font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--bone-faint);
}
.post-hero__meta strong { font-weight: 700; color: var(--bone); letter-spacing: 0.08em; }
.post-hero__meta .amber { color: var(--amber); }

/* Body */
.post-body { padding: clamp(4rem, 7vw, 6rem) 0 clamp(3rem, 5vw, 4rem); }
.post-wrap {
  max-width: 42rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
.post-wrap p,
.post-wrap ul,
.post-wrap ol {
  font-size: clamp(1.0625rem, 1.25vw, 1.1875rem);
  line-height: 1.65;
  color: var(--bone-dim);
  margin-bottom: 1.25rem;
  text-wrap: pretty;
}
.post-wrap p strong { color: var(--bone); font-weight: 600; }
.post-wrap p em { font-style: italic; color: var(--bone); }
.post-wrap a {
  color: var(--bone);
  text-decoration: none;
  background-image: linear-gradient(var(--amber), var(--amber));
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: color var(--tr);
}
.post-wrap a:hover { color: var(--amber); }

.post-wrap h2 {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 1rem;
  font-family: var(--font); font-weight: 900;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.022em;
  color: var(--bone);
  text-wrap: balance;
  max-width: 24ch;
}
.post-wrap h2 .amber,
.post-wrap h2 em { color: var(--amber); font-style: normal; }
.post-wrap h2::before {
  content:'';
  display: block;
  width: 2.5rem; height: 2px;
  background: var(--amber);
  margin-bottom: 1.25rem;
}

.post-wrap h3 {
  margin-top: 2.25rem;
  margin-bottom: 0.85rem;
  font-family: var(--font); font-weight: 700;
  font-size: clamp(1.1875rem, 1.8vw, 1.375rem);
  line-height: 1.25;
  letter-spacing: -0.014em;
  color: var(--bone);
}

.post-wrap ul, .post-wrap ol { padding-left: 1.25rem; }
.post-wrap ul li, .post-wrap ol li { margin-bottom: 0.6rem; }
.post-wrap ul { list-style: none; padding-left: 0; }
.post-wrap ul li {
  padding-left: 1.75rem;
  position: relative;
}
.post-wrap ul li::before {
  content:'';
  position: absolute; left: 0; top: 0.7em;
  width: 0.85rem; height: 1px;
  background: var(--amber);
}

.post-wrap hr {
  border: 0;
  height: 1px;
  background: var(--hair-d-2);
  margin: clamp(2.5rem, 4vw, 3.5rem) auto;
  max-width: 4rem;
}

/* Pull quote (.post-pq in the design; markdown `>` blockquotes get the same look) */
.post-pq,
.post-wrap blockquote {
  margin: clamp(2rem, 4vw, 3rem) 0;
  padding: 0 0 0 clamp(1rem, 2vw, 1.75rem);
  border-left: 2px solid var(--amber);
}
.post-pq p,
.post-wrap blockquote p {
  font-family: var(--font); font-weight: 600;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  line-height: 1.4;
  letter-spacing: -0.012em;
  color: var(--bone);
  max-width: 38ch;
  margin-bottom: 0;
}

/* Callout box */
.post-callout {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background: var(--void-deep);
  border: 1px solid var(--hair-d-2);
  border-radius: var(--r-sm);
  border-left: 2px solid var(--amber);
}
.post-callout__k {
  font-family: var(--font); font-weight: 700;
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 0.5rem;
}
.post-callout p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.55;
}

/* Code */
.post-wrap pre {
  margin: 1.75rem 0;
  padding: 1.25rem 1.5rem;
  background: var(--void-deep);
  border: 1px solid var(--hair-d);
  border-radius: var(--r-sm);
  overflow-x: auto;
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--bone);
}
.post-wrap pre .c { color: var(--bone-faint); font-style: italic; }
.post-wrap pre .k { color: var(--amber); }
.post-wrap code {
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.88em;
  padding: 0.1em 0.4em;
  background: var(--void-deep);
  border: 1px solid var(--hair-d-2);
  border-radius: 0.25rem;
  color: var(--bone);
}
.post-wrap a code { background: transparent; border: 0; padding: 0; }

/* FAQ (end of body) - accessible no-JS accordion; also emitted as FAQPage schema */
.post-faq {
  margin-top: clamp(3rem, 6vw, 4.5rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--hair-d-2);
}
.post-faq > h2 {
  font-family: var(--font); font-weight: 900;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.022em;
  color: var(--bone);
  margin-bottom: 1.5rem;
}
.post-faq__item {
  border-bottom: 1px solid var(--hair-d);
  scroll-margin-top: 6rem;   /* anchored from a search hit, under the fixed nav */
}
.post-faq__q {
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 2.25rem 1.15rem 0;
  position: relative;
  font-family: var(--font); font-weight: 700;
  font-size: clamp(1.0625rem, 1.35vw, 1.1875rem);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--bone);
  transition: color var(--tr);
}
.post-faq__q::-webkit-details-marker { display: none; }
.post-faq__q:hover { color: var(--amber); }
.post-faq__q::after {
  content: '+';
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-weight: 400; font-size: 1.5rem; line-height: 1;
  color: var(--amber);
  transition: transform var(--tr);
}
.post-faq__item[open] .post-faq__q::after { content: '\2212'; }
.post-faq__a {
  padding: 0 0 1.35rem;
}
.post-faq__a p {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--bone-dim);
  max-width: 62ch;
  margin: 0;
}

/* Post footer - author + next reads */
.post-end {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: var(--shadow);
  border-top: 1px solid var(--hair-d);
}
.post-author {
  max-width: 42rem;
  margin: 0 auto clamp(2.5rem, 4vw, 3.5rem);
  padding: 1.75rem;
  border: 1px solid var(--hair-d);
  border-radius: var(--r-sm);
  background: rgba(237,231,217,0.02);
  display: flex; gap: 1.25rem;
  align-items: flex-start;
}
.post-author__avatar {
  width: 3rem; height: 3rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--amber), #cc5e00);
  display: grid; place-items: center;
  color: var(--void);
  font-family: var(--font); font-weight: 900;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.post-author__body {
  font-size: 0.95rem; line-height: 1.55; color: var(--bone-dim);
}
.post-author__body strong { color: var(--bone); font-weight: 700; display: block; margin-bottom: 0.25rem; }
.post-author__body .amber { color: var(--amber); font-weight: 600; }

.post-next {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.post-next h3 {
  font-family: var(--font); font-weight: 700;
  font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--bone-faint);
  margin-bottom: 1.25rem;
}
.post-next__grid {
  display: grid; grid-template-columns: 1fr; gap: 1rem;
}
@media (min-width: 700px) { .post-next__grid { grid-template-columns: 1fr 1fr; } }
.post-next__card {
  padding: 1.25rem 1.5rem;
  border: 1px solid var(--hair-d);
  border-radius: var(--r-sm);
  background: var(--void-deep);
  text-decoration: none;
  color: inherit;
  transition: border-color var(--tr), transform var(--tr);
}
.post-next__card:hover { border-color: var(--amber); transform: translateY(-2px); }
.post-next__k {
  font-family: var(--font); font-weight: 700;
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 0.5rem;
}
.post-next__t {
  font-family: var(--font); font-weight: 700;
  font-size: 1.0625rem; line-height: 1.3;
  color: var(--bone);
  letter-spacing: -0.01em;
}

/* ============================================================
   Editorial index - featured grid (port of blog-editorial.html)
   1 lead + 2 side cards. Archive below reuses .blog-* styles.
============================================================ */
.ed-sec { padding: clamp(3rem, 6vw, 5rem) 0 clamp(3rem, 5vw, 4rem); }
.ed-grid { display: grid; grid-template-columns: 1fr; gap: clamp(1.75rem, 3vw, 2.5rem); }
@media (min-width: 900px) {
  .ed-grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(0, auto); }
  .ed-lead { grid-column: span 4; grid-row: span 2; }
  .ed-side { grid-column: span 2; }
}
.ed-card { display: flex; flex-direction: column; padding: clamp(1.75rem, 2.6vw, 2.5rem); background: var(--void-deep); border: 1px solid var(--hair-d); border-radius: var(--r-sm); text-decoration: none; color: inherit; position: relative; overflow: hidden; transition: border-color var(--tr), transform var(--tr); min-height: 260px; }
.ed-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: var(--amber); transform: scaleX(0); transform-origin: left; transition: transform 0.5s var(--ease); }
.ed-card:hover { border-color: var(--hair-d-2); transform: translateY(-2px); }
.ed-card:hover::before { transform: scaleX(1); }
.ed-lead { background: linear-gradient(135deg, rgba(255,119,8,0.07), transparent 55%), var(--void-deep); }
.ed-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; font-family: var(--font); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bone-faint); }
.ed-head .amber { color: var(--amber); }
.ed-title { margin-top: auto; padding-top: 2.5rem; font-family: var(--font); font-weight: 900; letter-spacing: -0.022em; line-height: 1; color: var(--bone); }
.ed-lead .ed-title { font-size: clamp(2rem, 4.2vw, 3.25rem); }
.ed-side .ed-title { font-size: clamp(1.375rem, 2.4vw, 1.75rem); line-height: 1.05; }
.ed-title .amber { color: var(--amber); }
.ed-dek { margin-top: 1rem; color: var(--bone-dim); font-size: 0.975rem; line-height: 1.55; max-width: 54ch; }
.ed-lead .ed-dek { font-size: 1.0625rem; }
.ed-byline { margin-top: 1.25rem; font-family: var(--font); font-weight: 700; font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--amber); display: inline-flex; gap: 0.5rem; align-items: center; }
.ed-byline::after { content: '\2192'; transition: transform var(--tr); }
.ed-card:hover .ed-byline::after { transform: translateX(4px); }
