.rs-project-empty { grid-column: 1 / -1; min-height: 300px; border: 1px dashed var(--rs2-line); padding: clamp(30px,6vw,70px); }
.rs-project-empty h2 { font-size: clamp(28px,4vw,46px); font-weight: 450; letter-spacing: -.04em; }
.rs-project-empty p { margin-top: 13px; color: var(--rs2-muted); }
.rs-dynamic-copy { max-width: 900px; }
.rs-dynamic-copy h2 { margin-top: 12px; font-size: clamp(34px,5vw,64px); font-weight: 450; letter-spacing: -.05em; }
.rs-dynamic-copy > p:last-child { margin-top: 22px; font-size: clamp(14px,1.5vw,18px); line-height: 1.8; }
.rs2-section--ink .rs-dynamic-copy > p:last-child { color: rgba(255,255,255,.65); }
.rs-dynamic-gallery figure { position: relative; overflow: hidden; }
.rs-dynamic-gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; background: linear-gradient(transparent,rgba(0,0,0,.75)); color: #fff; padding: 45px 16px 14px; font-size: 11px; }
.rs-before-after-grid { display: grid; gap: 24px; margin-top: 38px; }
.rs-before-after { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #111; }
.rs-before-after img { width: 100%; height: 100%; object-fit: cover; }
.rs-before-after-overlay { position: absolute; top: 0; bottom: 0; left: 0; width: var(--position); overflow: hidden; border-right: 2px solid #fff; }
.rs-before-after-overlay img { width: max(100vw, 1200px); max-width: none; }
.rs-before-after > span { position: absolute; top: 16px; background: rgba(15,17,16,.78); color: #fff; padding: 7px 10px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.rs-before-after .is-before { left: 16px; }.rs-before-after .is-after { right: 16px; }
.rs-before-after input { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; cursor: ew-resize; opacity: 0; }
.rs-project-film { position: relative; overflow: hidden; background: #c80612; color: #fff; padding: clamp(70px,10vw,140px) 0; }
.rs-project-film h2 { max-width: 700px; margin-top: 10px; font-size: clamp(40px,7vw,88px); font-weight: 420; letter-spacing: -.055em; }
.rs-project-film a { display: inline-flex; gap: 15px; margin-top: 32px; border-bottom: 1px solid currentColor; padding-bottom: 8px; color: #fff; font-size: 13px; font-weight: 800; }
.rs-preview-bar { position: sticky; z-index: 100; top: 0; display: flex; align-items: center; justify-content: space-between; background: #151716; color: #fff; padding: 12px 20px; font-size: 11px; }.rs-preview-bar a { color: #fff; }
@media (max-width: 640px) { .rs-before-after { aspect-ratio: 4/5; } .rs-before-after-overlay img { width: max(100vw,650px); } }
