/*
Theme Name: Vega Bay 7f16
Version: 1.0
*/
:root {
  --poia024-accent: #3a9523;
  --poia024-ink: #151e15;
  --poia024-paper: #fdfcfd;
  --poia024-radius: 12px;
  --poia024-font: "Source Serif 4", Cambria, serif;
  --poia024-muted: color-mix(in srgb, var(--poia024-ink) 62%, var(--poia024-paper));
  --poia024-rule: color-mix(in srgb, var(--poia024-ink) 14%, var(--poia024-paper));
  --poia024-measure: 69ch;
  /* 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. */
  --poia024-shell: 1320px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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


/* Summary closes the piece, so it needs a top rule rather than a tint. */
.poia024-takeaway {
  border-left: 0; border-top: 3px solid var(--poia024-accent);
  background: none; padding-left: 0; margin-top: 2.5rem;
}

.poia024-related ul {
  display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.poia024-related li {
  border: 1px solid var(--poia024-rule); border-left-width: 1px;
  border-radius: var(--poia024-radius); padding: .85rem 1rem;
}


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

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

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

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

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










/* Utility strip: the tagline sits above as a thin kicker line. */
.poia024-bar, .poia024-identity { flex-direction: column; align-items: flex-start; gap: .1rem; }
.poia024-tagline {
  order: -1; font-size: .7rem; text-transform: uppercase; letter-spacing: .14em;
  padding-bottom: .45rem; margin-bottom: .35rem;
  border-bottom: 1px solid var(--poia024-rule); width: 100%;
}
.poia024-masthead > nav, .poia024-top > nav { padding-top: .65rem; }



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

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

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

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

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

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

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

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

.poia024-empty { color: var(--poia024-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. */
