/*
Theme Name: North Hollow 3b62
Version: 1.0
*/
:root {
  --hol0f5f-accent: #3c7623;
  --hol0f5f-ink: #161e15;
  --hol0f5f-paper: #fdfcfd;
  --hol0f5f-radius: 12px;
  --hol0f5f-font: "Source Serif 4", Cambria, serif;
  --hol0f5f-muted: color-mix(in srgb, var(--hol0f5f-ink) 62%, var(--hol0f5f-paper));
  --hol0f5f-rule: color-mix(in srgb, var(--hol0f5f-ink) 14%, var(--hol0f5f-paper));
  --hol0f5f-measure: 71ch;
  /* The page shell, distinct from the reading measure.
     Capping the masthead, footer and listings at a 68ch prose column is what
     made every site read as a narrow document rather than a publication. Prose
     keeps the measure; the chrome around it does not. */
  --hol0f5f-shell: 1140px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--hol0f5f-paper);
  color: var(--hol0f5f-ink);
  font-family: var(--hol0f5f-font);
  font-size: 1.08rem;
  line-height: 1.52;
}

/* Keyboard users need a way past the nav; visible only when focused. */
.hol0f5f-skip {
  position: absolute; left: -9999px;
}
.hol0f5f-skip:focus {
  left: 1rem; top: 1rem; z-index: 10;
  background: var(--hol0f5f-paper); padding: .6rem 1rem;
}

a { color: var(--hol0f5f-accent); text-underline-offset: .16em; }
a:hover { text-decoration: none; }

img, video, iframe { max-width: 100%; height: auto; }

