.tour-cta{position:relative;overflow:hidden;background:var(--ink-dark);max-width:none;padding:0}
.tour-cta__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .8s ease}
.tour-cta:hover .tour-cta__bg{transform:scale(1.05)}
.tour-cta__overlay{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(17,16,20,.9) 0%,rgba(17,16,20,.66) 46%,rgba(17,16,20,.34) 100%)}
.tour-cta__content{position:relative;max-width:var(--container);margin:0 auto;padding:clamp(64px,10vw,140px) clamp(20px,5vw,64px);min-height:clamp(420px,58svh,620px);display:flex;flex-direction:column;justify-content:center;color:var(--bg)}
.tour-cta__content h2{font-size:clamp(32px,5vw,58px);line-height:1.04;letter-spacing:-.025em;font-weight:800;margin:0 0 20px;max-width:640px;text-wrap:balance}
.tour-cta__content p:not(.eyebrow){font-size:clamp(16px,1.6vw,20px);line-height:1.55;color:rgba(244,240,232,.84);margin:0 0 30px;max-width:44ch;text-wrap:pretty}