/* Case layout: shared brand palette, compact editorial proportions. */
.authorCasePage{background:var(--case-paper);color:var(--case-ink)}
.authorCasePage .shell{width:min(1120px,calc(100% - 64px));margin-inline:auto}
.authorCasePage #main{padding-top:112px}
.authorCasePage .skip{position:fixed;top:-100px;left:20px;z-index:200;background:var(--case-paper);padding:12px}
.authorCasePage .skip:focus{top:12px}
.authorCasePage .breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;font-size:11px;line-height:1.6;color:var(--case-muted);padding:14px 0 26px;max-width:900px}
.authorCasePage .hero{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.3fr);gap:48px;align-items:center;padding:12px 0 44px;min-height:360px}
.authorCasePage .eyebrow{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--case-muted);margin:0 0 18px}
.authorCasePage h1{font-size:clamp(28px,2.7vw,42px);line-height:1.13;letter-spacing:-.035em;font-weight:700;margin:0 0 20px;text-wrap:balance}
.authorCasePage .episode{font-size:15px;line-height:1.65;color:var(--case-muted);margin:0;max-width:440px}
.authorCasePage .format{font-size:12px;color:var(--case-muted);margin:16px 0 0}
.authorCasePage .heroVisual{min-width:0}
.authorCasePage .media{display:grid;place-items:center;overflow:hidden;border-radius:14px;background:var(--case-paper-soft)}
.authorCasePage .media img,.authorCasePage .media video{display:block;width:100%;height:auto;max-height:420px;object-fit:contain}
.authorCasePage .media video{aspect-ratio:16/9;background:#050607}
.authorCasePage.casePortrait .hero{grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);min-height:0}
.authorCasePage.casePortrait .heroVisual{justify-self:center;width:auto;max-width:100%}
.authorCasePage.casePortrait .media{width:auto;background:transparent}
.authorCasePage.casePortrait .media video.vertical{height:min(54vh,500px);width:auto;aspect-ratio:9/16;max-height:500px;max-width:100%}
.authorCasePage .source{margin:14px 0 0;text-align:right}
.authorCasePage .button{display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;border-radius:30px;border:1px solid var(--case-line);color:var(--case-ink);background:transparent;font-size:12px;font-weight:600;text-decoration:none;line-height:1.5}
.authorCasePage h2{font-size:clamp(22px,2vw,28px);letter-spacing:-.025em;line-height:1.2;margin:0}
.authorCasePage .about{display:grid;grid-template-columns:1fr 2fr;gap:48px;padding:32px 0 40px;border-top:1px solid var(--case-line);border-bottom:1px solid var(--case-line)}
.authorCasePage .copy{font-size:16px;line-height:1.75;max-width:730px}.authorCasePage .copy p{margin:0}.authorCasePage .copy ul{padding-left:20px;margin:16px 0 0}.authorCasePage .copy li{margin:6px 0}.authorCasePage .copy a{text-decoration:underline}
.authorCasePage .related{padding:40px 0 32px}.authorCasePage .cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:24px}.authorCasePage .card{min-width:0;padding-bottom:18px;text-decoration:none}.authorCasePage .card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:10px}.authorCasePage .card h3{font-size:14px;line-height:1.5;font-weight:550;margin:12px 0 0}
.authorCasePage .catalog{padding:18px 0;border-block:1px solid var(--case-line);font-size:13px}.authorCasePage .catalog summary{cursor:pointer}.authorCasePage .catalog ul{columns:2;padding-left:18px}.authorCasePage .catalog li{break-inside:avoid;margin-bottom:12px;line-height:1.5}
.authorCasePage .projectEnd{width:100vw;margin-left:calc(50% - 50vw);margin-top:64px}.authorCasePage .case-cta{padding:40px 0}
.authorCasePage :is(a,summary,video):focus-visible{outline:2px solid var(--case-accent);outline-offset:5px}
@media(max-width:760px){.authorCasePage .shell{width:calc(100% - 36px)}.authorCasePage #main{padding-top:88px}.authorCasePage .breadcrumbs{padding:12px 0 20px;font-size:10px}.authorCasePage .hero,.authorCasePage.casePortrait .hero{grid-template-columns:1fr;gap:24px;padding:8px 0 28px;min-height:0}.authorCasePage h1{font-size:30px;max-width:560px}.authorCasePage .episode{font-size:14px}.authorCasePage.casePortrait .media video.vertical{height:min(52svh,440px)}.authorCasePage .about{grid-template-columns:1fr;gap:18px;padding:26px 0}.authorCasePage .copy{font-size:15px}.authorCasePage .cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 14px}.authorCasePage .card:last-child{display:none}.authorCasePage .catalog ul{columns:1}.authorCasePage .projectEnd{margin-top:40px}}
@media(prefers-reduced-motion:reduce){.authorCasePage{scroll-behavior:auto}}

.authorCasePage .card{overflow:hidden;border-radius:16px}.authorCasePage .card h3{margin:0;padding:16px 18px 2px}.authorCasePage .about + .about{border-top:0}