.hol0f5f-main, .hol0f5f-foot {
  max-width: var(--hol0f5f-shell);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

/* The masthead spans the viewport; its contents do not. Constraining the
   element itself made a tinted header stop dead in the middle of the screen. */
.hol0f5f-masthead, .hol0f5f-top { width: 100%; }
.hol0f5f-bar, .hol0f5f-identity,
.hol0f5f-masthead > nav, .hol0f5f-top > nav,
/* One header variant has no inner wrapper -- its brand and tagline are direct
   children of the masthead, so without these they sat flush against the
   viewport edge while the nav beneath them was correctly indented. */
.hol0f5f-masthead > .hol0f5f-brand, .hol0f5f-top > .hol0f5f-brand,
.hol0f5f-masthead > .hol0f5f-tagline, .hol0f5f-top > .hol0f5f-tagline {
  max-width: var(--hol0f5f-shell);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

/* The reading column. Long-form text needs a measure; a nav bar and a footer
   grid do not, and constraining them to one is what looked unfinished. */
.hol0f5f-prose,
.hol0f5f-article-head,
.hol0f5f-title,
.hol0f5f-article-hero,
.hol0f5f-head-block,
.hol0f5f-article-foot,
.hol0f5f-adjacent,
.hol0f5f-takeaway,
.hol0f5f-standfirst,
.hol0f5f-toc,
.hol0f5f-jumps,
.hol0f5f-related,
.hol0f5f-hub-lead,
.hol0f5f-byline,
.hol0f5f-authorbox,
.hol0f5f-crumbs {
  max-width: var(--hol0f5f-measure);
  margin-inline: auto;
}

.hol0f5f-masthead, .hol0f5f-top {
  padding-block: 2rem 1rem;
  border-bottom: 1px solid var(--hol0f5f-rule);
}
.hol0f5f-brand {
  margin: 0; font-size: 1.15rem; font-weight: 600; letter-spacing: -.01em;
}
.hol0f5f-brand a { color: inherit; text-decoration: none; }
.hol0f5f-tagline { margin: .25rem 0 0; color: var(--hol0f5f-muted); font-size: .95rem; }

.hol0f5f-nav ul { list-style: none; display: flex; flex-wrap: wrap; gap: 1.1rem; margin: .75rem 0 0; padding: 0; }
.hol0f5f-nav a { text-decoration: none; font-size: .95rem; }

.hol0f5f-main { padding-block: 2.5rem 3rem; }

h1, h2, h3 { line-height: 1.16; letter-spacing: -.015em; }
h1 { font-size: clamp(1.56rem, 1.25rem + 2vw, 1.95rem); margin: 0 0 .5rem; }
h2 { font-size: 1.40rem; margin: 0 0 .35rem; }

.hol0f5f-meta, .hol0f5f-byline, .hol0f5f-kicker {
  color: var(--hol0f5f-muted); font-size: .9rem; margin: 0 0 1rem;
}
.hol0f5f-byline .hol0f5f-author { font-weight: 600; }
.hol0f5f-byline time::before { content: " · "; }

/* Long-form reading: generous spacing, clear hierarchy, readable tables. */
.hol0f5f-prose > * + * { margin-top: 1.318em; }
.hol0f5f-prose h2 { margin-top: 2.50em; }
.hol0f5f-prose h3 { margin-top: 2.04em; font-size: 1.25rem; }
.hol0f5f-prose a { text-decoration: none; border-bottom: 1px solid currentColor; }

/* --- front page --------------------------------------------------------------
   Hero, stat row, card grid, methodology block, contributors. The shape is taken
   from comparable publications in this category rather than invented: a title
   over a column of prose reads as a draft however well it is typeset. */

.hol0f5f-hero {
  padding-block: 1.5rem 2.2rem;
  border-bottom: 1px solid var(--hol0f5f-rule);
  margin-bottom: 2.4rem;
}
.hol0f5f-hero-title {
  font-size: clamp(1.56rem, 1.25rem + 3vw, 2.14rem);
  margin: 0 0 .7rem; max-width: 22ch;
}
.hol0f5f-hero-lead {
  font-size: 1.210rem; color: var(--hol0f5f-muted);
  max-width: 62ch; margin: 0 0 1.6rem;
}
.hol0f5f-hero-cta { margin: 1.4rem 0 0; }
.hol0f5f-hero-cta a {
  display: inline-block; text-decoration: none; font-weight: 600;
  border: 1px solid var(--hol0f5f-accent); border-radius: var(--hol0f5f-radius);
  padding: .55rem 1.1rem;
}
.hol0f5f-hero-cta a:hover { background: var(--hol0f5f-accent); color: var(--hol0f5f-paper); }

/* The stat row. Numbers pulled from the articles' own citable facts. */
.hol0f5f-stats {
  display: grid; gap: 1.2rem; margin: 0;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.hol0f5f-stat dt {
  font-size: clamp(1.5rem, 1rem + 1.6vw, 1.95rem);
  font-weight: 700; color: var(--hol0f5f-accent); line-height: 1.1;
}
.hol0f5f-stat dd {
  margin: .3rem 0 0; font-size: .86rem; color: var(--hol0f5f-muted);
  text-transform: uppercase; letter-spacing: .06em;
}

.hol0f5f-section-head {
  font-size: 1.37rem;
  margin: 0 0 1.1rem; padding-bottom: .5rem;
  border-bottom: 2px solid var(--hol0f5f-accent); display: inline-block;
}
.hol0f5f-spokes, .hol0f5f-editorial, .hol0f5f-people {
  margin-top: 3rem;
}

.hol0f5f-spoke-table { width: 100%; border-collapse: collapse; }
.hol0f5f-spoke-table th, .hol0f5f-spoke-table td {
  text-align: left; padding: .7rem .8rem; border-bottom: 1px solid var(--hol0f5f-rule);
  font-weight: 400; vertical-align: top;
}
.hol0f5f-spoke-table thead th {
  font-size: .8rem; text-transform: uppercase; letter-spacing: .06em;
  color: var(--hol0f5f-muted); border-bottom-width: 2px;
}
.hol0f5f-spoke-table tbody th a { font-weight: 600; }
.hol0f5f-spoke-table td { color: var(--hol0f5f-muted); font-size: .92rem; }

/* Methodology and independence -- the trust block. */
.hol0f5f-editorial-grid {
  display: grid; gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.hol0f5f-editorial-grid h3 { font-size: 1.25rem; margin: 0 0 .4rem; }
.hol0f5f-editorial-grid p { margin: 0; color: var(--hol0f5f-muted); font-size: .93rem; }

.hol0f5f-people-grid {
  display: grid; gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.hol0f5f-person-name { margin: 0 0 .3rem; font-weight: 700; }
.hol0f5f-person-name a { text-decoration: none; }
.hol0f5f-person-bio { margin: 0; color: var(--hol0f5f-muted); font-size: .9rem; }

/* Article composition: summary 0, contents 1, order 0. */



/* Contents in a side rail. The reading column stops centring itself, or a
   float lands on top of it -- which is exactly what happened. */
.hol0f5f-rail { max-width: var(--hol0f5f-measure); margin-inline: auto; }
@media (min-width: 1000px) {
  .hol0f5f-rail {
    float: right; width: 270px; max-width: none;
    margin: .35rem 0 1.5rem 2.5rem; position: sticky; top: 1.5rem;
  }
  .hol0f5f-rail .hol0f5f-toc { max-width: none; margin: 0; font-size: .9rem; }
  .hol0f5f-prose, .hol0f5f-takeaway, .hol0f5f-standfirst,
  .hol0f5f-pullquote, .hol0f5f-article-head, .hol0f5f-title,
  .hol0f5f-byline, .hol0f5f-crumbs, .hol0f5f-authorbox, .hol0f5f-related {
    margin-inline: 0;
    /* Wide enough for the rail AND a full reading measure beside it. Capping
       this at the measure squeezed the text into ~260px next to the float,
       because the rail takes its width from inside the same box. */
    max-width: calc(var(--hol0f5f-measure) + 310px);
  }
  .hol0f5f-related::after { content: ""; display: block; clear: both; }
}





/* Article page: takeaway box, contents, then the prose. */
.hol0f5f-takeaway {
  max-width: var(--hol0f5f-measure); margin: 0 auto 1.6rem;
  border-left: 4px solid var(--hol0f5f-accent);
  background: color-mix(in srgb, var(--hol0f5f-accent) 6%, var(--hol0f5f-paper));
  border-radius: var(--hol0f5f-radius); padding: 1rem 1.2rem;
}
.hol0f5f-takeaway-label {
  margin: 0 0 .35rem; font-size: .74rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; color: var(--hol0f5f-accent);
}
.hol0f5f-takeaway-text { margin: 0; font-size: 1.123rem; }

.hol0f5f-toc {
  max-width: var(--hol0f5f-measure); margin: 0 auto 2rem;
  border: 1px solid var(--hol0f5f-rule); border-radius: var(--hol0f5f-radius);
  padding: .9rem 1.2rem;
}
.hol0f5f-toc-label {
  margin: 0 0 .5rem; font-size: .74rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; color: var(--hol0f5f-muted);
}
.hol0f5f-toc ol { margin: 0; padding-left: 1.2em; }
.hol0f5f-toc li { margin: .25em 0; }
.hol0f5f-toc a { text-decoration: none; }
.hol0f5f-toc a:hover { text-decoration: underline; }
/* Jump links must not land the heading under a sticky header. */
.hol0f5f-prose h2 { scroll-margin-top: 1.5rem; }

/* Front page: the hub lead, then its spokes. */
.hol0f5f-hub-title { margin: 0 0 .75rem; }
.hol0f5f-spokes { margin-top: 3.43em; border-top: 1px solid var(--hol0f5f-rule); padding-top: 1.6rem; }
.hol0f5f-spokes-heading { font-size: 1.31rem; margin: 0 0 1rem; }
.hol0f5f-spoke-list { list-style: none; margin: 0; padding: 0; }
.hol0f5f-spoke-list .hol0f5f-spoke { padding: .7rem 0; border-bottom: 1px solid var(--hol0f5f-rule); }
.hol0f5f-spoke-list .hol0f5f-spoke a { font-weight: 600; }
.hol0f5f-spoke-grid {
  display: grid; gap: 1.1rem;
  grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
}
.hol0f5f-spoke-grid .hol0f5f-spoke {
  border: 1px solid var(--hol0f5f-rule); border-radius: var(--hol0f5f-radius); padding: .9rem 1rem;
}
.hol0f5f-spoke-grid .hol0f5f-spoke h3 { margin: 0 0 .35rem; font-size: 1.25rem; }
.hol0f5f-spoke-note { display: block; color: var(--hol0f5f-muted); font-size: .9rem; margin: .2rem 0 0; }

/* --- chrome ---------------------------------------------------------------
   A reader decides whether a site is real before reading a word of it: is there
   a masthead, navigation, an author, a footer with something in it. The
   templates carried none of that, which read as unfinished however good the
   prose was. */

/* Masthead. A wordmark beside the site's own generated mark, a tagline, and a
   nav that reads as navigation -- the previous header was a line of text and a
   row of links, which is what made every site look unfinished. */
.hol0f5f-masthead, .hol0f5f-top {
  background: color-mix(in srgb, var(--hol0f5f-accent) 5%, var(--hol0f5f-paper));
  border-bottom: 3px solid var(--hol0f5f-rule);
}
.hol0f5f-bar, .hol0f5f-identity {
  display: flex; align-items: center; gap: .7rem; flex-wrap: wrap;
}
.hol0f5f-brand { margin: 0; }
.hol0f5f-brand a {
  text-decoration: none; color: inherit;
  display: inline-flex; align-items: center; gap: .6rem;
}
.hol0f5f-mark svg { display: block; width: 34px; height: 34px; border-radius: 4px; }
.hol0f5f-wordmark {
  font-weight: 700; font-size: 1.32rem;
  letter-spacing: -.015em; line-height: 1.1;
}
.hol0f5f-tagline { margin: 0; color: var(--hol0f5f-muted); font-size: .9rem; }

/* Header ARRANGEMENT 5 of 6.
   Patterns taken from how editorial sites actually build mastheads -- classic
   (logo left, nav right), magazine (large wordmark over a ruled nav row),
   centred masthead, minimal bar, utility strip, and stacked. The four template
   variants emit the same three elements in different wrapper tags, which renders
   identically every time; where those pieces SIT is a CSS decision. */

.hol0f5f-masthead, .hol0f5f-top {
  padding-block: 0.7rem;
}
.hol0f5f-nav ul { justify-content: flex-start; }












/* Stacked with a heavy rule under the wordmark. */
.hol0f5f-bar, .hol0f5f-identity { align-items: baseline; }
.hol0f5f-wordmark {
  padding-bottom: .3rem; border-bottom: 3px solid var(--hol0f5f-accent);
}
.hol0f5f-tagline { padding-left: .9rem; }
.hol0f5f-masthead > nav, .hol0f5f-top > nav { padding-top: .8rem; }
.hol0f5f-nav a { font-size: .9rem; }

/* Breadcrumbs: orientation for a reader, hierarchy for a crawler. *//* Breadcrumbs: orientation for a reader, hierarchy for a crawler. */
.hol0f5f-crumbs ol {
  list-style: none; display: flex; flex-wrap: wrap; gap: .45rem;
  margin: 0 0 1.4rem; padding: 0; font-size: .88rem; color: var(--hol0f5f-muted);
}
.hol0f5f-crumbs li + li::before { content: "/ "; color: var(--hol0f5f-rule); }
.hol0f5f-crumbs a { color: inherit; }

/* The author box is the E-E-A-T signal a reader actually looks at. */
.hol0f5f-authorbox {
  margin-top: 3.16em;
  border-top: 2px solid var(--hol0f5f-accent);
  padding-top: 1.1rem;
}
.hol0f5f-authorbox-name { margin: 0 0 .35rem; font-weight: 700; }
.hol0f5f-authorbox-bio { margin: 0; color: var(--hol0f5f-muted); font-size: .95rem; }
.hol0f5f-authorbox-more { margin: .5rem 0 0; font-size: .9rem; }

.hol0f5f-related { margin-top: 2.90em; }
.hol0f5f-related-head { font-size: 1.29rem; margin: 0 0 .8rem; }
.hol0f5f-related ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .85rem; }
.hol0f5f-related li {
  border-left: 3px solid var(--hol0f5f-rule); padding-left: .9rem;
}
.hol0f5f-related a { font-weight: 600; }
.hol0f5f-related span {
  display: block; color: var(--hol0f5f-muted); font-size: .9rem; margin-top: .2rem;
}

/* A footer with substance. An empty one reads as an abandoned site. */
.hol0f5f-foot {
  margin-top: 3.5rem; border-top: 1px solid var(--hol0f5f-rule);
  padding-block: 1.8rem 1rem;
}
.hol0f5f-footgrid {
  display: grid; gap: 1.6rem; margin-bottom: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.hol0f5f-footname { margin: 0 0 .3rem; font-weight: 700; }
.hol0f5f-footabout p { margin: 0; color: var(--hol0f5f-muted); font-size: .92rem; }
.hol0f5f-footlinks ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .35rem; }
.hol0f5f-footlinks a { font-size: .92rem; }
.hol0f5f-copy, .hol0f5f-disclaim {
  color: var(--hol0f5f-muted); font-size: .85rem; margin: .4rem 0 0;
}
.hol0f5f-disclaim { padding-bottom: 2rem; }

/* Nav is built from the hub's spokes; no menu is configured by hand. */
.hol0f5f-nav ul {
  list-style: none; display: flex; flex-wrap: wrap;
  column-gap: 1.1rem; row-gap: .35rem; margin: 0; padding: 0;
}
.hol0f5f-nav li { margin: 0; }
.hol0f5f-nav a { text-decoration: none; font-size: .95rem; white-space: nowrap; }
.hol0f5f-nav a:hover { text-decoration: underline; }
.hol0f5f-prose ul, .hol0f5f-prose ol { padding-left: 1.3em; }
.hol0f5f-prose li + li { margin-top: .4em; }
.hol0f5f-prose blockquote {
  margin-inline: 0; padding-left: 1.1em; border-left: 3px solid var(--hol0f5f-accent); color: var(--hol0f5f-muted);
}
.hol0f5f-prose code {
  font-size: .92em;
  background: color-mix(in srgb, var(--hol0f5f-ink) 7%, var(--hol0f5f-paper));
  padding: .12em .35em; border-radius: var(--hol0f5f-radius);
}
.hol0f5f-prose pre { overflow-x: auto; padding: 1rem; border-radius: var(--hol0f5f-radius);
  background: color-mix(in srgb, var(--hol0f5f-ink) 7%, var(--hol0f5f-paper)); }
.hol0f5f-prose pre code { background: none; padding: 0; }
.hol0f5f-prose table { width: 100%; border-collapse: collapse; font-size: .95rem; display: block; overflow-x: auto; }
.hol0f5f-prose th, .hol0f5f-prose td {
  text-align: left; padding: .55rem .7rem; border-bottom: 1px solid var(--hol0f5f-rule);
}

.hol0f5f-feed, .hol0f5f-list { display: grid; gap: 2.2rem; }
.hol0f5f-index { list-style: none; padding: 0; margin: 0; display: grid; gap: 2rem; }
.hol0f5f-card, .hol0f5f-entry, .hol0f5f-item, .hol0f5f-block {
  border-radius: var(--hol0f5f-radius);
}
.hol0f5f-card-title a, .hol0f5f-item-link { text-decoration: none; }
.hol0f5f-card-title a:hover, .hol0f5f-item-link:hover { text-decoration: underline; }
.hol0f5f-excerpt { color: var(--hol0f5f-muted); }
.hol0f5f-excerpt p { margin: .4rem 0 0; }

.hol0f5f-pager ul, .hol0f5f-adjacent {
  display: flex; flex-wrap: wrap; gap: 1rem; list-style: none;
  padding: 0; margin-top: 3rem; font-size: .95rem;
}
.hol0f5f-adjacent { justify-content: space-between; border-top: 1px solid var(--hol0f5f-rule); padding-top: 1.5rem; }

.hol0f5f-foot {
  border-top: 1px solid var(--hol0f5f-rule);
  padding-block: 1.5rem 3rem;
  color: var(--hol0f5f-muted); font-size: .9rem;
}
.hol0f5f-footnav ul { list-style: none; display: flex; flex-wrap: wrap; gap: 1rem; padding: 0; margin: 0 0 .6rem; }
.hol0f5f-copy { margin: 0; }

.hol0f5f-empty { color: var(--hol0f5f-muted); }

@media (prefers-color-scheme: dark) {
  :root {
    --hol0f5f-paper: #18141a;
    --hol0f5f-ink: #eaece9;
    --hol0f5f-accent: #9bda81;
  }
}
