/* Batch 6 only. Shared Saddl typography and tokens come from cinema.css. */
body.batch-six { min-width: 0; }
.batch-six :is(main,header,footer) { overflow-wrap: anywhere; }
.batch-six .cinema-header { height: auto; }
.batch-six .cinema-header nav { height: auto; min-height: 72px; flex-wrap: wrap; gap: 8px 20px; }
.batch-six .cinema-links { flex-wrap: wrap; }
.batch-six .split > * { min-width: 0; }
.batch-six :is(h1,h2,h3,p,dl,dd) { margin: 0; }
.batch-six h1 { font-size: clamp(46px,5.8vw,88px); max-width: 24ch; }
.cinema.batch-six h1 em { font: inherit; font-style: normal; color: #536457; }
.batch-six h2 { font-size: clamp(34px,3.7vw,56px); max-width: 25ch; }
.batch-six h3 { font-size: 28px; line-height: 1.15; }
.batch-six p { max-width: 65ch; }
.batch-six p + p { margin-top: 16px; }
.batch-six a { text-underline-offset: 5px; }
.batch-six a:focus-visible { outline: 3px solid #bc452f; outline-offset: 4px; }
.batch-six .cinema-logo { font-family: SaddlBody,Arial,sans-serif!important; }
.batch-six .cinema-links a,.batch-six .cinema-contact { min-height: 44px; display: inline-flex; align-items: center; }
.batch-six .skip-link { position: fixed; z-index: 200; left: 16px; top: -100px; background: #26352e; color: #f5f3ed; padding: 12px 20px; }
.batch-six .skip-link:focus { top: 12px; }
.batch-six .eyebrow { display: flex; align-items: center; gap: 12px; color: #536457; font-size: 13px; margin-bottom: 18px; }
.batch-six .eyebrow::before { content: ''; width: 28px; height: 1px; background: #bc452f; flex-shrink: 0; }
.batch-six .b6-intro { padding-block: 36px; }
.batch-six .lead { font-size: 17px; line-height: 1.65; max-width: 61ch; margin-top: 22px; color: #536457; }
.batch-six .actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; }
.batch-six .btn { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 48px; font-weight: 600; }
.batch-six .textlink { display: inline-flex; align-items: center; min-height: 44px; margin-top: 18px; gap: 10px; }
.batch-six .textlink span,.batch-six .btn span { flex-shrink: 0; }
.batch-six .b6-section { padding-block: 34px; border-top: 1px solid #c9c9bd; }
.batch-six .split { display: grid; gap: 26px; }
.batch-six :is(h2,h3) + p { margin-top: 18px; }
.batch-six :is(.b6-section,.b6-panel,.b6-close) p,.batch-six dd { color: #536457; }
.batch-six .scope-list > div { padding-block: 18px; border-top: 1px solid #c9c9bd; }
.batch-six .scope-list > div:first-child { padding-top: 0; border-top: 0; }
.batch-six dt { font-weight: 600; }
.batch-six dd { margin-top: 8px; }
.batch-six .b6-panel { padding: 26px 22px; background: #e4eadc; border-radius: 4px; margin-bottom: 34px; }
.batch-six .quiet-note { padding: 24px; background: #26352e; color: #f5f3ed; border-radius: 4px; }
.batch-six .quiet-note h3 { color: #f5f3ed; }
.batch-six .quiet-note p { color: #d4dfd5; }
.batch-six .quiet-note .textlink { color: #f5f3ed; }
.batch-six .quiet-note a:focus-visible { outline-color: #e7b494; }
.batch-six .section-heading { margin-bottom: 26px; }
.batch-six .operating-flow { list-style: none; padding: 0; margin: 0; display: grid; gap: 24px; counter-reset: step; }
.batch-six .operating-flow li { border-top: 1px solid #c9c9bd; padding-top: 18px; counter-increment: step; }
.batch-six .operating-flow li::before { content: '0' counter(step); display: block; color: #536457; margin-bottom: 12px; font-size: 13px; }
.batch-six .b6-close { padding-block: 32px 44px; border-top: 1px solid #c9c9bd; }
.batch-six footer { border-top: 1px solid #c9c9bd; color: #536457; font-size: 14px; }
.batch-six .footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px 30px; }
.batch-six .footer-links { display: flex; flex-wrap: wrap; gap: 0 24px; }
.batch-six .footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
@media(min-width:768px) {
 .batch-six .b6-intro { padding-block: 54px 48px; }
 .batch-six .b6-section { padding-block: 44px; }
 .batch-six .b6-panel { padding: 36px; margin-bottom: 44px; }
 .batch-six .b6-close { padding-block: 44px 56px; }
}
@media(min-width:1000px) { .batch-six .split { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 60px; } }
@media(max-width:680px) {
 .batch-six .cinema-links { gap: 12px; }
 .batch-six .cinema-links a { font-size: 12px; }
 .batch-six .cinema-contact { display: none; }
 .batch-six .b6-intro .btn { width: 100%; }
}
@media(max-height:500px) { .batch-six .cinema-header { position: relative!important; } }
@media(prefers-reduced-motion:reduce) {
 html { scroll-behavior: auto; }
 .batch-six *, .batch-six *::before, .batch-six *::after { animation: none!important; transition: none!important; scroll-behavior: auto!important; }
}
/* Problem-specific compositions, scoped to the four Batch 6 pages. */
.batch-six :is(main,section,[id]) { scroll-margin-top: 110px; }
.batch-six .b6-intro h1 { max-width: 21ch; }
.batch-six .b6-intro .lead { max-width: 64ch; }
.batch-six figure { margin: 0; }
.batch-six p + figure { margin-top: 24px; }
.batch-six .context-link { margin-top: 24px; }
.batch-six figcaption { font-size: 13px; color: #536457; margin-bottom: 18px; }
.batch-six .contribution-ledger { background: #26352e; color: #f5f3ed; padding: 26px; border-radius: 4px; }
.batch-six .contribution-ledger figcaption,.batch-six .contribution-ledger p { color: #d4dfd5; }
.batch-six .contribution-ledger ol { list-style: none; padding: 0; margin: 0; }
.batch-six .contribution-ledger li { display: grid; grid-template-columns: 24px 1fr; gap: 12px; padding: 14px 0; border-top: 1px solid #819582; }
.batch-six .contribution-ledger li:last-child { font-weight: 700; color: #e7b494; border-top: 2px solid #d4dfd5; }
.batch-six .contribution-ledger p { font-size: 14px; margin-top: 20px; }
.batch-six .decision-rows { margin-top: 26px; }
.batch-six .decision-rows article { padding: 22px 0; border-top: 1px solid #c9c9bd; display: grid; gap: 14px; }
.batch-six .decision-rows h3 + p { margin-top: 0; }
.batch-six .planning-flow { padding: 0; margin: 0; list-style: none; counter-reset: planning; }
.batch-six .planning-flow li { counter-increment: planning; display: grid; grid-template-columns: 36px 1fr; gap: 16px; border-top: 1px solid #819582; padding: 22px 0; }
.batch-six .planning-flow li::before { content: '0' counter(planning); color: #536457; font-size: 13px; padding-top: 5px; }
.batch-six .planning-flow li:last-child { padding-bottom: 0; }
.batch-six .settlement-pair { display: grid; gap: 24px; margin-block: 28px; }
.batch-six .settlement-pair > div { border-top: 2px solid #819582; padding-top: 20px; }
.batch-six .settlement-pair .compare-label { font-size: 13px; color: #536457; display: block; margin-bottom: 12px; }
.batch-six .investigation-note { border-left: 3px solid #bc452f; padding-left: 20px; }
.batch-six .diagnostic-grid { display: grid; gap: 24px; margin-top: 26px; }
.batch-six .diagnostic-grid article { border-top: 1px solid #819582; padding-top: 20px; }
.batch-six .diagnostic-grid .signal { font-size: 13px; color: #536457; margin-bottom: 10px; }
.batch-six .scope-pair { display: grid; gap: 28px; }
@media(min-width:768px) {
 .batch-six .operating-flow { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
 .batch-six .b6-intro h1 { max-width: 28ch; }
 .batch-six .settlement-pair,.batch-six .diagnostic-grid,.batch-six .scope-pair { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .batch-six .decision-rows article { grid-template-columns: 1fr 2fr; gap: 36px; }
 .batch-six .contribution-ledger { padding: 36px; }
}
@media(max-width:680px) { .batch-six .contribution-ledger { padding: 24px 20px; } }
