/* Editorial case studies — scoped, static and responsive. */
.CaseStudy__gallery { max-width: 1080px; margin-inline: auto; }
.CaseStudy__gallery img { width: 100%; height: auto; border-radius: var(--case-radius); }
.CaseStudy__film-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
@media (max-width: 700px) { .CaseStudy__film-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; } }
.CaseStudy .LeadCapture { min-height: 0; padding: 80px max(40px, calc((100vw - 1520px) / 2)); }
.CaseStudy .LeadCapture__eyebrow { margin-bottom: 30px; }
.CaseStudy .LeadCapture h2 { font-size: clamp(40px, 4.6vw, 68px); line-height: 1.05; max-width: 14ch; }
.CaseStudy .LeadCapture__copy { font-size: 24px; line-height: 1.35; margin-bottom: 36px; }
.CaseStudy .LeadCapture__consent { line-height: 1.4; }
.CaseStudy .LeadCapture__submit { border-radius: 14px; font-size: 22px; color: var(--cw-mint); }
@media (max-width: 1033px) {
  .CaseStudy .LeadCapture { padding: 60px 24px; gap: 36px; }
  .CaseStudy .LeadCapture h2 { max-width: 20ch; }
}
@media (max-width: 700px) {
  .CaseStudy .LeadCapture { padding: 56px 20px; }
  .CaseStudy .LeadCapture__copy { font-size: 20px; }
}

