/* The existing slideshow owns visibility and timing; inactive links leave the tab order. */
.rb-hero-project-link{position:absolute;right:var(--gutter);bottom:26px;z-index:2;display:flex;align-items:center;justify-content:flex-end;gap:10px;min-height:44px;max-width:calc(50% - 70px);padding:8px 0;color:#fff;font-size:11px;line-height:1.4;letter-spacing:.025em;text-align:right;text-transform:uppercase;text-shadow:0 1px 4px #000,0 0 16px #0008;visibility:hidden;pointer-events:none}
.rb-slide.is-active .rb-hero-project-link{visibility:visible;pointer-events:auto}
.rb-hero-project-link>span:first-child{min-width:0;overflow-wrap:anywhere}
.rb-hero-project-link>span:last-child{flex:none;font-size:17px;line-height:1}
.rb-hero-project-link:hover>span:first-child,.rb-hero-project-link:focus-visible>span:first-child{text-decoration:underline;text-underline-offset:5px}
.rb-hero-project-link:focus-visible{outline:2px solid #fff;outline-offset:4px;background:#0008}
@media(max-width:700px){.rb-hero-project-link{right:16px;bottom:14px;max-width:calc(50% - 48px);gap:6px;font-size:9px;letter-spacing:.01em;padding:4px 0}.rb-hero-project-link>span:first-child{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.rb-hero-project-link>span:last-child{font-size:15px}}
