/* Hell's White Sheep V47 — Gabrielle readability refinement
   Keeps the approved artifact geometry and artwork intact while establishing
   readable minimum type sizes at half-width and compact desktop viewports. */

/* Princess and Witch Dossiers: preserve the page registration, but stop the
   live prose and supporting labels from collapsing into 9–11px text. */
.dossier-artifact-shell[data-artifact-theme="princess"] .dossier-page{
  height:55.2%;
  font-size:clamp(14px,1cqw,17.2px);
  line-height:1.45;
  padding:.38cqw .70cqw .82cqw;
}
.dossier-artifact-shell[data-artifact-theme="witch"] .dossier-page{
  height:54.8%;
  font-size:clamp(14px,.98cqw,17px);
  line-height:1.44;
  padding:.38cqw .68cqw .82cqw;
}
.dossier-artifact-shell[data-artifact-theme="princess"] .dossier-page h3,
.dossier-artifact-shell[data-artifact-theme="witch"] .dossier-page h3{
  font-size:clamp(21px,1.65cqw,30px);
  line-height:1.05;
}
.dossier-artifact-shell[data-artifact-theme="princess"] .dossier-page .dossier-kicker,
.dossier-artifact-shell[data-artifact-theme="witch"] .dossier-page .dossier-kicker{
  font-size:.72em;
}
.dossier-artifact-shell[data-artifact-theme="princess"] .dossier-page .dossier-subtitle,
.dossier-artifact-shell[data-artifact-theme="witch"] .dossier-page .dossier-subtitle{
  font-size:.92em;
}
.dossier-artifact-shell[data-artifact-theme="princess"] .dossier-ledger small,
.dossier-artifact-shell[data-artifact-theme="witch"] .dossier-ledger small{
  font-size:.72em;
}
.dossier-artifact-shell[data-artifact-theme="princess"] .dossier-ledger strong,
.dossier-artifact-shell[data-artifact-theme="witch"] .dossier-ledger strong{
  font-size:1em;
}
.dossier-artifact-shell[data-artifact-theme="princess"] .dossier-chip,
.dossier-artifact-shell[data-artifact-theme="witch"] .dossier-chip{
  font-size:.80em;
}

/* Princess and Witch Witching Hour: the approved parchment coordinates remain
   unchanged; long-form descriptions now retain a comfortable reading floor. */
.witching-artifact-shell[data-artifact-theme="princess"] .witching-parchment{
  font-size:clamp(14.5px,1.02cqw,17.5px);
  line-height:1.47;
  padding:1.08cqw 1.16cqw .90cqw;
}
.witching-artifact-shell[data-artifact-theme="witch"] .witching-parchment{
  font-size:clamp(14.5px,1cqw,17.3px);
  line-height:1.46;
  padding:1.05cqw 1.12cqw .88cqw;
}
.witching-artifact-shell[data-artifact-theme="princess"] .witching-parchment .witching-kicker,
.witching-artifact-shell[data-artifact-theme="witch"] .witching-parchment .witching-kicker{
  font-size:.72em;
}
.witching-artifact-shell[data-artifact-theme="princess"] .witching-parchment .witching-subtitle,
.witching-artifact-shell[data-artifact-theme="witch"] .witching-parchment .witching-subtitle{
  font-size:.92em;
}

/* Daughter Secret Archive: use the lower portion of the illustrated letter,
   retain the approved affine paper registration, and prefer internal scrolling
   over microscopic type. */
.archive-artifact-shell[data-artifact-theme="daughter"] .archive-letter-host{
  height:51.8%;
}
.archive-artifact-shell[data-artifact-theme="daughter"] .archive-letter-plane{
  font-size:clamp(14.5px,1.02cqw,17.5px);
  line-height:1.46;
  scrollbar-width:thin;
  scrollbar-color:rgba(48,91,63,.52) transparent;
  scrollbar-gutter:stable;
}
.archive-artifact-shell[data-artifact-theme="daughter"] .archive-letter-plane[data-archive-record="family"],
.archive-artifact-shell[data-artifact-theme="daughter"] .archive-letter-plane[data-archive-record="project"]{
  font-size:clamp(14px,.96cqw,16.5px);
  line-height:1.41;
}
.archive-artifact-shell[data-artifact-theme="daughter"] .archive-letter-plane h3{
  font-size:clamp(21px,1.62cqw,30px);
}
.archive-artifact-shell[data-artifact-theme="daughter"] .archive-letter-plane p{
  margin:.58em 0;
}
.archive-artifact-shell[data-artifact-theme="daughter"] .archive-letter-plane .archive-kicker{
  font-size:.72em;
}
.archive-artifact-shell[data-artifact-theme="daughter"] .archive-letter-plane .archive-subtitle{
  font-size:.92em;
}
.archive-artifact-shell[data-artifact-theme="daughter"] .archive-letter-plane .archive-restricted{
  font-size:.82em;
}
.archive-artifact-shell[data-artifact-theme="daughter"] .archive-letter-plane::-webkit-scrollbar{
  display:block;
  width:6px;
}
.archive-artifact-shell[data-artifact-theme="daughter"] .archive-letter-plane::-webkit-scrollbar-track{
  background:transparent;
}
.archive-artifact-shell[data-artifact-theme="daughter"] .archive-letter-plane::-webkit-scrollbar-thumb{
  border-radius:999px;
  background:linear-gradient(to bottom,rgba(41,80,56,.28),rgba(151,115,57,.58),rgba(41,80,56,.28));
}
.archive-artifact-shell[data-artifact-theme="daughter"] .archive-letter-plane::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(to bottom,rgba(41,80,56,.42),rgba(151,115,57,.75),rgba(41,80,56,.42));
}

/* Keep the enlarged Dossier prose above the illustrated lower page ornaments. */
.dossier-artifact-shell[data-artifact-theme="princess"] .dossier-page{
  height:51.8%;
}
.dossier-artifact-shell[data-artifact-theme="witch"] .dossier-page{
  height:51.8%;
}

/* The affine Daughter letter gains useful room without entering the printed
   lower border or fleur-de-lis ornament. */
.archive-artifact-shell[data-artifact-theme="daughter"] .archive-letter-host{
  height:47.0%;
}
