/*
Theme Name: Sable Hollow 8558
Version: 1.0
*/
:root {
  --val8ee4-accent: #7b461e;
  --val8ee4-ink: #1e1b15;
  --val8ee4-paper: #fcfdfd;
  --val8ee4-radius: 2px;
  --val8ee4-font: "Iowan Old Style", Georgia, serif;
  --val8ee4-muted: color-mix(in srgb, var(--val8ee4-ink) 62%, var(--val8ee4-paper));
  --val8ee4-rule: color-mix(in srgb, var(--val8ee4-ink) 14%, var(--val8ee4-paper));
  --val8ee4-measure: 74ch;
  /* 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. */
  --val8ee4-shell: 1080px;
}

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

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

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

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

.val8ee4-main, .val8ee4-foot {
  max-width: var(--val8ee4-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. */
.val8ee4-masthead, .val8ee4-top { width: 100%; }
.val8ee4-bar, .val8ee4-identity,
.val8ee4-masthead > nav, .val8ee4-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. */
.val8ee4-masthead > .val8ee4-brand, .val8ee4-top > .val8ee4-brand,
.val8ee4-masthead > .val8ee4-tagline, .val8ee4-top > .val8ee4-tagline {
  max-width: var(--val8ee4-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. */
.val8ee4-prose,
.val8ee4-article-head,
.val8ee4-title,
.val8ee4-article-hero,
.val8ee4-head-block,
.val8ee4-article-foot,
.val8ee4-adjacent,
.val8ee4-takeaway,
.val8ee4-standfirst,
.val8ee4-toc,
.val8ee4-jumps,
.val8ee4-related,
.val8ee4-hub-lead,
.val8ee4-byline,
.val8ee4-authorbox,
.val8ee4-crumbs {
  max-width: var(--val8ee4-measure);
  margin-inline: auto;
}

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

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

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

h1, h2, h3 { line-height: 1.31; 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; }

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

/* Long-form reading: generous spacing, clear hierarchy, readable tables. */
.val8ee4-prose > * + * { margin-top: 1.182em; }
.val8ee4-prose h2 { margin-top: 2.25em; }
.val8ee4-prose h3 { margin-top: 1.83em; font-size: 1.25rem; }
.val8ee4-prose a { text-decoration: underline; text-underline-offset: .15em; }

/* --- 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. */

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

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

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

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

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

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

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


/* Pull-quote: centred, ruled above and below. */
.val8ee4-pullquote {
  margin: 0 auto 2rem; padding: 1.2rem 0; text-align: center;
  border-block: 2px solid var(--val8ee4-accent); max-width: var(--val8ee4-measure);
}
.val8ee4-pullquote-label {
  margin: 0 0 .4rem; font-size: .72rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--val8ee4-accent);
}
.val8ee4-pullquote p:last-child {
  margin: 0; font-size: 1.308rem; font-style: italic;
}

/* Contents in a side rail. The reading column stops centring itself, or a
   float lands on top of it -- which is exactly what happened. */
.val8ee4-rail { max-width: var(--val8ee4-measure); margin-inline: auto; }
@media (min-width: 1000px) {
  .val8ee4-rail {
    float: right; width: 270px; max-width: none;
    margin: .35rem 0 1.5rem 2.5rem; position: sticky; top: 1.5rem;
  }
  .val8ee4-rail .val8ee4-toc { max-width: none; margin: 0; font-size: .9rem; }
  .val8ee4-prose, .val8ee4-takeaway, .val8ee4-standfirst,
  .val8ee4-pullquote, .val8ee4-article-head, .val8ee4-title,
  .val8ee4-byline, .val8ee4-crumbs, .val8ee4-authorbox, .val8ee4-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(--val8ee4-measure) + 310px);
  }
  .val8ee4-related::after { content: ""; display: block; clear: both; }
}




/* Inline: one sentence of links rather than a block. */
.val8ee4-related ul { display: block; margin: 0; padding: 0; }
.val8ee4-related li { display: inline; border: 0; padding: 0; }
.val8ee4-related li::after { content: " · "; color: var(--val8ee4-muted); }
.val8ee4-related li:last-child::after { content: ""; }
.val8ee4-related-head { border: 0; font-size: 1rem; display: inline; margin-right: .5rem; }

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

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

/* Front page: the hub lead, then its spokes. */
.val8ee4-hub-title { margin: 0 0 .75rem; }
.val8ee4-spokes { margin-top: 3.07em; border-top: 1px solid var(--val8ee4-rule); padding-top: 1.6rem; }
.val8ee4-spokes-heading { font-size: 1.31rem; margin: 0 0 1rem; }
.val8ee4-spoke-list { list-style: none; margin: 0; padding: 0; }
.val8ee4-spoke-list .val8ee4-spoke { padding: .7rem 0; border-bottom: 1px solid var(--val8ee4-rule); }
.val8ee4-spoke-list .val8ee4-spoke a { font-weight: 600; }
.val8ee4-spoke-grid {
  display: grid; gap: 1.1rem;
  grid-template-columns: repeat(auto-fill, minmax(247px, 1fr));
}
.val8ee4-spoke-grid .val8ee4-spoke {
  border: 1px solid var(--val8ee4-rule); border-radius: var(--val8ee4-radius); padding: .9rem 1rem;
}
.val8ee4-spoke-grid .val8ee4-spoke h3 { margin: 0 0 .35rem; font-size: 1.25rem; }
.val8ee4-spoke-note { display: block; color: var(--val8ee4-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. */
.val8ee4-masthead, .val8ee4-top {
  background: color-mix(in srgb, var(--val8ee4-accent) 5%, var(--val8ee4-paper));
  border-bottom: 2px solid var(--val8ee4-rule);
}
.val8ee4-bar, .val8ee4-identity {
  display: flex; align-items: center; gap: .7rem; flex-wrap: wrap;
}
.val8ee4-brand { margin: 0; }
.val8ee4-brand a {
  text-decoration: none; color: inherit;
  display: inline-flex; align-items: center; gap: .6rem;
}
.val8ee4-mark svg { display: block; width: 38px; height: 38px; border-radius: 4px; }
.val8ee4-wordmark {
  font-weight: 700; font-size: 1.32rem;
  letter-spacing: -.015em; line-height: 1.1;
}
.val8ee4-tagline { margin: 0; color: var(--val8ee4-muted); font-size: .9rem; }

/* Header ARRANGEMENT 3 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. */

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








/* Minimal bar: short, quiet, content-first. */
.val8ee4-masthead, .val8ee4-top { padding-block: .55rem; }
@media (min-width: 820px) {
  .val8ee4-masthead, .val8ee4-top {
    display: flex; align-items: center; gap: 1.75rem;
    max-width: var(--val8ee4-shell); margin-inline: auto; padding-inline: 1.25rem;
  }
  .val8ee4-bar, .val8ee4-identity { padding-inline: 0; margin-inline: 0; }
  .val8ee4-masthead > nav, .val8ee4-top > nav { padding-inline: 0; max-width: none; }
  .val8ee4-tagline { display: none; }
}
.val8ee4-wordmark { font-size: 1.26rem; }
.val8ee4-mark svg { width: 34px; height: 34px; }
.val8ee4-nav a { font-size: .86rem; }





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

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

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

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

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

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

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

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

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

/* Light only. Most editorial sites in this category ship no dark theme at
   all, and every one of 42 sites offering an identical dark variant is itself a
   uniform trait -- as well as making the whole network look dark to anyone whose
   browser prefers it. */
