cb-project,cb-project-index{display:block;color:#111;background:#fff;font-family:Arial,Helvetica,sans-serif}
.cb-project{position:relative;isolation:isolate}
.cb-project__hero{position:sticky;top:0;height:100svh;min-height:480px;overflow:hidden;background:#171717;color:#fff;z-index:0}
.cb-project__backdrop{position:absolute;inset:0;overflow:hidden}
.cb-project__backdrop>img,.cb-project__backdrop>video{display:block;width:100%;height:100%;object-fit:cover}
.cb-project__backdrop::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 50%,#0006);pointer-events:none}
.cb-project__title{position:absolute;bottom:32px;left:24px;right:24px;text-align:center}
.cb-project__title p,.cb-project__label,.cb-project__information dt{font-size:10px;text-transform:uppercase;letter-spacing:.04em}
.cb-project__title h1{font-size:clamp(24px,3vw,44px);font-weight:400;line-height:1.05;text-transform:uppercase;letter-spacing:-.035em;margin:8px 0 0}
.cb-project__pause{position:absolute;right:24px;top:96px;z-index:2;color:white;background:#0005;border:1px solid #fff7;border-radius:30px;padding:10px 16px;font:inherit;font-size:11px;cursor:pointer}
.cb-project__sheet{position:relative;z-index:2;background:#fff;min-height:100svh;padding:72px max(24px,12vw) 80px}
.cb-project__information{display:grid;grid-template-columns:2fr 1fr;gap:12vw;margin-bottom:80px;font-size:14px;line-height:1.5}
.cb-project__copy p{margin:0 0 20px}.cb-project__information dl{margin:0}.cb-project__information dt{color:#777;margin:0 0 6px}.cb-project__information dd{margin:0 0 24px;font-size:12px;text-transform:uppercase}
.cb-project__gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.cb-project__image{margin:0;min-width:0}.cb-project__image--wide{grid-column:1/-1}
.cb-project__image img,.cb-project__image video{display:block;width:100%;height:auto;border-radius:4px}
.cb-project__image figcaption{font-size:11px;color:#777;padding:12px 0 24px}
.cb-project__next{display:flex;justify-content:space-between;gap:24px;border-top:1px solid #ddd;padding-top:24px;margin-top:80px;font-size:12px;text-transform:uppercase}
.cb-project__next a{text-underline-offset:5px}.cb-project__next a:hover{text-decoration:underline}
.cb-project-index{padding:64px 14px 96px}.cb-project-index>h1{font-size:clamp(24px,3.3vw,48px);font-weight:400;text-transform:uppercase;letter-spacing:-.045em;margin:0 30px 40px}
.cb-project-index__intro{max-width:540px;margin:0 30px 48px;font-size:14px;line-height:1.5}
.cb-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.cb-project-card{min-width:0;position:relative;border-radius:4px;overflow:hidden;background:#eee}
.cb-project-card>a,.cb-project-card>div{position:relative;display:block;color:white;text-decoration:none}
.cb-project-card__media{position:relative;aspect-ratio:4/5;overflow:hidden;background:#252525}
.cb-project-card__media img,.cb-project-card__media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.22,1,.36,1),opacity .6s ease}
.cb-project-card__media video{opacity:0}.cb-project-card[data-playing] video{opacity:1}
.cb-project-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 50%,#0008);pointer-events:none}
.cb-project-card__caption{position:absolute;bottom:24px;left:24px;right:24px;display:grid;grid-template-columns:1fr auto;gap:5px 12px}
.cb-project-card__caption>span:first-child{grid-column:1/-1;font-size:10px;text-transform:uppercase}
.cb-project-card__caption h2{font-size:17px;line-height:1.15;font-weight:400;text-transform:uppercase;margin:0}
.cb-project-card__caption>span:last-child{transition:transform .6s cubic-bezier(.22,1,.36,1)}
@media(hover:hover){.cb-project-card:hover img,.cb-project-card:hover video{transform:scale(1.04)}.cb-project-card:hover .cb-project-card__caption>span:last-child{transform:translate(3px,-3px)}}
@media(max-width:989px){.cb-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cb-project__sheet{padding:56px 32px}.cb-project__information{gap:48px}}
@media(max-width:749px){.cb-project-grid{grid-template-columns:1fr}.cb-project-index{padding:40px 12px 64px}.cb-project-index>h1,.cb-project-index__intro{margin-left:4px}.cb-project__sheet{padding:40px 20px}.cb-project__information{grid-template-columns:1fr;gap:24px;margin-bottom:40px}.cb-project__information dl{display:grid;grid-template-columns:80px 1fr;gap:12px}.cb-project__information dd{margin:0}.cb-project__gallery{gap:10px}.cb-project__next{flex-direction:column;margin-top:48px}.cb-project__title{bottom:28px}}
@media(prefers-reduced-motion:reduce){.cb-project__hero{position:relative}.cb-project-card__media img,.cb-project-card__media video,.cb-project-card__caption>span:last-child{transition:none!important;transform:none!important}}

/* Optional editorial next-story cover. */
.cb-project__next:has(.cb-project-next-feature img){flex-wrap:wrap}
.cb-project-next-feature:has(img){flex-basis:100%;display:block;text-decoration:none!important}
.cb-project-next-feature img{display:block;width:100%;max-height:70svh;object-fit:cover;margin:20px 0}
.cb-project-next-feature span{display:inline-block;padding-bottom:5px}
.cb-project-next-feature:hover span{text-decoration:underline;text-underline-offset:5px}
