/* CAT and consultancy: shared editorial layouts within the existing MESC identity. */
.service-page .site-header { background: rgba(6,28,43,.96); }
.service-page h1 { font-size: clamp(2.6rem,4.1vw,3.85rem); line-height: 1.07; margin: 0 0 26px; text-wrap: balance; }
.service-page h2 { font-size: clamp(2rem,3.1vw,3rem); line-height: 1.12; text-wrap: balance; }
.service-page h3 { font-size: 1.5rem; line-height: 1.2; }
.service-page h4 { font-size: 1.3rem; line-height: 1.3; letter-spacing: -.025em; margin: 0 0 16px; }
.service-page a:focus-visible,.service-page button:focus-visible,.service-page summary:focus-visible { outline: 3px solid #31b7d8; outline-offset: 5px; }
.service-hero { padding: 114px 0 78px; color: #edf5fa; background: radial-gradient(ellipse at 90% 70%,#123f50 0,transparent 64%),#061c2b; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; font-size: .76rem; color: #aec8d4; margin-bottom: 50px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.service-hero-grid { display: grid; grid-template-columns: 1.03fr 1fr; align-items: center; gap: 60px; }
.cat-hero .service-hero-grid { align-items: start; }
.service-hero p { color: #c5d7e1; max-width: 55ch; }
.service-hero .eyebrow,.service-contact .eyebrow { color: #8bd5e6; font-size: .72rem; }
.service-lead { font-size: 1.25rem; line-height: 1.5; }
.service-hero .button { margin-top: 10px; }
.service-hero .service-note { font-size: .73rem; margin: 20px 0 0; color: #afc6d3; }
.service-video { margin: 0; border: 1px solid #345363; border-radius: 20px; overflow: hidden; background: #061c2b; box-shadow: 0 24px 60px #0003; }
.video-label { display: flex; justify-content: space-between; padding: 15px 20px; text-transform: uppercase; letter-spacing: .13em; font-size: .65rem; font-weight: 700; color: #aec8d4; }
.service-video video { display: block; width: 100%; height: auto; aspect-ratio: 16/9; background: #061c2b; }
.service-video figcaption { padding: 22px; font-size: .85rem; color: #c5d7e1; }
.service-video figcaption a { display: block; margin-top: 10px; color: #8bd5e6; font-size: .76rem; text-underline-offset: 4px; }
.service-video figcaption a:hover { color: #fff; }
.service-section { padding: 88px 0; }
.service-wash { background: #f3f7fa; }
.service-heading { max-width: 720px; margin-bottom: 40px; }
.service-heading h2 { margin-bottom: 22px; }
.service-heading > p:not(.eyebrow),.service-section p,.process-list span { color: #536d82; }
.service-section .eyebrow { color: #0868b8; }
.approach-steps { list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 38px; margin: 0; padding: 0; }
.approach-steps li { border-top: 1px solid #ccdce6; padding-top: 25px; }
.step-number { display: block; margin-bottom: 27px; color: #126ab4; font-size: .72rem; letter-spacing: .12em; font-weight: 700; }
.approach-steps h3 { max-width: 18ch; }
.approach-steps p,.audience-strip p,.option-pair p,.discipline-grid p,.evidence-grid p { font-size: .94rem; }
.audience-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 38px; border-top: 1px solid #ccdce6; margin-top: 36px; padding-top: 30px; }
.audience-strip strong { display: block; color: #10283a; margin-bottom: 9px; }
.audience-strip p { margin: 0; }
.option-row { display: grid; grid-template-columns: .6fr 2fr; gap: 40px; padding: 34px 0; border-top: 1px solid #ccdce6; }
.option-row > h3 { font-size: 1.12rem; line-height: 1.45; }
.option-row > h3 span { display: block; font-size: .72rem; color: #126ab4; letter-spacing: .12em; margin-bottom: 14px; }
.option-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.option-pair article { border-left: 2px solid #42a8c2; padding-left: 26px; }
.option-pair p:last-child { margin-bottom: 0; }
.service-section .option-label { color: #126ab4; font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.agreement-note { max-width: 90ch; font-size: .8rem; margin: 20px 0 0; padding-top: 25px; border-top: 1px solid #ccdce6; }
.service-split { display: grid; grid-template-columns: 1fr 1.12fr; gap: 80px; }
.service-split .service-heading { margin-bottom: 0; }
.process-list { padding: 0; margin: 0; list-style: none; counter-reset: process; }
.process-list li { position: relative; padding: 25px 0 25px 48px; border-top: 1px solid #ccdce6; counter-increment: process; }
.process-list li::before { content: '0' counter(process); position: absolute; left: 0; top: 29px; font-size: .7rem; letter-spacing: .1em; font-weight: 700; color: #126ab4; }
.process-list strong,.process-list span { display: block; }
.process-list strong { margin-bottom: 9px; font-size: 1.08rem; }
.process-list span { font-size: .92rem; }
.service-faq details { border-top: 1px solid #ccdce6; }
.service-faq summary { cursor: pointer; padding: 22px 8px 22px 0; font-weight: 650; line-height: 1.5; }
.service-faq p { font-size: .92rem; padding-right: 16px; }
.service-contact { background: #0b3046; color: #f4f8fb; }
.service-contact p { color: #bed3de; }
.service-contact h2 { max-width: 19ch; }
.service-contact .eyebrow { color: #8bd5e6; }
.contact-action { align-self: center; padding-left: 30px; border-left: 1px solid #426273; }
.contact-action > p { font-size: 1.5rem; line-height: 1.5; margin-bottom: 25px; }
.contact-secondary { display: block; margin-top: 22px; color: #bfe9f3; font-size: .9rem; text-underline-offset: 4px; }
.video-transcript { margin-top: 14px; scroll-margin-top: 110px; }
.video-transcript summary { cursor: pointer; color: #8bd5e6; font-size: .8rem; font-weight: 650; padding: 6px 0; }
.video-transcript summary:hover { color: #fff; }
.transcript-copy { padding-top: 16px; }
.transcript-copy p { font-size: .85rem; line-height: 1.7; }
.transcript-copy p:last-child { margin-bottom: 0; }
.transcript-copy .transcript-note { font-size: .76rem; padding-top: 16px; border-top: 1px solid #345363; color: #afc6d3; }
.related-links { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 34px 0 0; font-size: .9rem; }
.related-links a,.evidence-grid a,.leadership-copy a { color: #0868b8; text-underline-offset: 4px; }
.research-note { padding: 38px; border: 1px solid #345363; border-radius: 24px; background: #06202db3; }
.research-note h2 { font-size: 2rem; line-height: 1.25; margin: 40px 0 24px; }
.research-note p { font-size: 1rem; }
.research-note a { display: inline-block; color: #8bd5e6; font-size: .85rem; margin-top: 14px; text-underline-offset: 4px; }
.discipline-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 64px; }
.discipline-grid article { padding: 32px 0; border-top: 1px solid #ccdce6; }
.discipline-grid h3 { max-width: 24ch; }
.discipline-grid .step-number { margin-bottom: 18px; }
.discipline-grid .service-examples { font-size: .82rem; margin-bottom: 0; color: #52687a; }
.evidence-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
.evidence-grid article { display: flex; flex-direction: column; padding: 28px; background: #fff; border: 1px solid #dce5ec; border-radius: 18px; }
.evidence-grid h3 { font-size: 1.35rem; }
.evidence-grid a { display: block; font-size: .84rem; line-height: 1.6; }
.evidence-grid a:first-of-type { margin-top: auto; padding-top: 10px; font-weight: 650; }
.evidence-grid a + a { margin-top: 14px; font-size: .73rem; }
.leadership-copy p { font-size: 1.05rem; }
.consultancy-engagement #process { scroll-margin-top: 110px; }
.consultancy-engagement .process-list li { border-color: #426273; }
.consultancy-engagement .process-list li::before { color: #8bd5e6; }
.consultancy-engagement .process-list span { color: #bed3de; }
.engagement-process-title { margin-bottom: 24px; }
.engagement-contact { margin-top: 32px; }
.service-page .engagement-contact h3 { font-size: 1.1rem; line-height: 1.4; margin-bottom: 18px; }
.engagement-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.engagement-actions .button { max-width: 100%; padding: 14px 22px; text-align: center; border: 1px solid #64808f; }
.engagement-actions .button-light { border-color: transparent; }
.consultancy-engagement .engagement-note { font-size: .78rem; margin: 22px 0 0; }
@media (max-width: 1100px) { .service-hero-grid { gap: 34px; } .service-split { gap: 44px; } .option-row { grid-template-columns: 1fr; gap: 18px; } .option-row > h3 span { display: inline-block; margin: 0 16px 0 0; } }
@media (max-width: 820px) { .service-hero-grid,.service-split { grid-template-columns: 1fr; gap: 36px; } .service-hero { padding: 108px 0 54px; } .breadcrumbs { margin-bottom: 34px; } .service-video { max-width: 650px; } .service-section { padding: 60px 0; } .approach-steps,.audience-strip,.evidence-grid { grid-template-columns: 1fr; gap: 24px; } .approach-steps h3 { max-width: none; } .step-number { margin-bottom: 16px; } .contact-action { padding-left: 0; border-left: 0; } .research-note { max-width: 650px; } .research-note h2 { margin-top: 22px; } .discipline-grid { gap: 0 36px; } }
@media (max-width: 560px) { .option-pair,.discipline-grid { grid-template-columns: 1fr; gap: 28px; } .service-page h1 { font-size: 2.55rem; text-wrap: initial; } .service-page h2 { font-size: 2.1rem; } .service-section { padding: 48px 0; } .discipline-grid { gap: 0; } .research-note { padding: 28px; } .option-pair article { padding-left: 20px; } .service-heading h2 br { display: none; } .service-contact h2 { max-width: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
