
.urc-widget,.urc-widget *{box-sizing:border-box}
.urc-wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.urc-who{padding:76px 0;background:#fff;color:#111827}
.urc-who-grid{display:grid;grid-template-columns:53% 1fr;gap:48px;align-items:center}
.urc-video-box{height:470px;border-radius:10px;overflow:hidden;background:#111}
.urc-video-box iframe,.urc-video-box video,.urc-video-box img{width:100%;height:100%;display:block;border:0;object-fit:cover}
.urc-video-placeholder{height:100%;display:grid;place-items:center;color:#fff;background:#181818}
.urc-eyebrow{margin:0 0 10px;color:#f7941d;font-size:12px;line-height:1.2;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.urc-who h2{margin:0 0 20px;color:#0f0f0f;font-size:clamp(38px,4.2vw,64px);line-height:.98;letter-spacing:-.04em}
.urc-who h2 span{display:block}
.urc-who-copy{color:#343434;font-size:16px;line-height:1.7}
.urc-who-copy p{margin:0 0 16px}
.urc-intro-copy{margin-bottom:10px}
.urc-btn{display:inline-flex;align-items:center;gap:14px;background:#f7941d;color:#fff!important;text-decoration:none;padding:14px 22px;margin-top:8px;border-radius:3px;font-size:13px;font-weight:800;text-transform:uppercase}
.urc-btn:hover{background:#df7e00}
.urc-credentials{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:28px;border-top:1px solid #ececec;padding-top:18px}
.urc-credential{display:flex;gap:12px;align-items:center;padding:0 18px;border-right:1px solid #e6e6e6}
.urc-credential:first-child{padding-left:0}
.urc-credential:last-child{border-right:0}
.urc-cred-icon{width:40px;min-width:40px;height:40px;display:grid;place-items:center;border:1px solid #f7941d;border-radius:50%}
.urc-cred-icon i{color:#f7941d;font-size:17px}.urc-cred-icon svg{fill:#f7941d;width:17px}
.urc-cred-copy strong,.urc-cred-copy small{display:block}
.urc-cred-copy strong{font-size:12px;text-transform:uppercase;line-height:1.25;color:#111}
.urc-cred-copy small{font-size:10px;text-transform:uppercase;color:#555;margin-top:2px}
@media(max-width:900px){.urc-who-grid{grid-template-columns:1fr}.urc-video-box{height:420px}.urc-credentials{grid-template-columns:1fr 1fr;row-gap:18px}.urc-credential{border-right:0;padding:0}}
@media(max-width:600px){.urc-video-box{height:280px}.urc-credentials{grid-template-columns:1fr}.urc-who{padding:54px 0}}


/* ===== URCovered Who We Are v2 ===== */

.urc-video-box{
    position:relative;
    isolation:isolate;
    box-shadow:0 18px 45px rgba(15,15,15,.14);
}
.urc-video-box::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.18));
    transition:opacity .25s ease;
}
.urc-video-play{
    position:absolute;
    left:50%;
    top:50%;
    z-index:4;
    transform:translate(-50%,-50%);
    width:78px;
    height:78px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    border:1px solid rgba(255,255,255,.55);
    border-radius:50%;
    background:#f7941d;
    box-shadow:0 10px 28px rgba(0,0,0,.25);
    cursor:pointer;
    transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.urc-video-play:hover{
    transform:translate(-50%,-50%) scale(1.05);
    box-shadow:0 14px 34px rgba(0,0,0,.3);
}
.urc-video-play-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-left:4px;
}
.urc-video-play i{
    color:#fff;
    font-size:24px;
}
.urc-video-play svg{
    width:24px;
    height:24px;
    fill:#fff;
}
.urc-video-started .urc-video-play,
.urc-video-started::after{
    opacity:0;
    pointer-events:none;
}
.urc-video-box iframe{
    position:relative;
    z-index:1;
}
.urc-video-box video,
.urc-video-box img{
    position:relative;
    z-index:1;
}

/* Tablet/mobile must override Elementor responsive grid-template selectors. */
@media(max-width:900px){
    .urc-who .urc-who-grid{
        grid-template-columns:minmax(0,1fr) !important;
        gap:34px !important;
        align-items:start !important;
    }

    .urc-who-content,
    .urc-video-box{
        width:100%;
        min-width:0;
    }

    .urc-video-box{
        height:auto !important;
        aspect-ratio:16 / 10;
    }

    .urc-who h2{
        max-width:760px;
    }
}

@media(max-width:600px){
    .urc-who{
        padding:48px 0 44px !important;
        overflow:hidden;
    }

    .urc-wrap{
        width:calc(100% - 32px) !important;
    }

    .urc-who .urc-who-grid{
        display:grid !important;
        grid-template-columns:minmax(0,1fr) !important;
        gap:26px !important;
    }

    .urc-video-box{
        order:1;
        width:100% !important;
        height:auto !important;
        aspect-ratio:4 / 3;
        border-radius:12px;
    }

    .urc-who-content{
        order:2;
        width:100% !important;
        max-width:100% !important;
        overflow:visible !important;
    }

    .urc-eyebrow{
        font-size:11px !important;
        letter-spacing:.14em;
        margin-bottom:8px;
    }

    .urc-who h2{
        font-size:clamp(36px,10vw,48px) !important;
        line-height:1 !important;
        letter-spacing:-.035em !important;
        margin-bottom:18px !important;
        overflow-wrap:anywhere;
    }

    .urc-who-copy{
        font-size:15px !important;
        line-height:1.6 !important;
        max-width:none !important;
    }

    .urc-who-copy p{
        margin-bottom:14px;
    }

    .urc-btn{
        width:100%;
        justify-content:center;
        padding:15px 18px;
        margin-top:4px;
    }

    .urc-credentials{
        grid-template-columns:1fr !important;
        gap:14px !important;
        margin-top:24px;
        padding-top:18px;
    }

    .urc-credential{
        padding:0 !important;
        border-right:0 !important;
    }

    .urc-video-play{
        width:66px;
        height:66px;
    }

    .urc-video-play i{
        font-size:20px;
    }

    .urc-video-play svg{
        width:20px;
        height:20px;
    }
}