.CaseStudy { --case-radius: 24px; font-family: brown-pro, Helvetica, Arial, sans-serif; font-weight: 400; }
.CaseStudy *, .CaseStudy *::before, .CaseStudy *::after { box-sizing: border-box; }
.CaseStudy h1, .CaseStudy h2, .CaseStudy h3, .CaseStudy p, .CaseStudy figure, .CaseStudy ul, .CaseStudy dl, .CaseStudy dd, .CaseStudy blockquote { margin: 0; }
.CaseStudy h1, .CaseStudy h2, .CaseStudy h3 { font-weight: 400; color: inherit; }
.CaseStudy a { color: inherit; }
.CaseStudy a:focus-visible { outline: 3px solid currentColor; outline-offset: 7px; }
.CaseStudy__blue { background: var(--cw-blue, #4b37ff); color: var(--cw-mint, #ceffd6); }
.CaseStudy__mint { background: var(--cw-mint, #ceffd6); color: var(--cw-ink, #171717); }
.CaseStudy__wrap { width: calc(100% - 80px); max-width: 1520px; margin-inline: auto; }
.CaseStudy__hero { padding: 176px 0 64px; }
.CaseStudy__eyebrow { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-bottom: 40px; font-size: 18px; line-height: 1.4; }
.CaseStudy__eyebrow a { text-decoration: underline; text-underline-offset: .25em; }
.CaseStudy h1 { font-size: clamp(52px, 7.2vw, 112px); line-height: 1.02; letter-spacing: -.055em; max-width: 21ch; }
.CaseStudy__hero-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; margin: 46px 0 38px; }
.CaseStudy__hero-meta > p { font-size: 28px; line-height: 1.2; }
.CaseStudy__tags { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; }
.CaseStudy__tags li { border: 1px solid currentColor; border-radius: 100px; padding: 9px 17px 10px; font-size: 16px; line-height: 1.2; }
.CaseStudy__lead { overflow: hidden; border-radius: var(--case-radius); background: #d7f1f5; }
.CaseStudy__image { display: block; width: 100%; height: auto; max-width: 100%; }
.CaseStudy__lead img { aspect-ratio: 1540 / 854; object-fit: cover; }
.CaseStudy__intro { padding: 104px 0 96px; }
.CaseStudy__intro-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(220px, .65fr); gap: 12%; }
.CaseStudy__standfirst { font-size: clamp(30px, 3.5vw, 52px); line-height: 1.18; letter-spacing: -.035em; max-width: 26ch; }
.CaseStudy__facts { display: grid; gap: 26px; }
.CaseStudy__facts dt { font-size: 16px; line-height: 1.3; margin-bottom: 9px; }
.CaseStudy__facts dd { font-size: 20px; line-height: 1.45; }
.CaseStudy__chapter { padding: 96px 0 104px; }
.CaseStudy__intro + .CaseStudy__chapter { padding-top: 0; }
.CaseStudy__intro + .CaseStudy__chapter .CaseStudy__story { border-top: 1px solid rgba(23,23,23,.25); padding-top: 80px; }
.CaseStudy__story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 8%; margin-bottom: 72px; }
.CaseStudy__kicker { font-size: 16px; line-height: 1.4; margin-bottom: 28px !important; }
.CaseStudy h2 { font-size: clamp(36px, 4.3vw, 66px); line-height: 1.08; letter-spacing: -.04em; }
.CaseStudy__body { padding-top: 49px; font-size: clamp(20px, 1.8vw, 27px); line-height: 1.4; }
.CaseStudy__body > p + p { margin-top: 24px; }
.CaseStudy__pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.CaseStudy__pair img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--case-radius); }
.CaseStudy__pair > figure:last-child:nth-child(odd) { grid-column: 1 / -1; }
.CaseStudy__pair > figure:last-child:nth-child(odd) img { aspect-ratio: 2 / 1; }
.CaseStudy__pair--slides img { object-fit: contain; background: #fff; }
.CaseStudy__pair--slides > figure:last-child:nth-child(odd) img { object-fit: contain; }
.CaseStudy figcaption { font-size: 16px; line-height: 1.4; margin-top: 18px; }
.CaseStudy__film-heading { margin: 92px 0 32px; display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.CaseStudy__film-heading h3 { font-size: clamp(32px, 3.6vw, 50px); line-height: 1.1; letter-spacing: -.025em; }
.CaseStudy__film-heading p { font-size: 18px; }
.CaseStudy__film { position: relative; aspect-ratio: 16 / 9; border-radius: var(--case-radius); overflow: hidden; background: #171717; }
.CaseStudy__film-cover { display: block; width: 100%; height: 100%; text-decoration: none; position: relative; }
.CaseStudy__film-cover > img { width: 100%; height: 100%; object-fit: cover; }
.CaseStudy__film-cover::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.2); pointer-events: none; }
.CaseStudy__film-cover:focus-visible { outline-offset: -7px; z-index: 2; }
.CaseStudy__play { display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; width: 136px; height: 136px; color: var(--cw-blue); background: var(--cw-mint); font-size: 18px; gap: 5px; transition: background-color .15s ease, color .15s ease; }
.CaseStudy__play svg { width: 32px; height: 32px; }
.CaseStudy__film-cover:hover .CaseStudy__play { background: var(--cw-blue); color: var(--cw-mint); }
.CaseStudy__film iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.CaseStudy__video-link { font-size: 16px; margin-top: 20px !important; text-align: right; }
.CaseStudy__video-link a { text-decoration: underline; text-underline-offset: .2em; }
.CaseStudy__stat { display: flex; align-items: flex-end; gap: 30px; margin-top: 46px; }
.CaseStudy__stat strong { font-size: clamp(104px, 10vw, 160px); line-height: .85; font-weight: 400; letter-spacing: -.075em; color: var(--cw-blue); }
.CaseStudy__stat span { font-size: 18px; line-height: 1.3; padding-bottom: 6px; }
.CaseStudy__story-assets { max-width: 1080px; margin-inline: auto !important; }
.CaseStudy__story-assets img { max-height: 680px; object-fit: cover; border-radius: var(--case-radius); }
.CaseStudy__quote { margin: 104px 0 0 !important; padding-top: 72px; border-top: 1px solid rgba(23,23,23,.25); }
.CaseStudy__quote blockquote { max-width: 1200px; font-size: clamp(26px, 3.1vw, 44px); line-height: 1.22; letter-spacing: -.025em; padding: 0; border: 0; }
.CaseStudy__quote figcaption { margin-top: 32px; display: flex; flex-direction: column; gap: 5px; font-size: 18px; }
.CaseStudy__quote figcaption strong { font-weight: 400; }
.CaseStudy__next { padding: 80px 0 72px; }
.CaseStudy__next-link { display: grid; grid-template-columns: 1.1fr 1fr; gap: 8%; align-items: center; text-decoration: none; }
.CaseStudy__next-link h2 { font-size: clamp(52px, 7vw, 108px); margin-bottom: 24px; }
.CaseStudy__next-link p { font-size: 24px; line-height: 1.3; max-width: 25ch; }
.CaseStudy__next-action { display: inline-block; margin-top: 32px; font-size: 18px; text-decoration: underline; text-underline-offset: .25em; }
.CaseStudy__next-image { border-radius: var(--case-radius); overflow: hidden; }
.CaseStudy__next-image img { aspect-ratio: 4 / 3; object-fit: cover; }
.CaseStudy__all-work { display: inline-block; font-size: 18px; margin-top: 48px; text-decoration: underline; text-underline-offset: .25em; }
@media (max-width: 1033px) {
  .CaseStudy__hero { padding-top: 150px; }
  .CaseStudy__wrap { width: calc(100% - 48px); }
  .CaseStudy__intro-grid { gap: 8%; }
  .CaseStudy__story { gap: 6%; }
  .CaseStudy__stat { flex-wrap: wrap; }
}
@media (max-width: 700px) {
  .CaseStudy { --case-radius: 18px; }
  .CaseStudy__wrap { width: calc(100% - 40px); }
  .CaseStudy__hero { padding: 140px 0 32px; }
  .CaseStudy__eyebrow { margin-bottom: 28px; font-size: 16px; }
  .CaseStudy h1 { font-size: clamp(40px, 10vw, 64px); line-height: 1.04; letter-spacing: -.045em; }
  .CaseStudy__hero-meta { margin: 30px 0 28px; gap: 20px; }
  .CaseStudy__hero-meta > p { font-size: 24px; }
  .CaseStudy__tags { gap: 8px; }
  .CaseStudy__tags li { font-size: 14px; padding: 8px 12px; }
  .CaseStudy__intro, .CaseStudy__chapter { padding: 60px 0; }
  .CaseStudy__intro-grid, .CaseStudy__story, .CaseStudy__pair, .CaseStudy__next-link { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .CaseStudy__pair > figure:last-child:nth-child(odd) img { aspect-ratio: 16 / 9; }
  .CaseStudy__facts { grid-template-columns: 1fr 1fr; column-gap: 20px; }
  .CaseStudy__facts > div:first-child { grid-column: 1 / -1; }
  .CaseStudy__facts dd { font-size: 18px; }
  .CaseStudy__intro + .CaseStudy__chapter .CaseStudy__story { padding-top: 48px; }
  .CaseStudy__kicker { margin-bottom: 20px !important; font-size: 14px; }
  .CaseStudy__story { margin-bottom: 40px; }
  .CaseStudy__body { padding-top: 0; font-size: 20px; }
  .CaseStudy__film-heading { margin-top: 56px; margin-bottom: 24px; }
  .CaseStudy__play { width: 94px; height: 94px; font-size: 15px; }
  .CaseStudy__play svg { width: 26px; height: 26px; }
  .CaseStudy__stat { flex-wrap: nowrap; gap: 28px; margin-top: 40px; }
  .CaseStudy__stat span { font-size: 16px; }
  .CaseStudy__quote { margin-top: 56px !important; padding-top: 44px; }
  .CaseStudy__quote figcaption { font-size: 16px; }
  .CaseStudy__next { padding: 56px 0; }
  .CaseStudy__next-link p { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) { .CaseStudy__play { transition: none; } }
