/* TURE Collection 6.9.15 — denser editorial paragraph rhythm. */

html body.bt-page.ture-site{
  --ture-editorial-p-gap:16px;
}

/* Home: the grid gap is content rhythm here, not section spacing. */
html body.ture-site.ture-home-page #home-manifesto .manifesto-copy{
  row-gap:var(--ture-editorial-p-gap)!important;
}

/* Category introductions: tighten only consecutive narrative paragraphs. */
html body.ture-site .ture-standard-hero-copy>p:not([class])+p:not([class]){
  margin-top:var(--ture-editorial-p-gap)!important;
}

/* Imaginary Friends: retain the three distinct thoughts, with a closer cadence. */
html body.ture-site .ture-imaginary-page .ture-imaginary-intro-copy{
  gap:var(--ture-editorial-p-gap)!important;
}

/* Automobile stories: ordinary body paragraphs only. Editorial statements,
   leads, metadata and closing display lines keep their established pauses. */
html body.ture-site #chantal .ch-life-copy>p:not(.ch-life-last):has(+p:not(.ch-life-last)),
html body.ture-site #chantal .ch-closing-copy>p:has(+p),
html body.ture-site #princess-grace .pg-copy>p:has(+p),
html body.ture-site #abeba .ab-opening-body>p:not(.ab-credo):has(+p:not(.ab-credo)),
html body.ture-site #abeba .ab-copy>p:not(.ab-display):has(+p:not(.ab-display)),
html body.ture-site #madame-claude .mc-copy:not(.mc-copy--opening)>p:not(.mc-scene__statement):has(+p:not(.mc-scene__statement)),
html body.ture-site #madame-claude .mc-copy--opening>p:not(:first-child):has(+p){
  margin-bottom:var(--ture-editorial-p-gap)!important;
}

html body.ture-site #daisy .dy-copy-inner>p:not(.dy-emphasis)+p:not(.dy-emphasis),
html body.ture-site #daisy .dy-letter-copy>p+p{
  margin-top:var(--ture-editorial-p-gap)!important;
}

/* Winter Marathon is the only Experience with adjacent narrative paragraphs. */
html body.ture-site .ture-experience-prototype .wx-copy>p+p{
  margin-top:var(--ture-editorial-p-gap)!important;
}

/* Beyond Time: prose only; quotations, dossiers and artwork metadata are excluded. */
html body.ture-site .bt2-work .bt2-prose>p+p,
html body.ture-site .bt2-work .bt2-observation__copy>p:not(.bt2-kicker)+p:not(.bt2-kicker),
html body.ture-site .bt2-work .bt2-focus__copy>p+p{
  margin-top:var(--ture-editorial-p-gap)!important;
}

@media(max-width:700px){
  html body.bt-page.ture-site{
    --ture-editorial-p-gap:12px;
  }
}
