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